aboutsummaryrefslogtreecommitdiff
path: root/gdb/m-nplinit.h
blob: 840c2c7d650b63730eac7aa89f4ba1575e890d3c (plain)
1
2
3
4
/* 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)