summaryrefslogtreecommitdiff
path: root/gdb/stabsread.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-12-04 04:01:16 +0000
committerAndrew Cagney <cagney@redhat.com>2000-12-04 04:01:16 +0000
commit88c72b7d7171d9f162ed9ecca26cf1d45abc38ee (patch)
tree1c26ec8f099591f20accc499889b50d37e516629 /gdb/stabsread.h
parent76440e4ba0ba69ee333c0cfb8e630c68205a80c6 (diff)
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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h
index 6ae3d8bd4f..8cbee75662 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.