import gdb-19990422 snapshot

This commit is contained in:
Stan Shebs
1999-04-26 18:34:20 +00:00
parent 1996fae846
commit 7a292a7adf
354 changed files with 13433 additions and 11180 deletions

View File

@ -1,3 +1,7 @@
1999-03-17 Frank Ch. Eigler <fche@cygnus.com>
* do-flags.S: Added new test for non-lkr status of MVTSYS.
1999-01-12 Frank Ch. Eigler <fche@cygnus.com>
* do-flags.S: Added one old, one new regression test.

View File

@ -224,8 +224,22 @@
assert r60, 0x80000000
assert r61, 0x80000000
# PR 19224
add r7,r0,0x80000000
add r2,r0,r0 || nop
add r1,r0,0x1 || nop
# confirm that these insns do not kill the add in the right container
mvtsys psw,r7 -> add r2,r2,r1
mvtsys pswh,r7 -> add r2,r2,r1
mvtsys pswl,r7 -> add r2,r2,r1
mvtsys f0,r7 -> add r2,r2,r1
mvtsys mod_s,r7 -> add r2,r2,r1
assert r2, 0x5
# all okay
bra ok