2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / align_text.d
1 #objdump: -dr
2 #name: NIOS2 align_test
3
4 # Test alignment in text sections.
5
6 .*: +file format elf32-littlenios2
7
8 Disassembly of section .text:
9 00000000 <label-0x20>:
10 0: 00000000 call 0 <label-0x20>
11 4: 0001883a nop
12 8: 0001883a nop
13 c: 0001883a nop
14 10: 0001883a nop
15 14: 0001883a nop
16 18: 0001883a nop
17 1c: 0001883a nop
18
19 00000020 <label>:
20 20: 0001883a nop
21 00000024 <label2>:
22 ...
This page took 0.030207 seconds and 4 git commands to generate.