diff options
-rw-r--r-- | ld/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-plugin/pr12982.d | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 93b3f67..9be9b13 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2018-08-01 Nick Clifton <nickc@redhat.com> + + PR 23463 + * testsuite/ld-plugin/pr12982.d: Skip thios test for the HPPA + target. + 2018-08-01 Alan Modra <amodra@gmail.com> * testsuite/ld-powerpc/powerpc.exp: Run tlsopt5 with hash-style diff --git a/ld/testsuite/ld-plugin/pr12982.d b/ld/testsuite/ld-plugin/pr12982.d index 9b01a58..8e79c2f 100644 --- a/ld/testsuite/ld-plugin/pr12982.d +++ b/ld/testsuite/ld-plugin/pr12982.d @@ -1,4 +1,7 @@ +#skip: hppa*-*-* #failif #... +GNU_STACK .* RWE .* #pass + +# The skip for HPPA is because this target always needs an executable stack. |