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:40:02
gwr
Wed Jan 14 10:33:11 PST 1998
Update of /cvsroot/src/gnu/dist/gdb
In directory netbsd1:/var/slash-tmp/cvs-serv6430

Modified Files:
	m68k-tdep.c 
Log Message:
Add two new functions:
m68k_sigtramp_saved_pc() - like the comon sigtramp_saved_pc, but
  uses SIG_PC_FP_OFFSET to find the saved PC (used for SunOS).
nbsd_in_sigtramp() - determine whether a PC value is within the
  signal trampoline, but do so WITHOUT hard-coding the address
  of the end of the stack (uses "__ps_strings" at run time).
  This allows a common gdb to work on all m68k. (yea!)