This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
HPUX gas testsuite fixes
- From: Alan Modra <amodra at gmail dot com>
- To: binutils at sourceware dot org
- Date: Fri, 10 Jan 2020 21:40:38 +1030
- Subject: HPUX gas testsuite fixes
* testsuite/gas/elf/pr14891.s: Don't start directives in first column.
* testsuite/gas/elf/pr21661.d: Don't run on hpux.
diff --git a/gas/testsuite/gas/elf/pr14891.s b/gas/testsuite/gas/elf/pr14891.s
index f8e1832ad1..1924abf7e7 100644
--- a/gas/testsuite/gas/elf/pr14891.s
+++ b/gas/testsuite/gas/elf/pr14891.s
@@ -1,6 +1,6 @@
foo:
-.section foo, "a"
+ .section foo, "a"
-.section bar, "a"
+ .section bar, "a"
bar:
diff --git a/gas/testsuite/gas/elf/pr21661.d b/gas/testsuite/gas/elf/pr21661.d
index 081f3af11c..979e3ddfa1 100644
--- a/gas/testsuite/gas/elf/pr21661.d
+++ b/gas/testsuite/gas/elf/pr21661.d
@@ -1,2 +1,3 @@
#name: unsupported .symver with common symbol
+#notarget: *-*-hpux*
#error_output: pr21661.l
--
Alan Modra
Australia Development Lab, IBM