diff options
Diffstat (limited to 'ld/testsuite/ld-aarch64/property-bti-pac1.s')
-rw-r--r-- | ld/testsuite/ld-aarch64/property-bti-pac1.s | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/testsuite/ld-aarch64/property-bti-pac1.s b/ld/testsuite/ld-aarch64/property-bti-pac1.s index 414c927..4215691 100644 --- a/ld/testsuite/ld-aarch64/property-bti-pac1.s +++ b/ld/testsuite/ld-aarch64/property-bti-pac1.s @@ -17,6 +17,20 @@ _start: 2: .long 0xc0000000 /* pr_type. */ .long 4f - 3f /* pr_datasz. */ 3: + .long 0x4 /* GCS. */ +4: + .p2align 3 +5: + .p2align 3 + .long 1f - 0f /* name length */ + .long 5f - 2f /* data length */ + .long 5 /* note type */ +0: .asciz "GNU" /* vendor name */ +1: + .p2align 3 +2: .long 0xc0000000 /* pr_type. */ + .long 4f - 3f /* pr_datasz. */ +3: .long 0x2 /* PAC. */ 4: .p2align 3 |