This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]