Convert PLT reloc only if pointer equality isn't needed
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / rel.c
1 static int seven = 7;
2 static int *__attribute__((section("auto"))) auto_10 = &seven;
3
4 int
5 eight (void)
6 {
7 extern int *__start_auto[], *__stop_auto[];
8 return *auto_10 + __stop_auto - __start_auto;
9 }
This page took 0.028457 seconds and 4 git commands to generate.