mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
6f8bcf84a1
bfd/ 2010-04-06 H.J. Lu <hongjiu.lu@intel.com> PR ld/11434 * elf-bfd.h (SYMBOLIC_BIND): Don't bind unique symbol locally. ld/testsuite/ 2010-04-06 H.J. Lu <hongjiu.lu@intel.com> PR ld/11434 * ld/testsuite/ld-x86-64/unique1.d: New. * ld/testsuite/ld-x86-64/unique1.s: Likewise. * ld-x86-64/x86-64.exp: Run unique1.
10 lines
120 B
ArmAsm
10 lines
120 B
ArmAsm
.text
|
|
foo:
|
|
movq bar@GOTPCREL(%rip), %rbp
|
|
.weak bar
|
|
.data
|
|
.type bar, @gnu_unique_object
|
|
.size bar, 8
|
|
bar:
|
|
.quad 8
|