mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
4bed253f22
VER_FLG_WEAK doesn't indicate that all symbol references of the symbol version have STB_WEAK. VER_FLG_WEAK indicates a weak symbol version definition with no symbols associated with it. It is used to verify the existence of a particular implementation without any symbol references to the weak symbol version. PR ld/24718 * testsuite/ld-elf/pr24718-1.d: New file. * testsuite/ld-elf/pr24718-1.s: Likewise. * testsuite/ld-elf/pr24718-1.t: Likewise.
8 lines
80 B
ArmAsm
8 lines
80 B
ArmAsm
.text
|
|
.globl foo
|
|
.globl foo
|
|
.type foo,%function
|
|
foo:
|
|
.byte 0
|
|
.size foo, 1
|