Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr22782.s
CommitLineData
cd048363
L
1 .text
2 .globl _start
3 .type _start, @function
4_start:
5 movq errno@gottpoff(%rip), %rax
6 movl %fs:(%rax), %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.074131 seconds and 4 git commands to generate.