diff options
author | Clément Chigot <chigot@adacore.com> | 2025-03-10 16:56:02 +0100 |
---|---|---|
committer | Clément Chigot <chigot@adacore.com> | 2025-03-17 09:59:32 +0100 |
commit | e32bff33bceda7860dd35d1bf98a2b604240a536 (patch) | |
tree | 7a0de41a3fedf5b02d416544be669dbaa52c2b7b | |
parent | dad0da34b7c71dbf504058ced12d87d226b2b1b6 (diff) | |
download | binutils-e32bff33bceda7860dd35d1bf98a2b604240a536.zip binutils-e32bff33bceda7860dd35d1bf98a2b604240a536.tar.gz binutils-e32bff33bceda7860dd35d1bf98a2b604240a536.tar.bz2 |
ld/testsuite: add gnu property section in nto-stack-note*
A GNU property section is now always generated when `-z stack-size` is
passed. This was probably introduced by GNU Property refactoring
within elfxx-aarch64.c.
-rw-r--r-- | ld/testsuite/ld-aarch64/nto-stack-note-1.d | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-aarch64/nto-stack-note-2.d | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-aarch64/nto-stack-note-1.d b/ld/testsuite/ld-aarch64/nto-stack-note-1.d index d85dbca..e5f4742 100644 --- a/ld/testsuite/ld-aarch64/nto-stack-note-1.d +++ b/ld/testsuite/ld-aarch64/nto-stack-note-1.d @@ -4,6 +4,11 @@ #ld: -z stack-size=0x10000 #readelf: -n +Displaying notes found in: .note.gnu.property +.* +.* +.* + Displaying notes found in: .note [ ]+Owner[ ]+Data size[ ]+Description QNX 0x0000000c QNX stack diff --git a/ld/testsuite/ld-aarch64/nto-stack-note-2.d b/ld/testsuite/ld-aarch64/nto-stack-note-2.d index 9e446cc..4c5bc25 100644 --- a/ld/testsuite/ld-aarch64/nto-stack-note-2.d +++ b/ld/testsuite/ld-aarch64/nto-stack-note-2.d @@ -4,6 +4,11 @@ #ld: -z stack-size=0x10000 --lazy-stack -z execstack #readelf: -n +Displaying notes found in: .note.gnu.property +.* +.* +.* + Displaying notes found in: .note [ ]+Owner[ ]+Data size[ ]+Description QNX 0x0000000c QNX stack |