diff options
author | Chao-ying Fu <fu@mips.com> | 2013-10-07 18:03:24 +0000 |
---|---|---|
committer | Chao-ying Fu <fu@mips.com> | 2013-10-07 18:03:24 +0000 |
commit | 58b239d86162de02c7f511bc397f6123a78d5463 (patch) | |
tree | a064ce33416993822ae60c48ee529478881adbbc /gas/testsuite | |
parent | 45099dfad225994154148d0fef2ff98f9e0d4e34 (diff) | |
download | gdb-58b239d86162de02c7f511bc397f6123a78d5463.zip gdb-58b239d86162de02c7f511bc397f6123a78d5463.tar.gz gdb-58b239d86162de02c7f511bc397f6123a78d5463.tar.bz2 |
2013-10-07 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
* gas/mips/micromips@virt64.d: Fix dmfgc0 and dmtgc0.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/micromips@virt64.d | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 328465e..e98e3d5 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-10-07 Chao-ying Fu <Chao-ying.Fu@imgtec.com> + + * gas/mips/micromips@virt64.d: Fix dmfgc0 and dmtgc0. + 2013-10-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * gas/arm/thumb2_it.s: Add test for narrow tst. diff --git a/gas/testsuite/gas/mips/micromips@virt64.d b/gas/testsuite/gas/mips/micromips@virt64.d index 04e6840..6813629 100644 --- a/gas/testsuite/gas/mips/micromips@virt64.d +++ b/gas/testsuite/gas/mips/micromips@virt64.d @@ -6,8 +6,8 @@ .*: +file format .*mips.* Disassembly of section \.text: -[0-9a-f]+ <[^>]*> 587d 00e7 dmfgc0 v1,c0_taghi -[0-9a-f]+ <[^>]*> 5974 28e7 dmfgc0 a7,\$20,5 -[0-9a-f]+ <[^>]*> 5ae2 02e7 dmtgc0 s7,c0_entrylo0 -[0-9a-f]+ <[^>]*> 58ee 12e7 dmtgc0 a3,\$14,2 +[0-9a-f]+ <[^>]*> 587d 04fc dmfgc0 v1,c0_taghi +[0-9a-f]+ <[^>]*> 5974 2cfc dmfgc0 a7,\$20,5 +[0-9a-f]+ <[^>]*> 5ae2 06fc dmtgc0 s7,c0_entrylo0 +[0-9a-f]+ <[^>]*> 58ee 16fc dmtgc0 a3,\$14,2 \.\.\. |