run_dump_test replace PROG with DUMPPROG in gas and ld
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / foo0.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:
10 .dc.a 0
11
15e539f4 12 .section .foo,"ax",%progbits
eda680f8 13 .p2align 2
4b7e6395 14 .global foo
eda680f8
L
15 .type foo,%function
16foo:
This page took 0.418312 seconds and 4 git commands to generate.