]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/pr9676-2.c
opcodes: bfin: simplify field width processing and fix build warnings
[thirdparty/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 }