aboutsummaryrefslogtreecommitdiff
path: root/gdb/m-init.h
blob: 5f71ea145b50790ad31c482f39854cd3930c1473 (plain)
1
2
3
4
5

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

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