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 | e669114a39e5e154e783a8d676bba9fee82b4325 (patch) | |
tree | d0f5bb8897471b14a8f1537b5889ff10a087e51e /gdb/config | |
parent | 15490677dad932d461230ef09c6dc36caf57e0d2 (diff) | |
download | gdb-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/config')
-rw-r--r-- | gdb/config/m68k/tm-sun3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/m68k/tm-sun3.h b/gdb/config/m68k/tm-sun3.h index d7581dd..253fd53 100644 --- a/gdb/config/m68k/tm-sun3.h +++ b/gdb/config/m68k/tm-sun3.h @@ -78,7 +78,7 @@ #define GET_LONGJMP_TARGET(ADDR) m68k_get_longjmp_target(ADDR) /* If sun3 pcc says that a parameter is a short, it's a short. */ -#define BELIEVE_PCC_PROMOTION_TYPE +#define BELIEVE_PCC_PROMOTION_TYPE 1 /* Can't define BELIEVE_PCC_PROMOTION for SunOS /bin/cc of SunOS 4.1.1. Apparently Sun fixed this for the sparc but not the sun3. */ |