Add support for a MIPS specific .MIPS.xhash section.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr9676-3.c
1 extern int foo (void) __attribute__((section (".gnu.linkonce.t.1"), weak));
2
3 int
4 foo (void)
5 {
6 return 1;
7 }
This page took 0.029356 seconds and 4 git commands to generate.