aboutsummaryrefslogtreecommitdiff
path: root/gdb/m-vaxinit.h
blob: 6044867675f2a4a18fe40fadb2ccd12030757215 (plain)
1
2
3
4
5

/* This is how the size of an individual .o file's text segment
   is rounded on a vax.  */

#define FILEADDR_ROUND(addr) ((addr + 3) & -4)