mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
16 lines
310 B
ArmAsm
16 lines
310 B
ArmAsm
|
.section ".note.gnu.property", "a"
|
||
|
.p2align ALIGN
|
||
|
.long 1f - 0f /* name length */
|
||
|
.long 5f - 2f /* data length */
|
||
|
.long 5 /* note type */
|
||
|
0: .asciz "GNU" /* vendor name */
|
||
|
1:
|
||
|
.p2align ALIGN
|
||
|
2: .long 0xb0007fff /* pr_type. */
|
||
|
.long 4f - 3f /* pr_datasz. */
|
||
|
3:
|
||
|
.long 0x1001
|
||
|
4:
|
||
|
.p2align ALIGN
|
||
|
5:
|