mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 09:06:35 +00:00
* config/m68k/tm-sun3.h: Don't define BELIEVE_PCC_PROMOTION.
This commit is contained in:
parent
00fe3f5326
commit
d568b76ab7
@ -1,3 +1,7 @@
|
||||
Sun Jan 2 21:41:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* config/m68k/tm-sun3.h: Don't define BELIEVE_PCC_PROMOTION.
|
||||
|
||||
Sat Jan 1 04:35:23 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||
|
||||
* infrun.c (wait_for_inferior): Do not step or step resume past
|
||||
|
@ -78,12 +78,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
/* If sun3 pcc says that a parameter is a short, it's a short. */
|
||||
#define BELIEVE_PCC_PROMOTION_TYPE
|
||||
|
||||
/* Sun /bin/cc gets this right as of SunOS 4.1.x. We need to define
|
||||
BELIEVE_PCC_PROMOTION to get this right now that the code which
|
||||
detects gcc2_compiled. is broken. This loses for SunOS 4.0.x and
|
||||
earlier. */
|
||||
|
||||
#define BELIEVE_PCC_PROMOTION 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. */
|
||||
|
||||
/* The code which tries to deal with this bug is never harmful on a sun3. */
|
||||
#define SUN_FIXED_LBRAC_BUG (0)
|
||||
|
Loading…
Reference in New Issue
Block a user