From 5a5936adefb6bf19f86d1c2ccfae5918e22fb8ae Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 26 Oct 2010 22:38:57 +0000 Subject: [PATCH] * 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/testsuite/ChangeLog | 3 +++ gas/testsuite/gas/i386/x86-64-relax-1.d | 3 +-- 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 a19b6111c22..4a45eb8aeba 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2010-10-27 Alan Modra + * 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 ebf726798d5..9d73b8ebf3a 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 2db76d466f4..5a72e73b94f 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: -- 2.30.2