diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-12-04 04:01:16 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-12-04 04:01:16 +0000 |
commit | ec9e949dc08c9e7d94a7394efaa6b220297c96b4 (patch) | |
tree | d3a6524017564582c697257ecfd1e374f980d9b0 /gdb/mdebugread.c | |
parent | d5f8e46d3eb7d5cb99d7c32ba90f36e7b0167250 (diff) | |
download | gdb-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/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index c1984054e0d..66828dd2f5d 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -93,11 +93,6 @@ typedef struct mips_extra_func_info extern void _initialize_mdebugread (void); -/* Provide a default mapping from a ecoff register number to a gdb REGNUM. */ -#ifndef ECOFF_REG_TO_REGNUM -#define ECOFF_REG_TO_REGNUM(num) (num) -#endif - /* Provide a way to test if we have both ECOFF and ELF symbol tables. We use this define in order to know whether we should override a symbol's ECOFF section with its ELF section. This is necessary in |