[binutils-gdb] MIPS/testsuite: Expand GAS and LD HI/LO relocation coverage

Maciej W. Rozycki macro@sourceware.org
Sun Jul 6 18:25:01 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ae236b71ea7b951f25d84ba1098478458c4e34c9

commit ae236b71ea7b951f25d84ba1098478458c4e34c9
Author: Maciej W. Rozycki <macro@orcam.me.uk>
Date:   Sun Jul 6 19:22:49 2025 +0100

    MIPS/testsuite: Expand GAS and LD HI/LO relocation coverage
    
    Expand test coverage for HI/LO relocation handling and add conventional
    MIPS and microMIPS GAS tests as well as conventional MIPS, microMIPS,
    and MIPS16e2 LD tests, covering R_MIPS_HI16, R_MIPS_LO16, R_MIPS16_HI16,
    R_MIPS16_LO16, R_MICROMIPS_HI16, and R_MICROMIPS_LO16 relocations, as
    well as 64-bit R_MIPS_HIGHEST, R_MIPS_HIGHER, R_MICROMIPS_HIGHEST, and
    R_MICROMIPS_HIGHER relocations.
    
    Modify the linker script so as to retain the `.MIPS.abiflags' section so
    as to disassemble MIPS16e2 code correctly, as MIPS16e2 ASE information
    is only carried in that section and not in ELF file header's `e_flags'.
    
    MIPS16e2 and microMIPS code requires at least the MIPS32r2 ISA (or the
    MIPS64r2 one for the n32 and n64 ABIs), which is incompatible with the
    `mips:5900' linker output architecture and causes link failures such as:
    
    ./ld-new: tmpdir/mips-hilo1.o: linking mips:isa32r2 module with previous mips:5900 modules
    ./ld-new: failed to merge target specific data of file tmpdir/mips-hilo1.o
    
    Therefore exclude `mips*el-ps2-elf*' targets from microMIPS and MIPS16e2
    LD testing.

Diff:
---
 gas/testsuite/gas/mips/micromips-hilo-n32.d        |  419 +++++
 gas/testsuite/gas/mips/micromips-hilo-n64.d        | 1811 ++++++++++++++++++++
 gas/testsuite/gas/mips/micromips-hilo.d            |  419 +++++
 gas/testsuite/gas/mips/mips-hilo-n32.d             |  419 +++++
 gas/testsuite/gas/mips/mips-hilo-n64.d             | 1810 +++++++++++++++++++
 gas/testsuite/gas/mips/mips-hilo-n64.s             |  670 ++++++++
 gas/testsuite/gas/mips/mips-hilo.d                 |  418 +++++
 .../gas/mips/{mips16e2-hilo.s => mips-hilo.s}      |    4 +-
 gas/testsuite/gas/mips/mips.exp                    |   10 +
 gas/testsuite/gas/mips/mips16e2-hilo-n32.d         |    2 +-
 gas/testsuite/gas/mips/mips16e2-hilo.d             |    2 +-
 ld/testsuite/ld-mips-elf/micromips-hilo-n32.d      |    8 +
 ld/testsuite/ld-mips-elf/micromips-hilo-n64.d      |  662 +++++++
 ld/testsuite/ld-mips-elf/micromips-hilo.d          |  230 +++
 ld/testsuite/ld-mips-elf/mips-elf.exp              |    8 +
 ld/testsuite/ld-mips-elf/mips-hilo-n32.d           |    6 +
 ld/testsuite/ld-mips-elf/mips-hilo-n64.d           |  660 +++++++
 ld/testsuite/ld-mips-elf/mips-hilo.d               |  228 +++
 .../ld-mips-elf/{mips16-hilo.ld => mips-hilo.ld}   |    1 +
 ld/testsuite/ld-mips-elf/mips-hilo.s               |   14 +
 ld/testsuite/ld-mips-elf/mips16-hilo-n32.d         |    4 +-
 ld/testsuite/ld-mips-elf/mips16-hilo.d             |    4 +-
 ld/testsuite/ld-mips-elf/mips16-hilo.s             |   13 -
 ld/testsuite/ld-mips-elf/mips16e2-hilo-n32.d       |    8 +
 ld/testsuite/ld-mips-elf/mips16e2-hilo.d           |  230 +++
 25 files changed, 8038 insertions(+), 22 deletions(-)

