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