From: Alan Modra Date: Tue, 28 Jun 2016 09:33:59 +0000 (+0930) Subject: Fix new testcase for hppa64 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d48796b5054fa2a9165bf3b3f27cc1cdfe8933a1;p=binutils-gdb.git Fix new testcase for hppa64 Anything in first column is a label on hppa64. PR gas/20247 * testsuite/gas/elf/section11.s: Don't start directives in first column. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 8958d6fa442..14adc82cd88 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2016-06-28 Alan Modra + + PR gas/20247 + * testsuite/gas/elf/section11.s: Don't start directives in first column. + 2016-06-28 Richard Sandiford * testsuite/gas/aarch64/diagnostic.s, diff --git a/gas/testsuite/gas/elf/section11.s b/gas/testsuite/gas/elf/section11.s index 200d34c7ae3..4814514a6d7 100644 --- a/gas/testsuite/gas/elf/section11.s +++ b/gas/testsuite/gas/elf/section11.s @@ -1,14 +1,11 @@ -.section .bss -.balign 16 -.skip 1 + .section .bss + .balign 16 + .skip 1 + .data + .balign 16 + .skip 1 -.data -.balign 16 -.skip 1 - - -.text -.balign 16 -.skip 1 - + .text + .balign 16 + .skip 1