mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
654f3b6a2a
* testsuite/ld-x86-64/property-x86-3-x32.d: New file. * testsuite/ld-x86-64/property-x86-4a-x32.d: Likewise. * testsuite/ld-x86-64/property-x86-4b-x32.d: Likewise. * testsuite/ld-x86-64/property-x86-3.d: Also pass -defsym __64_bit__=1 to asssembler. * testsuite/ld-x86-64/property-x86-4a.d: Likewise. * testsuite/ld-x86-64/property-x86-4b.d: Likewise. * testsuite/ld-x86-64/property-x86-3.s: Align to 4 bytes if __64_bit__ isn't defined. * testsuite/ld-x86-64/property-x86-4a.s: Likewise. * testsuite/ld-x86-64/property-x86-4b.s: Likewise. * testsuite/ld-x86-64/x86-64.exp: Run property-x86-3-x32, property-x86-4a-x32 and property-x86-4b-x32.
34 lines
580 B
ArmAsm
34 lines
580 B
ArmAsm
.section .debug_info,"",@progbits
|
|
.hidden t.c.4903c230
|
|
.globl t.c.4903c230
|
|
t.c.4903c230:
|
|
.byte 0x28
|
|
|
|
.section ".note.gnu.property", "a"
|
|
.ifdef __64_bit__
|
|
.p2align 3
|
|
.else
|
|
.p2align 2
|
|
.endif
|
|
.long 1f - 0f /* name length. */
|
|
.long 3f - 2f /* data length. */
|
|
/* NT_GNU_PROPERTY_TYPE_0 */
|
|
.long 5 /* note type. */
|
|
0: .asciz "GNU" /* vendor name. */
|
|
1:
|
|
.ifdef __64_bit__
|
|
.p2align 3
|
|
.else
|
|
.p2align 2
|
|
.endif
|
|
2:
|
|
/* GNU_PROPERTY_NO_COPY_ON_PROTECTED */
|
|
.long 2 /* pr_type. */
|
|
.long 0 /* pr_datasz. */
|
|
.ifdef __64_bit__
|
|
.p2align 3
|
|
.else
|
|
.p2align 2
|
|
.endif
|
|
3:
|