Add support to GDB for the Renesas rl78 architecture.
[external/binutils.git] / gas / testsuite / gas / d30v / bittest.l
index 75d1b7e..960c828 100644 (file)
@@ -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 btst in IU in reverse serial may not work
+.*: Warning: Executing bclr in IU may not work in parallel execution
 .*: 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 btst in IU in reverse serial may not work
   14      02001083 
   15 0020 00F00000             nop || BCLR R1, R2, R3
-.*  Warning:Executing bclr in IU may not work
+.*  Warning:Executing bclr in IU may not work in parallel execution
   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