2010-01-06 Quentin Neill <quentin.neill@amd.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m32r / relax-1.d
1 #as:
2 #objdump: -dr
3 #name: relax-1
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8
9 0* <DoesNotWork>:
10 *0: 70 00 70 00 * nop -> nop
11
12 0*4 <Work>:
13 *4: 70 00 70 00 * nop -> nop
14 Disassembly of section .branch:
15
16 0* <branch>:
17 *0: ff 00 00 00 bra 0 <branch>
18 [ ]*0: R_M32R_26_PCREL_RELA .text\+0x4
This page took 0.029176 seconds and 4 git commands to generate.