* gas/i386/x86-64-relax-1.s: Use .balign. not .align.
authorAlan Modra <amodra@gmail.com>
Tue, 26 Oct 2010 22:38:57 +0000 (22:38 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 26 Oct 2010 22:38:57 +0000 (22:38 +0000)
* gas/i386/x86-64-relax-1.d: Remove label match, match pe output.

gas/testsuite/ChangeLog
gas/testsuite/gas/i386/x86-64-relax-1.d
gas/testsuite/gas/i386/x86-64-relax-1.s

index a19b6111c222c91931e9cc02a1bff6f5cb0e9d53..4a45eb8aeba58d67041a94f69d8573835ecc729a 100644 (file)
@@ -1,5 +1,8 @@
 2010-10-27  Alan Modra  <amodra@gmail.com>
 
+       * gas/i386/x86-64-relax-1.s: Use .balign. not .align.
+       * gas/i386/x86-64-relax-1.d: Remove label match, match pe output.
+
        * gas/i386/relax-1.s: Use .p2align, not .align.
        * gas/i386/relax-2.s: Likewise.
        * gas/i386/relax-1.d: Remove label match.
index ebf726798d5012f736d52cc30a239182dfcf3f34..9d73b8ebf3a56d0880b6f1ff3cfdebddfca14a3a 100644 (file)
@@ -6,9 +6,8 @@
 
 Disassembly of section .text:
 
-0+ <.text>:
 #...
- 358:  74 06                   je     0x360
+ 358:  74 06                   je     (0x)?360( .*)?
  35a:  66 0f 1f 44 00 00       nopw   0x0\(%rax,%rax,1\)
  360:  90                      nop
 #pass
index 2db76d466f4e5311fd36b0d73f93e44978ba02f1..5a72e73b94f594fb47d55d15a158824774c69fca 100644 (file)
        je      .LBB0_46
         .zero 131, 0x90
 .LBB0_46:
-       .align  16, 0x90
+       .balign 16, 0x90
        movq    168(%rsp), %rax
         .zero 3, 0x90
        je      .LBB1_35
-       .align  16, 0x90
+       .balign 16, 0x90
         .zero 2, 0x90
        je      .LBB1_35
         .zero 37, 0x90
@@ -63,7 +63,7 @@
        je      .LBB1_35
         .zero 68, 0x90
        je      .LBB1_17
-       .align  16, 0x90
+       .balign 16, 0x90
 .LBB1_17:
         .zero 85, 0x90
 .LBB1_35:
This page took 0.036854 seconds and 4 git commands to generate.