Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / init0.s
CommitLineData
eda680f8
L
1 .text
2 .global start /* Used by SH targets. */
3start:
4 .global _start
5_start:
6 .global __start
7__start:
8 .global main /* Used by HPPA targets. */
9main:
3def1454
L
10 .globl _main /* Used by LynxOS targets. */
11_main:
eda680f8
L
12 .dc.a 0
13
84a2b3d8 14 .section .init, "a"
eda680f8 15 .p2align 2
4b7e6395 16 .global foo
eda680f8
L
17 .type foo,%function
18foo:
This page took 0.31387 seconds and 4 git commands to generate.