mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
5 lines
191 B
C
5 lines
191 B
C
/* This is how the size of an individual .o file's text segment
|
|
is rounded on a Concept. See pn-pinsn.c for rounding function. */
|
|
|
|
#define FILEADDR_ROUND(addr) (((int)(addr) + 7) & ~0x7)
|