8sa1-binutils-gdb/gdb/m-vaxinit.h
2012-06-03 15:36:30 +01:00

6 lines
141 B
C

/* 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)