binutils-gdb/ld/testsuite/ld-powerpc/undefweak.s
Alan Modra 13ffdac36f PowerPC undefweak testcase
Test for commit 4916030821 and b293661219.

	* 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.
2021-05-05 10:35:31 +09:30

9 lines
69 B
ArmAsm

.weak a,b
.data
.dc.a a
.text
.global _start
_start:
bl b
nop