ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-2b.c
CommitLineData
1cf48f48
L
1extern __thread char bar[];
2extern char size_of_bar asm ("bar@SIZE");
3char *bar_size = &size_of_bar;
4
5char *
6get_bar (int i, int v)
7{
8 bar[i] = v;
9 return bar;
10}
This page took 0.347735 seconds and 4 git commands to generate.