Verify run-time size relocations if supported
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-10b.c
1 __thread char bar[10];
2 extern char size_of_bar asm ("bar@SIZE");
3 char *bar_size = &size_of_bar;
4
5 char *
6 get_bar (int i, int v)
7 {
8 bar[i] = v;
9 return bar;
10 }
This page took 0.037044 seconds and 5 git commands to generate.