]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Skip the test for PR12982 on HPPA targets as they always need an executable stack.
authorNick Clifton <nickc@redhat.com>
Wed, 1 Aug 2018 14:28:37 +0000 (15:28 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 1 Aug 2018 14:28:37 +0000 (15:28 +0100)
PR 23463
* testsuite/ld-plugin/pr12982.d: Skip thios test for the HPPA
target.

ld/ChangeLog
ld/testsuite/ld-plugin/pr12982.d

index 93b3f6729eedb2e98ab7781cb22e33d77de7f290..9be9b13c08b9bd704ee2362905dd5fdd7b15e2da 100644 (file)
@@ -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
index 9b01a58f64ee62cd65d5ec0cff8348f13459d879..8e79c2f94c8d6b64f039cd765a2c153d6a11bb27 100644 (file)
@@ -1,4 +1,7 @@
+#skip: hppa*-*-*
 #failif
 #...
  +GNU_STACK .* RWE .*
 #pass
+
+# The skip for HPPA is because this target always needs an executable stack.