* config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define.

This commit is contained in:
Peter Schauer 1993-06-30 19:23:35 +00:00
parent 267389df6d
commit eed6de01f2
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,13 @@
Wed Jun 30 12:20:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define.
Tue Jun 29 13:44:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* target.h (target_detach): Turn macro into function.
* target.c (target_detach): Define it, do deferred register stores
before calling the real target function.
Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
and Jim Kingdon (kingdon@cygnus.com)

View file

@ -66,5 +66,8 @@ extern CORE_ADDR m68k_saved_pc_after_call PARAMS ((struct frame_info *));
#define SAVED_PC_AFTER_CALL(frame) \
m68k_saved_pc_after_call(frame)
/* If sun3 pcc says that a parameter is a short, it's a short. */
#define BELIEVE_PCC_PROMOTION_TYPE
/* The code which tries to deal with this bug is never harmful on a sun3. */
#define SUN_FIXED_LBRAC_BUG (0)