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, 0 insertions, 11 deletions
diff --git a/gdb/m-isiinit.h b/gdb/m-isiinit.h
deleted file mode 100644
index 3b5532a..0000000
--- a/gdb/m-isiinit.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* 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