Non-contiguous memory regions support: Avoid calls to abort
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / exclude3.s
1 .text
2 .type start,"function"
3 .global start
4 start:
5 .type _start,"function"
6 .global _start
7 _start:
8 .type __start,"function"
9 .global __start
10 __start:
11 .type main,"function"
12 .global main
13 main:
14 .type _main,"function"
15 .global _main
16 _main:
17 .long 0
18 .section .foo1,"e", %progbits
19 .byte 0,0,0,0
This page took 0.030152 seconds and 4 git commands to generate.