XCOFF: add support for TLS relocations on hidden symbols
[binutils-gdb.git] / ld / testsuite / ld-elfweak / bar1b.c
1 int deallocate_foo = 0;
2
3 int *
4 bar()
5 {
6 return &deallocate_foo;
7 }