aboutsummaryrefslogtreecommitdiff
path: root/gdb/m-isiinit.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/m-isiinit.h')
-rw-r--r--gdb/m-isiinit.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/m-isiinit.h b/gdb/m-isiinit.h
new file mode 100644
index 0000000..3b5532a
--- /dev/null
+++ b/gdb/m-isiinit.h
@@ -0,0 +1,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