old-cross-binutils/gdb/m-pninit.h
2012-06-03 15:36:31 +01:00

4 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)