aboutsummaryrefslogtreecommitdiff
path: root/gdb/stabsread.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-02-02 03:16:44 +0000
committerAndrew Cagney <cagney@redhat.com>2003-02-02 03:16:44 +0000
commite669114a39e5e154e783a8d676bba9fee82b4325 (patch)
treed0f5bb8897471b14a8f1537b5889ff10a087e51e /gdb/stabsread.c
parent15490677dad932d461230ef09c6dc36caf57e0d2 (diff)
downloadgdb-e669114a39e5e154e783a8d676bba9fee82b4325.zip
gdb-e669114a39e5e154e783a8d676bba9fee82b4325.tar.gz
gdb-e669114a39e5e154e783a8d676bba9fee82b4325.tar.bz2
2003-02-01 Andrew Cagney <ac131313@redhat.com>
* gdbarch.sh: Explictly specify all method levels. When a variable with an empty level, provide a non-multi-arch default. (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty. * gdbarch.h: Re-generate. * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined. * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r--gdb/stabsread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c
index c05e32b..b873be6 100644
--- a/gdb/stabsread.c
+++ b/gdb/stabsread.c
@@ -199,9 +199,6 @@ static const char vb_name[] = "_vb$";
#if !defined (BELIEVE_PCC_PROMOTION)
#define BELIEVE_PCC_PROMOTION 0
#endif
-#if !defined (BELIEVE_PCC_PROMOTION_TYPE)
-#define BELIEVE_PCC_PROMOTION_TYPE 0
-#endif
static void
invalid_cpp_abbrev_complaint (const char *arg1)