diff options
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/pr14891.s | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/pr21661.d | 1 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ee1f8e6..245bd74 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 diff --git a/gas/testsuite/gas/elf/pr14891.s b/gas/testsuite/gas/elf/pr14891.s index f8e1832..1924abf 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 081f3af..979e3dd 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 |