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/stabsread.h | |
parent | 76440e4ba0ba69ee333c0cfb8e630c68205a80c6 (diff) | |
download | binutils-88c72b7d7171d9f162ed9ecca26cf1d45abc38ee.zip binutils-88c72b7d7171d9f162ed9ecca26cf1d45abc38ee.tar.gz binutils-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/stabsread.h')
-rw-r--r-- | gdb/stabsread.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h index 6ae3d8b..8cbee75 100644 --- a/gdb/stabsread.h +++ b/gdb/stabsread.h @@ -30,12 +30,6 @@ #define EXTERN extern #endif -/* Convert stab register number (from `r' declaration) to a gdb REGNUM. */ - -#ifndef STAB_REG_TO_REGNUM -#define STAB_REG_TO_REGNUM(VALUE) (VALUE) -#endif - /* Hash table of global symbols whose values are not known yet. They are chained thru the SYMBOL_VALUE_CHAIN, since we don't have the correct data for that slot yet. |