Files
binutils-gdb/gdb/m-nplinit.h
2012-06-03 15:36:31 +01:00

5 lines
189 B
C

/* This is how the size of an individual .o file's text segment
is rounded on a NP1. See np1-pinsn.c for rounding function. */
#define FILEADDR_ROUND(addr) (((int)(addr) + 31) & ~0xf)