mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
13ffdac36f
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.
9 lines
69 B
ArmAsm
9 lines
69 B
ArmAsm
.weak a,b
|
|
.data
|
|
.dc.a a
|
|
.text
|
|
.global _start
|
|
_start:
|
|
bl b
|
|
nop
|