
Test for commit4916030821
andb293661219
. * testsuite/ld-powerpc/empty.s: New file. * testsuite/ld-powerpc/undefweak.d, * testsuite/ld-powerpc/undefweak.s: New testcase. * testsuite/ld-powerpc/powerpc.exp: Run it.
8 lines
69 B
ArmAsm
8 lines
69 B
ArmAsm
.weak a,b
|
|
.data
|
|
.dc.a a
|
|
.text
|
|
.global _start
|
|
_start:
|
|
bl b
|
|
nop
|