mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-19 15:23:30 +08:00
1448fa3227
unresolved debugging relocs in dynamic applications. * elf64-sh64.c (sh_elf64_relocate_section): Likewise. * ld-sh/refdbg-0-dso.d: New test. * ld-sh/refdbg-1.d: Likewise. * ld-sh/refdbg.s: Likewise. * ld-sh/refdbglib.s: Likewise.
9 lines
85 B
ArmAsm
9 lines
85 B
ArmAsm
.text
|
|
.global foo
|
|
.data
|
|
.align 2
|
|
.type foo, @object
|
|
.size foo, 4
|
|
foo:
|
|
.long 1
|