forked from Imagelibrary/binutils-gdb
5 lines
147 B
C
5 lines
147 B
C
/* This is how the size of an individual .o file's text segment
|
|
is rounded on the multimax. */
|
|
|
|
#define FILEADDR_ROUND(addr) ((addr + 3) & -4)
|