1 #name: AVR relaxation, single function in section.
2 #as: -mmcu=avrxmega2 -mlink-relax
3 #ld:  -mavrxmega2 --relax
4 #source: relax-03.s
5 #objdump: -tzd
6 #target: avr-*-*
7 
8 .*:     file format elf32-avr
9 
10 SYMBOL TABLE:
11 #...
12 00000000 l     F .text	0000000a local_start
13 0000000a l       .text	00000000 local_end_label
14 #...
15 00000000 g     F \.text	0000000a _start
16 0000000a g       \.text	00000000 end_label
17 #...
18 
19 Disassembly of section \.text:
20 
21 00000000 <_start>:
22    0:	00 00       	nop
23    2:	03 c0       	rjmp	\.\+6      	; 0xa <.*>
24    4:	02 c0       	rjmp	\.\+4      	; 0xa <.*>
25    6:	01 c0       	rjmp	\.\+2      	; 0xa <.*>
26    8:	00 00       	nop
27