diff options
author | Kung Hsu <kung@cygnus> | 1995-03-22 01:06:36 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1995-03-22 01:06:36 +0000 |
commit | 9cc2cd4f7a4dfb8a34c2e9623243deefc4ce2b75 (patch) | |
tree | 268bfe2956492db6f9cb42ef7ce81414b3d4ec72 /gdb | |
parent | 8abe0b3d404461f9fc2419a39d3bb380bab3c274 (diff) | |
download | gdb-9cc2cd4f7a4dfb8a34c2e9623243deefc4ce2b75.zip gdb-9cc2cd4f7a4dfb8a34c2e9623243deefc4ce2b75.tar.gz gdb-9cc2cd4f7a4dfb8a34c2e9623243deefc4ce2b75.tar.bz2 |
* sparc-stub.c: add nop after 'bg good_wim'.
* sparcl-stub.c: ditto.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/sparc-stub.c | 1 | ||||
-rw-r--r-- | gdb/sparcl-stub.c | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c053dad..66f4677 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 21 17:03:17 1995 Kung Hsu <kung@mexican.cygnus.com> + + * sparc-stub.c: add nop after 'bg good_wim'. + * sparcl-stub.c: ditto. + Tue Mar 21 13:34:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com) * infrun.c (handle_command): Don't print TARGET_SIGNAL_0, diff --git a/gdb/sparc-stub.c b/gdb/sparc-stub.c index 135f51e..1f04f31 100644 --- a/gdb/sparc-stub.c +++ b/gdb/sparc-stub.c @@ -159,6 +159,7 @@ _trap_low: srl %l3, 1, %g1 ! Rotate wim right tst %g1 bg good_wim ! Branch if new wim is non-zero + nop ! At this point, we need to bring a 1 into the high order bit of the wim. ! Since we don't want to make any assumptions about the number of register diff --git a/gdb/sparcl-stub.c b/gdb/sparcl-stub.c index fa63ef1..8d581cf 100644 --- a/gdb/sparcl-stub.c +++ b/gdb/sparcl-stub.c @@ -165,6 +165,7 @@ _trap_low: srl %l3, 1, %g1 ! Rotate wim right tst %g1 bg good_wim ! Branch if new wim is non-zero + nop ! At this point, we need to bring a 1 into the high order bit of the wim. ! Since we don't want to make any assumptions about the number of register |