mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-18 14:53:32 +08:00
ac33b731d2
bfd/ PR target/20737 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Bind defined symbol locally in PIE. ld/ * testsuite/ld-aarch64/pie-bind-locally-a.s: New test source. * testsuite/ld-aarch64/pie-bind-locally-b.s: Likewise. * testsuite/ld-aarch64/pie-bind-locally.d: New testcase. * testsuite/ld-aarch64/aarch64-elf.exp: Run new testcase.
7 lines
93 B
ArmAsm
7 lines
93 B
ArmAsm
.section .data.rel,"aw",%progbits
|
|
.align 3
|
|
.type q, %object
|
|
.size q, 8
|
|
q:
|
|
.xword _start
|