* gas/i386/relax-1.s: Use .p2align, not .align.
authorAlan Modra <amodra@gmail.com>
Tue, 26 Oct 2010 22:18:38 +0000 (22:18 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 26 Oct 2010 22:18:38 +0000 (22:18 +0000)
* gas/i386/relax-2.s: Likewise.
* gas/i386/relax-1.d: Remove label match.
* gas/i386/relax-2.d: Likewise.  Correct test name.

gas/testsuite/ChangeLog
gas/testsuite/gas/i386/relax-1.d
gas/testsuite/gas/i386/relax-1.s
gas/testsuite/gas/i386/relax-2.d
gas/testsuite/gas/i386/relax-2.s

index 73a0c151d41f75236cdad29015e7458fc973e5f8..a19b6111c222c91931e9cc02a1bff6f5cb0e9d53 100644 (file)
@@ -1,3 +1,10 @@
+2010-10-27  Alan Modra  <amodra@gmail.com>
+
+       * gas/i386/relax-1.s: Use .p2align, not .align.
+       * gas/i386/relax-2.s: Likewise.
+       * gas/i386/relax-1.d: Remove label match.
+       * gas/i386/relax-2.d: Likewise.  Correct test name.
+
 2010-10-26  Dave Korn  <dave.korn.cygwin@gmail.com>
 
        * gas/i386/relax-1.d: Generalize regexes a bit.
index 13a1616bc202189cff72fb538d47de52fec6420b..ada0d7aa6ad30bef0cb9ecbfb6b0d15fdc5775d1 100644 (file)
@@ -6,7 +6,6 @@
 
 Disassembly of section .text:
 
-0+ <.text>:
 #...
    e:  e9 8d 00 00 00          jmp    (0x)?a0( .*)?
 #...
index 9bae8d9b28210d202be34372cfc6a70887a0d129..1e103fb524e52838ff24075d9bdc3e7dfd351f2b 100644 (file)
@@ -4,7 +4,7 @@
         .fill 14, 1, 0x90
        jmp     .LBB1_23
         .fill 18, 1, 0x90
-       .align  16, 0x90
+       .p2align        4, 0x90
         .fill 96, 1, 0x90
 .LBB1_23:
        nop
index e31fd20d09c7e5ddb39f311816fe82ab35516f48..26b8490280973fb750f66a786179152af70f184a 100644 (file)
@@ -1,4 +1,4 @@
-#name: i386 relax 3
+#name: i386 relax 2
 #objdump: -dw
 
 .*: +file format .*
@@ -6,7 +6,6 @@
 
 Disassembly of section .text:
 
-0+ <.text>:
 #...
   38:  0f 85 88 00 00 00       jne    (0x)?c6( .*)?
 #...
index f01aea4759a6575e7a05e2f2606b96c6e8a0010b..abc6ae13bcff5acd1cb2bce1bcbf5c7534fe492b 100644 (file)
@@ -4,7 +4,7 @@
         .fill 10, 1, 0x90
        jne .LBB0_43
         .fill 5, 1, 0x90
-       .align 16, 0x90
+       .p2align 4, 0x90
         .fill 118, 1, 0x90
 .LBB0_43:
        nop
This page took 0.028424 seconds and 4 git commands to generate.