summaryrefslogtreecommitdiff
path: root/gdb/coffread.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-12-04 04:01:16 +0000
committerAndrew Cagney <cagney@redhat.com>2000-12-04 04:01:16 +0000
commitec9e949dc08c9e7d94a7394efaa6b220297c96b4 (patch)
treed3a6524017564582c697257ecfd1e374f980d9b0 /gdb/coffread.c
parentd5f8e46d3eb7d5cb99d7c32ba90f36e7b0167250 (diff)
downloadgdb-ec9e949dc08c9e7d94a7394efaa6b220297c96b4.tar.gz
Multiarch STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM,
DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM.
Diffstat (limited to 'gdb/coffread.c')
-rw-r--r--gdb/coffread.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c
index 91fd8a451d8..5c02c00ae10 100644
--- a/gdb/coffread.c
+++ b/gdb/coffread.c
@@ -68,14 +68,6 @@ struct coff_symfile_info
#define SDB_TYPE(type) (BTYPE(type) | (type & N_TMASK))
-/* Convert from an sdb register number to an internal gdb register number.
- This should be defined in tm.h, if REGISTER_NAMES is not set up
- to map one to one onto the sdb register numbers. */
-
-#ifndef SDB_REG_TO_REGNUM
-#define SDB_REG_TO_REGNUM(value) (value)
-#endif
-
/* Core address of start and end of text of current source file.
This comes from a ".text" symbol where x_nlinno > 0. */