diff options
author | Jeff Law <law@redhat.com> | 1994-02-24 00:31:46 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-02-24 00:31:46 +0000 |
commit | fce7695f7d1f5c311d7a0023222e12080933993c (patch) | |
tree | 9b0309838694b3ec7f3b82839f68ceef1f911a4d /gdb | |
parent | 318ee78a717d46c05a22faec5c2fe53bb74bfab2 (diff) | |
download | gdb-fce7695f7d1f5c311d7a0023222e12080933993c.zip gdb-fce7695f7d1f5c311d7a0023222e12080933993c.tar.gz gdb-fce7695f7d1f5c311d7a0023222e12080933993c.tar.bz2 |
* 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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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. |