ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-avr / lds-tiny.s
CommitLineData
1857fe72
DC
1 .file "lds-tiny.s"
2 .text
3.global main
4 .type main, @function
5main:
6.L__stack_usage = 0
7 lds r18, 0x40
8 lds r20, 0x42
9 lds r21, 0x43
10 ret
11 .size main, .-main
12 .comm myvar1,1,1
13 .comm myvar2,2,1
14
This page took 0.206149 seconds and 4 git commands to generate.