mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
94313f361f
* coff-rs6000.c (xcoff_ppc_relocate_section): Allow undefined symbols to be left unimported when linking statically. * xcofflink.c (xcoff_link_add_symbols): Ignore global linkage code when linking statically. ld/testsuite/ * ld-powerpc/aix-glink-3.s, ld-powerpc/aix-glink-3a.s, ld-powerpc/aix-glink-3b.s, ld-powerpc/aix-glink-3.dd, ld-powerpc/aix-glink-3-32.d, ld-powerpc/aix-glink-3-64.d: New tests. * ld-powerpc/aix52.exp: Run them. Move the lineno tests to maintain alphabetical order.
12 lines
104 B
ArmAsm
12 lines
104 B
ArmAsm
.toc
|
|
|
|
.extern .g
|
|
.globl .f
|
|
.csect .f[PR]
|
|
.f:
|
|
bl .g
|
|
|
|
.globl f
|
|
.csect f[DS]
|
|
f: .long .f,TOC[tc0],0
|