1 #objdump: -dr
2 #name: NIOS2 R2 align_test
3 #as: -march=r2
4 #source: align_text.s
5 
6 # Test alignment in text sections.
7 
8 .*: +file format elf32-littlenios2
9 
10 Disassembly of section .text:
11 00000000 <label-0x20>:
12    0:	00000000 	call	0 <label-0x20>
13    4:	c4000020 	nop
14    8:	c4000020 	nop
15    c:	c4000020 	nop
16   10:	c4000020 	nop
17   14:	c4000020 	nop
18   18:	c4000020 	nop
19   1c:	c4000020 	nop
20 
21 00000020 <label>:
22   20:	c4000020 	nop
23 00000024 <label2>:
24 	...
25