* inferior.h (IN_SIGTRAMP): Pass pc to SIGTRAMP_START and

SIGTRAMP_END.
	* config/i386/tm-i386os9k.h (SIGTRAMP_START, SIGTRAMP_END):
	Define with dummy pc arg.
	* config/m68k/tm-nbsd.h: Ditto.
	* doc/gdbint.texinfo: Document that SIGTRAMP_START and
	SIGTRAMP_END are macros that take an single argument.
This commit is contained in:
Fred Fish
1996-10-03 17:05:00 +00:00
parent ae1b99e42d
commit 5bb23a95f4
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,9 @@
Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
* gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
documentation to account for START and END macros taking
one arg.
Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>