Properly handle common symbol and weak function
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr9676-3.c
CommitLineData
d8880531
L
1extern int foo (void) __attribute__((section (".gnu.linkonce.t.1"), weak));
2
3int
4foo (void)
5{
6 return 1;
7}
This page took 0.172327 seconds and 4 git commands to generate.