diff --git a/gas/testsuite/gas/mips/micromips-hilo-n32.d b/gas/testsuite/gas/mips/micromips-hilo-n32.d
new file mode 100644
index 00000000000..53200c8f63f
--- /dev/null
+++ b/gas/testsuite/gas/mips/micromips-hilo-n32.d
@@ -0,0 +1,419 @@
+#objdump: -dr
+#name: microMIPS lui/addiu n32
+#as: -mabi=n32 -march=mips64r2 -mmicromips
+#source: mips-hilo.s
+
+.*: +file format .*mips.*
+
+Disassembly of section \.text:
+
+0+0000 <stuff>:
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x4
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x4
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+:	3084 0001 	addiu	a0,a0,1
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x1
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x5
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label\+0x1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label\+0x1
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label\+0x1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label\+0x1
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common\+0x1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common\+0x1
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common\+0x1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common\+0x1
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss\+0x1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss\+0x1
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss\+0x1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss\+0x1
+[ 	]*[0-9a-f]+:	41a4 0001 	lui	a0,0x1
+[ 	]*[0-9a-f]+:	3084 8000 	addiu	a0,a0,-32768
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x8000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x8000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x8004
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x8004
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label\+0x8000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label\+0x8000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label\+0x8000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label\+0x8000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common\+0x8000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common\+0x8000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common\+0x8000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common\+0x8000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss\+0x8000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss\+0x8000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss\+0x8000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss\+0x8000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+:	3084 8000 	addiu	a0,a0,-32768
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data-0x8000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data-0x8000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data-0x7ffc
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data-0x7ffc
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label-0x8000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label-0x8000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label-0x8000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label-0x8000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common-0x8000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common-0x8000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common-0x8000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common-0x8000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss-0x8000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss-0x8000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss-0x8000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss-0x8000
+[ 	]*[0-9a-f]+:	41a4 0001 	lui	a0,0x1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x10000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x10000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x10004
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x10004
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label\+0x10000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label\+0x10000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label\+0x10000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label\+0x10000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common\+0x10000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common\+0x10000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common\+0x10000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common\+0x10000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss\+0x10000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss\+0x10000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss\+0x10000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss\+0x10000
+[ 	]*[0-9a-f]+:	41a4 0002 	lui	a0,0x2
+[ 	]*[0-9a-f]+:	3084 a5a5 	addiu	a0,a0,-23131
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x1a5a5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x1a5a5
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x1a5a9
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x1a5a9
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label\+0x1a5a5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label\+0x1a5a5
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label\+0x1a5a5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label\+0x1a5a5
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common\+0x1a5a5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common\+0x1a5a5
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common\+0x1a5a5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common\+0x1a5a5
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss\+0x1a5a5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss\+0x1a5a5
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss\+0x1a5a5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss\+0x1a5a5
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x4
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x4
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+:	fc85 0001 	lw	a0,1\(a1\)
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x1
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x1
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x5
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x5
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label\+0x1
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label\+0x1
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label\+0x1
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label\+0x1
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common\+0x1
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common\+0x1
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common\+0x1
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common\+0x1
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss\+0x1
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss\+0x1
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss\+0x1
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss\+0x1
+[ 	]*[0-9a-f]+:	41a5 0001 	lui	a1,0x1
+[ 	]*[0-9a-f]+:	fc85 8000 	lw	a0,-32768\(a1\)
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x8000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x8000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x8004
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x8004
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label\+0x8000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label\+0x8000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label\+0x8000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label\+0x8000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common\+0x8000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common\+0x8000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common\+0x8000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common\+0x8000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss\+0x8000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss\+0x8000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss\+0x8000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss\+0x8000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+:	fc85 8000 	lw	a0,-32768\(a1\)
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data-0x8000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data-0x8000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data-0x7ffc
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data-0x7ffc
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label-0x8000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label-0x8000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label-0x8000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label-0x8000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common-0x8000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common-0x8000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common-0x8000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common-0x8000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss-0x8000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss-0x8000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss-0x8000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss-0x8000
+[ 	]*[0-9a-f]+:	41a5 0001 	lui	a1,0x1
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x10000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x10000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x10004
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x10004
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label\+0x10000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label\+0x10000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label\+0x10000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label\+0x10000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common\+0x10000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common\+0x10000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common\+0x10000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common\+0x10000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss\+0x10000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss\+0x10000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss\+0x10000
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss\+0x10000
+[ 	]*[0-9a-f]+:	41a5 0002 	lui	a1,0x2
+[ 	]*[0-9a-f]+:	fc85 a5a5 	lw	a0,-23131\(a1\)
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x1a5a5
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x1a5a5
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x1a5a9
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x1a5a9
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label\+0x1a5a5
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label\+0x1a5a5
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label\+0x1a5a5
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label\+0x1a5a5
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common\+0x1a5a5
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common\+0x1a5a5
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common\+0x1a5a5
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common\+0x1a5a5
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss\+0x1a5a5
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss\+0x1a5a5
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss\+0x1a5a5
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss\+0x1a5a5
+	\.\.\.
diff --git a/gas/testsuite/gas/mips/micromips-hilo-n64.d b/gas/testsuite/gas/mips/micromips-hilo-n64.d
new file mode 100644
index 00000000000..4c2058c58cd
--- /dev/null
+++ b/gas/testsuite/gas/mips/micromips-hilo-n64.d
@@ -0,0 +1,1811 @@
+#objdump: -dr
+#name: microMIPS lui/addiu n64
+#as: -mabi=64 -march=mips64r2 -mmicromips
+#source: mips-hilo-n64.s
+
+.*: +file format .*mips.*
+
+Disassembly of section \.text:
+
+0+0000 <stuff>:
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.bss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.bss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.sbss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.sbss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+:	3084 0001 	addiu	a0,a0,1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.bss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.bss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.sbss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.sbss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0001 	lui	at,0x1
+[ 	]*[0-9a-f]+:	41a4 8001 	lui	a0,0x8001
+[ 	]*[0-9a-f]+:	3021 8001 	addiu	at,at,-32767
+[ 	]*[0-9a-f]+:	3084 8000 	addiu	a0,a0,-32768
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.bss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.bss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.sbss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.sbss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+:	41a4 8000 	lui	a0,0x8000
+[ 	]*[0-9a-f]+:	3021 8000 	addiu	at,at,-32768
+[ 	]*[0-9a-f]+:	3084 8000 	addiu	a0,a0,-32768
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.bss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.bss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.sbss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.sbss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0001 	lui	at,0x1
+[ 	]*[0-9a-f]+:	41a4 0001 	lui	a0,0x1
+[ 	]*[0-9a-f]+:	3021 0001 	addiu	at,at,1
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_common\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_common\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_common\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_common\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.bss\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.bss\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.sbss\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.sbss\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0002 	lui	at,0x2
+[ 	]*[0-9a-f]+:	41a4 0002 	lui	a0,0x2
+[ 	]*[0-9a-f]+:	3021 a5a5 	addiu	at,at,-23131
+[ 	]*[0-9a-f]+:	3084 a5a5 	addiu	a0,a0,-23131
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x1a5a50001a5a9
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a9
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a9
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x1a5a50001a5a9
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a9
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a9
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x1a5a50001a5a9
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a9
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a9
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x1a5a50001a5a9
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a9
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a9
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_data_label\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_data_label\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_data_label\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_data_label\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_common\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_common\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_common\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_common\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.bss\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.bss\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.sbss\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	41a4 0000 	lui	a0,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.sbss\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	3084 0000 	addiu	a0,a0,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1a5a50001a5a5
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5824 2150 	daddu	a0,a0,at
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x4
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.bss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.bss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.sbss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.sbss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0001 	lw	a0,1\(a1\)
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x5
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.bss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.bss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.sbss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.sbss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1
+[ 	]*[0-9a-f]+:	41a1 0001 	lui	at,0x1
+[ 	]*[0-9a-f]+:	41a5 8001 	lui	a1,0x8001
+[ 	]*[0-9a-f]+:	3021 8001 	addiu	at,at,-32767
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 8000 	lw	a0,-32768\(a1\)
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008004
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.bss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.bss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.sbss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.sbss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x800080008000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+:	41a5 8000 	lui	a1,0x8000
+[ 	]*[0-9a-f]+:	3021 8000 	addiu	at,at,-32768
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 8000 	lw	a0,-32768\(a1\)
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080007ffc
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_common-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.bss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.bss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.bss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.bss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.sbss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.sbss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.sbss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.sbss-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*-0x800080008000
+[ 	]*[0-9a-f]+:	41a1 0001 	lui	at,0x1
+[ 	]*[0-9a-f]+:	41a5 0001 	lui	a1,0x1
+[ 	]*[0-9a-f]+:	3021 0001 	addiu	at,at,1
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	\.data\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	\.data\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	\.data\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	\.data\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010004
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	small_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	small_external_data_label\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	big_external_common\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	big_external_common\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	3021 0000 	addiu	at,at,0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHER	big_external_common\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	5821 0008 	dsll32	at,at,0x0
+[ 	]*[0-9a-f]+:	5825 2950 	daddu	a1,a1,at
+[ 	]*[0-9a-f]+:	fc85 0000 	lw	a0,0\(a1\)
+[ 	]*[0-9a-f]+: R_MICROMIPS_LO16	big_external_common\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a1 0000 	lui	at,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HIGHEST	small_external_common\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+:	41a5 0000 	lui	a1,0x0
+[ 	]*[0-9a-f]+: R_MICROMIPS_HI16	small_external_common\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x1000100010000
+[ 	]*[0-9a-f]+: R_MIPS_NONE	\*ABS\*\+0x100010001[...]

[diff truncated at 100000 bytes]


More information about the Binutils-cvs mailing list