mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
import gdb-19990422 snapshot
This commit is contained in:
@ -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.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user