[MIPS] Add Loongson 3A1000 proccessor support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / jal-svr4pic-local-n32.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS JALR relocation against local symbol (n32)
3 #as: -n32
4 #source: jal-svr4pic-local-newabi.s
5
6 .*: +file format .*mips.*
7
8 Disassembly of section \.text:
9 [0-9a-f]+ <[^>]*> 27bdfff0 addiu sp,sp,-16
10 [0-9a-f]+ <[^>]*> ffbc0000 sd gp,0\(sp\)
11 [0-9a-f]+ <[^>]*> 3c1c0000 lui gp,0x0
12 [ ]*[0-9a-f]+: R_MIPS_GPREL16 foo
13 [ ]*[0-9a-f]+: R_MIPS_SUB \*ABS\*
14 [ ]*[0-9a-f]+: R_MIPS_HI16 \*ABS\*
15 [0-9a-f]+ <[^>]*> 279c0000 addiu gp,gp,0
16 [ ]*[0-9a-f]+: R_MIPS_GPREL16 foo
17 [ ]*[0-9a-f]+: R_MIPS_SUB \*ABS\*
18 [ ]*[0-9a-f]+: R_MIPS_LO16 \*ABS\*
19 [0-9a-f]+ <[^>]*> 0399e021 addu gp,gp,t9
20 [0-9a-f]+ <[^>]*> ffbf0008 sd ra,8\(sp\)
21 [0-9a-f]+ <[^>]*> 8f990000 lw t9,0\(gp\)
22 [ ]*[0-9a-f]+: R_MIPS_GOT_DISP \.text\+0x40
23 [0-9a-f]+ <[^>]*> 0320f809 jalr t9
24 [ ]*[0-9a-f]+: R_MIPS_JALR \.text\+0x40
25 [0-9a-f]+ <[^>]*> 00000000 nop
26 [0-9a-f]+ <[^>]*> dfbf0008 ld ra,8\(sp\)
27 [0-9a-f]+ <[^>]*> dfbc0000 ld gp,0\(sp\)
28 [0-9a-f]+ <[^>]*> 03e0000[89] jr ra
29 [0-9a-f]+ <[^>]*> 27bd0010 addiu sp,sp,16
30 \.\.\.
31 [0-9a-f]+ <[^>]*> 03e0000[89] jr ra
32 [0-9a-f]+ <[^>]*> 00000000 nop
33 \.\.\.
This page took 0.033443 seconds and 4 git commands to generate.