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