diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-04-21 18:56:45 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2010-04-21 18:56:45 +0000 |
commit | 2462afa169ca59e9d842f092f14d48479817eb5f (patch) | |
tree | 2eb46f7359286896dddfcbb5a275f38fb4acb678 /gas | |
parent | 175c8f46774560217f90a19eb0d1d71a4c7ee510 (diff) | |
download | gdb-2462afa169ca59e9d842f092f14d48479817eb5f.zip gdb-2462afa169ca59e9d842f092f14d48479817eb5f.tar.gz gdb-2462afa169ca59e9d842f092f14d48479817eb5f.tar.bz2 |
gas/testsuite:
* gas/tic6x/insns-c674x.s, gas/tic6x/insns-c674x.d: Also test
"b .S2 b3".
include/opcode:
* tic6x-insn-formats.h (s_branch): Correct typo in bitmask.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/tic6x/insns-c674x.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/tic6x/insns-c674x.s | 1 |
3 files changed, 7 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9b36f2a..111a118 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-04-21 Joseph Myers <joseph@codesourcery.com> + + * gas/tic6x/insns-c674x.s, gas/tic6x/insns-c674x.d: Also test + "b .S2 b3". + 2010-04-21 H.J. Lu <hongjiu.lu@intel.com> PR gas/11509 diff --git a/gas/testsuite/gas/tic6x/insns-c674x.d b/gas/testsuite/gas/tic6x/insns-c674x.d index 5970d54..9100a71 100644 --- a/gas/testsuite/gas/tic6x/insns-c674x.d +++ b/gas/testsuite/gas/tic6x/insns-c674x.d @@ -176,6 +176,7 @@ Disassembly of section \.text: [0-9a-f]+[048c] <[^>]*> 007744b2[ \t]+avgu4 \.M2 b26,b29,b0 [0-9a-f]+[048c] <[^>]*> a49874b2[ \t]+\[a2\] avgu4 \.M2X b3,a6,b9 [0-9a-f]+[048c] <[^>]*> 00100362[ \t]+b \.S2 b4 +[0-9a-f]+[048c] <[^>]*> 000c0362[ \t]+b \.S2 b3 [0-9a-f]+[048c] <[^>]*> 60101362[ \t]+\[b2\] b \.S2X a4 [0-9a-f]+[048c] <[^>]*> b0100362[ \t]+\[!a2\] b \.S2 b4 [0-9a-f]+[048c] <[^>]*> 00101362[ \t]+b \.S2X a4 @@ -1565,4 +1566,3 @@ Disassembly of section \.text: [0-9a-f]+[048c] <[^>]*> 74800042[ \t]+\[!b2\] mvk \.D2 0,b9 [0-9a-f]+[048c] <[^>]*> c5000028[ \t]+\[a0\] mvk \.S1 0,a10 [0-9a-f]+[048c] <[^>]*> 0580002a[ \t]+mvk \.S2 0,b11 -[0-9a-f]+[048c] <[^>]*> 00000000[ \t]+nop 1 diff --git a/gas/testsuite/gas/tic6x/insns-c674x.s b/gas/testsuite/gas/tic6x/insns-c674x.s index 8accee4..90a2b6d 100644 --- a/gas/testsuite/gas/tic6x/insns-c674x.s +++ b/gas/testsuite/gas/tic6x/insns-c674x.s @@ -173,6 +173,7 @@ f: avgu4 .M2 b26,b29,b0 [a2] avgu4 .M2X b3,a6,b9 b .S2 b4 + b .S2 b3 [b2] b .S2X a4 [!a2] call .S2 b4 call .S2X a4 |