x86: Updated align branch tests for Darwin and i686-pc-elf
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr22782.s
CommitLineData
cd048363
L
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
14errno:
15 .zero 4
This page took 0.124503 seconds and 4 git commands to generate.