aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr22450.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elf/pr22450.s')
-rw-r--r--ld/testsuite/ld-elf/pr22450.s19
1 files changed, 19 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/pr22450.s b/ld/testsuite/ld-elf/pr22450.s
new file mode 100644
index 0000000..33118a1
--- /dev/null
+++ b/ld/testsuite/ld-elf/pr22450.s
@@ -0,0 +1,19 @@
+
+ .section ".note.gnu", "a" /* NB/ Deliberately incorrect section name. Should be: .note.gnu.property */
+ .p2align ALIGN
+
+ .dc.l 1f - 0f /* Name length. */
+ .dc.l 5f - 2f /* Data length. */
+ .dc.l 5 /* Note type: NT_GNU_PROPERTY_TYPE_0 */
+0:
+ .asciz "GNU" /* Vendor name. */
+1:
+ .p2align ALIGN
+2:
+ .dc.l 1 /* pr_type: GNU_PROPERTY_STACK_SIZE */
+ .dc.l 5f - 4f /* pr_datasz. */
+4:
+ .dc.a 0x8000 /* Stack size. */
+5:
+ .p2align ALIGN
+3: