mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
6 lines
130 B
C
6 lines
130 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)
|