1 #name: AVR .avr.prop, single .align sym at end of section test.
2 #as: -mavrxmega2 -mlink-relax
3 #ld: -mavrxmega2 --relax
4 #source: avr-prop-6.s
5 #objdump: -S
6 #target: avr-*-*
7 
8 #...
9    0:	00 c0       	rjmp	.+0      	; 0x2 <dest>
10 
11 00000002 <dest>:
12    2:	00 00       	nop
13    4:	fe cf       	rjmp	.-4      	; 0x2 <dest>
14 #...
15