mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
6 lines
141 B
C
6 lines
141 B
C
|
|
/* This is how the size of an individual .o file's text segment
|
|
is rounded on a sun. */
|
|
|
|
#define FILEADDR_ROUND(addr) ((addr + 3) & -4)
|