diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-02-02 03:16:44 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-02-02 03:16:44 +0000 |
commit | 3fe1dcb3daac0e83e17b0b47054eb9f223e0a109 (patch) | |
tree | 78c941d0f0981194192827c5243e7ab514214526 /gdb/stabsread.c | |
parent | 4a13f8b06b90ddb8b412e0d182900e5a8baaed5a (diff) | |
download | gdb-3fe1dcb3daac0e83e17b0b47054eb9f223e0a109.tar.gz |
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.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index c05e32b5ea2..b873be63151 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) |