diff options
author | Paul Brook <paul@codesourcery.com> | 2006-03-21 14:35:27 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-03-21 14:35:27 +0000 |
commit | 3e94bf1a01d6aebb1c4c9468c79c05cdbc5f7b38 (patch) | |
tree | 4aa723f82f9ff5e61db0c7a9f7a3116e7ae4040d /gas/testsuite | |
parent | eb43171d33c18429f1433c8b982e135cba87102e (diff) | |
download | gdb-3e94bf1a01d6aebb1c4c9468c79c05cdbc5f7b38.zip gdb-3e94bf1a01d6aebb1c4c9468c79c05cdbc5f7b38.tar.gz gdb-3e94bf1a01d6aebb1c4c9468c79c05cdbc5f7b38.tar.bz2 |
2006-03-21 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (insns): Correct opcodes for ldrbt and strbt.
gas/testsuite/
* gas/arm/thumb32.d: Correct expected output.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/thumb32.d | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index cde2329..b47b13e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-03-21 Paul Brook <paul@codesourcery.com> + + * gas/arm/thumb32.d: Correct expected output. + 2006-03-20 Paul Brook <paul@codesourcery.com> * gas/arm/thumb2_bcond.d: New test. diff --git a/gas/testsuite/gas/arm/thumb32.d b/gas/testsuite/gas/arm/thumb32.d index ae2ebf7..2977779 100644 --- a/gas/testsuite/gas/arm/thumb32.d +++ b/gas/testsuite/gas/arm/thumb32.d @@ -523,8 +523,8 @@ Disassembly of section .text: 0[0-9a-f]+ <[^>]+> e9c5 2300 strd r2, r3, \[r5\] 0[0-9a-f]+ <[^>]+> e9c5 230c strd r2, r3, \[r5, #48\] 0[0-9a-f]+ <[^>]+> e945 230c strd r2, r3, \[r5, #-48\] -0[0-9a-f]+ <[^>]+> f835 1e00 ldrht r1, \[r5\] -0[0-9a-f]+ <[^>]+> f835 1e30 ldrht r1, \[r5, #48\] +0[0-9a-f]+ <[^>]+> f815 1e00 ldrbt r1, \[r5\] +0[0-9a-f]+ <[^>]+> f815 1e30 ldrbt r1, \[r5, #48\] 0[0-9a-f]+ <[^>]+> f915 1e00 ldrsbt r1, \[r5\] 0[0-9a-f]+ <[^>]+> f915 1e30 ldrsbt r1, \[r5, #48\] 0[0-9a-f]+ <[^>]+> f835 1e00 ldrht r1, \[r5\] |