From 927837fd5578e60855d6fef3748ad8d0246d3955 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 26 Oct 2010 22:18:38 +0000 Subject: [PATCH] * 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. --- gas/testsuite/ChangeLog | 7 +++++++ gas/testsuite/gas/i386/relax-1.d | 1 - gas/testsuite/gas/i386/relax-1.s | 2 +- gas/testsuite/gas/i386/relax-2.d | 3 +-- gas/testsuite/gas/i386/relax-2.s | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 73a0c151d41..a19b6111c22 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2010-10-27 Alan Modra + + * 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 * gas/i386/relax-1.d: Generalize regexes a bit. diff --git a/gas/testsuite/gas/i386/relax-1.d b/gas/testsuite/gas/i386/relax-1.d index 13a1616bc20..ada0d7aa6ad 100644 --- a/gas/testsuite/gas/i386/relax-1.d +++ b/gas/testsuite/gas/i386/relax-1.d @@ -6,7 +6,6 @@ Disassembly of section .text: -0+ <.text>: #... e: e9 8d 00 00 00 jmp (0x)?a0( .*)? #... diff --git a/gas/testsuite/gas/i386/relax-1.s b/gas/testsuite/gas/i386/relax-1.s index 9bae8d9b282..1e103fb524e 100644 --- a/gas/testsuite/gas/i386/relax-1.s +++ b/gas/testsuite/gas/i386/relax-1.s @@ -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 diff --git a/gas/testsuite/gas/i386/relax-2.d b/gas/testsuite/gas/i386/relax-2.d index e31fd20d09c..26b84902809 100644 --- a/gas/testsuite/gas/i386/relax-2.d +++ b/gas/testsuite/gas/i386/relax-2.d @@ -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( .*)? #... diff --git a/gas/testsuite/gas/i386/relax-2.s b/gas/testsuite/gas/i386/relax-2.s index f01aea4759a..abc6ae13bcf 100644 --- a/gas/testsuite/gas/i386/relax-2.s +++ b/gas/testsuite/gas/i386/relax-2.s @@ -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 -- 2.30.2