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