PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / property-x86-ibt.s
CommitLineData
ee2fdd6f
L
1 .section ".note.gnu.property", "a"
2.ifdef __64_bit__
3 .p2align 3
4.else
5 .p2align 2
6.endif
7 .long 1f - 0f /* name length */
8 .long 5f - 2f /* data length */
9 .long 5 /* note type */
100: .asciz "GNU" /* vendor name */
111:
12.ifdef __64_bit__
13 .p2align 3
14.else
15 .p2align 2
16.endif
172: .long 0xc0000002 /* pr_type. */
18 .long 4f - 3f /* pr_datasz. */
193:
20 .long 0x1
214:
22.ifdef __64_bit__
23 .p2align 3
24.else
25 .p2align 2
26.endif
275:
This page took 0.162178 seconds and 4 git commands to generate.