From db543a7de3f3356133ef3f7f7fc9ae444fd55325 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 3 May 2021 07:50:03 +0930 Subject: [PATCH] testsuite: Don't start directives in first column Fixes fails on hppa64-hp-hpux11.23 * testsuite/gas/elf/section25.s: Don't start directives in first column. * testsuite/gas/elf/section26.s: Likewise. --- gas/ChangeLog | 6 ++++++ gas/testsuite/gas/elf/section25.s | 12 ++++++------ gas/testsuite/gas/elf/section26.s | 16 ++++++++-------- 3 files changed, 20 insertions(+), 14 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 74591175547..94104040eff 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2021-05-03 Alan Modra + + * testsuite/gas/elf/section25.s: Don't start directives in first + column. + * testsuite/gas/elf/section26.s: Likewise. + 2021-04-29 Jan Beulich * testsuite/gas/i386/i386.exp: Move x86-64-rip-2 invocation. diff --git a/gas/testsuite/gas/elf/section25.s b/gas/testsuite/gas/elf/section25.s index 538e5c7ce4b..25f81847fbd 100644 --- a/gas/testsuite/gas/elf/section25.s +++ b/gas/testsuite/gas/elf/section25.s @@ -1,8 +1,8 @@ -.section .noinit -.word 0 + .section .noinit + .word 0 -.section .noinit.foo -.word 0 + .section .noinit.foo + .word 0 -.section .gnu.linkonce.n.bar -.word 0 + .section .gnu.linkonce.n.bar + .word 0 diff --git a/gas/testsuite/gas/elf/section26.s b/gas/testsuite/gas/elf/section26.s index aefe15d4c2c..240f90f8d2f 100644 --- a/gas/testsuite/gas/elf/section26.s +++ b/gas/testsuite/gas/elf/section26.s @@ -1,11 +1,11 @@ -.section .persistent -.word 0 + .section .persistent + .word 0 -.section .persistent.foo -.word 0 + .section .persistent.foo + .word 0 -.section .persistent.bss -.word 0 + .section .persistent.bss + .word 0 -.section .gnu.linkonce.p.bar -.word 0 + .section .gnu.linkonce.p.bar + .word 0 -- 2.30.2