diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-plugin/pr12982.d | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index a1712bf..cad469c 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2013-05-21 Alan Modra <amodra@gmail.com> + PR ld/12982 + * ld-plugin/pr12982.d: Fail if RWE GNU_STACK present. + +2013-05-21 Alan Modra <amodra@gmail.com> + * ld-powerpc/export-class.exp (supports_ppc64): Delete. (powerpc_export_class_test): Add "endian" param. (abis): Add little-endian targets and test. diff --git a/ld/testsuite/ld-plugin/pr12982.d b/ld/testsuite/ld-plugin/pr12982.d index f536d5b..9b01a58 100644 --- a/ld/testsuite/ld-plugin/pr12982.d +++ b/ld/testsuite/ld-plugin/pr12982.d @@ -1,3 +1,4 @@ +#failif #... -[ \t]+GNU_STACK[ \t]+0x[0-9a-f]+ +0x[0-9a-f]+ +0x[0-9a-f]+ +0x[0-9a-f]+ +0x[0-9a-f]+ +RW +0x[0-9a-f]+ + +GNU_STACK .* RWE .* #pass |