aboutsummaryrefslogtreecommitdiff
path: root/gdb/m-nplinit.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/m-nplinit.h')
-rw-r--r--gdb/m-nplinit.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/m-nplinit.h b/gdb/m-nplinit.h
deleted file mode 100644
index 840c2c7..0000000
--- a/gdb/m-nplinit.h
+++ /dev/null
@@ -1,4 +0,0 @@
-/* This is how the size of an individual .o file's text segment
- is rounded on a NP1. See np1-pinsn.c for rounding function. */
-
-#define FILEADDR_ROUND(addr) (((int)(addr) + 31) & ~0xf)