diff options
-rw-r--r-- | gas/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/x86-64-relax-1.d | 3 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/x86-64-relax-1.s | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a19b611..4a45eb8 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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. diff --git a/gas/testsuite/gas/i386/x86-64-relax-1.d b/gas/testsuite/gas/i386/x86-64-relax-1.d index ebf7267..9d73b8e 100644 --- a/gas/testsuite/gas/i386/x86-64-relax-1.d +++ b/gas/testsuite/gas/i386/x86-64-relax-1.d @@ -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 diff --git a/gas/testsuite/gas/i386/x86-64-relax-1.s b/gas/testsuite/gas/i386/x86-64-relax-1.s index 2db76d4..5a72e73 100644 --- a/gas/testsuite/gas/i386/x86-64-relax-1.s +++ b/gas/testsuite/gas/i386/x86-64-relax-1.s @@ -50,11 +50,11 @@ 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: |