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/stabsread.h | |
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/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 6ae3d8bd4fe..8cbee75662a 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. |