* gas/mips/abs.d, gas/mips/add.d, gas/mips/and.d,
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / empic3_g2.d
CommitLineData
a657e7c1
CD
1#objdump: --prefix-addresses -dr --show-raw-insn -mmips:4000
2#name: MIPS empic3 (global, positive)
21b99e26 3#as: -mabi=o64 -membedded-pic -mips3
a657e7c1
CD
4
5# Check PC-relative HI/LO relocs relocs for -membedded-pic when HI and
6# LO are split over a 32K boundary.
7
8.*: +file format elf.*mips.*
9
10Disassembly of section .text:
11 ...
12 ...
130000fffc <[^>]*> 3c020005 lui v0,0x5
14[ ]*fffc: R_MIPS_GNU_REL_HI16 .text
1500010000 <[^>]*> 64428000 daddiu v0,v0,-32768
16[ ]*10000: R_MIPS_GNU_REL_LO16 .text
17 ...
1800017ffc <[^>]*> 3c020005 lui v0,0x5
19[ ]*17ffc: R_MIPS_GNU_REL_HI16 .text
2000018000 <[^>]*> 64420000 daddiu v0,v0,0
21[ ]*18000: R_MIPS_GNU_REL_LO16 .text
22 ...
230001fffc <[^>]*> 3c020006 lui v0,0x6
24[ ]*1fffc: R_MIPS_GNU_REL_HI16 .text
2500020000 <[^>]*> 0043102d daddu v0,v0,v1
2600020004 <[^>]*> 64428004 daddiu v0,v0,-32764
27[ ]*20004: R_MIPS_GNU_REL_LO16 .text
28 ...
2900027ffc <[^>]*> 3c020006 lui v0,0x6
30[ ]*27ffc: R_MIPS_GNU_REL_HI16 .text
3100028000 <[^>]*> 0043102d daddu v0,v0,v1
3200028004 <[^>]*> 64420004 daddiu v0,v0,4
33[ ]*28004: R_MIPS_GNU_REL_LO16 .text
34 ...
350002fff8 <[^>]*> 3c020007 lui v0,0x7
36[ ]*2fff8: R_MIPS_GNU_REL_HI16 .text
370002fffc <[^>]*> 0043102d daddu v0,v0,v1
3800030000 <[^>]*> 64428000 daddiu v0,v0,-32768
39[ ]*30000: R_MIPS_GNU_REL_LO16 .text
40 ...
4100037ff8 <[^>]*> 3c020007 lui v0,0x7
42[ ]*37ff8: R_MIPS_GNU_REL_HI16 .text
4300037ffc <[^>]*> 0043102d daddu v0,v0,v1
4400038000 <[^>]*> 64420000 daddiu v0,v0,0
45[ ]*38000: R_MIPS_GNU_REL_LO16 .text
46 ...
47 ...
This page took 0.087939 seconds and 4 git commands to generate.