* m68k-tdep.c, tm-sun3.h: #ifdef around get_longjmp_target().
Change def of SAVED_PC_AFTER_CALL to call routine to see if we are in a system call, and provide better backtrace if so.
This commit is contained in:
parent
da2f87448e
commit
e05ba37d1f
@ -1,5 +1,9 @@
|
||||
Tue Apr 7 08:45:46 1992 Stu Grossman (grossman at cygnus.com)
|
||||
|
||||
* m68k-tdep.c, tm-sun3.h: #ifdef around get_longjmp_target().
|
||||
Change def of SAVED_PC_AFTER_CALL to call routine to see if we are
|
||||
in a system call, and provide better backtrace if so.
|
||||
|
||||
* Makefile.in (HFILES): Add xcoffsolib.h.
|
||||
* rs6k-opcode.h: Move to ../include/opcode/rs6k.h.
|
||||
* rs6000-pinsn.c: #include "opcode/rs6k.h"
|
||||
|
@ -66,3 +66,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
This routine returns true on success */
|
||||
|
||||
#define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)
|
||||
|
||||
#undef SAVED_PC_AFTER_CALL
|
||||
|
||||
extern CORE_ADDR sun3_saved_pc_after_call PARAMS ((struct frame_info *));
|
||||
|
||||
#define SAVED_PC_AFTER_CALL(frame) \
|
||||
sun3_saved_pc_after_call(frame)
|
||||
|
Loading…
x
Reference in New Issue
Block a user