(root)/
binutils-2.41/
ld/
testsuite/
ld-powerpc/
undefweak.s
 .weak a,b
 .data
 .dc.a a
 .text
 .global _start
_start:
 bl b
 nop