Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22677.s
CommitLineData
8b6f4cd3
L
1 .section .preinit_array.01000,"aw",%preinit_array
2 .p2align 2
3 .word 0
4
5 .section .init_array.01000,"aw",%init_array
6 .p2align 2
7 .word 0
8
9 .section .fini_array.01000,"aw",%fini_array
10 .p2align 2
11 .word 0
12
e95bc8bb
EB
13 .globl main
14 .globl start
15 .globl _start
16 .globl __start
8b6f4cd3 17 .globl foo
e95bc8bb
EB
18 .text
19main:
20start:
21_start:
22__start:
8b6f4cd3
L
23foo:
24 .word 0
This page took 0.080754 seconds and 4 git commands to generate.