PR gas/20649: MIPS: Fix GOT16/LO16 reloc pairing with comdat sections
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pru / loop.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: PRU loop
3
4 # Test the loop instructions
5
6 .*: +file format elf32-pru
7
8 Disassembly of section .text:
9 0+0000 <[^>]*> 304a0000 loop 00000000 <[^>]*>, r10.b2
10 [\t ]*0: R_PRU_U8_PCREL[\t ]*.text\+0x14
11 0+0004 <[^>]*> 30eb8000 iloop 00000004 <[^>]*>, r11
12 [\t ]*4: R_PRU_U8_PCREL[\t ]*.text\+0x14
13 0+0008 <[^>]*> 00e0e0e0 add r0, r0, r0
14 0+000c <[^>]*> 00e0e0e0 add r0, r0, r0
15 0+0010 <[^>]*> 00e0e0e0 add r0, r0, r0
This page took 0.029173 seconds and 4 git commands to generate.