mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
0cb01df558
Change-Id: I7a413a81d33762f3cb1e8c67883d1e616f83d0e9 Reviewed-on: https://review.haiku-os.org/c/1536 Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
19 lines
376 B
ArmAsm
19 lines
376 B
ArmAsm
.section ".note.gnu.property", "a"
|
|
.p2align 2
|
|
.long 1f - 0f /* name length. */
|
|
.long 4f - 1f /* data length. */
|
|
/* NT_GNU_PROPERTY_TYPE_0 */
|
|
.long 5 /* note type. */
|
|
0:
|
|
.asciz "GNU" /* vendor name. */
|
|
1:
|
|
.p2align 2
|
|
/* GNU_PROPERTY_X86_COMPAT_ISA_1_NEEDED */
|
|
.long 0xc0000001 /* pr_type. */
|
|
.long 3f - 2f /* pr_datasz. */
|
|
2:
|
|
.long 0x0
|
|
3:
|
|
.p2align 2
|
|
4:
|