gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / jal-xgot.d
1 #objdump: -dr --prefix-addresses -mmips:3000
2 #name: MIPS R3000 jal-xgot
3 #as: -32 -mips1 -KPIC -xgot -mtune=r3000
4 #source: jal-svr4pic.s
5
6 # Test the jal macro with -KPIC -xgot.
7
8 .*: +file format .*mips.*
9
10 Disassembly of section .text:
11 0+0000 <[^>]*> lui gp,0x0
12 [ ]*0: R_MIPS_HI16 _gp_disp
13 0+0004 <[^>]*> addiu gp,gp,0
14 [ ]*4: R_MIPS_LO16 _gp_disp
15 0+0008 <[^>]*> addu gp,gp,t9
16 0+000c <[^>]*> sw gp,0\(sp\)
17 0+0010 <[^>]*> jalr t9
18 0+0014 <[^>]*> nop
19 0+0018 <[^>]*> lw gp,0\(sp\)
20 0+001c <[^>]*> jalr a0,t9
21 0+0020 <[^>]*> nop
22 0+0024 <[^>]*> lw gp,0\(sp\)
23 0+0028 <[^>]*> nop
24 0+002c <[^>]*> lw t9,0\(gp\)
25 [ ]*2c: R_MIPS_GOT16 .text
26 0+0030 <[^>]*> nop
27 0+0034 <[^>]*> addiu t9,t9,0
28 [ ]*34: R_MIPS_LO16 .text
29 0+0038 <[^>]*> jalr t9
30 [ ]*38: R_MIPS_JALR text_label
31 0+003c <[^>]*> nop
32 0+0040 <[^>]*> lw gp,0\(sp\)
33 0+0044 <[^>]*> lui t9,0x0
34 [ ]*44: R_MIPS_CALL_HI16 weak_text_label
35 0+0048 <[^>]*> addu t9,t9,gp
36 0+004c <[^>]*> lw t9,0\(t9\)
37 [ ]*4c: R_MIPS_CALL_LO16 weak_text_label
38 0+0050 <[^>]*> nop
39 0+0054 <[^>]*> jalr t9
40 [ ]*54: R_MIPS_JALR weak_text_label
41 0+0058 <[^>]*> nop
42 0+005c <[^>]*> lw gp,0\(sp\)
43 0+0060 <[^>]*> lui t9,0x0
44 [ ]*60: R_MIPS_CALL_HI16 external_text_label
45 0+0064 <[^>]*> addu t9,t9,gp
46 0+0068 <[^>]*> lw t9,0\(t9\)
47 [ ]*68: R_MIPS_CALL_LO16 external_text_label
48 0+006c <[^>]*> nop
49 0+0070 <[^>]*> jalr t9
50 [ ]*70: R_MIPS_JALR external_text_label
51 0+0074 <[^>]*> nop
52 0+0078 <[^>]*> lw gp,0\(sp\)
53 0+007c <[^>]*> b 0+0000 <text_label>
54 0+0080 <[^>]*> nop
55 ...
This page took 0.031428 seconds and 4 git commands to generate.