aboutsummaryrefslogtreecommitdiff
path: root/gdb/m-nplinit.h
diff options
context:
space:
mode:
authorgdb-3.1 <gdb@fsf.org>1989-01-31 17:56:40 +0000
committerPedro Alves <palves@redhat.com>2012-06-03 15:36:31 +0100
commite91b87a36830d061ef87d67be5f309e4d4ed918f (patch)
tree3408ea913a9cccd51c9b7d0b3bc7d7897cac8a5b /gdb/m-nplinit.h
parentbb7592f01006b09c846831a9fb9c306307ba34f6 (diff)
downloadgdb-e91b87a36830d061ef87d67be5f309e4d4ed918f.zip
gdb-e91b87a36830d061ef87d67be5f309e4d4ed918f.tar.gz
gdb-e91b87a36830d061ef87d67be5f309e4d4ed918f.tar.bz2
gdb-3.1
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)