run_dump_test replace PROG with DUMPPROG in gas and ld
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14926.s
1 .text
2 .globl main
3 .globl start
4 .globl _start
5 .globl __start
6 main:
7 start:
8 _start:
9 __start:
10 .byte 0
This page took 0.040466 seconds and 4 git commands to generate.