From: Thiemo Seufer Date: Sat, 21 Jun 2003 21:38:04 +0000 (+0000) Subject: * config/tc-mips.c (ADDRESS_ADD_INSN,ADDRESS_ADDI_INSN): Remove X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b7c7d6c193f9fefe370d5a5e9abccb272d218b53;hp=325ed0891530d43b77e4d77d300d849243cc6838;p=deliverable%2Fbinutils-gdb.git * config/tc-mips.c (ADDRESS_ADD_INSN,ADDRESS_ADDI_INSN): Remove special handling for n32 ABI. (macro): Likewise. * gas/mips/elf-rel-got-n32.d: Remove special handling for n32 ABI. * gas/mips/elf-rel-xgot-n32.d: Likewise. * gas/mips/jal-newabi.d: Likewise. * ld-mips-elf/elf-rel-got-n32.d: Remove special handling for n32 ABI. * ld-mips-elf/elf-rel-xgot-n32.d: Likewise. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index be20d5053b..e5270cd31e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2003-06-21 Thiemo Seufer + + * config/tc-mips.c (ADDRESS_ADD_INSN,ADDRESS_ADDI_INSN): Remove + special handling for n32 ABI. + (macro): Likewise. + 2003-06-19 Thiemo Seufer * config/tc-mips.c (s_cpsetup,s_cprestore,s_cpreturn): Revert diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index e1053cb998..8b89be84ae 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -300,15 +300,14 @@ static int mips_32bitmode = 0; #define HAVE_64BIT_ADDRESS_CONSTANTS (HAVE_64BIT_ADDRESSES \ || HAVE_64BIT_GPRS) -/* Addresses are loaded in different ways, depending on the address - size in use and the ABI. N32_ABI uses additions with overflow - checking, this allows to catch code generation errors which would - distort the proper sign extension of the 64-bit wide registers. */ +/* Addresses are loaded in different ways, depending on the address size + in use. The n32 ABI Documentation also mandates the use of additions + with overflow checking, but existing implementations don't follow it. */ #define ADDRESS_ADD_INSN \ - (HAVE_32BIT_ADDRESSES ? (HAVE_NEWABI ? "add" : "addu") : "daddu") + (HAVE_32BIT_ADDRESSES ? "addu" : "daddu") #define ADDRESS_ADDI_INSN \ - (HAVE_32BIT_ADDRESSES ? (HAVE_NEWABI ? "addi" : "addiu") : "daddiu") + (HAVE_32BIT_ADDRESSES ? "addiu" : "daddiu") #define ADDRESS_LOAD_INSN \ (HAVE_32BIT_ADDRESSES ? "lw" : "ld") @@ -4851,8 +4850,7 @@ macro (ip) && offset_expr.X_add_number < 0x8000) { macro_build ((char *) NULL, &icnt, &offset_expr, - (dbl || HAVE_64BIT_ADDRESSES) ? "daddiu" : - HAVE_NEWABI ? "addi" : "addiu", + (dbl || HAVE_64BIT_ADDRESSES) ? "daddiu" : "addiu", "t,r,j", treg, sreg, (int) BFD_RELOC_LO16); return; } @@ -5618,8 +5616,7 @@ macro (ip) char *s; if (mips_pic == EMBEDDED_PIC || mips_pic == NO_PIC) - s = (dbl || HAVE_64BIT_ADDRESSES) ? "daddu" : - HAVE_NEWABI ? "add" : "addu"; + s = (dbl || HAVE_64BIT_ADDRESSES) ? "daddu" : "addu"; else s = ADDRESS_ADD_INSN; @@ -6063,7 +6060,7 @@ macro (ip) macro_build ((char *) NULL, &icnt, (expressionS *) NULL, ((bfd_arch_bits_per_address (stdoutput) == 32 || ! ISA_HAS_64BIT_REGS (mips_opts.isa)) - ? HAVE_NEWABI ? "add" : "addu" : "daddu"), + ? "addu" : "daddu"), "d,v,t", tempreg, tempreg, breg); macro_build ((char *) NULL, &icnt, &offset_expr, s, fmt, treg, (int) BFD_RELOC_PCREL_LO16, tempreg); diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9642810da2..adbdc8f0bb 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2003-06-21 Thiemo Seufer + + * gas/mips/elf-rel-got-n32.d: Remove special handling for n32 ABI. + * gas/mips/elf-rel-xgot-n32.d: Likewise. + * gas/mips/jal-newabi.d: Likewise. + 2003-06-21 Christian Groessler * gas/z8k: New directory. diff --git a/gas/testsuite/gas/mips/elf-rel-got-n32.d b/gas/testsuite/gas/mips/elf-rel-got-n32.d index b6ff395f05..265ba480a2 100644 --- a/gas/testsuite/gas/mips/elf-rel-got-n32.d +++ b/gas/testsuite/gas/mips/elf-rel-got-n32.d @@ -9,25 +9,25 @@ Disassembly of section \.text: 0: R_MIPS_GOT_DISP dg1 00000004 8f850000 lw a1,0\(gp\) 4: R_MIPS_GOT_DISP dg1 -00000008 20a5000c addi a1,a1,12 +00000008 24a5000c addiu a1,a1,12 0000000c 8f850000 lw a1,0\(gp\) c: R_MIPS_GOT_DISP dg1 00000010 3c010002 lui at,0x2 -00000014 2021e240 addi at,at,-7616 -00000018 00a12820 add a1,a1,at +00000014 2421e240 addiu at,at,-7616 +00000018 00a12821 addu a1,a1,at 0000001c 8f850000 lw a1,0\(gp\) 1c: R_MIPS_GOT_DISP dg1 -00000020 00b12820 add a1,a1,s1 +00000020 00b12821 addu a1,a1,s1 00000024 8f850000 lw a1,0\(gp\) 24: R_MIPS_GOT_DISP dg1 -00000028 20a5000c addi a1,a1,12 -0000002c 00b12820 add a1,a1,s1 +00000028 24a5000c addiu a1,a1,12 +0000002c 00b12821 addu a1,a1,s1 00000030 8f850000 lw a1,0\(gp\) 30: R_MIPS_GOT_DISP dg1 00000034 3c010002 lui at,0x2 -00000038 2021e240 addi at,at,-7616 -0000003c 00a12820 add a1,a1,at -00000040 00b12820 add a1,a1,s1 +00000038 2421e240 addiu at,at,-7616 +0000003c 00a12821 addu a1,a1,at +00000040 00b12821 addu a1,a1,s1 00000044 8f850000 lw a1,0\(gp\) 44: R_MIPS_GOT_PAGE dg1 00000048 8ca50000 lw a1,0\(a1\) @@ -38,22 +38,22 @@ Disassembly of section \.text: 50: R_MIPS_GOT_OFST dg1\+0xc 00000054 8f850000 lw a1,0\(gp\) 54: R_MIPS_GOT_PAGE dg1 -00000058 00b12820 add a1,a1,s1 +00000058 00b12821 addu a1,a1,s1 0000005c 8ca50000 lw a1,0\(a1\) 5c: R_MIPS_GOT_OFST dg1 00000060 8f850000 lw a1,0\(gp\) 60: R_MIPS_GOT_PAGE dg1\+0xc -00000064 00b12820 add a1,a1,s1 +00000064 00b12821 addu a1,a1,s1 00000068 8ca50000 lw a1,0\(a1\) 68: R_MIPS_GOT_OFST dg1\+0xc 0000006c 8f810000 lw at,0\(gp\) 6c: R_MIPS_GOT_PAGE dg1\+0x22 -00000070 00250820 add at,at,a1 +00000070 00250821 addu at,at,a1 00000074 8c250000 lw a1,0\(at\) 74: R_MIPS_GOT_OFST dg1\+0x22 00000078 8f810000 lw at,0\(gp\) 78: R_MIPS_GOT_PAGE dg1\+0x38 -0000007c 00250820 add at,at,a1 +0000007c 00250821 addu at,at,a1 00000080 ac250000 sw a1,0\(at\) 80: R_MIPS_GOT_OFST dg1\+0x38 00000084 8f810000 lw at,0\(gp\) @@ -62,30 +62,30 @@ Disassembly of section \.text: 0000008c 98250003 lwr a1,3\(at\) 00000090 8f810000 lw at,0\(gp\) 90: R_MIPS_GOT_DISP dg1 -00000094 2021000c addi at,at,12 +00000094 2421000c addiu at,at,12 00000098 88250000 lwl a1,0\(at\) 0000009c 98250003 lwr a1,3\(at\) 000000a0 8f810000 lw at,0\(gp\) a0: R_MIPS_GOT_DISP dg1 -000000a4 00310820 add at,at,s1 +000000a4 00310821 addu at,at,s1 000000a8 88250000 lwl a1,0\(at\) 000000ac 98250003 lwr a1,3\(at\) 000000b0 8f810000 lw at,0\(gp\) b0: R_MIPS_GOT_DISP dg1 -000000b4 2021000c addi at,at,12 -000000b8 00310820 add at,at,s1 +000000b4 2421000c addiu at,at,12 +000000b8 00310821 addu at,at,s1 000000bc 88250000 lwl a1,0\(at\) 000000c0 98250003 lwr a1,3\(at\) 000000c4 8f810000 lw at,0\(gp\) c4: R_MIPS_GOT_DISP dg1 -000000c8 20210022 addi at,at,34 -000000cc 00250820 add at,at,a1 +000000c8 24210022 addiu at,at,34 +000000cc 00250821 addu at,at,a1 000000d0 88250000 lwl a1,0\(at\) 000000d4 98250003 lwr a1,3\(at\) 000000d8 8f810000 lw at,0\(gp\) d8: R_MIPS_GOT_DISP dg1 -000000dc 20210038 addi at,at,56 -000000e0 00250820 add at,at,a1 +000000dc 24210038 addiu at,at,56 +000000e0 00250821 addu at,at,a1 000000e4 a8250000 swl a1,0\(at\) 000000e8 b8250003 swr a1,3\(at\) 000000ec 8f850000 lw a1,0\(gp\) @@ -96,13 +96,13 @@ Disassembly of section \.text: f4: R_MIPS_GOT_DISP \.data\+0x1e27c 000000f8 8f850000 lw a1,0\(gp\) f8: R_MIPS_GOT_DISP \.data\+0x3c -000000fc 00b12820 add a1,a1,s1 +000000fc 00b12821 addu a1,a1,s1 00000100 8f850000 lw a1,0\(gp\) 100: R_MIPS_GOT_DISP \.data\+0x48 -00000104 00b12820 add a1,a1,s1 +00000104 00b12821 addu a1,a1,s1 00000108 8f850000 lw a1,0\(gp\) 108: R_MIPS_GOT_DISP \.data\+0x1e27c -0000010c 00b12820 add a1,a1,s1 +0000010c 00b12821 addu a1,a1,s1 00000110 8f850000 lw a1,0\(gp\) 110: R_MIPS_GOT_PAGE \.data\+0x3c 00000114 8ca50000 lw a1,0\(a1\) @@ -113,22 +113,22 @@ Disassembly of section \.text: 11c: R_MIPS_GOT_OFST \.data\+0x48 00000120 8f850000 lw a1,0\(gp\) 120: R_MIPS_GOT_PAGE \.data\+0x3c -00000124 00b12820 add a1,a1,s1 +00000124 00b12821 addu a1,a1,s1 00000128 8ca50000 lw a1,0\(a1\) 128: R_MIPS_GOT_OFST \.data\+0x3c 0000012c 8f850000 lw a1,0\(gp\) 12c: R_MIPS_GOT_PAGE \.data\+0x48 -00000130 00b12820 add a1,a1,s1 +00000130 00b12821 addu a1,a1,s1 00000134 8ca50000 lw a1,0\(a1\) 134: R_MIPS_GOT_OFST \.data\+0x48 00000138 8f810000 lw at,0\(gp\) 138: R_MIPS_GOT_PAGE \.data\+0x5e -0000013c 00250820 add at,at,a1 +0000013c 00250821 addu at,at,a1 00000140 8c250000 lw a1,0\(at\) 140: R_MIPS_GOT_OFST \.data\+0x5e 00000144 8f810000 lw at,0\(gp\) 144: R_MIPS_GOT_PAGE \.data\+0x74 -00000148 00250820 add at,at,a1 +00000148 00250821 addu at,at,a1 0000014c ac250000 sw a1,0\(at\) 14c: R_MIPS_GOT_OFST \.data\+0x74 00000150 8f810000 lw at,0\(gp\) @@ -141,22 +141,22 @@ Disassembly of section \.text: 00000164 98250003 lwr a1,3\(at\) 00000168 8f810000 lw at,0\(gp\) 168: R_MIPS_GOT_DISP \.data\+0x3c -0000016c 00310820 add at,at,s1 +0000016c 00310821 addu at,at,s1 00000170 88250000 lwl a1,0\(at\) 00000174 98250003 lwr a1,3\(at\) 00000178 8f810000 lw at,0\(gp\) 178: R_MIPS_GOT_DISP \.data\+0x48 -0000017c 00310820 add at,at,s1 +0000017c 00310821 addu at,at,s1 00000180 88250000 lwl a1,0\(at\) 00000184 98250003 lwr a1,3\(at\) 00000188 8f810000 lw at,0\(gp\) 188: R_MIPS_GOT_DISP \.data\+0x5e -0000018c 00250820 add at,at,a1 +0000018c 00250821 addu at,at,a1 00000190 88250000 lwl a1,0\(at\) 00000194 98250003 lwr a1,3\(at\) 00000198 8f810000 lw at,0\(gp\) 198: R_MIPS_GOT_DISP \.data\+0x74 -0000019c 00250820 add at,at,a1 +0000019c 00250821 addu at,at,a1 000001a0 a8250000 swl a1,0\(at\) 000001a4 b8250003 swr a1,3\(at\) 000001a8 8f850000 lw a1,0\(gp\) @@ -181,25 +181,25 @@ Disassembly of section \.text: 1d0: R_MIPS_GOT_DISP dg2 000001d4 8f850000 lw a1,0\(gp\) 1d4: R_MIPS_GOT_DISP dg2 -000001d8 20a5000c addi a1,a1,12 +000001d8 24a5000c addiu a1,a1,12 000001dc 8f850000 lw a1,0\(gp\) 1dc: R_MIPS_GOT_DISP dg2 000001e0 3c010002 lui at,0x2 -000001e4 2021e240 addi at,at,-7616 -000001e8 00a12820 add a1,a1,at +000001e4 2421e240 addiu at,at,-7616 +000001e8 00a12821 addu a1,a1,at 000001ec 8f850000 lw a1,0\(gp\) 1ec: R_MIPS_GOT_DISP dg2 -000001f0 00b12820 add a1,a1,s1 +000001f0 00b12821 addu a1,a1,s1 000001f4 8f850000 lw a1,0\(gp\) 1f4: R_MIPS_GOT_DISP dg2 -000001f8 20a5000c addi a1,a1,12 -000001fc 00b12820 add a1,a1,s1 +000001f8 24a5000c addiu a1,a1,12 +000001fc 00b12821 addu a1,a1,s1 00000200 8f850000 lw a1,0\(gp\) 200: R_MIPS_GOT_DISP dg2 00000204 3c010002 lui at,0x2 -00000208 2021e240 addi at,at,-7616 -0000020c 00a12820 add a1,a1,at -00000210 00b12820 add a1,a1,s1 +00000208 2421e240 addiu at,at,-7616 +0000020c 00a12821 addu a1,a1,at +00000210 00b12821 addu a1,a1,s1 00000214 8f850000 lw a1,0\(gp\) 214: R_MIPS_GOT_PAGE dg2 00000218 8ca50000 lw a1,0\(a1\) @@ -210,22 +210,22 @@ Disassembly of section \.text: 220: R_MIPS_GOT_OFST dg2\+0xc 00000224 8f850000 lw a1,0\(gp\) 224: R_MIPS_GOT_PAGE dg2 -00000228 00b12820 add a1,a1,s1 +00000228 00b12821 addu a1,a1,s1 0000022c 8ca50000 lw a1,0\(a1\) 22c: R_MIPS_GOT_OFST dg2 00000230 8f850000 lw a1,0\(gp\) 230: R_MIPS_GOT_PAGE dg2\+0xc -00000234 00b12820 add a1,a1,s1 +00000234 00b12821 addu a1,a1,s1 00000238 8ca50000 lw a1,0\(a1\) 238: R_MIPS_GOT_OFST dg2\+0xc 0000023c 8f810000 lw at,0\(gp\) 23c: R_MIPS_GOT_PAGE dg2\+0x22 -00000240 00250820 add at,at,a1 +00000240 00250821 addu at,at,a1 00000244 8c250000 lw a1,0\(at\) 244: R_MIPS_GOT_OFST dg2\+0x22 00000248 8f810000 lw at,0\(gp\) 248: R_MIPS_GOT_PAGE dg2\+0x38 -0000024c 00250820 add at,at,a1 +0000024c 00250821 addu at,at,a1 00000250 ac250000 sw a1,0\(at\) 250: R_MIPS_GOT_OFST dg2\+0x38 00000254 8f810000 lw at,0\(gp\) @@ -234,30 +234,30 @@ Disassembly of section \.text: 0000025c 98250003 lwr a1,3\(at\) 00000260 8f810000 lw at,0\(gp\) 260: R_MIPS_GOT_DISP dg2 -00000264 2021000c addi at,at,12 +00000264 2421000c addiu at,at,12 00000268 88250000 lwl a1,0\(at\) 0000026c 98250003 lwr a1,3\(at\) 00000270 8f810000 lw at,0\(gp\) 270: R_MIPS_GOT_DISP dg2 -00000274 00310820 add at,at,s1 +00000274 00310821 addu at,at,s1 00000278 88250000 lwl a1,0\(at\) 0000027c 98250003 lwr a1,3\(at\) 00000280 8f810000 lw at,0\(gp\) 280: R_MIPS_GOT_DISP dg2 -00000284 2021000c addi at,at,12 -00000288 00310820 add at,at,s1 +00000284 2421000c addiu at,at,12 +00000288 00310821 addu at,at,s1 0000028c 88250000 lwl a1,0\(at\) 00000290 98250003 lwr a1,3\(at\) 00000294 8f810000 lw at,0\(gp\) 294: R_MIPS_GOT_DISP dg2 -00000298 20210022 addi at,at,34 -0000029c 00250820 add at,at,a1 +00000298 24210022 addiu at,at,34 +0000029c 00250821 addu at,at,a1 000002a0 88250000 lwl a1,0\(at\) 000002a4 98250003 lwr a1,3\(at\) 000002a8 8f810000 lw at,0\(gp\) 2a8: R_MIPS_GOT_DISP dg2 -000002ac 20210038 addi at,at,56 -000002b0 00250820 add at,at,a1 +000002ac 24210038 addiu at,at,56 +000002b0 00250821 addu at,at,a1 000002b4 a8250000 swl a1,0\(at\) 000002b8 b8250003 swr a1,3\(at\) 000002bc 8f850000 lw a1,0\(gp\) @@ -268,13 +268,13 @@ Disassembly of section \.text: 2c4: R_MIPS_GOT_DISP \.data\+0x1e2f4 000002c8 8f850000 lw a1,0\(gp\) 2c8: R_MIPS_GOT_DISP \.data\+0xb4 -000002cc 00b12820 add a1,a1,s1 +000002cc 00b12821 addu a1,a1,s1 000002d0 8f850000 lw a1,0\(gp\) 2d0: R_MIPS_GOT_DISP \.data\+0xc0 -000002d4 00b12820 add a1,a1,s1 +000002d4 00b12821 addu a1,a1,s1 000002d8 8f850000 lw a1,0\(gp\) 2d8: R_MIPS_GOT_DISP \.data\+0x1e2f4 -000002dc 00b12820 add a1,a1,s1 +000002dc 00b12821 addu a1,a1,s1 000002e0 8f850000 lw a1,0\(gp\) 2e0: R_MIPS_GOT_PAGE \.data\+0xb4 000002e4 8ca50000 lw a1,0\(a1\) @@ -285,22 +285,22 @@ Disassembly of section \.text: 2ec: R_MIPS_GOT_OFST \.data\+0xc0 000002f0 8f850000 lw a1,0\(gp\) 2f0: R_MIPS_GOT_PAGE \.data\+0xb4 -000002f4 00b12820 add a1,a1,s1 +000002f4 00b12821 addu a1,a1,s1 000002f8 8ca50000 lw a1,0\(a1\) 2f8: R_MIPS_GOT_OFST \.data\+0xb4 000002fc 8f850000 lw a1,0\(gp\) 2fc: R_MIPS_GOT_PAGE \.data\+0xc0 -00000300 00b12820 add a1,a1,s1 +00000300 00b12821 addu a1,a1,s1 00000304 8ca50000 lw a1,0\(a1\) 304: R_MIPS_GOT_OFST \.data\+0xc0 00000308 8f810000 lw at,0\(gp\) 308: R_MIPS_GOT_PAGE \.data\+0xd6 -0000030c 00250820 add at,at,a1 +0000030c 00250821 addu at,at,a1 00000310 8c250000 lw a1,0\(at\) 310: R_MIPS_GOT_OFST \.data\+0xd6 00000314 8f810000 lw at,0\(gp\) 314: R_MIPS_GOT_PAGE \.data\+0xec -00000318 00250820 add at,at,a1 +00000318 00250821 addu at,at,a1 0000031c ac250000 sw a1,0\(at\) 31c: R_MIPS_GOT_OFST \.data\+0xec 00000320 8f810000 lw at,0\(gp\) @@ -313,22 +313,22 @@ Disassembly of section \.text: 00000334 98250003 lwr a1,3\(at\) 00000338 8f810000 lw at,0\(gp\) 338: R_MIPS_GOT_DISP \.data\+0xb4 -0000033c 00310820 add at,at,s1 +0000033c 00310821 addu at,at,s1 00000340 88250000 lwl a1,0\(at\) 00000344 98250003 lwr a1,3\(at\) 00000348 8f810000 lw at,0\(gp\) 348: R_MIPS_GOT_DISP \.data\+0xc0 -0000034c 00310820 add at,at,s1 +0000034c 00310821 addu at,at,s1 00000350 88250000 lwl a1,0\(at\) 00000354 98250003 lwr a1,3\(at\) 00000358 8f810000 lw at,0\(gp\) 358: R_MIPS_GOT_DISP \.data\+0xd6 -0000035c 00250820 add at,at,a1 +0000035c 00250821 addu at,at,a1 00000360 88250000 lwl a1,0\(at\) 00000364 98250003 lwr a1,3\(at\) 00000368 8f810000 lw at,0\(gp\) 368: R_MIPS_GOT_DISP \.data\+0xec -0000036c 00250820 add at,at,a1 +0000036c 00250821 addu at,at,a1 00000370 a8250000 swl a1,0\(at\) 00000374 b8250003 swr a1,3\(at\) 00000378 8f850000 lw a1,0\(gp\) @@ -380,7 +380,7 @@ Disassembly of section \.text: 3e8: R_MIPS_GOT_OFST \.data\+0x48 000003ec 8f810000 lw at,0\(gp\) 3ec: R_MIPS_GOT_PAGE \.data\+0xd6 -000003f0 00250820 add at,at,a1 +000003f0 00250821 addu at,at,a1 000003f4 10000003 b 00000404 000003f8 8c250000 lw a1,0\(at\) 3f8: R_MIPS_GOT_OFST \.data\+0xd6 diff --git a/gas/testsuite/gas/mips/elf-rel-xgot-n32.d b/gas/testsuite/gas/mips/elf-rel-xgot-n32.d index 8eac99e04b..50dc0a1daf 100644 --- a/gas/testsuite/gas/mips/elf-rel-xgot-n32.d +++ b/gas/testsuite/gas/mips/elf-rel-xgot-n32.d @@ -8,162 +8,162 @@ Disassembly of section \.text: 00000000 3c050000 lui a1,0x0 0: R_MIPS_GOT_HI16 dg1 -00000004 00bc2820 add a1,a1,gp +00000004 00bc2821 addu a1,a1,gp 00000008 8ca50000 lw a1,0\(a1\) 8: R_MIPS_GOT_LO16 dg1 0000000c 3c050000 lui a1,0x0 c: R_MIPS_GOT_HI16 dg1 -00000010 00bc2820 add a1,a1,gp +00000010 00bc2821 addu a1,a1,gp 00000014 8ca50000 lw a1,0\(a1\) 14: R_MIPS_GOT_LO16 dg1 -00000018 20a5000c addi a1,a1,12 +00000018 24a5000c addiu a1,a1,12 0000001c 3c050000 lui a1,0x0 1c: R_MIPS_GOT_HI16 dg1 -00000020 00bc2820 add a1,a1,gp +00000020 00bc2821 addu a1,a1,gp 00000024 8ca50000 lw a1,0\(a1\) 24: R_MIPS_GOT_LO16 dg1 00000028 3c010002 lui at,0x2 -0000002c 2021e240 addi at,at,-7616 -00000030 00a12820 add a1,a1,at +0000002c 2421e240 addiu at,at,-7616 +00000030 00a12821 addu a1,a1,at 00000034 3c050000 lui a1,0x0 34: R_MIPS_GOT_HI16 dg1 -00000038 00bc2820 add a1,a1,gp +00000038 00bc2821 addu a1,a1,gp 0000003c 8ca50000 lw a1,0\(a1\) 3c: R_MIPS_GOT_LO16 dg1 -00000040 00b12820 add a1,a1,s1 +00000040 00b12821 addu a1,a1,s1 00000044 3c050000 lui a1,0x0 44: R_MIPS_GOT_HI16 dg1 -00000048 00bc2820 add a1,a1,gp +00000048 00bc2821 addu a1,a1,gp 0000004c 8ca50000 lw a1,0\(a1\) 4c: R_MIPS_GOT_LO16 dg1 -00000050 20a5000c addi a1,a1,12 -00000054 00b12820 add a1,a1,s1 +00000050 24a5000c addiu a1,a1,12 +00000054 00b12821 addu a1,a1,s1 00000058 3c050000 lui a1,0x0 58: R_MIPS_GOT_HI16 dg1 -0000005c 00bc2820 add a1,a1,gp +0000005c 00bc2821 addu a1,a1,gp 00000060 8ca50000 lw a1,0\(a1\) 60: R_MIPS_GOT_LO16 dg1 00000064 3c010002 lui at,0x2 -00000068 2021e240 addi at,at,-7616 -0000006c 00a12820 add a1,a1,at -00000070 00b12820 add a1,a1,s1 +00000068 2421e240 addiu at,at,-7616 +0000006c 00a12821 addu a1,a1,at +00000070 00b12821 addu a1,a1,s1 00000074 3c050000 lui a1,0x0 74: R_MIPS_GOT_HI16 dg1 -00000078 00bc2820 add a1,a1,gp +00000078 00bc2821 addu a1,a1,gp 0000007c 8ca50000 lw a1,0\(a1\) 7c: R_MIPS_GOT_LO16 dg1 00000080 8ca50000 lw a1,0\(a1\) 00000084 3c050000 lui a1,0x0 84: R_MIPS_GOT_HI16 dg1 -00000088 00bc2820 add a1,a1,gp +00000088 00bc2821 addu a1,a1,gp 0000008c 8ca50000 lw a1,0\(a1\) 8c: R_MIPS_GOT_LO16 dg1 00000090 8ca5000c lw a1,12\(a1\) 00000094 3c050000 lui a1,0x0 94: R_MIPS_GOT_HI16 dg1 -00000098 00bc2820 add a1,a1,gp +00000098 00bc2821 addu a1,a1,gp 0000009c 8ca50000 lw a1,0\(a1\) 9c: R_MIPS_GOT_LO16 dg1 -000000a0 00b12820 add a1,a1,s1 +000000a0 00b12821 addu a1,a1,s1 000000a4 8ca50000 lw a1,0\(a1\) 000000a8 3c050000 lui a1,0x0 a8: R_MIPS_GOT_HI16 dg1 -000000ac 00bc2820 add a1,a1,gp +000000ac 00bc2821 addu a1,a1,gp 000000b0 8ca50000 lw a1,0\(a1\) b0: R_MIPS_GOT_LO16 dg1 -000000b4 00b12820 add a1,a1,s1 +000000b4 00b12821 addu a1,a1,s1 000000b8 8ca5000c lw a1,12\(a1\) 000000bc 3c010000 lui at,0x0 bc: R_MIPS_GOT_HI16 dg1 -000000c0 003c0820 add at,at,gp +000000c0 003c0821 addu at,at,gp 000000c4 8c210000 lw at,0\(at\) c4: R_MIPS_GOT_LO16 dg1 -000000c8 00250820 add at,at,a1 +000000c8 00250821 addu at,at,a1 000000cc 8c250022 lw a1,34\(at\) 000000d0 3c010000 lui at,0x0 d0: R_MIPS_GOT_HI16 dg1 -000000d4 003c0820 add at,at,gp +000000d4 003c0821 addu at,at,gp 000000d8 8c210000 lw at,0\(at\) d8: R_MIPS_GOT_LO16 dg1 -000000dc 00250820 add at,at,a1 +000000dc 00250821 addu at,at,a1 000000e0 ac250038 sw a1,56\(at\) 000000e4 3c010000 lui at,0x0 e4: R_MIPS_GOT_HI16 dg1 -000000e8 003c0820 add at,at,gp +000000e8 003c0821 addu at,at,gp 000000ec 8c210000 lw at,0\(at\) ec: R_MIPS_GOT_LO16 dg1 000000f0 88250000 lwl a1,0\(at\) 000000f4 98250003 lwr a1,3\(at\) 000000f8 3c010000 lui at,0x0 f8: R_MIPS_GOT_HI16 dg1 -000000fc 003c0820 add at,at,gp +000000fc 003c0821 addu at,at,gp 00000100 8c210000 lw at,0\(at\) 100: R_MIPS_GOT_LO16 dg1 -00000104 2021000c addi at,at,12 +00000104 2421000c addiu at,at,12 00000108 88250000 lwl a1,0\(at\) 0000010c 98250003 lwr a1,3\(at\) 00000110 3c010000 lui at,0x0 110: R_MIPS_GOT_HI16 dg1 -00000114 003c0820 add at,at,gp +00000114 003c0821 addu at,at,gp 00000118 8c210000 lw at,0\(at\) 118: R_MIPS_GOT_LO16 dg1 -0000011c 00310820 add at,at,s1 +0000011c 00310821 addu at,at,s1 00000120 88250000 lwl a1,0\(at\) 00000124 98250003 lwr a1,3\(at\) 00000128 3c010000 lui at,0x0 128: R_MIPS_GOT_HI16 dg1 -0000012c 003c0820 add at,at,gp +0000012c 003c0821 addu at,at,gp 00000130 8c210000 lw at,0\(at\) 130: R_MIPS_GOT_LO16 dg1 -00000134 2021000c addi at,at,12 -00000138 00310820 add at,at,s1 +00000134 2421000c addiu at,at,12 +00000138 00310821 addu at,at,s1 0000013c 88250000 lwl a1,0\(at\) 00000140 98250003 lwr a1,3\(at\) 00000144 3c010000 lui at,0x0 144: R_MIPS_GOT_HI16 dg1 -00000148 003c0820 add at,at,gp +00000148 003c0821 addu at,at,gp 0000014c 8c210000 lw at,0\(at\) 14c: R_MIPS_GOT_LO16 dg1 -00000150 20210022 addi at,at,34 -00000154 00250820 add at,at,a1 +00000150 24210022 addiu at,at,34 +00000154 00250821 addu at,at,a1 00000158 88250000 lwl a1,0\(at\) 0000015c 98250003 lwr a1,3\(at\) 00000160 3c010000 lui at,0x0 160: R_MIPS_GOT_HI16 dg1 -00000164 003c0820 add at,at,gp +00000164 003c0821 addu at,at,gp 00000168 8c210000 lw at,0\(at\) 168: R_MIPS_GOT_LO16 dg1 -0000016c 20210038 addi at,at,56 -00000170 00250820 add at,at,a1 +0000016c 24210038 addiu at,at,56 +00000170 00250821 addu at,at,a1 00000174 a8250000 swl a1,0\(at\) 00000178 b8250003 swr a1,3\(at\) 0000017c 8f850000 lw a1,0\(gp\) 17c: R_MIPS_GOT_PAGE \.data\+0x3c -00000180 20a50000 addi a1,a1,0 +00000180 24a50000 addiu a1,a1,0 180: R_MIPS_GOT_OFST \.data\+0x3c 00000184 8f850000 lw a1,0\(gp\) 184: R_MIPS_GOT_PAGE \.data\+0x48 -00000188 20a50000 addi a1,a1,0 +00000188 24a50000 addiu a1,a1,0 188: R_MIPS_GOT_OFST \.data\+0x48 0000018c 8f850000 lw a1,0\(gp\) 18c: R_MIPS_GOT_PAGE \.data\+0x1e27c -00000190 20a50000 addi a1,a1,0 +00000190 24a50000 addiu a1,a1,0 190: R_MIPS_GOT_OFST \.data\+0x1e27c 00000194 8f850000 lw a1,0\(gp\) 194: R_MIPS_GOT_PAGE \.data\+0x3c -00000198 20a50000 addi a1,a1,0 +00000198 24a50000 addiu a1,a1,0 198: R_MIPS_GOT_OFST \.data\+0x3c -0000019c 00b12820 add a1,a1,s1 +0000019c 00b12821 addu a1,a1,s1 000001a0 8f850000 lw a1,0\(gp\) 1a0: R_MIPS_GOT_PAGE \.data\+0x48 -000001a4 20a50000 addi a1,a1,0 +000001a4 24a50000 addiu a1,a1,0 1a4: R_MIPS_GOT_OFST \.data\+0x48 -000001a8 00b12820 add a1,a1,s1 +000001a8 00b12821 addu a1,a1,s1 000001ac 8f850000 lw a1,0\(gp\) 1ac: R_MIPS_GOT_PAGE \.data\+0x1e27c -000001b0 20a50000 addi a1,a1,0 +000001b0 24a50000 addiu a1,a1,0 1b0: R_MIPS_GOT_OFST \.data\+0x1e27c -000001b4 00b12820 add a1,a1,s1 +000001b4 00b12821 addu a1,a1,s1 000001b8 8f850000 lw a1,0\(gp\) 1b8: R_MIPS_GOT_PAGE \.data\+0x3c 000001bc 8ca50000 lw a1,0\(a1\) @@ -174,85 +174,85 @@ Disassembly of section \.text: 1c4: R_MIPS_GOT_OFST \.data\+0x48 000001c8 8f850000 lw a1,0\(gp\) 1c8: R_MIPS_GOT_PAGE \.data\+0x3c -000001cc 00b12820 add a1,a1,s1 +000001cc 00b12821 addu a1,a1,s1 000001d0 8ca50000 lw a1,0\(a1\) 1d0: R_MIPS_GOT_OFST \.data\+0x3c 000001d4 8f850000 lw a1,0\(gp\) 1d4: R_MIPS_GOT_PAGE \.data\+0x48 -000001d8 00b12820 add a1,a1,s1 +000001d8 00b12821 addu a1,a1,s1 000001dc 8ca50000 lw a1,0\(a1\) 1dc: R_MIPS_GOT_OFST \.data\+0x48 000001e0 8f810000 lw at,0\(gp\) 1e0: R_MIPS_GOT_PAGE \.data\+0x5e -000001e4 00250820 add at,at,a1 +000001e4 00250821 addu at,at,a1 000001e8 8c250000 lw a1,0\(at\) 1e8: R_MIPS_GOT_OFST \.data\+0x5e 000001ec 8f810000 lw at,0\(gp\) 1ec: R_MIPS_GOT_PAGE \.data\+0x74 -000001f0 00250820 add at,at,a1 +000001f0 00250821 addu at,at,a1 000001f4 ac250000 sw a1,0\(at\) 1f4: R_MIPS_GOT_OFST \.data\+0x74 000001f8 8f810000 lw at,0\(gp\) 1f8: R_MIPS_GOT_PAGE \.data\+0x3c -000001fc 20210000 addi at,at,0 +000001fc 24210000 addiu at,at,0 1fc: R_MIPS_GOT_OFST \.data\+0x3c 00000200 88250000 lwl a1,0\(at\) 00000204 98250003 lwr a1,3\(at\) 00000208 8f810000 lw at,0\(gp\) 208: R_MIPS_GOT_PAGE \.data\+0x48 -0000020c 20210000 addi at,at,0 +0000020c 24210000 addiu at,at,0 20c: R_MIPS_GOT_OFST \.data\+0x48 00000210 88250000 lwl a1,0\(at\) 00000214 98250003 lwr a1,3\(at\) 00000218 8f810000 lw at,0\(gp\) 218: R_MIPS_GOT_PAGE \.data\+0x3c -0000021c 20210000 addi at,at,0 +0000021c 24210000 addiu at,at,0 21c: R_MIPS_GOT_OFST \.data\+0x3c -00000220 00310820 add at,at,s1 +00000220 00310821 addu at,at,s1 00000224 88250000 lwl a1,0\(at\) 00000228 98250003 lwr a1,3\(at\) 0000022c 8f810000 lw at,0\(gp\) 22c: R_MIPS_GOT_PAGE \.data\+0x48 -00000230 20210000 addi at,at,0 +00000230 24210000 addiu at,at,0 230: R_MIPS_GOT_OFST \.data\+0x48 -00000234 00310820 add at,at,s1 +00000234 00310821 addu at,at,s1 00000238 88250000 lwl a1,0\(at\) 0000023c 98250003 lwr a1,3\(at\) 00000240 8f810000 lw at,0\(gp\) 240: R_MIPS_GOT_PAGE \.data\+0x5e -00000244 20210000 addi at,at,0 +00000244 24210000 addiu at,at,0 244: R_MIPS_GOT_OFST \.data\+0x5e -00000248 00250820 add at,at,a1 +00000248 00250821 addu at,at,a1 0000024c 88250000 lwl a1,0\(at\) 00000250 98250003 lwr a1,3\(at\) 00000254 8f810000 lw at,0\(gp\) 254: R_MIPS_GOT_PAGE \.data\+0x74 -00000258 20210000 addi at,at,0 +00000258 24210000 addiu at,at,0 258: R_MIPS_GOT_OFST \.data\+0x74 -0000025c 00250820 add at,at,a1 +0000025c 00250821 addu at,at,a1 00000260 a8250000 swl a1,0\(at\) 00000264 b8250003 swr a1,3\(at\) 00000268 3c050000 lui a1,0x0 268: R_MIPS_GOT_HI16 fn -0000026c 00bc2820 add a1,a1,gp +0000026c 00bc2821 addu a1,a1,gp 00000270 8ca50000 lw a1,0\(a1\) 270: R_MIPS_GOT_LO16 fn 00000274 8f850000 lw a1,0\(gp\) 274: R_MIPS_GOT_PAGE \.text -00000278 20a50000 addi a1,a1,0 +00000278 24a50000 addiu a1,a1,0 278: R_MIPS_GOT_OFST \.text 0000027c 3c190000 lui t9,0x0 27c: R_MIPS_CALL_HI16 fn -00000280 033cc820 add t9,t9,gp +00000280 033cc821 addu t9,t9,gp 00000284 8f390000 lw t9,0\(t9\) 284: R_MIPS_CALL_LO16 fn 00000288 8f990000 lw t9,0\(gp\) 288: R_MIPS_GOT_PAGE \.text -0000028c 23390000 addi t9,t9,0 +0000028c 27390000 addiu t9,t9,0 28c: R_MIPS_GOT_OFST \.text 00000290 3c190000 lui t9,0x0 290: R_MIPS_CALL_HI16 fn -00000294 033cc820 add t9,t9,gp +00000294 033cc821 addu t9,t9,gp 00000298 8f390000 lw t9,0\(t9\) 298: R_MIPS_CALL_LO16 fn 0000029c 0320f809 jalr t9 @@ -260,169 +260,169 @@ Disassembly of section \.text: 000002a0 00000000 nop 000002a4 8f990000 lw t9,0\(gp\) 2a4: R_MIPS_GOT_PAGE \.text -000002a8 23390000 addi t9,t9,0 +000002a8 27390000 addiu t9,t9,0 2a8: R_MIPS_GOT_OFST \.text 000002ac 0320f809 jalr t9 2ac: R_MIPS_JALR \.text 000002b0 00000000 nop 000002b4 3c050000 lui a1,0x0 2b4: R_MIPS_GOT_HI16 dg2 -000002b8 00bc2820 add a1,a1,gp +000002b8 00bc2821 addu a1,a1,gp 000002bc 8ca50000 lw a1,0\(a1\) 2bc: R_MIPS_GOT_LO16 dg2 000002c0 3c050000 lui a1,0x0 2c0: R_MIPS_GOT_HI16 dg2 -000002c4 00bc2820 add a1,a1,gp +000002c4 00bc2821 addu a1,a1,gp 000002c8 8ca50000 lw a1,0\(a1\) 2c8: R_MIPS_GOT_LO16 dg2 -000002cc 20a5000c addi a1,a1,12 +000002cc 24a5000c addiu a1,a1,12 000002d0 3c050000 lui a1,0x0 2d0: R_MIPS_GOT_HI16 dg2 -000002d4 00bc2820 add a1,a1,gp +000002d4 00bc2821 addu a1,a1,gp 000002d8 8ca50000 lw a1,0\(a1\) 2d8: R_MIPS_GOT_LO16 dg2 000002dc 3c010002 lui at,0x2 -000002e0 2021e240 addi at,at,-7616 -000002e4 00a12820 add a1,a1,at +000002e0 2421e240 addiu at,at,-7616 +000002e4 00a12821 addu a1,a1,at 000002e8 3c050000 lui a1,0x0 2e8: R_MIPS_GOT_HI16 dg2 -000002ec 00bc2820 add a1,a1,gp +000002ec 00bc2821 addu a1,a1,gp 000002f0 8ca50000 lw a1,0\(a1\) 2f0: R_MIPS_GOT_LO16 dg2 -000002f4 00b12820 add a1,a1,s1 +000002f4 00b12821 addu a1,a1,s1 000002f8 3c050000 lui a1,0x0 2f8: R_MIPS_GOT_HI16 dg2 -000002fc 00bc2820 add a1,a1,gp +000002fc 00bc2821 addu a1,a1,gp 00000300 8ca50000 lw a1,0\(a1\) 300: R_MIPS_GOT_LO16 dg2 -00000304 20a5000c addi a1,a1,12 -00000308 00b12820 add a1,a1,s1 +00000304 24a5000c addiu a1,a1,12 +00000308 00b12821 addu a1,a1,s1 0000030c 3c050000 lui a1,0x0 30c: R_MIPS_GOT_HI16 dg2 -00000310 00bc2820 add a1,a1,gp +00000310 00bc2821 addu a1,a1,gp 00000314 8ca50000 lw a1,0\(a1\) 314: R_MIPS_GOT_LO16 dg2 00000318 3c010002 lui at,0x2 -0000031c 2021e240 addi at,at,-7616 -00000320 00a12820 add a1,a1,at -00000324 00b12820 add a1,a1,s1 +0000031c 2421e240 addiu at,at,-7616 +00000320 00a12821 addu a1,a1,at +00000324 00b12821 addu a1,a1,s1 00000328 3c050000 lui a1,0x0 328: R_MIPS_GOT_HI16 dg2 -0000032c 00bc2820 add a1,a1,gp +0000032c 00bc2821 addu a1,a1,gp 00000330 8ca50000 lw a1,0\(a1\) 330: R_MIPS_GOT_LO16 dg2 00000334 8ca50000 lw a1,0\(a1\) 00000338 3c050000 lui a1,0x0 338: R_MIPS_GOT_HI16 dg2 -0000033c 00bc2820 add a1,a1,gp +0000033c 00bc2821 addu a1,a1,gp 00000340 8ca50000 lw a1,0\(a1\) 340: R_MIPS_GOT_LO16 dg2 00000344 8ca5000c lw a1,12\(a1\) 00000348 3c050000 lui a1,0x0 348: R_MIPS_GOT_HI16 dg2 -0000034c 00bc2820 add a1,a1,gp +0000034c 00bc2821 addu a1,a1,gp 00000350 8ca50000 lw a1,0\(a1\) 350: R_MIPS_GOT_LO16 dg2 -00000354 00b12820 add a1,a1,s1 +00000354 00b12821 addu a1,a1,s1 00000358 8ca50000 lw a1,0\(a1\) 0000035c 3c050000 lui a1,0x0 35c: R_MIPS_GOT_HI16 dg2 -00000360 00bc2820 add a1,a1,gp +00000360 00bc2821 addu a1,a1,gp 00000364 8ca50000 lw a1,0\(a1\) 364: R_MIPS_GOT_LO16 dg2 -00000368 00b12820 add a1,a1,s1 +00000368 00b12821 addu a1,a1,s1 0000036c 8ca5000c lw a1,12\(a1\) 00000370 3c010000 lui at,0x0 370: R_MIPS_GOT_HI16 dg2 -00000374 003c0820 add at,at,gp +00000374 003c0821 addu at,at,gp 00000378 8c210000 lw at,0\(at\) 378: R_MIPS_GOT_LO16 dg2 -0000037c 00250820 add at,at,a1 +0000037c 00250821 addu at,at,a1 00000380 8c250022 lw a1,34\(at\) 00000384 3c010000 lui at,0x0 384: R_MIPS_GOT_HI16 dg2 -00000388 003c0820 add at,at,gp +00000388 003c0821 addu at,at,gp 0000038c 8c210000 lw at,0\(at\) 38c: R_MIPS_GOT_LO16 dg2 -00000390 00250820 add at,at,a1 +00000390 00250821 addu at,at,a1 00000394 ac250038 sw a1,56\(at\) 00000398 3c010000 lui at,0x0 398: R_MIPS_GOT_HI16 dg2 -0000039c 003c0820 add at,at,gp +0000039c 003c0821 addu at,at,gp 000003a0 8c210000 lw at,0\(at\) 3a0: R_MIPS_GOT_LO16 dg2 000003a4 88250000 lwl a1,0\(at\) 000003a8 98250003 lwr a1,3\(at\) 000003ac 3c010000 lui at,0x0 3ac: R_MIPS_GOT_HI16 dg2 -000003b0 003c0820 add at,at,gp +000003b0 003c0821 addu at,at,gp 000003b4 8c210000 lw at,0\(at\) 3b4: R_MIPS_GOT_LO16 dg2 -000003b8 2021000c addi at,at,12 +000003b8 2421000c addiu at,at,12 000003bc 88250000 lwl a1,0\(at\) 000003c0 98250003 lwr a1,3\(at\) 000003c4 3c010000 lui at,0x0 3c4: R_MIPS_GOT_HI16 dg2 -000003c8 003c0820 add at,at,gp +000003c8 003c0821 addu at,at,gp 000003cc 8c210000 lw at,0\(at\) 3cc: R_MIPS_GOT_LO16 dg2 -000003d0 00310820 add at,at,s1 +000003d0 00310821 addu at,at,s1 000003d4 88250000 lwl a1,0\(at\) 000003d8 98250003 lwr a1,3\(at\) 000003dc 3c010000 lui at,0x0 3dc: R_MIPS_GOT_HI16 dg2 -000003e0 003c0820 add at,at,gp +000003e0 003c0821 addu at,at,gp 000003e4 8c210000 lw at,0\(at\) 3e4: R_MIPS_GOT_LO16 dg2 -000003e8 2021000c addi at,at,12 -000003ec 00310820 add at,at,s1 +000003e8 2421000c addiu at,at,12 +000003ec 00310821 addu at,at,s1 000003f0 88250000 lwl a1,0\(at\) 000003f4 98250003 lwr a1,3\(at\) 000003f8 3c010000 lui at,0x0 3f8: R_MIPS_GOT_HI16 dg2 -000003fc 003c0820 add at,at,gp +000003fc 003c0821 addu at,at,gp 00000400 8c210000 lw at,0\(at\) 400: R_MIPS_GOT_LO16 dg2 -00000404 20210022 addi at,at,34 -00000408 00250820 add at,at,a1 +00000404 24210022 addiu at,at,34 +00000408 00250821 addu at,at,a1 0000040c 88250000 lwl a1,0\(at\) 00000410 98250003 lwr a1,3\(at\) 00000414 3c010000 lui at,0x0 414: R_MIPS_GOT_HI16 dg2 -00000418 003c0820 add at,at,gp +00000418 003c0821 addu at,at,gp 0000041c 8c210000 lw at,0\(at\) 41c: R_MIPS_GOT_LO16 dg2 -00000420 20210038 addi at,at,56 -00000424 00250820 add at,at,a1 +00000420 24210038 addiu at,at,56 +00000424 00250821 addu at,at,a1 00000428 a8250000 swl a1,0\(at\) 0000042c b8250003 swr a1,3\(at\) 00000430 8f850000 lw a1,0\(gp\) 430: R_MIPS_GOT_PAGE \.data\+0xb4 -00000434 20a50000 addi a1,a1,0 +00000434 24a50000 addiu a1,a1,0 434: R_MIPS_GOT_OFST \.data\+0xb4 00000438 8f850000 lw a1,0\(gp\) 438: R_MIPS_GOT_PAGE \.data\+0xc0 -0000043c 20a50000 addi a1,a1,0 +0000043c 24a50000 addiu a1,a1,0 43c: R_MIPS_GOT_OFST \.data\+0xc0 00000440 8f850000 lw a1,0\(gp\) 440: R_MIPS_GOT_PAGE \.data\+0x1e2f4 -00000444 20a50000 addi a1,a1,0 +00000444 24a50000 addiu a1,a1,0 444: R_MIPS_GOT_OFST \.data\+0x1e2f4 00000448 8f850000 lw a1,0\(gp\) 448: R_MIPS_GOT_PAGE \.data\+0xb4 -0000044c 20a50000 addi a1,a1,0 +0000044c 24a50000 addiu a1,a1,0 44c: R_MIPS_GOT_OFST \.data\+0xb4 -00000450 00b12820 add a1,a1,s1 +00000450 00b12821 addu a1,a1,s1 00000454 8f850000 lw a1,0\(gp\) 454: R_MIPS_GOT_PAGE \.data\+0xc0 -00000458 20a50000 addi a1,a1,0 +00000458 24a50000 addiu a1,a1,0 458: R_MIPS_GOT_OFST \.data\+0xc0 -0000045c 00b12820 add a1,a1,s1 +0000045c 00b12821 addu a1,a1,s1 00000460 8f850000 lw a1,0\(gp\) 460: R_MIPS_GOT_PAGE \.data\+0x1e2f4 -00000464 20a50000 addi a1,a1,0 +00000464 24a50000 addiu a1,a1,0 464: R_MIPS_GOT_OFST \.data\+0x1e2f4 -00000468 00b12820 add a1,a1,s1 +00000468 00b12821 addu a1,a1,s1 0000046c 8f850000 lw a1,0\(gp\) 46c: R_MIPS_GOT_PAGE \.data\+0xb4 00000470 8ca50000 lw a1,0\(a1\) @@ -433,85 +433,85 @@ Disassembly of section \.text: 478: R_MIPS_GOT_OFST \.data\+0xc0 0000047c 8f850000 lw a1,0\(gp\) 47c: R_MIPS_GOT_PAGE \.data\+0xb4 -00000480 00b12820 add a1,a1,s1 +00000480 00b12821 addu a1,a1,s1 00000484 8ca50000 lw a1,0\(a1\) 484: R_MIPS_GOT_OFST \.data\+0xb4 00000488 8f850000 lw a1,0\(gp\) 488: R_MIPS_GOT_PAGE \.data\+0xc0 -0000048c 00b12820 add a1,a1,s1 +0000048c 00b12821 addu a1,a1,s1 00000490 8ca50000 lw a1,0\(a1\) 490: R_MIPS_GOT_OFST \.data\+0xc0 00000494 8f810000 lw at,0\(gp\) 494: R_MIPS_GOT_PAGE \.data\+0xb4 -00000498 00250820 add at,at,a1 +00000498 00250821 addu at,at,a1 0000049c 8c250000 lw a1,0\(at\) 49c: R_MIPS_GOT_OFST \.data\+0xb4 000004a0 8f810000 lw at,0\(gp\) 4a0: R_MIPS_GOT_PAGE \.data\+0xec -000004a4 00250820 add at,at,a1 +000004a4 00250821 addu at,at,a1 000004a8 ac250000 sw a1,0\(at\) 4a8: R_MIPS_GOT_OFST \.data\+0xec 000004ac 8f810000 lw at,0\(gp\) 4ac: R_MIPS_GOT_PAGE \.data\+0xb4 -000004b0 20210000 addi at,at,0 +000004b0 24210000 addiu at,at,0 4b0: R_MIPS_GOT_OFST \.data\+0xb4 000004b4 88250000 lwl a1,0\(at\) 000004b8 98250003 lwr a1,3\(at\) 000004bc 8f810000 lw at,0\(gp\) 4bc: R_MIPS_GOT_PAGE \.data\+0xc0 -000004c0 20210000 addi at,at,0 +000004c0 24210000 addiu at,at,0 4c0: R_MIPS_GOT_OFST \.data\+0xc0 000004c4 88250000 lwl a1,0\(at\) 000004c8 98250003 lwr a1,3\(at\) 000004cc 8f810000 lw at,0\(gp\) 4cc: R_MIPS_GOT_PAGE \.data\+0xb4 -000004d0 20210000 addi at,at,0 +000004d0 24210000 addiu at,at,0 4d0: R_MIPS_GOT_OFST \.data\+0xb4 -000004d4 00310820 add at,at,s1 +000004d4 00310821 addu at,at,s1 000004d8 88250000 lwl a1,0\(at\) 000004dc 98250003 lwr a1,3\(at\) 000004e0 8f810000 lw at,0\(gp\) 4e0: R_MIPS_GOT_PAGE \.data\+0xc0 -000004e4 20210000 addi at,at,0 +000004e4 24210000 addiu at,at,0 4e4: R_MIPS_GOT_OFST \.data\+0xc0 -000004e8 00310820 add at,at,s1 +000004e8 00310821 addu at,at,s1 000004ec 88250000 lwl a1,0\(at\) 000004f0 98250003 lwr a1,3\(at\) 000004f4 8f810000 lw at,0\(gp\) 4f4: R_MIPS_GOT_PAGE \.data\+0xd6 -000004f8 20210000 addi at,at,0 +000004f8 24210000 addiu at,at,0 4f8: R_MIPS_GOT_OFST \.data\+0xd6 -000004fc 00250820 add at,at,a1 +000004fc 00250821 addu at,at,a1 00000500 88250000 lwl a1,0\(at\) 00000504 98250003 lwr a1,3\(at\) 00000508 8f810000 lw at,0\(gp\) 508: R_MIPS_GOT_PAGE \.data\+0xec -0000050c 20210000 addi at,at,0 +0000050c 24210000 addiu at,at,0 50c: R_MIPS_GOT_OFST \.data\+0xec -00000510 00250820 add at,at,a1 +00000510 00250821 addu at,at,a1 00000514 a8250000 swl a1,0\(at\) 00000518 b8250003 swr a1,3\(at\) 0000051c 3c050000 lui a1,0x0 51c: R_MIPS_GOT_HI16 fn2 -00000520 00bc2820 add a1,a1,gp +00000520 00bc2821 addu a1,a1,gp 00000524 8ca50000 lw a1,0\(a1\) 524: R_MIPS_GOT_LO16 fn2 00000528 8f850000 lw a1,0\(gp\) 528: R_MIPS_GOT_PAGE \.text\+0x600 -0000052c 20a50000 addi a1,a1,0 +0000052c 24a50000 addiu a1,a1,0 52c: R_MIPS_GOT_OFST \.text\+0x600 00000530 3c190000 lui t9,0x0 530: R_MIPS_CALL_HI16 fn2 -00000534 033cc820 add t9,t9,gp +00000534 033cc821 addu t9,t9,gp 00000538 8f390000 lw t9,0\(t9\) 538: R_MIPS_CALL_LO16 fn2 0000053c 8f990000 lw t9,0\(gp\) 53c: R_MIPS_GOT_PAGE \.text\+0x600 -00000540 23390000 addi t9,t9,0 +00000540 27390000 addiu t9,t9,0 540: R_MIPS_GOT_OFST \.text\+0x600 00000544 3c190000 lui t9,0x0 544: R_MIPS_CALL_HI16 fn2 -00000548 033cc820 add t9,t9,gp +00000548 033cc821 addu t9,t9,gp 0000054c 8f390000 lw t9,0\(t9\) 54c: R_MIPS_CALL_LO16 fn2 00000550 0320f809 jalr t9 @@ -519,21 +519,21 @@ Disassembly of section \.text: 00000554 00000000 nop 00000558 8f990000 lw t9,0\(gp\) 558: R_MIPS_GOT_PAGE \.text\+0x600 -0000055c 23390000 addi t9,t9,0 +0000055c 27390000 addiu t9,t9,0 55c: R_MIPS_GOT_OFST \.text\+0x600 00000560 0320f809 jalr t9 560: R_MIPS_JALR \.text\+0x600 00000564 00000000 nop 00000568 3c050000 lui a1,0x0 568: R_MIPS_GOT_HI16 dg1 -0000056c 00bc2820 add a1,a1,gp +0000056c 00bc2821 addu a1,a1,gp 00000570 8ca50000 lw a1,0\(a1\) 570: R_MIPS_GOT_LO16 dg1 00000574 1000fea2 b 00000000 00000578 00000000 nop 0000057c 3c050000 lui a1,0x0 57c: R_MIPS_GOT_HI16 dg2 -00000580 00bc2820 add a1,a1,gp +00000580 00bc2821 addu a1,a1,gp 00000584 8ca50000 lw a1,0\(a1\) 584: R_MIPS_GOT_LO16 dg2 00000588 8ca50000 lw a1,0\(a1\) @@ -541,19 +541,19 @@ Disassembly of section \.text: 00000590 00000000 nop 00000594 8f850000 lw a1,0\(gp\) 594: R_MIPS_GOT_PAGE \.data\+0x3c -00000598 20a50000 addi a1,a1,0 +00000598 24a50000 addiu a1,a1,0 598: R_MIPS_GOT_OFST \.data\+0x3c 0000059c 1000fe98 b 00000000 000005a0 00000000 nop 000005a4 8f850000 lw a1,0\(gp\) 5a4: R_MIPS_GOT_PAGE \.data\+0xc0 -000005a8 20a50000 addi a1,a1,0 +000005a8 24a50000 addiu a1,a1,0 5a8: R_MIPS_GOT_OFST \.data\+0xc0 000005ac 10000014 b 00000600 000005b0 00000000 nop 000005b4 8f850000 lw a1,0\(gp\) 5b4: R_MIPS_GOT_PAGE \.data\+0x1e27c -000005b8 20a50000 addi a1,a1,0 +000005b8 24a50000 addiu a1,a1,0 5b8: R_MIPS_GOT_OFST \.data\+0x1e27c 000005bc 1000fe90 b 00000000 000005c0 00000000 nop @@ -571,7 +571,7 @@ Disassembly of section \.text: 000005e0 00000000 nop 000005e4 8f810000 lw at,0\(gp\) 5e4: R_MIPS_GOT_PAGE \.data\+0xd6 -000005e8 00250820 add at,at,a1 +000005e8 00250821 addu at,at,a1 000005ec 8c250000 lw a1,0\(at\) 5ec: R_MIPS_GOT_OFST \.data\+0xd6 000005f0 10000003 b 00000600 diff --git a/gas/testsuite/gas/mips/jal-newabi.d b/gas/testsuite/gas/mips/jal-newabi.d index b4503ce434..77a0b2b71c 100644 --- a/gas/testsuite/gas/mips/jal-newabi.d +++ b/gas/testsuite/gas/mips/jal-newabi.d @@ -9,7 +9,7 @@ Disassembly of section \.text: 00000004 34845678 ori a0,a0,0x5678 00000008 8f990000 lw t9,0\(gp\) 8: R_MIPS_GOT_PAGE .text -0000000c 23390000 addi t9,t9,0 +0000000c 27390000 addiu t9,t9,0 c: R_MIPS_GOT_OFST .text 00000010 0320f809 jalr t9 10: R_MIPS_JALR .text diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 23e8b58c74..d4a67e3f51 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-06-21 Thiemo Seufer + + * ld-mips-elf/elf-rel-got-n32.d: Remove special handling for n32 ABI. + * ld-mips-elf/elf-rel-xgot-n32.d: Likewise. + 2003-06-18 Hans-Peter Nilsson * ld-cris/locref1.d, ld-cris/locref1.s, ld-cris/locref2.d, diff --git a/ld/testsuite/ld-mips-elf/elf-rel-got-n32.d b/ld/testsuite/ld-mips-elf/elf-rel-got-n32.d index 89f9a1b259..2a13b1f165 100644 --- a/ld/testsuite/ld-mips-elf/elf-rel-got-n32.d +++ b/ld/testsuite/ld-mips-elf/elf-rel-got-n32.d @@ -11,87 +11,87 @@ Disassembly of section \.text: 100000a0 : 100000a0: 8f858064 lw a1,-32668\(gp\) 100000a4: 8f858064 lw a1,-32668\(gp\) -100000a8: 20a5000c addi a1,a1,12 +100000a8: 24a5000c addiu a1,a1,12 100000ac: 8f858064 lw a1,-32668\(gp\) 100000b0: 3c010002 lui at,0x2 -100000b4: 2021e240 addi at,at,-7616 -100000b8: 00a12820 add a1,a1,at +100000b4: 2421e240 addiu at,at,-7616 +100000b8: 00a12821 addu a1,a1,at 100000bc: 8f858064 lw a1,-32668\(gp\) -100000c0: 00b12820 add a1,a1,s1 +100000c0: 00b12821 addu a1,a1,s1 100000c4: 8f858064 lw a1,-32668\(gp\) -100000c8: 20a5000c addi a1,a1,12 -100000cc: 00b12820 add a1,a1,s1 +100000c8: 24a5000c addiu a1,a1,12 +100000cc: 00b12821 addu a1,a1,s1 100000d0: 8f858064 lw a1,-32668\(gp\) 100000d4: 3c010002 lui at,0x2 -100000d8: 2021e240 addi at,at,-7616 -100000dc: 00a12820 add a1,a1,at -100000e0: 00b12820 add a1,a1,s1 +100000d8: 2421e240 addiu at,at,-7616 +100000dc: 00a12821 addu a1,a1,at +100000e0: 00b12821 addu a1,a1,s1 100000e4: 8f858064 lw a1,-32668\(gp\) 100000e8: 8ca50000 lw a1,0\(a1\) 100000ec: 8f858064 lw a1,-32668\(gp\) 100000f0: 8ca5000c lw a1,12\(a1\) 100000f4: 8f858064 lw a1,-32668\(gp\) -100000f8: 00b12820 add a1,a1,s1 +100000f8: 00b12821 addu a1,a1,s1 100000fc: 8ca50000 lw a1,0\(a1\) 10000100: 8f858064 lw a1,-32668\(gp\) -10000104: 00b12820 add a1,a1,s1 +10000104: 00b12821 addu a1,a1,s1 10000108: 8ca5000c lw a1,12\(a1\) 1000010c: 8f818064 lw at,-32668\(gp\) -10000110: 00250820 add at,at,a1 +10000110: 00250821 addu at,at,a1 10000114: 8c250022 lw a1,34\(at\) 10000118: 8f818064 lw at,-32668\(gp\) -1000011c: 00250820 add at,at,a1 +1000011c: 00250821 addu at,at,a1 10000120: ac250038 sw a1,56\(at\) 10000124: 8f818064 lw at,-32668\(gp\) 10000128: 88250000 lwl a1,0\(at\) 1000012c: 98250003 lwr a1,3\(at\) 10000130: 8f818064 lw at,-32668\(gp\) -10000134: 2021000c addi at,at,12 +10000134: 2421000c addiu at,at,12 10000138: 88250000 lwl a1,0\(at\) 1000013c: 98250003 lwr a1,3\(at\) 10000140: 8f818064 lw at,-32668\(gp\) -10000144: 00310820 add at,at,s1 +10000144: 00310821 addu at,at,s1 10000148: 88250000 lwl a1,0\(at\) 1000014c: 98250003 lwr a1,3\(at\) 10000150: 8f818064 lw at,-32668\(gp\) -10000154: 2021000c addi at,at,12 -10000158: 00310820 add at,at,s1 +10000154: 2421000c addiu at,at,12 +10000158: 00310821 addu at,at,s1 1000015c: 88250000 lwl a1,0\(at\) 10000160: 98250003 lwr a1,3\(at\) 10000164: 8f818064 lw at,-32668\(gp\) -10000168: 20210022 addi at,at,34 -1000016c: 00250820 add at,at,a1 +10000168: 24210022 addiu at,at,34 +1000016c: 00250821 addu at,at,a1 10000170: 88250000 lwl a1,0\(at\) 10000174: 98250003 lwr a1,3\(at\) 10000178: 8f818064 lw at,-32668\(gp\) -1000017c: 20210038 addi at,at,56 -10000180: 00250820 add at,at,a1 +1000017c: 24210038 addiu at,at,56 +10000180: 00250821 addu at,at,a1 10000184: a8250000 swl a1,0\(at\) 10000188: b8250003 swr a1,3\(at\) 1000018c: 8f858018 lw a1,-32744\(gp\) 10000190: 8f85801c lw a1,-32740\(gp\) 10000194: 8f858020 lw a1,-32736\(gp\) 10000198: 8f858018 lw a1,-32744\(gp\) -1000019c: 00b12820 add a1,a1,s1 +1000019c: 00b12821 addu a1,a1,s1 100001a0: 8f85801c lw a1,-32740\(gp\) -100001a4: 00b12820 add a1,a1,s1 +100001a4: 00b12821 addu a1,a1,s1 100001a8: 8f858020 lw a1,-32736\(gp\) -100001ac: 00b12820 add a1,a1,s1 +100001ac: 00b12821 addu a1,a1,s1 100001b0: 8f858024 lw a1,-32732\(gp\) 100001b4: 8ca5050c lw a1,1292\(a1\) 100001b8: 8f858024 lw a1,-32732\(gp\) 100001bc: 8ca50518 lw a1,1304\(a1\) 100001c0: 8f858024 lw a1,-32732\(gp\) -100001c4: 00b12820 add a1,a1,s1 +100001c4: 00b12821 addu a1,a1,s1 100001c8: 8ca5050c lw a1,1292\(a1\) 100001cc: 8f858024 lw a1,-32732\(gp\) -100001d0: 00b12820 add a1,a1,s1 +100001d0: 00b12821 addu a1,a1,s1 100001d4: 8ca50518 lw a1,1304\(a1\) 100001d8: 8f818024 lw at,-32732\(gp\) -100001dc: 00250820 add at,at,a1 +100001dc: 00250821 addu at,at,a1 100001e0: 8c25052e lw a1,1326\(at\) 100001e4: 8f818024 lw at,-32732\(gp\) -100001e8: 00250820 add at,at,a1 +100001e8: 00250821 addu at,at,a1 100001ec: ac250544 sw a1,1348\(at\) 100001f0: 8f818018 lw at,-32744\(gp\) 100001f4: 88250000 lwl a1,0\(at\) @@ -100,19 +100,19 @@ Disassembly of section \.text: 10000200: 88250000 lwl a1,0\(at\) 10000204: 98250003 lwr a1,3\(at\) 10000208: 8f818018 lw at,-32744\(gp\) -1000020c: 00310820 add at,at,s1 +1000020c: 00310821 addu at,at,s1 10000210: 88250000 lwl a1,0\(at\) 10000214: 98250003 lwr a1,3\(at\) 10000218: 8f81801c lw at,-32740\(gp\) -1000021c: 00310820 add at,at,s1 +1000021c: 00310821 addu at,at,s1 10000220: 88250000 lwl a1,0\(at\) 10000224: 98250003 lwr a1,3\(at\) 10000228: 8f818028 lw at,-32728\(gp\) -1000022c: 00250820 add at,at,a1 +1000022c: 00250821 addu at,at,a1 10000230: 88250000 lwl a1,0\(at\) 10000234: 98250003 lwr a1,3\(at\) 10000238: 8f81802c lw at,-32724\(gp\) -1000023c: 00250820 add at,at,a1 +1000023c: 00250821 addu at,at,a1 10000240: a8250000 swl a1,0\(at\) 10000244: b8250003 swr a1,3\(at\) 10000248: 8f85805c lw a1,-32676\(gp\) @@ -127,87 +127,87 @@ Disassembly of section \.text: 1000026c: 00000000 nop 10000270: 8f858068 lw a1,-32664\(gp\) 10000274: 8f858068 lw a1,-32664\(gp\) -10000278: 20a5000c addi a1,a1,12 +10000278: 24a5000c addiu a1,a1,12 1000027c: 8f858068 lw a1,-32664\(gp\) 10000280: 3c010002 lui at,0x2 -10000284: 2021e240 addi at,at,-7616 -10000288: 00a12820 add a1,a1,at +10000284: 2421e240 addiu at,at,-7616 +10000288: 00a12821 addu a1,a1,at 1000028c: 8f858068 lw a1,-32664\(gp\) -10000290: 00b12820 add a1,a1,s1 +10000290: 00b12821 addu a1,a1,s1 10000294: 8f858068 lw a1,-32664\(gp\) -10000298: 20a5000c addi a1,a1,12 -1000029c: 00b12820 add a1,a1,s1 +10000298: 24a5000c addiu a1,a1,12 +1000029c: 00b12821 addu a1,a1,s1 100002a0: 8f858068 lw a1,-32664\(gp\) 100002a4: 3c010002 lui at,0x2 -100002a8: 2021e240 addi at,at,-7616 -100002ac: 00a12820 add a1,a1,at -100002b0: 00b12820 add a1,a1,s1 +100002a8: 2421e240 addiu at,at,-7616 +100002ac: 00a12821 addu a1,a1,at +100002b0: 00b12821 addu a1,a1,s1 100002b4: 8f858068 lw a1,-32664\(gp\) 100002b8: 8ca50000 lw a1,0\(a1\) 100002bc: 8f858068 lw a1,-32664\(gp\) 100002c0: 8ca5000c lw a1,12\(a1\) 100002c4: 8f858068 lw a1,-32664\(gp\) -100002c8: 00b12820 add a1,a1,s1 +100002c8: 00b12821 addu a1,a1,s1 100002cc: 8ca50000 lw a1,0\(a1\) 100002d0: 8f858068 lw a1,-32664\(gp\) -100002d4: 00b12820 add a1,a1,s1 +100002d4: 00b12821 addu a1,a1,s1 100002d8: 8ca5000c lw a1,12\(a1\) 100002dc: 8f818068 lw at,-32664\(gp\) -100002e0: 00250820 add at,at,a1 +100002e0: 00250821 addu at,at,a1 100002e4: 8c250022 lw a1,34\(at\) 100002e8: 8f818068 lw at,-32664\(gp\) -100002ec: 00250820 add at,at,a1 +100002ec: 00250821 addu at,at,a1 100002f0: ac250038 sw a1,56\(at\) 100002f4: 8f818068 lw at,-32664\(gp\) 100002f8: 88250000 lwl a1,0\(at\) 100002fc: 98250003 lwr a1,3\(at\) 10000300: 8f818068 lw at,-32664\(gp\) -10000304: 2021000c addi at,at,12 +10000304: 2421000c addiu at,at,12 10000308: 88250000 lwl a1,0\(at\) 1000030c: 98250003 lwr a1,3\(at\) 10000310: 8f818068 lw at,-32664\(gp\) -10000314: 00310820 add at,at,s1 +10000314: 00310821 addu at,at,s1 10000318: 88250000 lwl a1,0\(at\) 1000031c: 98250003 lwr a1,3\(at\) 10000320: 8f818068 lw at,-32664\(gp\) -10000324: 2021000c addi at,at,12 -10000328: 00310820 add at,at,s1 +10000324: 2421000c addiu at,at,12 +10000328: 00310821 addu at,at,s1 1000032c: 88250000 lwl a1,0\(at\) 10000330: 98250003 lwr a1,3\(at\) 10000334: 8f818068 lw at,-32664\(gp\) -10000338: 20210022 addi at,at,34 -1000033c: 00250820 add at,at,a1 +10000338: 24210022 addiu at,at,34 +1000033c: 00250821 addu at,at,a1 10000340: 88250000 lwl a1,0\(at\) 10000344: 98250003 lwr a1,3\(at\) 10000348: 8f818068 lw at,-32664\(gp\) -1000034c: 20210038 addi at,at,56 -10000350: 00250820 add at,at,a1 +1000034c: 24210038 addiu at,at,56 +10000350: 00250821 addu at,at,a1 10000354: a8250000 swl a1,0\(at\) 10000358: b8250003 swr a1,3\(at\) 1000035c: 8f858034 lw a1,-32716\(gp\) 10000360: 8f858038 lw a1,-32712\(gp\) 10000364: 8f85803c lw a1,-32708\(gp\) 10000368: 8f858034 lw a1,-32716\(gp\) -1000036c: 00b12820 add a1,a1,s1 +1000036c: 00b12821 addu a1,a1,s1 10000370: 8f858038 lw a1,-32712\(gp\) -10000374: 00b12820 add a1,a1,s1 +10000374: 00b12821 addu a1,a1,s1 10000378: 8f85803c lw a1,-32708\(gp\) -1000037c: 00b12820 add a1,a1,s1 +1000037c: 00b12821 addu a1,a1,s1 10000380: 8f858024 lw a1,-32732\(gp\) 10000384: 8ca50584 lw a1,1412\(a1\) 10000388: 8f858024 lw a1,-32732\(gp\) 1000038c: 8ca50590 lw a1,1424\(a1\) 10000390: 8f858024 lw a1,-32732\(gp\) -10000394: 00b12820 add a1,a1,s1 +10000394: 00b12821 addu a1,a1,s1 10000398: 8ca50584 lw a1,1412\(a1\) 1000039c: 8f858024 lw a1,-32732\(gp\) -100003a0: 00b12820 add a1,a1,s1 +100003a0: 00b12821 addu a1,a1,s1 100003a4: 8ca50590 lw a1,1424\(a1\) 100003a8: 8f818024 lw at,-32732\(gp\) -100003ac: 00250820 add at,at,a1 +100003ac: 00250821 addu at,at,a1 100003b0: 8c2505a6 lw a1,1446\(at\) 100003b4: 8f818024 lw at,-32732\(gp\) -100003b8: 00250820 add at,at,a1 +100003b8: 00250821 addu at,at,a1 100003bc: ac2505bc sw a1,1468\(at\) 100003c0: 8f818034 lw at,-32716\(gp\) 100003c4: 88250000 lwl a1,0\(at\) @@ -216,19 +216,19 @@ Disassembly of section \.text: 100003d0: 88250000 lwl a1,0\(at\) 100003d4: 98250003 lwr a1,3\(at\) 100003d8: 8f818034 lw at,-32716\(gp\) -100003dc: 00310820 add at,at,s1 +100003dc: 00310821 addu at,at,s1 100003e0: 88250000 lwl a1,0\(at\) 100003e4: 98250003 lwr a1,3\(at\) 100003e8: 8f818038 lw at,-32712\(gp\) -100003ec: 00310820 add at,at,s1 +100003ec: 00310821 addu at,at,s1 100003f0: 88250000 lwl a1,0\(at\) 100003f4: 98250003 lwr a1,3\(at\) 100003f8: 8f818040 lw at,-32704\(gp\) -100003fc: 00250820 add at,at,a1 +100003fc: 00250821 addu at,at,a1 10000400: 88250000 lwl a1,0\(at\) 10000404: 98250003 lwr a1,3\(at\) 10000408: 8f818044 lw at,-32700\(gp\) -1000040c: 00250820 add at,at,a1 +1000040c: 00250821 addu at,at,a1 10000410: a8250000 swl a1,0\(at\) 10000414: b8250003 swr a1,3\(at\) 10000418: 8f858060 lw a1,-32672\(gp\) @@ -261,7 +261,7 @@ Disassembly of section \.text: 10000484: 1000ff06 b 100000a0 10000488: 8ca50518 lw a1,1304\(a1\) 1000048c: 8f818024 lw at,-32732\(gp\) -10000490: 00250820 add at,at,a1 +10000490: 00250821 addu at,at,a1 10000494: 10000003 b 100004a4 10000498: 8c2505a6 lw a1,1446\(at\) \.\.\. diff --git a/ld/testsuite/ld-mips-elf/elf-rel-xgot-n32.d b/ld/testsuite/ld-mips-elf/elf-rel-xgot-n32.d index 7b08b41bf2..c2e152b27c 100644 --- a/ld/testsuite/ld-mips-elf/elf-rel-xgot-n32.d +++ b/ld/testsuite/ld-mips-elf/elf-rel-xgot-n32.d @@ -10,372 +10,372 @@ Disassembly of section \.text: 100000a0 : 100000a0: 3c050000 lui a1,0x0 -100000a4: 00bc2820 add a1,a1,gp +100000a4: 00bc2821 addu a1,a1,gp 100000a8: 8ca58034 lw a1,-32716\(a1\) 100000ac: 3c050000 lui a1,0x0 -100000b0: 00bc2820 add a1,a1,gp +100000b0: 00bc2821 addu a1,a1,gp 100000b4: 8ca58034 lw a1,-32716\(a1\) -100000b8: 20a5000c addi a1,a1,12 +100000b8: 24a5000c addiu a1,a1,12 100000bc: 3c050000 lui a1,0x0 -100000c0: 00bc2820 add a1,a1,gp +100000c0: 00bc2821 addu a1,a1,gp 100000c4: 8ca58034 lw a1,-32716\(a1\) 100000c8: 3c010002 lui at,0x2 -100000cc: 2021e240 addi at,at,-7616 -100000d0: 00a12820 add a1,a1,at +100000cc: 2421e240 addiu at,at,-7616 +100000d0: 00a12821 addu a1,a1,at 100000d4: 3c050000 lui a1,0x0 -100000d8: 00bc2820 add a1,a1,gp +100000d8: 00bc2821 addu a1,a1,gp 100000dc: 8ca58034 lw a1,-32716\(a1\) -100000e0: 00b12820 add a1,a1,s1 +100000e0: 00b12821 addu a1,a1,s1 100000e4: 3c050000 lui a1,0x0 -100000e8: 00bc2820 add a1,a1,gp +100000e8: 00bc2821 addu a1,a1,gp 100000ec: 8ca58034 lw a1,-32716\(a1\) -100000f0: 20a5000c addi a1,a1,12 -100000f4: 00b12820 add a1,a1,s1 +100000f0: 24a5000c addiu a1,a1,12 +100000f4: 00b12821 addu a1,a1,s1 100000f8: 3c050000 lui a1,0x0 -100000fc: 00bc2820 add a1,a1,gp +100000fc: 00bc2821 addu a1,a1,gp 10000100: 8ca58034 lw a1,-32716\(a1\) 10000104: 3c010002 lui at,0x2 -10000108: 2021e240 addi at,at,-7616 -1000010c: 00a12820 add a1,a1,at -10000110: 00b12820 add a1,a1,s1 +10000108: 2421e240 addiu at,at,-7616 +1000010c: 00a12821 addu a1,a1,at +10000110: 00b12821 addu a1,a1,s1 10000114: 3c050000 lui a1,0x0 -10000118: 00bc2820 add a1,a1,gp +10000118: 00bc2821 addu a1,a1,gp 1000011c: 8ca58034 lw a1,-32716\(a1\) 10000120: 8ca50000 lw a1,0\(a1\) 10000124: 3c050000 lui a1,0x0 -10000128: 00bc2820 add a1,a1,gp +10000128: 00bc2821 addu a1,a1,gp 1000012c: 8ca58034 lw a1,-32716\(a1\) 10000130: 8ca5000c lw a1,12\(a1\) 10000134: 3c050000 lui a1,0x0 -10000138: 00bc2820 add a1,a1,gp +10000138: 00bc2821 addu a1,a1,gp 1000013c: 8ca58034 lw a1,-32716\(a1\) -10000140: 00b12820 add a1,a1,s1 +10000140: 00b12821 addu a1,a1,s1 10000144: 8ca50000 lw a1,0\(a1\) 10000148: 3c050000 lui a1,0x0 -1000014c: 00bc2820 add a1,a1,gp +1000014c: 00bc2821 addu a1,a1,gp 10000150: 8ca58034 lw a1,-32716\(a1\) -10000154: 00b12820 add a1,a1,s1 +10000154: 00b12821 addu a1,a1,s1 10000158: 8ca5000c lw a1,12\(a1\) 1000015c: 3c010000 lui at,0x0 -10000160: 003c0820 add at,at,gp +10000160: 003c0821 addu at,at,gp 10000164: 8c218034 lw at,-32716\(at\) -10000168: 00250820 add at,at,a1 +10000168: 00250821 addu at,at,a1 1000016c: 8c250022 lw a1,34\(at\) 10000170: 3c010000 lui at,0x0 -10000174: 003c0820 add at,at,gp +10000174: 003c0821 addu at,at,gp 10000178: 8c218034 lw at,-32716\(at\) -1000017c: 00250820 add at,at,a1 +1000017c: 00250821 addu at,at,a1 10000180: ac250038 sw a1,56\(at\) 10000184: 3c010000 lui at,0x0 -10000188: 003c0820 add at,at,gp +10000188: 003c0821 addu at,at,gp 1000018c: 8c218034 lw at,-32716\(at\) 10000190: 88250000 lwl a1,0\(at\) 10000194: 98250003 lwr a1,3\(at\) 10000198: 3c010000 lui at,0x0 -1000019c: 003c0820 add at,at,gp +1000019c: 003c0821 addu at,at,gp 100001a0: 8c218034 lw at,-32716\(at\) -100001a4: 2021000c addi at,at,12 +100001a4: 2421000c addiu at,at,12 100001a8: 88250000 lwl a1,0\(at\) 100001ac: 98250003 lwr a1,3\(at\) 100001b0: 3c010000 lui at,0x0 -100001b4: 003c0820 add at,at,gp +100001b4: 003c0821 addu at,at,gp 100001b8: 8c218034 lw at,-32716\(at\) -100001bc: 00310820 add at,at,s1 +100001bc: 00310821 addu at,at,s1 100001c0: 88250000 lwl a1,0\(at\) 100001c4: 98250003 lwr a1,3\(at\) 100001c8: 3c010000 lui at,0x0 -100001cc: 003c0820 add at,at,gp +100001cc: 003c0821 addu at,at,gp 100001d0: 8c218034 lw at,-32716\(at\) -100001d4: 2021000c addi at,at,12 -100001d8: 00310820 add at,at,s1 +100001d4: 2421000c addiu at,at,12 +100001d8: 00310821 addu at,at,s1 100001dc: 88250000 lwl a1,0\(at\) 100001e0: 98250003 lwr a1,3\(at\) 100001e4: 3c010000 lui at,0x0 -100001e8: 003c0820 add at,at,gp +100001e8: 003c0821 addu at,at,gp 100001ec: 8c218034 lw at,-32716\(at\) -100001f0: 20210022 addi at,at,34 -100001f4: 00250820 add at,at,a1 +100001f0: 24210022 addiu at,at,34 +100001f4: 00250821 addu at,at,a1 100001f8: 88250000 lwl a1,0\(at\) 100001fc: 98250003 lwr a1,3\(at\) 10000200: 3c010000 lui at,0x0 -10000204: 003c0820 add at,at,gp +10000204: 003c0821 addu at,at,gp 10000208: 8c218034 lw at,-32716\(at\) -1000020c: 20210038 addi at,at,56 -10000210: 00250820 add at,at,a1 +1000020c: 24210038 addiu at,at,56 +10000210: 00250821 addu at,at,a1 10000214: a8250000 swl a1,0\(at\) 10000218: b8250003 swr a1,3\(at\) 1000021c: 8f858018 lw a1,-32744\(gp\) -10000220: 20a506fc addi a1,a1,1788 +10000220: 24a506fc addiu a1,a1,1788 10000224: 8f858018 lw a1,-32744\(gp\) -10000228: 20a50708 addi a1,a1,1800 +10000228: 24a50708 addiu a1,a1,1800 1000022c: 8f85801c lw a1,-32740\(gp\) -10000230: 20a5e93c addi a1,a1,-5828 +10000230: 24a5e93c addiu a1,a1,-5828 10000234: 8f858018 lw a1,-32744\(gp\) -10000238: 20a506fc addi a1,a1,1788 -1000023c: 00b12820 add a1,a1,s1 +10000238: 24a506fc addiu a1,a1,1788 +1000023c: 00b12821 addu a1,a1,s1 10000240: 8f858018 lw a1,-32744\(gp\) -10000244: 20a50708 addi a1,a1,1800 -10000248: 00b12820 add a1,a1,s1 +10000244: 24a50708 addiu a1,a1,1800 +10000248: 00b12821 addu a1,a1,s1 1000024c: 8f85801c lw a1,-32740\(gp\) -10000250: 20a5e93c addi a1,a1,-5828 -10000254: 00b12820 add a1,a1,s1 +10000250: 24a5e93c addiu a1,a1,-5828 +10000254: 00b12821 addu a1,a1,s1 10000258: 8f858018 lw a1,-32744\(gp\) 1000025c: 8ca506fc lw a1,1788\(a1\) 10000260: 8f858018 lw a1,-32744\(gp\) 10000264: 8ca50708 lw a1,1800\(a1\) 10000268: 8f858018 lw a1,-32744\(gp\) -1000026c: 00b12820 add a1,a1,s1 +1000026c: 00b12821 addu a1,a1,s1 10000270: 8ca506fc lw a1,1788\(a1\) 10000274: 8f858018 lw a1,-32744\(gp\) -10000278: 00b12820 add a1,a1,s1 +10000278: 00b12821 addu a1,a1,s1 1000027c: 8ca50708 lw a1,1800\(a1\) 10000280: 8f818018 lw at,-32744\(gp\) -10000284: 00250820 add at,at,a1 +10000284: 00250821 addu at,at,a1 10000288: 8c25071e lw a1,1822\(at\) 1000028c: 8f818018 lw at,-32744\(gp\) -10000290: 00250820 add at,at,a1 +10000290: 00250821 addu at,at,a1 10000294: ac250734 sw a1,1844\(at\) 10000298: 8f818018 lw at,-32744\(gp\) -1000029c: 202106fc addi at,at,1788 +1000029c: 242106fc addiu at,at,1788 100002a0: 88250000 lwl a1,0\(at\) 100002a4: 98250003 lwr a1,3\(at\) 100002a8: 8f818018 lw at,-32744\(gp\) -100002ac: 20210708 addi at,at,1800 +100002ac: 24210708 addiu at,at,1800 100002b0: 88250000 lwl a1,0\(at\) 100002b4: 98250003 lwr a1,3\(at\) 100002b8: 8f818018 lw at,-32744\(gp\) -100002bc: 202106fc addi at,at,1788 -100002c0: 00310820 add at,at,s1 +100002bc: 242106fc addiu at,at,1788 +100002c0: 00310821 addu at,at,s1 100002c4: 88250000 lwl a1,0\(at\) 100002c8: 98250003 lwr a1,3\(at\) 100002cc: 8f818018 lw at,-32744\(gp\) -100002d0: 20210708 addi at,at,1800 -100002d4: 00310820 add at,at,s1 +100002d0: 24210708 addiu at,at,1800 +100002d4: 00310821 addu at,at,s1 100002d8: 88250000 lwl a1,0\(at\) 100002dc: 98250003 lwr a1,3\(at\) 100002e0: 8f818018 lw at,-32744\(gp\) -100002e4: 2021071e addi at,at,1822 -100002e8: 00250820 add at,at,a1 +100002e4: 2421071e addiu at,at,1822 +100002e8: 00250821 addu at,at,a1 100002ec: 88250000 lwl a1,0\(at\) 100002f0: 98250003 lwr a1,3\(at\) 100002f4: 8f818018 lw at,-32744\(gp\) -100002f8: 20210734 addi at,at,1844 -100002fc: 00250820 add at,at,a1 +100002f8: 24210734 addiu at,at,1844 +100002fc: 00250821 addu at,at,a1 10000300: a8250000 swl a1,0\(at\) 10000304: b8250003 swr a1,3\(at\) 10000308: 3c050000 lui a1,0x0 -1000030c: 00bc2820 add a1,a1,gp +1000030c: 00bc2821 addu a1,a1,gp 10000310: 8ca5802c lw a1,-32724\(a1\) 10000314: 8f858020 lw a1,-32736\(gp\) -10000318: 20a500a0 addi a1,a1,160 +10000318: 24a500a0 addiu a1,a1,160 1000031c: 3c190000 lui t9,0x0 -10000320: 033cc820 add t9,t9,gp +10000320: 033cc821 addu t9,t9,gp 10000324: 8f39802c lw t9,-32724\(t9\) 10000328: 8f998020 lw t9,-32736\(gp\) -1000032c: 233900a0 addi t9,t9,160 +1000032c: 273900a0 addiu t9,t9,160 10000330: 3c190000 lui t9,0x0 -10000334: 033cc820 add t9,t9,gp +10000334: 033cc821 addu t9,t9,gp 10000338: 8f39802c lw t9,-32724\(t9\) 1000033c: 0320f809 jalr t9 10000340: 00000000 nop 10000344: 8f998020 lw t9,-32736\(gp\) -10000348: 233900a0 addi t9,t9,160 +10000348: 273900a0 addiu t9,t9,160 1000034c: 0320f809 jalr t9 10000350: 00000000 nop 10000354: 3c050000 lui a1,0x0 -10000358: 00bc2820 add a1,a1,gp +10000358: 00bc2821 addu a1,a1,gp 1000035c: 8ca58038 lw a1,-32712\(a1\) 10000360: 3c050000 lui a1,0x0 -10000364: 00bc2820 add a1,a1,gp +10000364: 00bc2821 addu a1,a1,gp 10000368: 8ca58038 lw a1,-32712\(a1\) -1000036c: 20a5000c addi a1,a1,12 +1000036c: 24a5000c addiu a1,a1,12 10000370: 3c050000 lui a1,0x0 -10000374: 00bc2820 add a1,a1,gp +10000374: 00bc2821 addu a1,a1,gp 10000378: 8ca58038 lw a1,-32712\(a1\) 1000037c: 3c010002 lui at,0x2 -10000380: 2021e240 addi at,at,-7616 -10000384: 00a12820 add a1,a1,at +10000380: 2421e240 addiu at,at,-7616 +10000384: 00a12821 addu a1,a1,at 10000388: 3c050000 lui a1,0x0 -1000038c: 00bc2820 add a1,a1,gp +1000038c: 00bc2821 addu a1,a1,gp 10000390: 8ca58038 lw a1,-32712\(a1\) -10000394: 00b12820 add a1,a1,s1 +10000394: 00b12821 addu a1,a1,s1 10000398: 3c050000 lui a1,0x0 -1000039c: 00bc2820 add a1,a1,gp +1000039c: 00bc2821 addu a1,a1,gp 100003a0: 8ca58038 lw a1,-32712\(a1\) -100003a4: 20a5000c addi a1,a1,12 -100003a8: 00b12820 add a1,a1,s1 +100003a4: 24a5000c addiu a1,a1,12 +100003a8: 00b12821 addu a1,a1,s1 100003ac: 3c050000 lui a1,0x0 -100003b0: 00bc2820 add a1,a1,gp +100003b0: 00bc2821 addu a1,a1,gp 100003b4: 8ca58038 lw a1,-32712\(a1\) 100003b8: 3c010002 lui at,0x2 -100003bc: 2021e240 addi at,at,-7616 -100003c0: 00a12820 add a1,a1,at -100003c4: 00b12820 add a1,a1,s1 +100003bc: 2421e240 addiu at,at,-7616 +100003c0: 00a12821 addu a1,a1,at +100003c4: 00b12821 addu a1,a1,s1 100003c8: 3c050000 lui a1,0x0 -100003cc: 00bc2820 add a1,a1,gp +100003cc: 00bc2821 addu a1,a1,gp 100003d0: 8ca58038 lw a1,-32712\(a1\) 100003d4: 8ca50000 lw a1,0\(a1\) 100003d8: 3c050000 lui a1,0x0 -100003dc: 00bc2820 add a1,a1,gp +100003dc: 00bc2821 addu a1,a1,gp 100003e0: 8ca58038 lw a1,-32712\(a1\) 100003e4: 8ca5000c lw a1,12\(a1\) 100003e8: 3c050000 lui a1,0x0 -100003ec: 00bc2820 add a1,a1,gp +100003ec: 00bc2821 addu a1,a1,gp 100003f0: 8ca58038 lw a1,-32712\(a1\) -100003f4: 00b12820 add a1,a1,s1 +100003f4: 00b12821 addu a1,a1,s1 100003f8: 8ca50000 lw a1,0\(a1\) 100003fc: 3c050000 lui a1,0x0 -10000400: 00bc2820 add a1,a1,gp +10000400: 00bc2821 addu a1,a1,gp 10000404: 8ca58038 lw a1,-32712\(a1\) -10000408: 00b12820 add a1,a1,s1 +10000408: 00b12821 addu a1,a1,s1 1000040c: 8ca5000c lw a1,12\(a1\) 10000410: 3c010000 lui at,0x0 -10000414: 003c0820 add at,at,gp +10000414: 003c0821 addu at,at,gp 10000418: 8c218038 lw at,-32712\(at\) -1000041c: 00250820 add at,at,a1 +1000041c: 00250821 addu at,at,a1 10000420: 8c250022 lw a1,34\(at\) 10000424: 3c010000 lui at,0x0 -10000428: 003c0820 add at,at,gp +10000428: 003c0821 addu at,at,gp 1000042c: 8c218038 lw at,-32712\(at\) -10000430: 00250820 add at,at,a1 +10000430: 00250821 addu at,at,a1 10000434: ac250038 sw a1,56\(at\) 10000438: 3c010000 lui at,0x0 -1000043c: 003c0820 add at,at,gp +1000043c: 003c0821 addu at,at,gp 10000440: 8c218038 lw at,-32712\(at\) 10000444: 88250000 lwl a1,0\(at\) 10000448: 98250003 lwr a1,3\(at\) 1000044c: 3c010000 lui at,0x0 -10000450: 003c0820 add at,at,gp +10000450: 003c0821 addu at,at,gp 10000454: 8c218038 lw at,-32712\(at\) -10000458: 2021000c addi at,at,12 +10000458: 2421000c addiu at,at,12 1000045c: 88250000 lwl a1,0\(at\) 10000460: 98250003 lwr a1,3\(at\) 10000464: 3c010000 lui at,0x0 -10000468: 003c0820 add at,at,gp +10000468: 003c0821 addu at,at,gp 1000046c: 8c218038 lw at,-32712\(at\) -10000470: 00310820 add at,at,s1 +10000470: 00310821 addu at,at,s1 10000474: 88250000 lwl a1,0\(at\) 10000478: 98250003 lwr a1,3\(at\) 1000047c: 3c010000 lui at,0x0 -10000480: 003c0820 add at,at,gp +10000480: 003c0821 addu at,at,gp 10000484: 8c218038 lw at,-32712\(at\) -10000488: 2021000c addi at,at,12 -1000048c: 00310820 add at,at,s1 +10000488: 2421000c addiu at,at,12 +1000048c: 00310821 addu at,at,s1 10000490: 88250000 lwl a1,0\(at\) 10000494: 98250003 lwr a1,3\(at\) 10000498: 3c010000 lui at,0x0 -1000049c: 003c0820 add at,at,gp +1000049c: 003c0821 addu at,at,gp 100004a0: 8c218038 lw at,-32712\(at\) -100004a4: 20210022 addi at,at,34 -100004a8: 00250820 add at,at,a1 +100004a4: 24210022 addiu at,at,34 +100004a8: 00250821 addu at,at,a1 100004ac: 88250000 lwl a1,0\(at\) 100004b0: 98250003 lwr a1,3\(at\) 100004b4: 3c010000 lui at,0x0 -100004b8: 003c0820 add at,at,gp +100004b8: 003c0821 addu at,at,gp 100004bc: 8c218038 lw at,-32712\(at\) -100004c0: 20210038 addi at,at,56 -100004c4: 00250820 add at,at,a1 +100004c0: 24210038 addiu at,at,56 +100004c4: 00250821 addu at,at,a1 100004c8: a8250000 swl a1,0\(at\) 100004cc: b8250003 swr a1,3\(at\) 100004d0: 8f858018 lw a1,-32744\(gp\) -100004d4: 20a50774 addi a1,a1,1908 +100004d4: 24a50774 addiu a1,a1,1908 100004d8: 8f858018 lw a1,-32744\(gp\) -100004dc: 20a50780 addi a1,a1,1920 +100004dc: 24a50780 addiu a1,a1,1920 100004e0: 8f85801c lw a1,-32740\(gp\) -100004e4: 20a5e9b4 addi a1,a1,-5708 +100004e4: 24a5e9b4 addiu a1,a1,-5708 100004e8: 8f858018 lw a1,-32744\(gp\) -100004ec: 20a50774 addi a1,a1,1908 -100004f0: 00b12820 add a1,a1,s1 +100004ec: 24a50774 addiu a1,a1,1908 +100004f0: 00b12821 addu a1,a1,s1 100004f4: 8f858018 lw a1,-32744\(gp\) -100004f8: 20a50780 addi a1,a1,1920 -100004fc: 00b12820 add a1,a1,s1 +100004f8: 24a50780 addiu a1,a1,1920 +100004fc: 00b12821 addu a1,a1,s1 10000500: 8f85801c lw a1,-32740\(gp\) -10000504: 20a5e9b4 addi a1,a1,-5708 -10000508: 00b12820 add a1,a1,s1 +10000504: 24a5e9b4 addiu a1,a1,-5708 +10000508: 00b12821 addu a1,a1,s1 1000050c: 8f858018 lw a1,-32744\(gp\) 10000510: 8ca50774 lw a1,1908\(a1\) 10000514: 8f858018 lw a1,-32744\(gp\) 10000518: 8ca50780 lw a1,1920\(a1\) 1000051c: 8f858018 lw a1,-32744\(gp\) -10000520: 00b12820 add a1,a1,s1 +10000520: 00b12821 addu a1,a1,s1 10000524: 8ca50774 lw a1,1908\(a1\) 10000528: 8f858018 lw a1,-32744\(gp\) -1000052c: 00b12820 add a1,a1,s1 +1000052c: 00b12821 addu a1,a1,s1 10000530: 8ca50780 lw a1,1920\(a1\) 10000534: 8f818018 lw at,-32744\(gp\) -10000538: 00250820 add at,at,a1 +10000538: 00250821 addu at,at,a1 1000053c: 8c250774 lw a1,1908\(at\) 10000540: 8f818018 lw at,-32744\(gp\) -10000544: 00250820 add at,at,a1 +10000544: 00250821 addu at,at,a1 10000548: ac2507ac sw a1,1964\(at\) 1000054c: 8f818018 lw at,-32744\(gp\) -10000550: 20210774 addi at,at,1908 +10000550: 24210774 addiu at,at,1908 10000554: 88250000 lwl a1,0\(at\) 10000558: 98250003 lwr a1,3\(at\) 1000055c: 8f818018 lw at,-32744\(gp\) -10000560: 20210780 addi at,at,1920 +10000560: 24210780 addiu at,at,1920 10000564: 88250000 lwl a1,0\(at\) 10000568: 98250003 lwr a1,3\(at\) 1000056c: 8f818018 lw at,-32744\(gp\) -10000570: 20210774 addi at,at,1908 -10000574: 00310820 add at,at,s1 +10000570: 24210774 addiu at,at,1908 +10000574: 00310821 addu at,at,s1 10000578: 88250000 lwl a1,0\(at\) 1000057c: 98250003 lwr a1,3\(at\) 10000580: 8f818018 lw at,-32744\(gp\) -10000584: 20210780 addi at,at,1920 -10000588: 00310820 add at,at,s1 +10000584: 24210780 addiu at,at,1920 +10000588: 00310821 addu at,at,s1 1000058c: 88250000 lwl a1,0\(at\) 10000590: 98250003 lwr a1,3\(at\) 10000594: 8f818018 lw at,-32744\(gp\) -10000598: 20210796 addi at,at,1942 -1000059c: 00250820 add at,at,a1 +10000598: 24210796 addiu at,at,1942 +1000059c: 00250821 addu at,at,a1 100005a0: 88250000 lwl a1,0\(at\) 100005a4: 98250003 lwr a1,3\(at\) 100005a8: 8f818018 lw at,-32744\(gp\) -100005ac: 202107ac addi at,at,1964 -100005b0: 00250820 add at,at,a1 +100005ac: 242107ac addiu at,at,1964 +100005b0: 00250821 addu at,at,a1 100005b4: a8250000 swl a1,0\(at\) 100005b8: b8250003 swr a1,3\(at\) 100005bc: 3c050000 lui a1,0x0 -100005c0: 00bc2820 add a1,a1,gp +100005c0: 00bc2821 addu a1,a1,gp 100005c4: 8ca58030 lw a1,-32720\(a1\) 100005c8: 8f858020 lw a1,-32736\(gp\) -100005cc: 20a506a0 addi a1,a1,1696 +100005cc: 24a506a0 addiu a1,a1,1696 100005d0: 3c190000 lui t9,0x0 -100005d4: 033cc820 add t9,t9,gp +100005d4: 033cc821 addu t9,t9,gp 100005d8: 8f398030 lw t9,-32720\(t9\) 100005dc: 8f998020 lw t9,-32736\(gp\) -100005e0: 233906a0 addi t9,t9,1696 +100005e0: 273906a0 addiu t9,t9,1696 100005e4: 3c190000 lui t9,0x0 -100005e8: 033cc820 add t9,t9,gp +100005e8: 033cc821 addu t9,t9,gp 100005ec: 8f398030 lw t9,-32720\(t9\) 100005f0: 0320f809 jalr t9 100005f4: 00000000 nop 100005f8: 8f998020 lw t9,-32736\(gp\) -100005fc: 233906a0 addi t9,t9,1696 +100005fc: 273906a0 addiu t9,t9,1696 10000600: 0320f809 jalr t9 10000604: 00000000 nop 10000608: 3c050000 lui a1,0x0 -1000060c: 00bc2820 add a1,a1,gp +1000060c: 00bc2821 addu a1,a1,gp 10000610: 8ca58034 lw a1,-32716\(a1\) 10000614: 1000fea2 b 100000a0 10000618: 00000000 nop 1000061c: 3c050000 lui a1,0x0 -10000620: 00bc2820 add a1,a1,gp +10000620: 00bc2821 addu a1,a1,gp 10000624: 8ca58038 lw a1,-32712\(a1\) 10000628: 8ca50000 lw a1,0\(a1\) 1000062c: 1000001c b 100006a0 10000630: 00000000 nop 10000634: 8f858018 lw a1,-32744\(gp\) -10000638: 20a506fc addi a1,a1,1788 +10000638: 24a506fc addiu a1,a1,1788 1000063c: 1000fe98 b 100000a0 10000640: 00000000 nop 10000644: 8f858018 lw a1,-32744\(gp\) -10000648: 20a50780 addi a1,a1,1920 +10000648: 24a50780 addiu a1,a1,1920 1000064c: 10000014 b 100006a0 10000650: 00000000 nop 10000654: 8f85801c lw a1,-32740\(gp\) -10000658: 20a5e93c addi a1,a1,-5828 +10000658: 24a5e93c addiu a1,a1,-5828 1000065c: 1000fe90 b 100000a0 10000660: 00000000 nop 10000664: 8f858018 lw a1,-32744\(gp\) @@ -387,7 +387,7 @@ Disassembly of section \.text: 1000067c: 1000fe88 b 100000a0 10000680: 00000000 nop 10000684: 8f818018 lw at,-32744\(gp\) -10000688: 00250820 add at,at,a1 +10000688: 00250821 addu at,at,a1 1000068c: 8c250796 lw a1,1942\(at\) 10000690: 10000003 b 100006a0 10000694: 00000000 nop