i386: Allow GOT32 relocations against ABS symbols
[binutils-gdb.git] / ld / testsuite / ld-vsb / sh3.c
1 int main_hidden_data = 1;
2
3 int
4 main_hidden_func ()
5 {
6 return 1;
7 }