Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/14/1998 18:50:02
gwr
Wed Jan 14 10:42:06 PST 1998
Update of /cvsroot/src/gnu/dist/gdb/config/m68k
In directory netbsd1:/var/slash-tmp/cvs-serv7419

Modified Files:
	tm-m68k.h 
Log Message:
Define FRAME_SAVED_PC to use the common sigtramp_saved_pc() just like
the i386 does.  The previous definition was a SunOS-specific hack,
and if that is really still needed somwhere, it can still be used
by defining sigtramp_saved_pc as m68k_sigtramp_saved_pc in the
target-specific tm.h file.  The common sigtramp_saved_pc() fucntion
uses SIGCONTEXT_PC_OFFSET to find the return PC (the best way).
Do not define SIG_PC_FP_OFFSET here.  (very machine-specific!)


gwr
Wed Jan 14 10:45:45 PST 1998
Update of /cvsroot/src/gnu/dist/gdb/config/m68k
In directory netbsd1:/var/slash-tmp/cvs-serv8125

Modified Files:
	tm-nbsd.h 
Log Message:
Define IN_SIGTRAMP() as nbsd_in_sigtramp(), which knows how to find
the address of the signal trampoline on all NetBSD/m68k machines.
(Fixes PR bin/3391)