IFUNC: Update IFUNC resolver check with DT_TEXTREL
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-8b.c
CommitLineData
8fd4256d
L
1__thread char bar[10];
2
3void
4set_bar (int i, int v)
5{
6 bar[i] = v;
7}
This page took 0.351092 seconds and 4 git commands to generate.