ld: better handling of lma region for orphan sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr19617.s
CommitLineData
bf89386a
L
1 .data
2 .global bar
3bar:
4 .type bar,"object"
5 .long 0
6 .text
7 .type start,"function"
8 .global start
9start:
10 .type _start,"function"
11 .global _start
12_start:
13 .type __start,"function"
14 .global __start
15__start:
16 .type main,"function"
17 .global main
18main:
19 .long 0
This page took 0.064844 seconds and 4 git commands to generate.