aboutsummaryrefslogtreecommitdiff
path: root/gdb/m-isiinit.h
blob: 3b5532a0a1ef30e056f85c3a91ccc9206a63a184 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Customize initialize.h for Integrated Solutions machines.  */

/* Define this if you are using system version 4; undefine it for
   version 3.  This alters the action of m-isi-ov.h as well as this file.  */
#define BSD43_ISI40D

#ifdef BSD43_ISI40D
#define FILEADDR_ROUND(addr) (addr)
#else
#define FILEADDR_ROUND(addr) ((addr + 3) & -4)
#endif