]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
testsuite: Don't start directives in first column
authorAlan Modra <amodra@gmail.com>
Sun, 2 May 2021 22:20:03 +0000 (07:50 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 3 May 2021 06:04:07 +0000 (15:34 +0930)
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
gas/testsuite/gas/elf/section25.s
gas/testsuite/gas/elf/section26.s

index 74591175547a1efcacebc68b93d4789b1b4d6cae..94104040eff4844cd969a5df23e1aaee7dcd285a 100644 (file)
@@ -1,3 +1,9 @@
+2021-05-03  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/elf/section25.s: Don't start directives in first
+       column.
+       * testsuite/gas/elf/section26.s: Likewise.
+
 2021-04-29  Jan Beulich  <jbeulich@suse.com>
 
        * testsuite/gas/i386/i386.exp: Move x86-64-rip-2 invocation.
index 538e5c7ce4b959c774b8caf8e9447dff2f5c5a48..25f81847fbd06e7854a09f98ef5a12158c141d95 100644 (file)
@@ -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
index aefe15d4c2c33904985f078c180d7e073d5ec410..240f90f8d2fda7f36bd0ef01a47656ffdd2e4466 100644 (file)
@@ -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