aboutsummaryrefslogtreecommitdiff
path: root/gdb/m-init.h
blob: a1edc20e7ec62b13f7cda503ba505595cc63dd4f (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 + 7) & -8)