HPUX gas testsuite fixes
authorAlan Modra <amodra@gmail.com>
Fri, 10 Jan 2020 06:59:59 +0000 (17:29 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 10 Jan 2020 07:02:33 +0000 (17:32 +1030)
* testsuite/gas/elf/pr14891.s: Don't start directives in first column.
* testsuite/gas/elf/pr21661.d: Don't run on hpux.

gas/ChangeLog
gas/testsuite/gas/elf/pr14891.s
gas/testsuite/gas/elf/pr21661.d

index ee1f8e643779efb88c9acb96e7dc4a245b2d609c..245bd743634b5ce74e95874b0f8235857e20859b 100644 (file)
@@ -1,3 +1,8 @@
+2020-01-10  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/elf/pr14891.s: Don't start directives in first column.
+       * testsuite/gas/elf/pr21661.d: Don't run on hpux.
+
 2020-01-03  Sergey Belyashov  <sergey.belyashov@gmail.com>
 
        PR 25224
index f8e1832ad104561f49c7bdc0520b29bdccb7cc47..1924abf7e751207cdc39faebb41dceadf83ca7cd 100644 (file)
@@ -1,6 +1,6 @@
 
 foo:
-.section foo, "a"
+ .section foo, "a"
 
-.section bar, "a"
+ .section bar, "a"
 bar:
index 081f3af11c8aa95d14c8d8f5afc18b9512a6f980..979e3ddfa1a956a4bdc8f7390d9bd759295af9d2 100644 (file)
@@ -1,2 +1,3 @@
 #name: unsupported .symver with common symbol
+#notarget: *-*-hpux*
 #error_output: pr21661.l
This page took 0.02584 seconds and 4 git commands to generate.