source_sh ${srcdir}/emulparams/elf32bmipn32-defs.sh
COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
-INITIAL_READONLY_SECTIONS="
+INITIAL_READONLY_SECTIONS=
+if test -z "${CREATE_SHLIB}"; then
+ INITIAL_READONLY_SECTIONS=".interp ${RELOCATING-0} : { *(.interp) }"
+fi
+INITIAL_READONLY_SECTIONS="${INITIAL_READONLY_SECTIONS}
.MIPS.abiflags ${RELOCATING-0} : { *(.MIPS.abiflags) }
.MIPS.xhash ${RELOCATING-0} : { *(.MIPS.xhash) }
.MIPS.options : { *(.MIPS.options) }
run_dump_test_o32 "global-local-symtab-final-o32"
run_dump_test_n32 "global-local-symtab-final-n32"
run_dump_test_n64 "global-local-symtab-final-n64"
+
+# Section ordering tests.
+foreach { abi } $abis {
+ set ps2 [expr \
+ ({$abi} == {"n32"} && [istarget "mips64*el-ps2-elf*"]) ? {"p"} : {""}]
+ run_ld_link_tests [list \
+ [list \
+ "MIPS section ordering test 1 ($abi)" \
+ "$abi_ldflags($abi) -r" "" \
+ "$abi_asflags($abi) -mpdr" \
+ [list sections.s] \
+ [list "readelf -WS sections-1-${abi}${tmips}${ps2}.rd"] \
+ "sections-1-${abi}.o"] \
+ [list \
+ "MIPS section ordering test 2 ($abi)" \
+ "$abi_ldflags($abi) -e 0" "" \
+ "$abi_asflags($abi) -mpdr" \
+ [list sections.s] \
+ [list "readelf -WS sections-2-${abi}${tmips}${ps2}.rd"] \
+ "sections-2-${abi}"]]
+}
#ld: -pie
#readelf: -d
-Dynamic section at offset 0x208 contains 17 entries:
+Dynamic section at offset 0x220 contains 17 entries:
Tag * Type * Name/Value
- 0x0+00000004 \(HASH\) * 0x368
- 0x0+00000005 \(STRTAB\) * 0x3c8
- 0x0+00000006 \(SYMTAB\) * 0x380
+ 0x0+00000004 \(HASH\) * 0x380
+ 0x0+00000005 \(STRTAB\) * 0x3e0
+ 0x0+00000006 \(SYMTAB\) * 0x398
0x0+0000000a \(STRSZ\) * 28 \(bytes\)
0x0+0000000b \(SYMENT\) * 24 \(bytes\)
- 0x0+70000035 \(MIPS_RLD_MAP_REL\) * 0x101c8
+ 0x0+70000035 \(MIPS_RLD_MAP_REL\) * 0x101a0
0x0+00000015 \(DEBUG\) * 0x0
- 0x0+00000003 \(PLTGOT\) * 0x10430
+ 0x0+00000003 \(PLTGOT\) * 0x10420
0x0+70000001 \(MIPS_RLD_VERSION\) * 1
0x0+70000005 \(MIPS_FLAGS\) * NOTPOT
0x0+70000006 \(MIPS_BASE_ADDRESS\) * 0x0
--- /dev/null
+There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
+
+Section Headers:
+ \[Nr\] Name +Type .*
+ \[..\] +NULL .*
+ \[..\] \.interp +PROGBITS .*
+ \[..\] \.MIPS\.abiflags +MIPS_ABIFLAGS .*
+ \[..\] \.MIPS\.xhash +MIPS_XHASH .*
+ \[..\] \.reginfo +MIPS_REGINFO .*
+ \[..\] \.text +PROGBITS .*
+ \[..\] \.data +PROGBITS .*
+ \[..\] \.rodata +PROGBITS .*
+ \[..\] \.got\.plt +PROGBITS .*
+ \[..\] \.got +PROGBITS .*
+ \[..\] \.sdata +PROGBITS .*
+ \[..\] \.lit8 +PROGBITS .*
+ \[..\] \.lit4 +PROGBITS .*
+ \[..\] \.sbss +NOBITS .*
+ \[..\] \.bss +NOBITS .*
+ \[..\] \.pdr +PROGBITS .*
+ \[..\] \.gcc_compiled_long32 +PROGBITS .*
+ \[..\] \.gcc_compiled_long64 +PROGBITS .*
+ \[..\] \.gptab\.sbss +MIPS_GPTAB .*
+ \[..\] \.gptab\.sdata +MIPS_GPTAB .*
+ \[..\] \.mdebug\.abi32 +PROGBITS .*
+ \[..\] \.mdebug\.abi64 +PROGBITS .*
+ \[..\] \.mdebug\.abiN32 +PROGBITS .*
+ \[..\] \.mdebug\.abiO64 +PROGBITS .*
+ \[..\] \.mdebug\.eabi32 +PROGBITS .*
+ \[..\] \.mdebug\.eabi64 +PROGBITS .*
+ \[..\] \.gnu\.attributes +GNU_ATTRIBUTES .*
+ \[..\] \.symtab +SYMTAB .*
+ \[..\] \.strtab +STRTAB .*
+ \[..\] \.shstrtab +STRTAB .*
+Key to Flags:
+#pass
--- /dev/null
+There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
+
+Section Headers:
+ \[Nr\] Name +Type .*
+ \[..\] +NULL .*
+ \[..\] \.interp +PROGBITS .*
+ \[..\] \.MIPS\.abiflags +MIPS_ABIFLAGS .*
+ \[..\] \.MIPS\.xhash +MIPS_XHASH .*
+ \[..\] \.reginfo +MIPS_REGINFO .*
+ \[..\] \.text +PROGBITS .*
+ \[..\] \.rodata +PROGBITS .*
+ \[..\] \.data +PROGBITS .*
+ \[..\] \.got\.plt +PROGBITS .*
+ \[..\] \.got +PROGBITS .*
+ \[..\] \.sdata +PROGBITS .*
+ \[..\] \.lit8 +PROGBITS .*
+ \[..\] \.lit4 +PROGBITS .*
+ \[..\] \.sbss +NOBITS .*
+ \[..\] \.bss +NOBITS .*
+ \[..\] \.pdr +PROGBITS .*
+ \[..\] \.gcc_compiled_long32 +PROGBITS .*
+ \[..\] \.gcc_compiled_long64 +PROGBITS .*
+ \[..\] \.mdebug\.abi32 +PROGBITS .*
+ \[..\] \.mdebug\.abi64 +PROGBITS .*
+ \[..\] \.mdebug\.abiN32 +PROGBITS .*
+ \[..\] \.mdebug\.abiO64 +PROGBITS .*
+ \[..\] \.mdebug\.eabi32 +PROGBITS .*
+ \[..\] \.mdebug\.eabi64 +PROGBITS .*
+ \[..\] \.gnu\.attributes +GNU_ATTRIBUTES .*
+ \[..\] \.gptab\.sdata +MIPS_GPTAB .*
+ \[..\] \.gptab\.sbss +MIPS_GPTAB .*
+ \[..\] \.symtab +SYMTAB .*
+ \[..\] \.strtab +STRTAB .*
+ \[..\] \.shstrtab +STRTAB .*
+Key to Flags:
+#pass
--- /dev/null
+There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
+
+Section Headers:
+ \[Nr\] Name +Type .*
+ \[..\] +NULL .*
+ \[..\] \.interp +PROGBITS .*
+ \[..\] \.MIPS\.abiflags +MIPS_ABIFLAGS .*
+ \[..\] \.MIPS\.xhash +MIPS_XHASH .*
+ \[..\] \.reginfo +MIPS_REGINFO .*
+ \[..\] \.text +PROGBITS .*
+ \[..\] \.rodata +PROGBITS .*
+ \[..\] \.data +PROGBITS .*
+ \[..\] \.got\.plt +PROGBITS .*
+ \[..\] \.got +PROGBITS .*
+ \[..\] \.sdata +PROGBITS .*
+ \[..\] \.lit8 +PROGBITS .*
+ \[..\] \.lit4 +PROGBITS .*
+ \[..\] \.sbss +NOBITS .*
+ \[..\] \.bss +NOBITS .*
+ \[..\] \.pdr +PROGBITS .*
+ \[..\] \.gcc_compiled_long32 +PROGBITS .*
+ \[..\] \.gcc_compiled_long64 +PROGBITS .*
+ \[..\] \.mdebug\.abi32 +PROGBITS .*
+ \[..\] \.mdebug\.abi64 +PROGBITS .*
+ \[..\] \.mdebug\.abiN32 +PROGBITS .*
+ \[..\] \.mdebug\.abiO64 +PROGBITS .*
+ \[..\] \.mdebug\.eabi32 +PROGBITS .*
+ \[..\] \.mdebug\.eabi64 +PROGBITS .*
+ \[..\] \.gnu\.attributes +GNU_ATTRIBUTES .*
+ \[..\] \.gptab\.sdata +MIPS_GPTAB .*
+ \[..\] \.gptab\.sbss +MIPS_GPTAB .*
+ \[..\] \.symtab +SYMTAB .*
+ \[..\] \.strtab +STRTAB .*
+ \[..\] \.shstrtab +STRTAB .*
+Key to Flags:
+#pass
--- /dev/null
+There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
+
+Section Headers:
+ \[Nr\] Name +Type .*
+ \[..\] +NULL .*
+ \[..\] \.interp +PROGBITS .*
+ \[..\] \.MIPS\.abiflags +MIPS_ABIFLAGS .*
+ \[..\] \.MIPS\.xhash +MIPS_XHASH .*
+ \[..\] \.MIPS\.options +MIPS_OPTIONS .*
+ \[..\] \.text +PROGBITS .*
+ \[..\] \.data +PROGBITS .*
+ \[..\] \.rodata +PROGBITS .*
+ \[..\] \.got\.plt +PROGBITS .*
+ \[..\] \.got +PROGBITS .*
+ \[..\] \.sdata +PROGBITS .*
+ \[..\] \.lit8 +PROGBITS .*
+ \[..\] \.lit4 +PROGBITS .*
+ \[..\] \.sbss +NOBITS .*
+ \[..\] \.bss +NOBITS .*
+ \[..\] \.pdr +PROGBITS .*
+ \[..\] \.gcc_compiled_long32 +PROGBITS .*
+ \[..\] \.gcc_compiled_long64 +PROGBITS .*
+ \[..\] \.gptab\.sbss +MIPS_GPTAB .*
+ \[..\] \.gptab\.sdata +MIPS_GPTAB .*
+ \[..\] \.mdebug\.abi32 +PROGBITS .*
+ \[..\] \.mdebug\.abi64 +PROGBITS .*
+ \[..\] \.mdebug\.abiN32 +PROGBITS .*
+ \[..\] \.mdebug\.abiO64 +PROGBITS .*
+ \[..\] \.mdebug\.eabi32 +PROGBITS .*
+ \[..\] \.mdebug\.eabi64 +PROGBITS .*
+ \[..\] \.gnu\.attributes +GNU_ATTRIBUTES .*
+ \[..\] \.symtab +SYMTAB .*
+ \[..\] \.strtab +STRTAB .*
+ \[..\] \.shstrtab +STRTAB .*
+Key to Flags:
+#pass
--- /dev/null
+There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
+
+Section Headers:
+ \[Nr\] Name +Type .*
+ \[..\] +NULL .*
+ \[..\] \.interp +PROGBITS .*
+ \[..\] \.MIPS\.abiflags +MIPS_ABIFLAGS .*
+ \[..\] \.MIPS\.xhash +MIPS_XHASH .*
+ \[..\] \.MIPS\.options +MIPS_OPTIONS .*
+ \[..\] \.text +PROGBITS .*
+ \[..\] \.rodata +PROGBITS .*
+ \[..\] \.data +PROGBITS .*
+ \[..\] \.got\.plt +PROGBITS .*
+ \[..\] \.got +PROGBITS .*
+ \[..\] \.sdata +PROGBITS .*
+ \[..\] \.lit8 +PROGBITS .*
+ \[..\] \.lit4 +PROGBITS .*
+ \[..\] \.sbss +NOBITS .*
+ \[..\] \.bss +NOBITS .*
+ \[..\] \.pdr +PROGBITS .*
+ \[..\] \.gcc_compiled_long32 +PROGBITS .*
+ \[..\] \.gcc_compiled_long64 +PROGBITS .*
+ \[..\] \.mdebug\.abi32 +PROGBITS .*
+ \[..\] \.mdebug\.abi64 +PROGBITS .*
+ \[..\] \.mdebug\.abiN32 +PROGBITS .*
+ \[..\] \.mdebug\.abiO64 +PROGBITS .*
+ \[..\] \.mdebug\.eabi32 +PROGBITS .*
+ \[..\] \.mdebug\.eabi64 +PROGBITS .*
+ \[..\] \.gnu\.attributes +GNU_ATTRIBUTES .*
+ \[..\] \.gptab\.sdata +MIPS_GPTAB .*
+ \[..\] \.gptab\.sbss +MIPS_GPTAB .*
+ \[..\] \.symtab +SYMTAB .*
+ \[..\] \.strtab +STRTAB .*
+ \[..\] \.shstrtab +STRTAB .*
+Key to Flags:
+#pass
--- /dev/null
+There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
+
+Section Headers:
+ \[Nr\] Name +Type .*
+ \[..\] +NULL .*
+ \[..\] \.interp +PROGBITS .*
+ \[..\] \.MIPS\.abiflags +MIPS_ABIFLAGS .*
+ \[..\] \.reginfo +MIPS_REGINFO .*
+ \[..\] \.MIPS\.xhash +MIPS_XHASH .*
+ \[..\] \.text +PROGBITS .*
+ \[..\] \.rodata +PROGBITS .*
+ \[..\] \.data +PROGBITS .*
+ \[..\] \.got\.plt +PROGBITS .*
+ \[..\] \.got +PROGBITS .*
+ \[..\] \.sdata +PROGBITS .*
+ \[..\] \.lit8 +PROGBITS .*
+ \[..\] \.lit4 +PROGBITS .*
+ \[..\] \.sbss +NOBITS .*
+ \[..\] \.bss +NOBITS .*
+ \[..\] \.pdr +PROGBITS .*
+ \[..\] \.gnu\.attributes +GNU_ATTRIBUTES .*
+ \[..\] \.gptab\.sdata +MIPS_GPTAB .*
+ \[..\] \.gptab\.sbss +MIPS_GPTAB .*
+ \[..\] \.mdebug\.abi32 +PROGBITS .*
+ \[..\] \.mdebug\.abiN32 +PROGBITS .*
+ \[..\] \.mdebug\.abi64 +PROGBITS .*
+ \[..\] \.mdebug\.abiO64 +PROGBITS .*
+ \[..\] \.mdebug\.eabi32 +PROGBITS .*
+ \[..\] \.mdebug\.eabi64 +PROGBITS .*
+ \[..\] \.gcc_compiled_long32 +PROGBITS .*
+ \[..\] \.gcc_compiled_long64 +PROGBITS .*
+ \[..\] \.symtab +SYMTAB .*
+ \[..\] \.strtab +STRTAB .*
+ \[..\] \.shstrtab +STRTAB .*
+Key to Flags:
+#pass
--- /dev/null
+There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
+
+Section Headers:
+ \[Nr\] Name +Type .*
+ \[..\] +NULL .*
+ \[..\] \.interp +PROGBITS .*
+ \[..\] \.MIPS\.abiflags +MIPS_ABIFLAGS .*
+ \[..\] \.reginfo +MIPS_REGINFO .*
+ \[..\] \.MIPS\.xhash +MIPS_XHASH .*
+ \[..\] \.text +PROGBITS .*
+ \[..\] \.rodata +PROGBITS .*
+ \[..\] \.got\.plt +PROGBITS .*
+ \[..\] \.data +PROGBITS .*
+ \[..\] \.got +PROGBITS .*
+ \[..\] \.sdata +PROGBITS .*
+ \[..\] \.lit8 +PROGBITS .*
+ \[..\] \.lit4 +PROGBITS .*
+ \[..\] \.sbss +NOBITS .*
+ \[..\] \.bss +NOBITS .*
+ \[..\] \.pdr +PROGBITS .*
+ \[..\] \.gnu\.attributes +GNU_ATTRIBUTES .*
+ \[..\] \.gptab\.sdata +MIPS_GPTAB .*
+ \[..\] \.gptab\.sbss +MIPS_GPTAB .*
+ \[..\] \.mdebug\.abi32 +PROGBITS .*
+ \[..\] \.mdebug\.abiN32 +PROGBITS .*
+ \[..\] \.mdebug\.abi64 +PROGBITS .*
+ \[..\] \.mdebug\.abiO64 +PROGBITS .*
+ \[..\] \.mdebug\.eabi32 +PROGBITS .*
+ \[..\] \.mdebug\.eabi64 +PROGBITS .*
+ \[..\] \.gcc_compiled_long32 +PROGBITS .*
+ \[..\] \.gcc_compiled_long64 +PROGBITS .*
+ \[..\] \.symtab +SYMTAB .*
+ \[..\] \.strtab +STRTAB .*
+ \[..\] \.shstrtab +STRTAB .*
+Key to Flags:
+#pass
--- /dev/null
+There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
+
+Section Headers:
+ \[Nr\] Name +Type .*
+ \[..\] +NULL .*
+ \[..\] \.interp +PROGBITS .*
+ \[..\] \.MIPS\.abiflags +MIPS_ABIFLAGS .*
+ \[..\] \.MIPS\.xhash +MIPS_XHASH .*
+ \[..\] \.reginfo +MIPS_REGINFO .*
+ \[..\] \.text +PROGBITS .*
+ \[..\] \.data +PROGBITS .*
+ \[..\] \.rodata +PROGBITS .*
+ \[..\] \.got\.plt +PROGBITS .*
+ \[..\] \.got +PROGBITS .*
+ \[..\] \.sdata +PROGBITS .*
+ \[..\] \.lit8 +PROGBITS .*
+ \[..\] \.lit4 +PROGBITS .*
+ \[..\] \.sbss +NOBITS .*
+ \[..\] \.bss +NOBITS .*
+ \[..\] \.gcc_compiled_long32 +PROGBITS .*
+ \[..\] \.gcc_compiled_long64 +PROGBITS .*
+ \[..\] \.mdebug\.abi32 +PROGBITS .*
+ \[..\] \.mdebug\.abi64 +PROGBITS .*
+ \[..\] \.mdebug\.abiN32 +PROGBITS .*
+ \[..\] \.mdebug\.abiO64 +PROGBITS .*
+ \[..\] \.mdebug\.eabi32 +PROGBITS .*
+ \[..\] \.mdebug\.eabi64 +PROGBITS .*
+ \[..\] \.gnu\.attributes +GNU_ATTRIBUTES .*
+ \[..\] \.symtab +SYMTAB .*
+ \[..\] \.strtab +STRTAB .*
+ \[..\] \.shstrtab +STRTAB .*
+Key to Flags:
+#pass
--- /dev/null
+There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
+
+Section Headers:
+ \[Nr\] Name +Type .*
+ \[..\] +NULL .*
+ \[..\] \.interp +PROGBITS .*
+ \[..\] \.MIPS\.abiflags +MIPS_ABIFLAGS .*
+ \[..\] \.MIPS\.xhash +MIPS_XHASH .*
+ \[..\] \.reginfo +MIPS_REGINFO .*
+ \[..\] \.text +PROGBITS .*
+ \[..\] \.rodata +PROGBITS .*
+ \[..\] \.data +PROGBITS .*
+ \[..\] \.got\.plt +PROGBITS .*
+ \[..\] \.got +PROGBITS .*
+ \[..\] \.sdata +PROGBITS .*
+ \[..\] \.lit8 +PROGBITS .*
+ \[..\] \.lit4 +PROGBITS .*
+ \[..\] \.sbss +NOBITS .*
+ \[..\] \.bss +NOBITS .*
+ \[..\] \.gcc_compiled_long32 +PROGBITS .*
+ \[..\] \.gcc_compiled_long64 +PROGBITS .*
+ \[..\] \.mdebug\.abi32 +PROGBITS .*
+ \[..\] \.mdebug\.abi64 +PROGBITS .*
+ \[..\] \.mdebug\.abiN32 +PROGBITS .*
+ \[..\] \.mdebug\.abiO64 +PROGBITS .*
+ \[..\] \.mdebug\.eabi32 +PROGBITS .*
+ \[..\] \.mdebug\.eabi64 +PROGBITS .*
+ \[..\] \.gnu\.attributes +GNU_ATTRIBUTES .*
+ \[..\] \.symtab +SYMTAB .*
+ \[..\] \.strtab +STRTAB .*
+ \[..\] \.shstrtab +STRTAB .*
+Key to Flags:
+#pass
--- /dev/null
+There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
+
+Section Headers:
+ \[Nr\] Name +Type .*
+ \[..\] +NULL .*
+ \[..\] \.interp +PROGBITS .*
+ \[..\] \.MIPS\.abiflags +MIPS_ABIFLAGS .*
+ \[..\] \.MIPS\.xhash +MIPS_XHASH .*
+ \[..\] \.reginfo +MIPS_REGINFO .*
+ \[..\] \.text +PROGBITS .*
+ \[..\] \.rodata +PROGBITS .*
+ \[..\] \.data +PROGBITS .*
+ \[..\] \.got\.plt +PROGBITS .*
+ \[..\] \.got +PROGBITS .*
+ \[..\] \.sdata +PROGBITS .*
+ \[..\] \.lit8 +PROGBITS .*
+ \[..\] \.lit4 +PROGBITS .*
+ \[..\] \.sbss +NOBITS .*
+ \[..\] \.bss +NOBITS .*
+ \[..\] \.gcc_compiled_long32 +PROGBITS .*
+ \[..\] \.gcc_compiled_long64 +PROGBITS .*
+ \[..\] \.mdebug\.abi32 +PROGBITS .*
+ \[..\] \.mdebug\.abi64 +PROGBITS .*
+ \[..\] \.mdebug\.abiN32 +PROGBITS .*
+ \[..\] \.mdebug\.abiO64 +PROGBITS .*
+ \[..\] \.mdebug\.eabi32 +PROGBITS .*
+ \[..\] \.mdebug\.eabi64 +PROGBITS .*
+ \[..\] \.gnu\.attributes +GNU_ATTRIBUTES .*
+ \[..\] \.symtab +SYMTAB .*
+ \[..\] \.strtab +STRTAB .*
+ \[..\] \.shstrtab +STRTAB .*
+Key to Flags:
+#pass
--- /dev/null
+There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
+
+Section Headers:
+ \[Nr\] Name +Type .*
+ \[..\] +NULL .*
+ \[..\] \.interp +PROGBITS .*
+ \[..\] \.MIPS\.abiflags +MIPS_ABIFLAGS .*
+ \[..\] \.MIPS\.xhash +MIPS_XHASH .*
+ \[..\] \.MIPS\.options +MIPS_OPTIONS .*
+ \[..\] \.text +PROGBITS .*
+ \[..\] \.data +PROGBITS .*
+ \[..\] \.rodata +PROGBITS .*
+ \[..\] \.got\.plt +PROGBITS .*
+ \[..\] \.got +PROGBITS .*
+ \[..\] \.sdata +PROGBITS .*
+ \[..\] \.lit8 +PROGBITS .*
+ \[..\] \.lit4 +PROGBITS .*
+ \[..\] \.sbss +NOBITS .*
+ \[..\] \.bss +NOBITS .*
+ \[..\] \.gcc_compiled_long32 +PROGBITS .*
+ \[..\] \.gcc_compiled_long64 +PROGBITS .*
+ \[..\] \.mdebug\.abi32 +PROGBITS .*
+ \[..\] \.mdebug\.abi64 +PROGBITS .*
+ \[..\] \.mdebug\.abiN32 +PROGBITS .*
+ \[..\] \.mdebug\.abiO64 +PROGBITS .*
+ \[..\] \.mdebug\.eabi32 +PROGBITS .*
+ \[..\] \.mdebug\.eabi64 +PROGBITS .*
+ \[..\] \.gnu\.attributes +GNU_ATTRIBUTES .*
+ \[..\] \.symtab +SYMTAB .*
+ \[..\] \.strtab +STRTAB .*
+ \[..\] \.shstrtab +STRTAB .*
+Key to Flags:
+#pass
--- /dev/null
+There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
+
+Section Headers:
+ \[Nr\] Name +Type .*
+ \[..\] +NULL .*
+ \[..\] \.interp +PROGBITS .*
+ \[..\] \.MIPS\.abiflags +MIPS_ABIFLAGS .*
+ \[..\] \.MIPS\.xhash +MIPS_XHASH .*
+ \[..\] \.MIPS\.options +MIPS_OPTIONS .*
+ \[..\] \.text +PROGBITS .*
+ \[..\] \.rodata +PROGBITS .*
+ \[..\] \.data +PROGBITS .*
+ \[..\] \.got\.plt +PROGBITS .*
+ \[..\] \.got +PROGBITS .*
+ \[..\] \.sdata +PROGBITS .*
+ \[..\] \.lit8 +PROGBITS .*
+ \[..\] \.lit4 +PROGBITS .*
+ \[..\] \.sbss +NOBITS .*
+ \[..\] \.bss +NOBITS .*
+ \[..\] \.gcc_compiled_long32 +PROGBITS .*
+ \[..\] \.gcc_compiled_long64 +PROGBITS .*
+ \[..\] \.mdebug\.abi32 +PROGBITS .*
+ \[..\] \.mdebug\.abi64 +PROGBITS .*
+ \[..\] \.mdebug\.abiN32 +PROGBITS .*
+ \[..\] \.mdebug\.abiO64 +PROGBITS .*
+ \[..\] \.mdebug\.eabi32 +PROGBITS .*
+ \[..\] \.mdebug\.eabi64 +PROGBITS .*
+ \[..\] \.gnu\.attributes +GNU_ATTRIBUTES .*
+ \[..\] \.symtab +SYMTAB .*
+ \[..\] \.strtab +STRTAB .*
+ \[..\] \.shstrtab +STRTAB .*
+Key to Flags:
+#pass
--- /dev/null
+There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
+
+Section Headers:
+ \[Nr\] Name +Type .*
+ \[..\] +NULL .*
+ \[..\] \.interp +PROGBITS .*
+ \[..\] \.MIPS\.abiflags +MIPS_ABIFLAGS .*
+ \[..\] \.reginfo +MIPS_REGINFO .*
+ \[..\] \.MIPS\.xhash +MIPS_XHASH .*
+ \[..\] \.text +PROGBITS .*
+ \[..\] \.rodata +PROGBITS .*
+ \[..\] \.data +PROGBITS .*
+ \[..\] \.got\.plt +PROGBITS .*
+ \[..\] \.got +PROGBITS .*
+ \[..\] \.sdata +PROGBITS .*
+ \[..\] \.lit8 +PROGBITS .*
+ \[..\] \.lit4 +PROGBITS .*
+ \[..\] \.sbss +NOBITS .*
+ \[..\] \.bss +NOBITS .*
+ \[..\] \.gnu\.attributes +GNU_ATTRIBUTES .*
+ \[..\] \.mdebug\.abi32 +PROGBITS .*
+ \[..\] \.mdebug\.abiN32 +PROGBITS .*
+ \[..\] \.mdebug\.abi64 +PROGBITS .*
+ \[..\] \.mdebug\.abiO64 +PROGBITS .*
+ \[..\] \.mdebug\.eabi32 +PROGBITS .*
+ \[..\] \.mdebug\.eabi64 +PROGBITS .*
+ \[..\] \.gcc_compiled_long32 +PROGBITS .*
+ \[..\] \.gcc_compiled_long64 +PROGBITS .*
+ \[..\] \.symtab +SYMTAB .*
+ \[..\] \.strtab +STRTAB .*
+ \[..\] \.shstrtab +STRTAB .*
+Key to Flags:
+#pass
--- /dev/null
+There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
+
+Section Headers:
+ \[Nr\] Name +Type .*
+ \[..\] +NULL .*
+ \[..\] \.interp +PROGBITS .*
+ \[..\] \.MIPS\.abiflags +MIPS_ABIFLAGS .*
+ \[..\] \.reginfo +MIPS_REGINFO .*
+ \[..\] \.MIPS\.xhash +MIPS_XHASH .*
+ \[..\] \.text +PROGBITS .*
+ \[..\] \.rodata +PROGBITS .*
+ \[..\] \.got\.plt +PROGBITS .*
+ \[..\] \.data +PROGBITS .*
+ \[..\] \.got +PROGBITS .*
+ \[..\] \.sdata +PROGBITS .*
+ \[..\] \.lit8 +PROGBITS .*
+ \[..\] \.lit4 +PROGBITS .*
+ \[..\] \.sbss +NOBITS .*
+ \[..\] \.bss +NOBITS .*
+ \[..\] \.gnu\.attributes +GNU_ATTRIBUTES .*
+ \[..\] \.mdebug\.abi32 +PROGBITS .*
+ \[..\] \.mdebug\.abiN32 +PROGBITS .*
+ \[..\] \.mdebug\.abi64 +PROGBITS .*
+ \[..\] \.mdebug\.abiO64 +PROGBITS .*
+ \[..\] \.mdebug\.eabi32 +PROGBITS .*
+ \[..\] \.mdebug\.eabi64 +PROGBITS .*
+ \[..\] \.gcc_compiled_long32 +PROGBITS .*
+ \[..\] \.gcc_compiled_long64 +PROGBITS .*
+ \[..\] \.symtab +SYMTAB .*
+ \[..\] \.strtab +STRTAB .*
+ \[..\] \.shstrtab +STRTAB .*
+Key to Flags:
+#pass
--- /dev/null
+ .section .MIPS.xhash
+ .dc.l 0
+ .section .bss
+ .dc.l 0
+ .section .data
+ .dc.l 0
+ .section .gcc_compiled_long32
+ .dc.l 0
+ .section .gcc_compiled_long64
+ .dc.l 0
+ .section .got
+ .dc.l 0
+ .section .got.plt
+ .dc.l 0
+ .section .gptab.sbss
+ .dc.l 0
+ .section .gptab.sdata
+ .dc.l 0
+ .section .interp
+ .dc.l 0
+ .section .lit4
+ .dc.l 0
+ .section .lit8
+ .dc.l 0
+ .section .mdebug.abi32
+ .dc.l 0
+ .section .mdebug.abi64
+ .dc.l 0
+ .section .mdebug.abiN32
+ .dc.l 0
+ .section .mdebug.abiO64
+ .dc.l 0
+ .section .mdebug.eabi32
+ .dc.l 0
+ .section .mdebug.eabi64
+ .dc.l 0
+ .section .rodata
+ .dc.l 0
+ .section .sbss
+ .dc.l 0
+ .section .sdata
+ .dc.l 0
+ .section .text
+ .dc.l 0