* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-elf / pr9676-3.c
blobe5985dfbfda379ccf4453ff1ce1eedf6ba18cf9a
1 extern int foo (void) __attribute__((section (".gnu.linkonce.t.1"), weak));
3 int
4 foo (void)
6 return 1;