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/dwarfread.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/dwarfread.c')
-rw-r--r-- | gdb/dwarfread.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index 499c41e..c6a24fa 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -189,11 +189,6 @@ typedef unsigned int DIE_REF; /* Reference to a DIE */ #define CHILL_PRODUCER "GNU Chill " #endif -/* Provide a default mapping from a DWARF register number to a gdb REGNUM. */ -#ifndef DWARF_REG_TO_REGNUM -#define DWARF_REG_TO_REGNUM(num) (num) -#endif - /* Flags to target_to_host() that tell whether or not the data object is expected to be signed. Used, for example, when fetching a signed integer in the target environment which is used as a signed integer |