summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-avr/avr-prop-6.d
blob: 1bf8aa137250c414f8aa429c796f985ac18ee169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#name: AVR .avr.prop, single .align sym at end of section test.
#as: -mavrxmega2 -mlink-relax
#ld: -mavrxmega2 --relax
#source: avr-prop-6.s
#objdump: -S
#target: avr-*-*

#...
   0:	00 c0       	rjmp	.+0      	; 0x2 <dest>

00000002 <dest>:
   2:	00 00       	nop
   4:	fe cf       	rjmp	.-4      	; 0x2 <dest>
#...