tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / rel.c
CommitLineData
8877b5e5
AM
1static int seven = 7;
2static int *__attribute__((section("auto"))) auto_10 = &seven;
3
4int
5eight (void)
6{
7 extern int *__start_auto[], *__stop_auto[];
8 return *auto_10 + __stop_auto - __start_auto;
9}
This page took 0.354978 seconds and 4 git commands to generate.