mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
7cc340055d
PR 26882 * testsuite/ld-powerpc/dotsym3.d: Add "-z notext" to ld options. * testsuite/ld-powerpc/dotsym4.d: Likewise. * testsuite/ld-powerpc/ppc476-shared.d: Likewise. * testsuite/ld-powerpc/ppc476-shared2.d: Likewise. * testsuite/ld-powerpc/powerpc.exp: Likewise for various tests. * testsuite/ld-undefined/weak-fundef.s: Add BLPLT variant. * testsuite/ld-undefined/weak-undef.exp: Define BLPLT for ppc32.
18 lines
247 B
ArmAsm
18 lines
247 B
ArmAsm
.text
|
|
.weak undef_weak_fun
|
|
.type undef_weak_fun %function
|
|
.ifdef BL
|
|
bl undef_weak_fun
|
|
nop
|
|
.endif
|
|
.ifdef BLPLT
|
|
bl undef_weak_fun@plt
|
|
.endif
|
|
.ifdef CALLPLT
|
|
call undef_weak_fun@plt
|
|
.endif
|
|
.ifdef HPPA
|
|
bl undef_weak_fun,%r2
|
|
nop
|
|
.endif
|