From: Jeff Law Date: Thu, 24 Feb 1994 00:31:46 +0000 (+0000) Subject: * tm-hppa.h (CALL_DUMMY): Add two NOP instructions to the end of X-Git-Tag: gdb-4_18~15410 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fce7695f7d1f5c311d7a0023222e12080933993c;p=platform%2Fupstream%2Fbinutils.git * tm-hppa.h (CALL_DUMMY): Add two NOP instructions to the end of the call dummy to avoid kernel bugs in HPUX, BSD, and OSF1. (CALL_DUMMY_LENGTH): Changed accordingly. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 57bb634..676a46a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 23 16:28:55 1994 Jeffrey A. Law (law@cygnus.com) + + * tm-hppa.h (CALL_DUMMY): Add two NOP instructions to the end of + the call dummy to avoid kernel bugs in HPUX, BSD, and OSF1. + (CALL_DUMMY_LENGTH): Changed accordingly. + Wed Feb 23 16:21:25 1994 Stu Grossman (grossman at cygnus.com) * sparclite/hello.c: Add factorial function for testing.