See the huge ChangeLog entry that has the header:

Thu Jul 25 19:41:31 1996  Fred Fish  <fnf@cygnus.com>

for details about these changes.  I was going to include the complete
entry in the checkin message but it was apparently so large it caused
cvs to dump core.
This commit is contained in:
Fred Fish 1996-07-26 04:12:12 +00:00
parent b607efe714
commit ed393c169b
17 changed files with 110 additions and 72 deletions

View file

@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Are we currently handling a signal ? */
extern long alpha_linux_sigtramp_offset ();
extern long alpha_linux_sigtramp_offset PARAMS ((CORE_ADDR);
#undef IN_SIGTRAMP
#define IN_SIGTRAMP(pc, name) (alpha_linux_sigtramp_offset (pc) >= 0)