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 | 88c72b7d7171d9f162ed9ecca26cf1d45abc38ee (patch) | |
tree | 1c26ec8f099591f20accc499889b50d37e516629 /gdb/mdebugread.c | |
parent | 76440e4ba0ba69ee333c0cfb8e630c68205a80c6 (diff) | |
download | gdb-88c72b7d7171d9f162ed9ecca26cf1d45abc38ee.zip gdb-88c72b7d7171d9f162ed9ecca26cf1d45abc38ee.tar.gz gdb-88c72b7d7171d9f162ed9ecca26cf1d45abc38ee.tar.bz2 |
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 c198405..66828dd 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 |