ld: Extract _bfd_elf_link_iterate_on_relocs
[binutils-gdb.git] / ld / testsuite / ld-i386 / pr22782.s
1 .text
2 .globl _start
3 .type _start, @function
4 _start:
5 movl errno@indntpoff, %eax
6 movl %gs:(%eax), %eax
7 ret
8 .globl errno
9 .hidden errno
10 .section .tbss,"awT",@nobits
11 .align 4
12 .type errno, @object
13 .size errno, 4
14 errno:
15 .zero 4