Silence nds32 pic warnings
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / loadaddr.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,0,0,0,0,0,0,0
11 .byte 0,0,0,0,0,0,0,0
12 .section .bar,"ax","progbits"
13 .byte 0,0,0,0,0,0,0,0
14 .byte 0,0,0,0,0,0,0,0
15 .section .foo,"aw","progbits"
16 .byte 0,0,0,0,0,0,0,0
17 .byte 0,0,0,0,0,0,0,0
18 .data
19 .byte 0,0,0,0,0,0,0,0
20 .byte 0,0,0,0,0,0,0,0
This page took 0.055583 seconds and 4 git commands to generate.