aboutsummaryrefslogtreecommitdiff
path: root/gdb/m-newsinit.h
blob: d902edfeadbe689b7def80f3e4b4b4d23234caa3 (plain)
1
2
3
4
/* This is how the size of an individual .o file's text segment
   is rounded on a SONY NEWS.  */

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