ld/testsuite/
[binutils.git] / ld / testsuite / ld-elf / loadaddr.s
blobdcf40c8960376b2e29e8f1d9f558cec3c733a85f
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
11 .section .bar,"ax","progbits"
12 .byte 0
13 .section .foo,"aw","progbits"
14 .byte 0
15 .data
16 .byte 0