diff options
author | Nick Clifton <nickc@redhat.com> | 2000-06-27 18:21:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-06-27 18:21:39 +0000 |
commit | 6b2539e3e6a8643a88d6302f4f479243defa7e1f (patch) | |
tree | 96efb20d540562a596176c5054cd8778491f1002 /gas/testsuite | |
parent | 1b2a2f903fe7e0cff254b026bf11c4a7e99b171d (diff) | |
download | gdb-6b2539e3e6a8643a88d6302f4f479243defa7e1f.zip gdb-6b2539e3e6a8643a88d6302f4f479243defa7e1f.tar.gz gdb-6b2539e3e6a8643a88d6302f4f479243defa7e1f.tar.bz2 |
Do not allow EITHER_BUT_PREFER_MU opcodes to be packed into reverse
sequential buckets, and warn if the user does so.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/d30v/bittest.l | 16 |
2 files changed, 11 insertions, 10 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a1a799c..8617f12 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2000-06-27 Nick Clifton <nickc@cygnus.com> + + * gas/d30v/bittest.l: Edit to match new warning messages produced + by assembler. + 2000-06-19 Timothy Wall <twall@cygnus.com> * gas/macros/macros.exp: Avoid tests which are not useful on tic54x. diff --git a/gas/testsuite/gas/d30v/bittest.l b/gas/testsuite/gas/d30v/bittest.l index 75d1b7e..9a5596d 100644 --- a/gas/testsuite/gas/d30v/bittest.l +++ b/gas/testsuite/gas/d30v/bittest.l @@ -1,9 +1,7 @@ .*: Assembler messages: .*: Warning: Swapping instruction order -.*: Warning: Executing bset in IU may not work -.*: Warning: Executing btst in IU may not work -.*: Warning: Executing bclr in IU may not work -.*: Warning: Executing bnot in IU may not work +.*: Warning: Executing nop in reverse serial with btst may not work +.*: Warning: Executing nop in IU in parallel with bclr may not work .*: Warning: Executing bset in IU may not work .*: Warning: Swapping instruction order GAS LISTING .* @@ -25,16 +23,14 @@ GAS LISTING .* 11 00F00000 12 13 0010 00F00000 nop -> BSET R1, R2, R3 -.* Warning:Executing bset in IU may not work 13 82201083 14 0018 80F00000 nop <- BTST F1, R2, R3 -.* Warning:Executing btst in IU may not work +.* Warning:Executing nop in reverse serial with btst may not work 14 02001083 15 0020 00F00000 nop || BCLR R1, R2, R3 -.* Warning:Executing bclr in IU may not work +.* Warning:Executing nop in IU in parallel with bclr may not work 15 02301083 16 0028 00F00000 nop -> BNOT R1, R2, R3 -.* Warning:Executing bnot in IU may not work 16 82101083 17 0030 02101083 BNOT r1, r2, r3 -> nop 17 80F00000 @@ -52,5 +48,5 @@ GAS LISTING .* 25 88C04146 26 27 joinll r4, r5, r6 - 28 0050 82201083 bset r1, r2, r3 - 28 08C04146 + 28 0050 08C04146 bset r1, r2, r3 + 28 82201083 |