Make __start/__stop symbols dynamic and add testcase
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21964-3a.c
1 extern int __start___verbose[];
2 extern int __stop___verbose[];
3 int
4 foo3 (void)
5 {
6 if (__start___verbose == __stop___verbose
7 || __start___verbose[0] != 6)
8 return -1;
9 else
10 return 0;
11 }
This page took 0.029669 seconds and 4 git commands to generate.