i386: Allow GOT32 relocations against ABS symbols
[binutils-gdb.git] / ld / testsuite / ld-vsb / define.s
1 .data
2 .globl protected
3 .ifndef XCOFF_TEST
4 .type protected,"object"
5 .endif
6 protected:
7 .globl hidden
8 .ifndef XCOFF_TEST
9 .type hidden,"object"
10 .endif
11 hidden:
12 .globl internal
13 .ifndef XCOFF_TEST
14 .type internal,"object"
15 .endif
16 internal: