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