aboutsummaryrefslogtreecommitdiff
path: root/gdb/m-umaxinit.h
blob: 34cc75ae5fcf0542645b42ab8c5864448df7c3c9 (plain)
1
2
3
4
/* This is how the size of an individual .o file's text segment
   is rounded on the multimax.  */

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