* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / jal-svr4pic.d
CommitLineData
fbc83def
ILT
1#objdump: -dr
2#name: jal-svr4pic
3#as: -mips1 -KPIC
4
5# Test the jal macro with -KPIC.
6
7.*: +file format .*mips.*
8
9Disassembly of section .text:
100+0000 <[^>]*> lui \$gp,0
11[ ]*RELOC: 0+0000 R_MIPS_HI16 _gp_disp
120+0004 <[^>]*> addiu \$gp,\$gp,0
13[ ]*RELOC: 0+0004 R_MIPS_LO16 _gp_disp
140+0008 <[^>]*> addu \$gp,\$gp,\$t9
150+000c <[^>]*> sw \$gp,0\(\$sp\)
160+0010 <[^>]*> jalr \$t9
17...
180+0018 <[^>]*> lw \$gp,0\(\$sp\)
190+001c <[^>]*> jalr \$a0,\$t9
20...
210+0024 <[^>]*> lw \$gp,0\(\$sp\)
22...
230+002c <[^>]*> lw \$t9,0\(\$gp\)
24[ ]*RELOC: 0+002c R_MIPS_GOT16 .text
25...
260+0034 <[^>]*> addiu \$t9,\$t9,0
27[ ]*RELOC: 0+0034 R_MIPS_LO16 .text
280+0038 <[^>]*> jalr \$t9
29...
300+0040 <[^>]*> lw \$gp,0\(\$sp\)
31...
320+0048 <[^>]*> lw \$t9,0\(\$gp\)
33[ ]*RELOC: 0+0048 R_MIPS_CALL16 external_text_label
34...
350+0050 <[^>]*> jalr \$t9
36...
370+0058 <[^>]*> lw \$gp,0\(\$sp\)
380+005c <[^>]*> b 00000000 <text_label>
39...
This page took 0.155646 seconds and 4 git commands to generate.