aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-05-03 07:50:03 +0930
committerAlan Modra <amodra@gmail.com>2021-05-03 15:34:07 +0930
commitdb543a7de3f3356133ef3f7f7fc9ae444fd55325 (patch)
tree3613f7b5473d0a24a399e45d4f681c1616267cbd /gas/testsuite
parentdf6fbc21a51e04897df5b8b95f70ddfc268aedb4 (diff)
downloadgdb-db543a7de3f3356133ef3f7f7fc9ae444fd55325.zip
gdb-db543a7de3f3356133ef3f7f7fc9ae444fd55325.tar.gz
gdb-db543a7de3f3356133ef3f7f7fc9ae444fd55325.tar.bz2
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.
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/gas/elf/section25.s12
-rw-r--r--gas/testsuite/gas/elf/section26.s16
2 files changed, 14 insertions, 14 deletions
diff --git a/gas/testsuite/gas/elf/section25.s b/gas/testsuite/gas/elf/section25.s
index 538e5c7..25f8184 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 aefe15d..240f90f 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