2012-08-07 05:05:54 +08:00
|
|
|
#name: MIPS ELF xgot reloc n64
|
MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement
Similarly to commit 86b24e15c45b ("MIPS/LD/testsuite: Correct
comm-data.exp test ABI/emul/endian arrangement") update the mips-elf.exp
test script to:
- correctly select emulations for targets using non-traditional MIPS
emulations,
- correctly select ABIs for targets that do not support all of them,
- use the default endianness selection where possible to benefit targets
that support only one,
- simplify test invocation by providing ABI-specific `run_dump_test'
wrappers, specifically `run_dump_test_o32', `run_dump_test_n32',
`run_dump_test_n64' and `run_dump_test_eabi', which remove the need to
use conditionals across the Expect script or to repeat ABI-specific
GAS and LD flags with each invocation,
removing numerous test failures for `mips-sgi-irix6', `mips64-openbsd',
`mips64el-openbsd' and `mips64el-ps2-elf' targets and broadening
coverage for several MIPS targets.
There are some new failures for the `mips64el-ps2-elf' target with tests
that were not previously run for that target:
FAIL: MIPS16 link branch to absolute expression (n32)
FAIL: MIPS16 link branch to absolute expression 1 (n32)
FAIL: MIPS16 link branch to absolute expression 2 (n32)
FAIL: microMIPS link branch to absolute expression (n32)
FAIL: MIPS ELF got reloc n32
FAIL: MIPS ELF xgot reloc n32
FAIL: undefined weak symbol overflow (n32)
FAIL: R_MIPS16_HI16 and R_MIPS16_LO16 relocs n32
FAIL: ld-mips-elf/attr-gnu-4-0-n32-ph
FAIL: ld-mips-elf/attr-gnu-4-1-n32-ph
FAIL: ld-mips-elf/attr-gnu-4-2-n32-ph
FAIL: ld-mips-elf/attr-gnu-4-3-n32-ph
FAIL: MIPSr6 JALR reloc unaligned/cross-mode link test (n32)
which are mostly due to dump discrepancies caused by mapping differences
coming from the default linker scripts used by these test cases, or
sometimes because of the specific MIPS processor architecture recorded
in the ELF file taking precedence over the general MIPS ISA level also
recorded. Finally, the R_MIPS16_HI16/R_MIPS16_LO16 relocation test
failure is a preexisting issue with the IRIX style emulation.
These failures will have to be addressed separately.
ld/
* testsuite/ld-mips-elf/mips-elf.exp (run_dump_test_abi)
(run_dump_test_o32, run_dump_test_n32, run_dump_test_n64)
(run_dump_test_eabi): New procedures.
(has_newabi, has_elf32): Remove variables.
(has_abi): New associative array variable.
(abi_asflags, abi_ldflags): Update settings across targets.
(irixemul): New variable.
Replace `run_dump_test' calls where applicable throughout with
`run_dump_test_o32', `run_dump_test_n32', `run_dump_test_n64'
and `run_dump_test_eabi' as appropriate. Remove explicit
passing of `abi_asflags' and `abi_ldflags'. Use `noarch' for
tests that require their own architecture setting. Force the
big endianness for tests that require it. Select the endianness
required for `objdump invocation with the `reloc-2' test.
Conditionalize tests run via `run_ld_link_tests' on the ABI
required and use the ABI list from the `has_abi' array where
appropriate.
* testsuite/ld-mips-elf/attr-gnu-4-0-n32-ph.d: Remove ABI and
endianness selection options from `ld' and `source' tags. Relax
output format matching.
* testsuite/ld-mips-elf/attr-gnu-4-0-n64-ph.d: Likewise.
* testsuite/ld-mips-elf/attr-gnu-4-1-n32-ph.d: Likewise.
* testsuite/ld-mips-elf/attr-gnu-4-1-n64-ph.d: Likewise.
* testsuite/ld-mips-elf/attr-gnu-4-2-n32-ph.d: Likewise.
* testsuite/ld-mips-elf/attr-gnu-4-2-n64-ph.d: Likewise.
* testsuite/ld-mips-elf/attr-gnu-4-3-n32-ph.d: Likewise.
* testsuite/ld-mips-elf/attr-gnu-4-3-n64-ph.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-addend-micromips-n32.d: Remove
ABI and endianness selection options from `as', `ld', `source'
tags, and also the `-march=from-abi' option. Remove the `as'
tag where it would become empty.
* testsuite/ld-mips-elf/bal-jalx-addend-micromips-n64.d:
Likewise.
* testsuite/ld-mips-elf/bal-jalx-addend-micromips.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-addend-n32.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-addend-n64.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-addend.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-local-micromips-n32.d:
Likewise.
* testsuite/ld-mips-elf/bal-jalx-local-micromips-n64.d:
Likewise.
* testsuite/ld-mips-elf/bal-jalx-local-micromips.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-local-n32.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-local-n64.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-local.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n32.d:
Likewise.
* testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n64.d:
Likewise.
* testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips.d:
Likewise.
* testsuite/ld-mips-elf/bal-jalx-pic-ignore-n32.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-pic-ignore-n64.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-pic-ignore.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-pic-micromips.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-pic-n32.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-pic-n64.d: Likewise.
* testsuite/ld-mips-elf/bal-jalx-pic.d: Likewise.
* testsuite/ld-mips-elf/branch-absolute-addend-n32.d: Likewise.
* testsuite/ld-mips-elf/branch-absolute-addend-n64.d: Likewise.
* testsuite/ld-mips-elf/branch-absolute-addend.d: Likewise.
* testsuite/ld-mips-elf/branch-absolute-n32.d: Likewise.
* testsuite/ld-mips-elf/branch-absolute-n64.d: Likewise.
* testsuite/ld-mips-elf/branch-absolute.d: Likewise.
* testsuite/ld-mips-elf/dyn-sec64.d: Likewise.
* testsuite/ld-mips-elf/eh-frame1-n32.d: Likewise.
* testsuite/ld-mips-elf/eh-frame1-n64.d: Likewise.
* testsuite/ld-mips-elf/eh-frame2-n32.d: Likewise.
* testsuite/ld-mips-elf/eh-frame2-n64.d: Likewise.
* testsuite/ld-mips-elf/elf-rel-got-n32-embed.d: Likewise.
* testsuite/ld-mips-elf/elf-rel-got-n32.d: Likewise.
* testsuite/ld-mips-elf/elf-rel-got-n64-embed.d: Likewise.
* testsuite/ld-mips-elf/elf-rel-got-n64-irix.d: Likewise.
* testsuite/ld-mips-elf/elf-rel-got-n64.d: Likewise.
* testsuite/ld-mips-elf/elf-rel-xgot-n32-embed.d: Likewise.
* testsuite/ld-mips-elf/elf-rel-xgot-n32.d: Likewise.
* testsuite/ld-mips-elf/elf-rel-xgot-n64-embed.d: Likewise.
* testsuite/ld-mips-elf/elf-rel-xgot-n64-irix.d: Likewise.
* testsuite/ld-mips-elf/elf-rel-xgot-n64.d: Likewise.
* testsuite/ld-mips-elf/emit-relocs-1.d: Likewise.
* testsuite/ld-mips-elf/got-dump-2.d: Likewise.
* testsuite/ld-mips-elf/got-page-2.d: Likewise.
* testsuite/ld-mips-elf/jal-global-overflow-0.d: Likewise.
* testsuite/ld-mips-elf/jal-global-overflow-1.d: Likewise.
* testsuite/ld-mips-elf/jal-local-overflow-0.d: Likewise.
* testsuite/ld-mips-elf/jal-local-overflow-1.d: Likewise.
* testsuite/ld-mips-elf/jalbal.d: Likewise.
* testsuite/ld-mips-elf/jalx-addend-n32.d: Likewise.
* testsuite/ld-mips-elf/jalx-addend-n64.d: Likewise.
* testsuite/ld-mips-elf/jalx-addend.d: Likewise.
* testsuite/ld-mips-elf/jalx-local-n32.d: Likewise.
* testsuite/ld-mips-elf/jalx-local-n64.d: Likewise.
* testsuite/ld-mips-elf/jalx-local.d: Likewise.
* testsuite/ld-mips-elf/jr-to-b-1.d: Likewise.
* testsuite/ld-mips-elf/jr-to-b-2.d: Likewise.
* testsuite/ld-mips-elf/lsi-4010-isa.d: Likewise.
* testsuite/ld-mips-elf/micromips-branch-absolute-addend-n32.d:
Likewise.
* testsuite/ld-mips-elf/micromips-branch-absolute-addend-n64.d:
Likewise.
* testsuite/ld-mips-elf/micromips-branch-absolute-addend.d:
Likewise.
* testsuite/ld-mips-elf/micromips-branch-absolute-n32.d:
Likewise.
* testsuite/ld-mips-elf/micromips-branch-absolute-n64.d:
Likewise.
* testsuite/ld-mips-elf/micromips-branch-absolute.d: Likewise.
* testsuite/ld-mips-elf/mips16-branch-2.d: Likewise.
* testsuite/ld-mips-elf/mips16-branch-3.d: Likewise.
* testsuite/ld-mips-elf/mips16-branch-absolute-1.d: Likewise.
* testsuite/ld-mips-elf/mips16-branch-absolute-2.d: Likewise.
* testsuite/ld-mips-elf/mips16-branch-absolute-addend-1.d:
Likewise.
* testsuite/ld-mips-elf/mips16-branch-absolute-addend-n32-1.d:
Likewise.
* testsuite/ld-mips-elf/mips16-branch-absolute-addend-n32.d:
Likewise.
* testsuite/ld-mips-elf/mips16-branch-absolute-addend-n64-1.d:
Likewise.
* testsuite/ld-mips-elf/mips16-branch-absolute-addend-n64.d:
Likewise.
* testsuite/ld-mips-elf/mips16-branch-absolute-addend.d:
Likewise.
* testsuite/ld-mips-elf/mips16-branch-absolute-n32-1.d:
Likewise.
* testsuite/ld-mips-elf/mips16-branch-absolute-n32-2.d:
Likewise.
* testsuite/ld-mips-elf/mips16-branch-absolute-n32.d: Likewise.
* testsuite/ld-mips-elf/mips16-branch-absolute-n64-1.d:
Likewise.
* testsuite/ld-mips-elf/mips16-branch-absolute-n64-2.d:
Likewise.
* testsuite/ld-mips-elf/mips16-branch-absolute-n64.d: Likewise.
* testsuite/ld-mips-elf/mips16-branch-absolute.d: Likewise.
* testsuite/ld-mips-elf/mips16-branch-addend-2.d: Likewise.
* testsuite/ld-mips-elf/mips16-branch-addend-3.d: Likewise.
* testsuite/ld-mips-elf/mips16-hilo-n32.d: Likewise.
* testsuite/ld-mips-elf/mips16-pcrel-0.d: Likewise.
* testsuite/ld-mips-elf/mips16-pcrel-1.d: Likewise.
* testsuite/ld-mips-elf/mips16-pcrel-addend-2.d: Likewise.
* testsuite/ld-mips-elf/mips16-pcrel-addend-6.d: Likewise.
* testsuite/ld-mips-elf/mips16-pcrel-n32-0.d: Likewise.
* testsuite/ld-mips-elf/mips16-pcrel-n32-1.d: Likewise.
* testsuite/ld-mips-elf/mips16-pcrel-n64-sym32-0.d: Likewise.
* testsuite/ld-mips-elf/mips16-pcrel-n64-sym32-1.d: Likewise.
* testsuite/ld-mips-elf/mips16e2-pcrel-0.d: Likewise.
* testsuite/ld-mips-elf/mips16e2-pcrel-1.d: Likewise.
* testsuite/ld-mips-elf/mips16e2-pcrel-addend-2.d: Likewise.
* testsuite/ld-mips-elf/mips16e2-pcrel-addend-6.d: Likewise.
* testsuite/ld-mips-elf/mips16e2-pcrel-n32-0.d: Likewise.
* testsuite/ld-mips-elf/mips16e2-pcrel-n32-1.d: Likewise.
* testsuite/ld-mips-elf/mips16e2-pcrel-n64-sym32-0.d: Likewise.
* testsuite/ld-mips-elf/mips16e2-pcrel-n64-sym32-1.d: Likewise.
* testsuite/ld-mips-elf/multi-got-1.d: Likewise.
* testsuite/ld-mips-elf/multi-got-hidden-1.d: Likewise.
* testsuite/ld-mips-elf/multi-got-hidden-2.d: Likewise.
* testsuite/ld-mips-elf/multi-got-no-shared.d: Likewise.
* testsuite/ld-mips-elf/no-shared-1-n32.d: Likewise.
* testsuite/ld-mips-elf/no-shared-1-n64.d: Likewise.
* testsuite/ld-mips-elf/no-shared-1-o32.d: Likewise.
* testsuite/ld-mips-elf/pic-and-nonpic-2.d: Likewise.
* testsuite/ld-mips-elf/pic-and-nonpic-3-error.d: Likewise.
* testsuite/ld-mips-elf/pic-and-nonpic-4-error.d: Likewise.
* testsuite/ld-mips-elf/pie-n32.d: Likewise.
* testsuite/ld-mips-elf/pie-n64.d: Likewise.
* testsuite/ld-mips-elf/pie-o32.d: Likewise.
* testsuite/ld-mips-elf/rel32-n32.d: Likewise.
* testsuite/ld-mips-elf/rel32-o32.d: Likewise.
* testsuite/ld-mips-elf/rel64.d: Likewise.
* testsuite/ld-mips-elf/relax-jalr-n32.d: Likewise.
* testsuite/ld-mips-elf/reloc-1-n32.d: Likewise.
* testsuite/ld-mips-elf/reloc-1-n64.d: Likewise.
* testsuite/ld-mips-elf/reloc-2.d: Likewise.
* testsuite/ld-mips-elf/reloc-3-n32.d: Likewise.
* testsuite/ld-mips-elf/reloc-local-overflow.d: Likewise.
* testsuite/ld-mips-elf/textrel-1.d: Likewise.
* testsuite/ld-mips-elf/unaligned-branch-2.d: Likewise.
* testsuite/ld-mips-elf/unaligned-branch-ignore-2.d: Likewise.
* testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d:
Likewise.
* testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d:
Likewise.
* testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d:
Likewise.
* testsuite/ld-mips-elf/unaligned-branch-micromips.d: Likewise.
* testsuite/ld-mips-elf/unaligned-branch-mips16.d: Likewise.
* testsuite/ld-mips-elf/unaligned-branch-r6-1.d: Likewise.
* testsuite/ld-mips-elf/unaligned-branch-r6-2.d: Likewise.
* testsuite/ld-mips-elf/unaligned-branch.d: Likewise.
* testsuite/ld-mips-elf/unaligned-jalx-addend-0.d: Likewise.
* testsuite/ld-mips-elf/unaligned-jalx-addend-1.d: Likewise.
* testsuite/ld-mips-elf/unaligned-jalx-addend-2.d: Likewise.
* testsuite/ld-mips-elf/unaligned-jalx-addend-3.d: Likewise.
* testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-0.d:
Likewise.
* testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d:
Likewise.
* testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-0.d:
Likewise.
* testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d:
Likewise.
* testsuite/ld-mips-elf/unaligned-jump-micromips.d: Likewise.
* testsuite/ld-mips-elf/unaligned-jump-mips16.d: Likewise.
* testsuite/ld-mips-elf/unaligned-jump.d: Likewise.
* testsuite/ld-mips-elf/unaligned-ldpc-0.d: Likewise.
* testsuite/ld-mips-elf/unaligned-ldpc-1.d: Likewise.
* testsuite/ld-mips-elf/unaligned-lwpc-0.d: Likewise.
* testsuite/ld-mips-elf/unaligned-lwpc-1.d: Likewise.
2018-07-13 03:01:44 +08:00
|
|
|
#as: -KPIC -xgot
|
[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions
Specification:
https://dmz-portal.mips.com/wiki/MIPS_O32_ABI_-_FR0_and_FR1_Interlinking
include/
* elf/mips.h (PT_MIPS_ABIFLAGS, SHT_MIPS_ABIFLAGS): Define.
(Val_GNU_MIPS_ABI_FP_OLD_64): Rename from Val_GNU_MIPS_ABI_FP_64.
(Val_GNU_MIPS_ABI_FP_64): Redefine.
(Val_GNU_MIPS_ABI_FP_XX): Define.
(Elf_External_ABIFlags_v0, Elf_Internal_ABIFlags_v0): New structures.
(AFL_REG_NONE, AFL_REG_32, AFL_REG_64, AFL_REG_128): Define.
(AFL_ASE_DSP, AFL_ASE_DSPR2, AFL_ASE_EVA, AFL_ASE_MCU): Likewise.
(AFL_ASE_MDMX, AFL_ASE_MIPS3D, AFL_ASE_MT, AFL_ASE_SMARTMIPS): Likewise.
(AFL_ASE_VIRT, AFL_ASE_MSA, AFL_ASE_MIPS16): Likewise.
(AFL_ASE_MICROMIPS, AFL_ASE_XPA): Likewise.
(AFL_EXT_XLR, AFL_EXT_OCTEON2, AFL_EXT_OCTEONP): Likewise.
(AFL_EXT_LOONGSON_3A, AFL_EXT_OCTEON, AFL_EXT_5900): Likewise.
(AFL_EXT_4650, AFL_EXT_4010, AFL_EXT_4100, AFL_EXT_3900): Likewise.
(AFL_EXT_10000, AFL_EXT_SB1, AFL_EXT_4111, AFL_EXT_4120): Likewise.
(AFL_EXT_5400, AFL_EXT_5500, AFL_EXT_LOONGSON_2E): Likewise.
(AFL_EXT_LOONGSON_2F): Likewise.
(bfd_mips_elf_swap_abiflags_v0_in): Prototype.
(bfd_mips_elf_swap_abiflags_v0_out): Likewise.
(bfd_mips_isa_ext): Likewise.
bfd/
* elfxx-mips.c (ABI_O32_P, MIPS_ELF_ABIFLAGS_SECTION_NAME_P): New macro.
(mips_elf_obj_tdata): Add abiflags and abiflags_valid fields.
(bfd_mips_elf_swap_abiflags_v0_in): New function.
(bfd_mips_elf_swap_abiflags_v0_out): Likewise.
(_bfd_mips_elf_section_from_shdr): Handle SHT_MIPS_ABIFLAGS.
(_bfd_mips_elf_fake_sections): Likewise.
(_bfd_mips_elf_always_size_sections): Handle .MIPS.abiflags.
(_bfd_mips_elf_additional_program_headers): Account for new
PT_MIPS_ABIFLAGS program header.
(_bfd_mips_elf_modify_segment_map): Create PT_MIPS_ABIFLAGS segment and
associate with .MIPS.abiflags.
(_bfd_mips_elf_gc_mark_extra_sections): New function.
(bfd_mips_isa_ext, update_mips_abiflags_isa): New static function.
(infer_mips_abiflags): Likewise.
(_bfd_mips_elf_final_link): Handle .MIPS.abiflags.
(mips_32bit_flags_p): Moved higher.
(mips_elf_merge_obj_attributes, _bfd_mips_fp_abi_string): Error
checking for FP ABIs.
(_bfd_mips_elf_merge_private_bfd_data): Restructure and add abiflags
checks. Check EF_MIPS_FP64 flag consistency.
(print_mips_ases, print_mips_isa_ext): New static function.
(print_mips_fp_abi_value, get_mips_reg_size): Likewise.
(_bfd_mips_elf_print_private_bfd_data): Display abiflags data.
(_bfd_mips_post_process_headers): Set EI_ABIVERSION = 3 for
Val_GNU_MIPS_ABI_FP_64 or Val_GNU_MIPS_ABI_FP_64A.
* elfxx-mips.h (_bfd_mips_elf_gc_mark_extra_sections): New prototype.
* elf32-mips.c (elf_backend_gc_mark_extra_sections): Implement.
* elfn32-mips.c (elf_backend_gc_mark_extra_sections): Implement.
* elf64-mips.c (elf_backend_gc_mark_extra_sections): Implement.
binutils/
* readelf.c (get_mips_segment_type): Display name for PT_MIPS_ABIFLAGS.
(get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
(display_mips_gnu_attribute): Abstracted fp abi printing to...
(print_mips_fp_abi_value): New static function. Handle new FP ABIs.
(print_mips_ases, print_mips_isa_ext): New static functions.
(get_mips_reg_size): Likewise.
(process_mips_specific): Display abiflags data.
elfcpp/
* elfcpp.h (PT_MIPS_ABIFLAGS): New program header type.
gas/
* config/tc-mips.c (mips_flags_frag): New static global.
(struct mips_set_options): Add oddspreg field.
(file_mips_opts, mips_opts): Initialize oddspreg.
(ISA_HAS_ODD_SINGLE_FPR): Add CPU argument and update for R5900 and
Loongson-3a.
(enum options, md_longopts, md_parse_option): Add -mfpxx, -modd-spreg
and -mno-odd-spreg options.
(md_begin): Create .MIPS.abiflags section.
(fpabi_incompatible_with, fpabi_requires): New static function.
(check_fpabi): Likewise.
(mips_check_options): Handle fp=xx and oddspreg restrictions.
(file_mips_check_options): Set oddspreg by default for fp=xx.
(mips_oddfpreg_ok): Re-write function.
(check_regno): Check odd numbered registers regardless of FPR size.
For fp != 32 use as_bad instead of as_warn.
(match_float_constant): Rewrite check regarding FP register width. Add
support for generating constants when MXHC1 is present. Handle fp=xx
to comply with the ABI.
(macro): Update M_LI_DD similarly to match_float_constant. Generate
MTHC1 when available. Check that correct code can be generated for
fp=xx and fp=64 ABIs.
(parse_code_option, s_mipsset): Add fp=xx, oddspreg and nooddspreg
options.
(mips_convert_ase_flags): New static function.
(mips_elf_final_processing): Use fpabi == Val_GNU_MIPS_ABI_FP_OLD_64
to determine when to add the EF_MIPS_FP64 flag. Populate the
.MIPS.abiflags section.
(md_mips_end): Update .gnu_attribute based on command line and .module
as applicable. Use check_fpabi to ensure .gnu.attribute and command
line/.module options are consistent.
* doc/as.texinfo: Add missing -mgp64/-mfp64 options and document new
-mfpxx, -modd-spreg and -mno-odd-spreg options.
* doc/c-mips.texi: Document -mfpxx, -modd-spreg, -mno-odd-spreg,
gnu_attribute values and FP ABIs.
ld/
* emulparams/elf32bmip.sh: Add .MIPS.abiflags.
* emulparams/elf32bmipn32-defs.sh: Likewise.
* emulparams/elf64bmip-defs.sh: Likewise.
opcodes/
* micromips-opc.c (COD, LCD) New macros.
(cfc1, ctc1): Remove FP_S attribute.
(dmfc1, mfc1, mfhc1): Add LCD attribute.
(dmtc1, mtc1, mthc1): Add COD attribute.
* mips-opc.c (cfc1, cftc1, ctc, cttc1): Remove FP_S attribute.
binutils/testsuite/
* binutils-all/readelf.s: Account for .MIPS.abiflags and
.gnu.attributes.
* binutils-all/readelf.ss-tmips: Likewise.
* binutils-all/strip-3.d: Likewise.
gas/testsuite/
* gas/mips/attr-gnu-4-0.d: New.
* gas/mips/attr-gnu-4-0.s: Likewise.
* gas/mips/attr-gnu-4-1-mfp32.l: Likewise.
* gas/mips/attr-gnu-4-1-mfp32.s: Likewise.
* gas/mips/attr-gnu-4-1-mfp64.l: Likewise.
* gas/mips/attr-gnu-4-1-mfp64.s: Likewise.
* gas/mips/attr-gnu-4-1-mfpxx.s: Likewise.
* gas/mips/attr-gnu-4-1-msingle-float.l: Likewise.
* gas/mips/attr-gnu-4-1-msingle-float.s: Likewise.
* gas/mips/attr-gnu-4-1-msoft-float.l: Likewise.
* gas/mips/attr-gnu-4-1-msoft-float.s: Likewise.
* gas/mips/attr-gnu-4-1.d: Likewise.
* gas/mips/attr-gnu-4-1.s: Likewise.
* gas/mips/attr-gnu-4-2-mdouble-float.l: Likewise.
* gas/mips/attr-gnu-4-2-mdouble-float.s: Likewise.
* gas/mips/attr-gnu-4-2-msoft-float.l: Likewise.
* gas/mips/attr-gnu-4-2-msoft-float.s: Likewise.
* gas/mips/attr-gnu-4-2.d: Likewise.
* gas/mips/attr-gnu-4-2.s: Likewise.
* gas/mips/attr-gnu-4-3-mhard-float.l: Likewise.
* gas/mips/attr-gnu-4-3-mhard-float.s: Likewise.
* gas/mips/attr-gnu-4-3.d: Likewise.
* gas/mips/attr-gnu-4-3.s: Likewise.
* gas/mips/attr-gnu-4-4.l: Likewise.
* gas/mips/attr-gnu-4-4.s: Likewise.
* gas/mips/attr-gnu-4-5-64.l: Likewise.
* gas/mips/attr-gnu-4-5-64.s: Likewise.
* gas/mips/attr-gnu-4-5.d: Likewise.
* gas/mips/attr-gnu-4-5.l: Likewise.
* gas/mips/attr-gnu-4-5.s: Likewise.
* gas/mips/attr-gnu-4-6-64.l: Likewise.
* gas/mips/attr-gnu-4-6-64.s: Likewise.
* gas/mips/attr-gnu-4-6.d: Likewise.
* gas/mips/attr-gnu-4-6.l: Likewise.
* gas/mips/attr-gnu-4-6.s: Likewise.
* gas/mips/attr-gnu-4-6-msingle-float.l: Likewise.
* gas/mips/attr-gnu-4-6-msingle-float.s: Likewise.
* gas/mips/attr-gnu-4-6-msoft-float.l: Likewise.
* gas/mips/attr-gnu-4-6-msoft-float.s: Likewise.
* gas/mips/attr-gnu-4-6-noodd.l: Likewise.
* gas/mips/attr-gnu-4-6-noodd.s: Likewise.
* gas/mips/attr-gnu-4-7-64.l: Likewise.
* gas/mips/attr-gnu-4-7-64.s: Likewise.
* gas/mips/attr-gnu-4-7-msingle-float.l: Likewise.
* gas/mips/attr-gnu-4-7-msingle-float.s: Likewise.
* gas/mips/attr-gnu-4-7-msoft-float.l: Likewise.
* gas/mips/attr-gnu-4-7-msoft-float.s: Likewise.
* gas/mips/attr-gnu-4-7-odd.l: Likewise.
* gas/mips/attr-gnu-4-7-odd.s: Likewise.
* gas/mips/attr-gnu-4-7.d: Likewise.
* gas/mips/attr-gnu-4-7.l: Likewise.
* gas/mips/attr-gnu-4-7.s: Likewise.
* gas/mips/attr-none-double.d: Likewise.
* gas/mips/attr-none-o32-fp64.d: Likewise.
* gas/mips/attr-none-o32-fp64-nooddspreg.d
* gas/mips/attr-none-o32-fpxx.d: Likewise.
* gas/mips/attr-none-single-float.d: Likewise.
* gas/mips/attr-none-soft-float.d: Likewise.
* gas/mips/elf_arch_mips32r3.d: Likewise.
* gas/mips/elf_arch_mips32r5.d: Likewise.
* gas/mips/elf_arch_mips64r3.d: Likewise.
* gas/mips/elf_arch_mips64r5.d: Likewise.
* gas/mips/li-d.d: Likewise.
* gas/mips/li-d.s: Likewise.
* gas/mips/module-check-warn.l: Likewise.
* gas/mips/module-check-warn.s: Likewise.
* gas/mips/module-check.d: Likewise.
* gas/mips/module-check.s: Likewise.
* gas/mips/module-mfp32.d: Likewise.
* gas/mips/module-mfp32.s: Likewise.
* gas/mips/module-mfp64.d: Likewise.
* gas/mips/module-mfp64.s: Likewise.
* gas/mips/module-mfp64-noodd.d: Likewise.
* gas/mips/module-mfp64-noodd.s: Likewise.
* gas/mips/module-mfpxx.d: Likewise.
* gas/mips/module-mfpxx.s: Likewise.
* gas/mips/module-msingle-float.d: Likewise.
* gas/mips/module-msingle-float.s: Likewise.
* gas/mips/module-msoft-float.d: Likewise.
* gas/mips/module-msoft-float.s: Likewise.
* gas/mips/module-set-mfpxx.d: Likewise.
* gas/mips/module-set-mfpxx.s: Likewise.
* gas/mips/fpxx-oddfpreg.d: Likewise.
* gas/mips/fpxx-oddfpreg.l: Likewise.
* gas/mips/fpxx-oddfpreg.s: Likewise.
* gas/mips/no-odd-spreg.d: Likewise.
* gas/mips/odd-spreg.d: Likewise.
* gas/elf/section2.e-mips: Adjust expected output.
* gas/mips/attr-gnu-abi-fp-1.d: Likewise.
* gas/mips/attr-gnu-abi-msa-1.d: Likewise.
* gas/mips/call-nonpic-1.d: Likewise.
* gas/mips/elf_arch_mips1.d: Likewise.
* gas/mips/elf_arch_mips2.d: Likewise.
* gas/mips/elf_arch_mips3.d: Likewise.
* gas/mips/elf_arch_mips32.d: Likewise.
* gas/mips/elf_arch_mips32r2.d: Likewise.
* gas/mips/elf_arch_mips4.d: Likewise.
* gas/mips/elf_arch_mips5.d: Likewise.
* gas/mips/elf_arch_mips64.d: Likewise.
* gas/mips/elf_arch_mips64r2.d: Likewise.
* gas/mips/elf_ase_micromips-2.d: Likewise.
* gas/mips/elf_ase_micromips.d: Likewise.
* gas/mips/elf_ase_mips16-2.d: Likewise.
* gas/mips/elf_ase_mips16.d: Likewise.
* gas/mips/module-defer-warn1.d: Likewise.
* gas/mips/module-override.d: Likewise.
* gas/mips/n32-consec.d: Likewise.
* gas/mips/nan-2008-1.d: Likewise.
* gas/mips/nan-2008-2.d: Likewise.
* gas/mips/nan-2008-3.d: Likewise.
* gas/mips/nan-2008-4.d: Likewise.
* gas/mips/nan-legacy-1.d: Likewise.
* gas/mips/nan-legacy-2.d: Likewise.
* gas/mips/nan-legacy-3.d: Likewise.
* gas/mips/nan-legacy-4.d: Likewise.
* gas/mips/nan-legacy-5.d: Likewise.
* gas/mips/tmips16-e.d: Likewise.
* gas/mips/tmips16-f.d: Likewise.
* gas/mips/tmipsel16-e.d: Likewise.
* gas/mips/tmipsel16-f.d: Likewise.
* gas/testsuite/gas/mips/mips.exp: Add new tests.
ld/testsuite/
* ld-mips-elf/abiflags-strip1-ph.d: New.
* ld-mips-elf/abiflags-strip2-ph.d: Likewise.
* ld-mips-elf/abiflags-strip3-ph.d: Likewise.
* ld-mips-elf/abiflags-strip4-ph.d: Likewise.
* ld-mips-elf/abiflags-strip5-ph.d: Likewise.
* ld-mips-elf/abiflags-strip6-ph.d: Likewise.
* ld-mips-elf/abiflags-strip7-ph.d: Likewise.
* ld-mips-elf/abiflags-strip8-ph.d: Likewise.
* ld-mips-elf/abiflags-strip9-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-0-n32-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-0-n64-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-0-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-06.d: Likewise.
* ld-mips-elf/attr-gnu-4-07.d: Likewise.
* ld-mips-elf/attr-gnu-4-08.d: Likewise.
* ld-mips-elf/attr-gnu-4-1-n32-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-1-n64-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-1-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-16.d: Likewise.
* ld-mips-elf/attr-gnu-4-17.d: Likewise.
* ld-mips-elf/attr-gnu-4-18.d: Likewise.
* ld-mips-elf/attr-gnu-4-2-n32-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-2-n64-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-2-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-26.d: Likewise.
* ld-mips-elf/attr-gnu-4-27.d: Likewise.
* ld-mips-elf/attr-gnu-4-28.d: Likewise.
* ld-mips-elf/attr-gnu-4-3-n32-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-3-n64-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-3-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-36.d: Likewise.
* ld-mips-elf/attr-gnu-4-37.d: Likewise.
* ld-mips-elf/attr-gnu-4-38.d: Likewise.
* ld-mips-elf/attr-gnu-4-4-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-46.d: Likewise.
* ld-mips-elf/attr-gnu-4-47.d: Likewise.
* ld-mips-elf/attr-gnu-4-48.d: Likewise.
* ld-mips-elf/attr-gnu-4-5-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-50.d: Likewise.
* ld-mips-elf/attr-gnu-4-52.d: Likewise.
* ld-mips-elf/attr-gnu-4-53.d: Likewise.
* ld-mips-elf/attr-gnu-4-54.d: Likewise.
* ld-mips-elf/attr-gnu-4-55.d: Likewise.
* ld-mips-elf/attr-gnu-4-56.d: Likewise.
* ld-mips-elf/attr-gnu-4-57.d: Likewise.
* ld-mips-elf/attr-gnu-4-58.d: Likewise.
* ld-mips-elf/attr-gnu-4-6-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-6.s: Likewise.
* ld-mips-elf/attr-gnu-4-60.d: Likewise.
* ld-mips-elf/attr-gnu-4-61.d: Likewise.
* ld-mips-elf/attr-gnu-4-62.d: Likewise.
* ld-mips-elf/attr-gnu-4-63.d: Likewise.
* ld-mips-elf/attr-gnu-4-64.d: Likewise.
* ld-mips-elf/attr-gnu-4-65.d: Likewise.
* ld-mips-elf/attr-gnu-4-66.d: Likewise.
* ld-mips-elf/attr-gnu-4-67.d: Likewise.
* ld-mips-elf/attr-gnu-4-68.d: Likewise.
* ld-mips-elf/attr-gnu-4-7-ph.d: Likewise.
* ld-mips-elf/attr-gnu-4-7.s: Likewise.
* ld-mips-elf/attr-gnu-4-70.d: Likewise.
* ld-mips-elf/attr-gnu-4-71.d: Likewise.
* ld-mips-elf/attr-gnu-4-72.d: Likewise.
* ld-mips-elf/attr-gnu-4-73.d: Likewise.
* ld-mips-elf/attr-gnu-4-74.d: Likewise.
* ld-mips-elf/attr-gnu-4-75.d: Likewise.
* ld-mips-elf/attr-gnu-4-76.d: Likewise.
* ld-mips-elf/attr-gnu-4-77.d: Likewise.
* ld-mips-elf/attr-gnu-4-78.d: Likewise.
* ld-mips-elf/attr-gnu-4-8.s: Likewise.
* ld-mips-elf/attr-gnu-4-81.d: Likewise.
* ld-mips-elf/empty.s: Likewise.
* ld-mips-elf/attr-gnu-4-00.d: Adjust expected output.
* ld-mips-elf/attr-gnu-4-01.d: Likewise.
* ld-mips-elf/attr-gnu-4-02.d: Likewise.
* ld-mips-elf/attr-gnu-4-03.d: Likewise.
* ld-mips-elf/attr-gnu-4-04.d: Likewise.
* ld-mips-elf/attr-gnu-4-05.d: Likewise.
* ld-mips-elf/attr-gnu-4-10.d: Likewise.
* ld-mips-elf/attr-gnu-4-11.d: Likewise.
* ld-mips-elf/attr-gnu-4-14.d: Likewise.
* ld-mips-elf/attr-gnu-4-15.d: Likewise.
* ld-mips-elf/attr-gnu-4-2.s: Likewise.
* ld-mips-elf/attr-gnu-4-20.d: Likewise.
* ld-mips-elf/attr-gnu-4-22.d: Likewise.
* ld-mips-elf/attr-gnu-4-24.d: Likewise.
* ld-mips-elf/attr-gnu-4-25.d: Likewise.
* ld-mips-elf/attr-gnu-4-3.s: Likewise.
* ld-mips-elf/attr-gnu-4-30.d: Likewise.
* ld-mips-elf/attr-gnu-4-33.d: Likewise.
* ld-mips-elf/attr-gnu-4-34.d: Likewise.
* ld-mips-elf/attr-gnu-4-35.d: Likewise.
* ld-mips-elf/attr-gnu-4-40.d: Likewise.
* ld-mips-elf/attr-gnu-4-41.d: Likewise.
* ld-mips-elf/attr-gnu-4-42.d: Likewise.
* ld-mips-elf/attr-gnu-4-43.d: Likewise.
* ld-mips-elf/attr-gnu-4-44.d: Likewise.
* ld-mips-elf/attr-gnu-4-45.d: Likewise.
* ld-mips-elf/attr-gnu-4-5.s: Likewise.
* ld-mips-elf/attr-gnu-4-51.d: Likewise.
* ld-mips-elf/attr-gnu-8-00.d: Likewise.
* ld-mips-elf/attr-gnu-8-01.d: Likewise.
* ld-mips-elf/attr-gnu-8-02.d: Likewise.
* ld-mips-elf/attr-gnu-8-10.d: Likewise.
* ld-mips-elf/attr-gnu-8-11.d: Likewise.
* ld-mips-elf/attr-gnu-8-20.d: Likewise.
* ld-mips-elf/attr-gnu-8-22.d: Likewise.
* ld-mips-elf/jalx-2.dd: Likewise.
* ld-mips-elf/mips16-pic-1.gd: Likewise.
* ld-mips-elf/mips16-pic-2.gd: Likewise.
* ld-mips-elf/mips16-pic-3.gd: Likewise.
* ld-mips-elf/mips16-pic-4a.gd: Likewise.
* ld-mips-elf/multi-got-no-shared.d: Likewise.
* ld-mips-elf/nan-2008.d: Likewise.
* ld-mips-elf/nan-legacy.d: Rework test.
* ld-mips-elf/pic-and-nonpic-3a.gd: Likewise.
* ld-mips-elf/pic-and-nonpic-3b.gd: Likewise.
* ld-mips-elf/pic-and-nonpic-5b.gd: Likewise.
* ld-mips-elf/pic-and-nonpic-6.ld: Likewise.
* ld-mips-elf/rel32-n32.d: Likewise.
* ld-mips-elf/rel32-o32.d: Likewise.
* ld-mips-elf/rel64.d: Likewise.
* ld-mips-elf/tls-multi-got-1.r: Likewise.
* ld-elf/group.ld: Discard .MIPS.abiflags and .gnu.attributes.
* ld-elf/orphan-region.ld: Likewise.
* ld-elf/orphan.ld: Likewise.
* ld-mips-elf/compressed-plt-1.ld: Likewise.
* ld-mips-elf/dyn-sec64.ld: Likewise.
* ld-mips-elf/got-dump-1.ld: Likewise.
* ld-mips-elf/got-dump-2.ld: Likewise.
* ld-mips-elf/got-page-1.ld: Likewise.
* ld-mips-elf/mips-dyn.ld: Likewise.
* ld-mips-elf/mips-lib.ld: Likewise.
* ld-mips-elf/pic-and-nonpic-3a.ld: Likewise.
* ld-mips-elf/pic-and-nonpic-3b.ld: Likewise.
* ld-mips-elf/pic-and-nonpic-4b.ld: Likewise.
* ld-mips-elf/pic-and-nonpic-5b.ld: Likewise.
* ld-mips-elf/region1.t: Likewise.
* ld-mips-elf/stub-dynsym-1.ld: Likewise.
* ld-mips-elf/tls-hidden3.ld: Likewise.
* ld-mips-elf/vxworks1.ld: Likewise.
* ld-scripts/overlay-size.t: Likewise.
* ld-mips-elf/elf-rel-got-n32-embed.d: Remove .MIPS.abiflags from
objects.
* ld-mips-elf/elf-rel-got-n32.d: Likewise.
* ld-mips-elf/elf-rel-got-n64-embed.d: Likewise.
* ld-mips-elf/elf-rel-got-n64-linux.d: Likewise.
* ld-mips-elf/elf-rel-got-n64.d: Likewise.
* ld-mips-elf/elf-rel-xgot-n32.d: Likewise.
* ld-mips-elf/elf-rel-xgot-n32-embed.d: Likewise.
* ld-mips-elf/elf-rel-xgot-n64.d: Likewise.
* ld-mips-elf/elf-rel-xgot-n64-linux.d: Likewise.
* ld-mips-elf/elf-rel-xgot-n64-embed.d: Likewise.
* ld-mips-elf/mips-elf.exp: Add new tests.
2014-07-29 18:27:59 +08:00
|
|
|
#objcopy_objects: -R .MIPS.abiflags -K __start
|
|
|
|
#source: ../../../gas/testsuite/gas/mips/elf-rel-got-n64.s RUN_OBJCOPY
|
2012-08-07 05:05:54 +08:00
|
|
|
#ld:
|
|
|
|
#objdump: -D --show-raw-insn
|
|
|
|
|
|
|
|
.*: +file format elf64-.*mips.*
|
|
|
|
|
|
|
|
Disassembly of section \.MIPS\.options:
|
|
|
|
|
|
|
|
00000001200000b0 <\.MIPS\.options>:
|
|
|
|
1200000b0: 01280000 .*
|
|
|
|
1200000b4: 00000000 .*
|
|
|
|
1200000b8: 92020022 .*
|
|
|
|
\.\.\.
|
|
|
|
1200000d0: 00000001 .*
|
|
|
|
1200000d4: 200187a0 .*
|
|
|
|
|
|
|
|
Disassembly of section \.text:
|
|
|
|
|
|
|
|
00000001200000b0 <fn>:
|
|
|
|
1200000b0: 3c050000 lui a1,0x0
|
|
|
|
1200000b4: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200000b8: dca58060 ld a1,-32672\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200000bc: 3c050000 lui a1,0x0
|
|
|
|
1200000c0: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200000c4: dca58060 ld a1,-32672\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200000c8: 64a5000c daddiu a1,a1,12
|
|
|
|
1200000cc: 3c050000 lui a1,0x0
|
|
|
|
1200000d0: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200000d4: dca58060 ld a1,-32672\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200000d8: 3c010001 lui at,0x1
|
|
|
|
1200000dc: 3421e240 ori at,at,0xe240
|
|
|
|
1200000e0: 00a1282d daddu a1,a1,at
|
|
|
|
1200000e4: 3c050000 lui a1,0x0
|
|
|
|
1200000e8: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200000ec: dca58060 ld a1,-32672\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200000f0: 00b1282d daddu a1,a1,s1
|
|
|
|
1200000f4: 3c050000 lui a1,0x0
|
|
|
|
1200000f8: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200000fc: dca58060 ld a1,-32672\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000100: 64a5000c daddiu a1,a1,12
|
|
|
|
120000104: 00b1282d daddu a1,a1,s1
|
|
|
|
120000108: 3c050000 lui a1,0x0
|
|
|
|
12000010c: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000110: dca58060 ld a1,-32672\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000114: 3c010001 lui at,0x1
|
|
|
|
120000118: 3421e240 ori at,at,0xe240
|
|
|
|
12000011c: 00a1282d daddu a1,a1,at
|
|
|
|
120000120: 00b1282d daddu a1,a1,s1
|
|
|
|
120000124: 3c050000 lui a1,0x0
|
|
|
|
120000128: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
12000012c: dca58060 ld a1,-32672\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000130: dca50000 ld a1,0\(a1\)
|
|
|
|
120000134: 3c050000 lui a1,0x0
|
|
|
|
120000138: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
12000013c: dca58060 ld a1,-32672\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000140: dca5000c ld a1,12\(a1\)
|
|
|
|
120000144: 3c050000 lui a1,0x0
|
|
|
|
120000148: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
12000014c: dca58060 ld a1,-32672\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000150: 00b1282d daddu a1,a1,s1
|
|
|
|
120000154: dca50000 ld a1,0\(a1\)
|
|
|
|
120000158: 3c050000 lui a1,0x0
|
|
|
|
12000015c: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000160: dca58060 ld a1,-32672\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000164: 00b1282d daddu a1,a1,s1
|
|
|
|
120000168: dca5000c ld a1,12\(a1\)
|
|
|
|
12000016c: 3c010000 lui at,0x0
|
|
|
|
120000170: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000174: dc218060 ld at,-32672\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000178: 0025082d daddu at,at,a1
|
|
|
|
12000017c: dc250022 ld a1,34\(at\)
|
|
|
|
120000180: 3c010000 lui at,0x0
|
|
|
|
120000184: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000188: dc218060 ld at,-32672\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
12000018c: 0025082d daddu at,at,a1
|
|
|
|
120000190: fc250038 sd a1,56\(at\)
|
|
|
|
120000194: 3c010000 lui at,0x0
|
|
|
|
120000198: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
12000019c: dc218060 ld at,-32672\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200001a0: 88250000 lwl a1,0\(at\)
|
|
|
|
1200001a4: 98250003 lwr a1,3\(at\)
|
|
|
|
1200001a8: 3c010000 lui at,0x0
|
|
|
|
1200001ac: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200001b0: dc218060 ld at,-32672\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200001b4: 6421000c daddiu at,at,12
|
|
|
|
1200001b8: 88250000 lwl a1,0\(at\)
|
|
|
|
1200001bc: 98250003 lwr a1,3\(at\)
|
|
|
|
1200001c0: 3c010000 lui at,0x0
|
|
|
|
1200001c4: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200001c8: dc218060 ld at,-32672\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200001cc: 0031082d daddu at,at,s1
|
|
|
|
1200001d0: 88250000 lwl a1,0\(at\)
|
|
|
|
1200001d4: 98250003 lwr a1,3\(at\)
|
|
|
|
1200001d8: 3c010000 lui at,0x0
|
|
|
|
1200001dc: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200001e0: dc218060 ld at,-32672\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200001e4: 6421000c daddiu at,at,12
|
|
|
|
1200001e8: 0031082d daddu at,at,s1
|
|
|
|
1200001ec: 88250000 lwl a1,0\(at\)
|
|
|
|
1200001f0: 98250003 lwr a1,3\(at\)
|
|
|
|
1200001f4: 3c010000 lui at,0x0
|
|
|
|
1200001f8: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200001fc: dc218060 ld at,-32672\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000200: 64210022 daddiu at,at,34
|
|
|
|
120000204: 0025082d daddu at,at,a1
|
|
|
|
120000208: 88250000 lwl a1,0\(at\)
|
|
|
|
12000020c: 98250003 lwr a1,3\(at\)
|
|
|
|
120000210: 3c010000 lui at,0x0
|
|
|
|
120000214: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000218: dc218060 ld at,-32672\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
12000021c: 64210038 daddiu at,at,56
|
|
|
|
120000220: 0025082d daddu at,at,a1
|
|
|
|
120000224: a8250000 swl a1,0\(at\)
|
|
|
|
120000228: b8250003 swr a1,3\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
12000022c: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000230: 64a506f4 daddiu a1,a1,1780
|
2014-04-17 21:13:44 +08:00
|
|
|
120000234: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000238: 64a50700 daddiu a1,a1,1792
|
2014-04-17 21:13:44 +08:00
|
|
|
12000023c: df858028 ld a1,-32728\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000240: 64a5e934 daddiu a1,a1,-5836
|
2014-04-17 21:13:44 +08:00
|
|
|
120000244: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000248: 64a506f4 daddiu a1,a1,1780
|
|
|
|
12000024c: 00b1282d daddu a1,a1,s1
|
2014-04-17 21:13:44 +08:00
|
|
|
120000250: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000254: 64a50700 daddiu a1,a1,1792
|
|
|
|
120000258: 00b1282d daddu a1,a1,s1
|
2014-04-17 21:13:44 +08:00
|
|
|
12000025c: df858028 ld a1,-32728\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000260: 64a5e934 daddiu a1,a1,-5836
|
|
|
|
120000264: 00b1282d daddu a1,a1,s1
|
2014-04-17 21:13:44 +08:00
|
|
|
120000268: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
12000026c: dca506f4 ld a1,1780\(a1\)
|
2014-04-17 21:13:44 +08:00
|
|
|
120000270: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000274: dca50700 ld a1,1792\(a1\)
|
2014-04-17 21:13:44 +08:00
|
|
|
120000278: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
12000027c: 00b1282d daddu a1,a1,s1
|
|
|
|
120000280: dca506f4 ld a1,1780\(a1\)
|
2014-04-17 21:13:44 +08:00
|
|
|
120000284: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000288: 00b1282d daddu a1,a1,s1
|
|
|
|
12000028c: dca50700 ld a1,1792\(a1\)
|
2014-04-17 21:13:44 +08:00
|
|
|
120000290: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000294: 0025082d daddu at,at,a1
|
|
|
|
120000298: dc250716 ld a1,1814\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
12000029c: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200002a0: 0025082d daddu at,at,a1
|
|
|
|
1200002a4: fc25072c sd a1,1836\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
1200002a8: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200002ac: 642106f4 daddiu at,at,1780
|
|
|
|
1200002b0: 88250000 lwl a1,0\(at\)
|
|
|
|
1200002b4: 98250003 lwr a1,3\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
1200002b8: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200002bc: 64210700 daddiu at,at,1792
|
|
|
|
1200002c0: 88250000 lwl a1,0\(at\)
|
|
|
|
1200002c4: 98250003 lwr a1,3\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
1200002c8: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200002cc: 642106f4 daddiu at,at,1780
|
|
|
|
1200002d0: 0031082d daddu at,at,s1
|
|
|
|
1200002d4: 88250000 lwl a1,0\(at\)
|
|
|
|
1200002d8: 98250003 lwr a1,3\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
1200002dc: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200002e0: 64210700 daddiu at,at,1792
|
|
|
|
1200002e4: 0031082d daddu at,at,s1
|
|
|
|
1200002e8: 88250000 lwl a1,0\(at\)
|
|
|
|
1200002ec: 98250003 lwr a1,3\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
1200002f0: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200002f4: 64210716 daddiu at,at,1814
|
|
|
|
1200002f8: 0025082d daddu at,at,a1
|
|
|
|
1200002fc: 88250000 lwl a1,0\(at\)
|
|
|
|
120000300: 98250003 lwr a1,3\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
120000304: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000308: 6421072c daddiu at,at,1836
|
|
|
|
12000030c: 0025082d daddu at,at,a1
|
|
|
|
120000310: a8250000 swl a1,0\(at\)
|
|
|
|
120000314: b8250003 swr a1,3\(at\)
|
|
|
|
120000318: 3c050000 lui a1,0x0
|
|
|
|
12000031c: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000320: dca58058 ld a1,-32680\(a1\)
|
|
|
|
120000324: df858030 ld a1,-32720\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000328: 64a500b0 daddiu a1,a1,176
|
|
|
|
12000032c: 3c190000 lui t9,0x0
|
|
|
|
120000330: 033cc82d daddu t9,t9,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000334: df398058 ld t9,-32680\(t9\)
|
|
|
|
120000338: df998030 ld t9,-32720\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
12000033c: 673900b0 daddiu t9,t9,176
|
|
|
|
120000340: 3c190000 lui t9,0x0
|
|
|
|
120000344: 033cc82d daddu t9,t9,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000348: df398058 ld t9,-32680\(t9\)
|
2012-08-07 05:05:54 +08:00
|
|
|
12000034c: 0411ff58 bal 1200000b0 <fn>
|
|
|
|
120000350: 00000000 nop
|
2014-04-17 21:13:44 +08:00
|
|
|
120000354: df998030 ld t9,-32720\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000358: 673900b0 daddiu t9,t9,176
|
|
|
|
12000035c: 0411ff54 bal 1200000b0 <fn>
|
|
|
|
120000360: 00000000 nop
|
|
|
|
120000364: 3c050000 lui a1,0x0
|
|
|
|
120000368: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
12000036c: dca58050 ld a1,-32688\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000370: 3c050000 lui a1,0x0
|
|
|
|
120000374: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000378: dca58050 ld a1,-32688\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
12000037c: 64a5000c daddiu a1,a1,12
|
|
|
|
120000380: 3c050000 lui a1,0x0
|
|
|
|
120000384: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000388: dca58050 ld a1,-32688\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
12000038c: 3c010001 lui at,0x1
|
|
|
|
120000390: 3421e240 ori at,at,0xe240
|
|
|
|
120000394: 00a1282d daddu a1,a1,at
|
|
|
|
120000398: 3c050000 lui a1,0x0
|
|
|
|
12000039c: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200003a0: dca58050 ld a1,-32688\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200003a4: 00b1282d daddu a1,a1,s1
|
|
|
|
1200003a8: 3c050000 lui a1,0x0
|
|
|
|
1200003ac: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200003b0: dca58050 ld a1,-32688\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200003b4: 64a5000c daddiu a1,a1,12
|
|
|
|
1200003b8: 00b1282d daddu a1,a1,s1
|
|
|
|
1200003bc: 3c050000 lui a1,0x0
|
|
|
|
1200003c0: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200003c4: dca58050 ld a1,-32688\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200003c8: 3c010001 lui at,0x1
|
|
|
|
1200003cc: 3421e240 ori at,at,0xe240
|
|
|
|
1200003d0: 00a1282d daddu a1,a1,at
|
|
|
|
1200003d4: 00b1282d daddu a1,a1,s1
|
|
|
|
1200003d8: 3c050000 lui a1,0x0
|
|
|
|
1200003dc: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200003e0: dca58050 ld a1,-32688\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200003e4: dca50000 ld a1,0\(a1\)
|
|
|
|
1200003e8: 3c050000 lui a1,0x0
|
|
|
|
1200003ec: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200003f0: dca58050 ld a1,-32688\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200003f4: dca5000c ld a1,12\(a1\)
|
|
|
|
1200003f8: 3c050000 lui a1,0x0
|
|
|
|
1200003fc: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000400: dca58050 ld a1,-32688\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000404: 00b1282d daddu a1,a1,s1
|
|
|
|
120000408: dca50000 ld a1,0\(a1\)
|
|
|
|
12000040c: 3c050000 lui a1,0x0
|
|
|
|
120000410: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000414: dca58050 ld a1,-32688\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000418: 00b1282d daddu a1,a1,s1
|
|
|
|
12000041c: dca5000c ld a1,12\(a1\)
|
|
|
|
120000420: 3c010000 lui at,0x0
|
|
|
|
120000424: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000428: dc218050 ld at,-32688\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
12000042c: 0025082d daddu at,at,a1
|
|
|
|
120000430: dc250022 ld a1,34\(at\)
|
|
|
|
120000434: 3c010000 lui at,0x0
|
|
|
|
120000438: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
12000043c: dc218050 ld at,-32688\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000440: 0025082d daddu at,at,a1
|
|
|
|
120000444: fc250038 sd a1,56\(at\)
|
|
|
|
120000448: 3c010000 lui at,0x0
|
|
|
|
12000044c: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000450: dc218050 ld at,-32688\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000454: 88250000 lwl a1,0\(at\)
|
|
|
|
120000458: 98250003 lwr a1,3\(at\)
|
|
|
|
12000045c: 3c010000 lui at,0x0
|
|
|
|
120000460: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000464: dc218050 ld at,-32688\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000468: 6421000c daddiu at,at,12
|
|
|
|
12000046c: 88250000 lwl a1,0\(at\)
|
|
|
|
120000470: 98250003 lwr a1,3\(at\)
|
|
|
|
120000474: 3c010000 lui at,0x0
|
|
|
|
120000478: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
12000047c: dc218050 ld at,-32688\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000480: 0031082d daddu at,at,s1
|
|
|
|
120000484: 88250000 lwl a1,0\(at\)
|
|
|
|
120000488: 98250003 lwr a1,3\(at\)
|
|
|
|
12000048c: 3c010000 lui at,0x0
|
|
|
|
120000490: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000494: dc218050 ld at,-32688\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000498: 6421000c daddiu at,at,12
|
|
|
|
12000049c: 0031082d daddu at,at,s1
|
|
|
|
1200004a0: 88250000 lwl a1,0\(at\)
|
|
|
|
1200004a4: 98250003 lwr a1,3\(at\)
|
|
|
|
1200004a8: 3c010000 lui at,0x0
|
|
|
|
1200004ac: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200004b0: dc218050 ld at,-32688\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200004b4: 64210022 daddiu at,at,34
|
|
|
|
1200004b8: 0025082d daddu at,at,a1
|
|
|
|
1200004bc: 88250000 lwl a1,0\(at\)
|
|
|
|
1200004c0: 98250003 lwr a1,3\(at\)
|
|
|
|
1200004c4: 3c010000 lui at,0x0
|
|
|
|
1200004c8: 003c082d daddu at,at,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200004cc: dc218050 ld at,-32688\(at\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200004d0: 64210038 daddiu at,at,56
|
|
|
|
1200004d4: 0025082d daddu at,at,a1
|
|
|
|
1200004d8: a8250000 swl a1,0\(at\)
|
|
|
|
1200004dc: b8250003 swr a1,3\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
1200004e0: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200004e4: 64a5076c daddiu a1,a1,1900
|
2014-04-17 21:13:44 +08:00
|
|
|
1200004e8: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200004ec: 64a50778 daddiu a1,a1,1912
|
2014-04-17 21:13:44 +08:00
|
|
|
1200004f0: df858028 ld a1,-32728\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200004f4: 64a5e9ac daddiu a1,a1,-5716
|
2014-04-17 21:13:44 +08:00
|
|
|
1200004f8: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200004fc: 64a5076c daddiu a1,a1,1900
|
|
|
|
120000500: 00b1282d daddu a1,a1,s1
|
2014-04-17 21:13:44 +08:00
|
|
|
120000504: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000508: 64a50778 daddiu a1,a1,1912
|
|
|
|
12000050c: 00b1282d daddu a1,a1,s1
|
2014-04-17 21:13:44 +08:00
|
|
|
120000510: df858028 ld a1,-32728\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000514: 64a5e9ac daddiu a1,a1,-5716
|
|
|
|
120000518: 00b1282d daddu a1,a1,s1
|
2014-04-17 21:13:44 +08:00
|
|
|
12000051c: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000520: dca5076c ld a1,1900\(a1\)
|
2014-04-17 21:13:44 +08:00
|
|
|
120000524: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000528: dca50778 ld a1,1912\(a1\)
|
2014-04-17 21:13:44 +08:00
|
|
|
12000052c: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000530: 00b1282d daddu a1,a1,s1
|
|
|
|
120000534: dca5076c ld a1,1900\(a1\)
|
2014-04-17 21:13:44 +08:00
|
|
|
120000538: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
12000053c: 00b1282d daddu a1,a1,s1
|
|
|
|
120000540: dca50778 ld a1,1912\(a1\)
|
2014-04-17 21:13:44 +08:00
|
|
|
120000544: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000548: 0025082d daddu at,at,a1
|
|
|
|
12000054c: dc25078e ld a1,1934\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
120000550: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000554: 0025082d daddu at,at,a1
|
|
|
|
120000558: fc2507a4 sd a1,1956\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
12000055c: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000560: 6421076c daddiu at,at,1900
|
|
|
|
120000564: 88250000 lwl a1,0\(at\)
|
|
|
|
120000568: 98250003 lwr a1,3\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
12000056c: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000570: 64210778 daddiu at,at,1912
|
|
|
|
120000574: 88250000 lwl a1,0\(at\)
|
|
|
|
120000578: 98250003 lwr a1,3\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
12000057c: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000580: 6421076c daddiu at,at,1900
|
|
|
|
120000584: 0031082d daddu at,at,s1
|
|
|
|
120000588: 88250000 lwl a1,0\(at\)
|
|
|
|
12000058c: 98250003 lwr a1,3\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
120000590: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000594: 64210778 daddiu at,at,1912
|
|
|
|
120000598: 0031082d daddu at,at,s1
|
|
|
|
12000059c: 88250000 lwl a1,0\(at\)
|
|
|
|
1200005a0: 98250003 lwr a1,3\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
1200005a4: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200005a8: 6421078e daddiu at,at,1934
|
|
|
|
1200005ac: 0025082d daddu at,at,a1
|
|
|
|
1200005b0: 88250000 lwl a1,0\(at\)
|
|
|
|
1200005b4: 98250003 lwr a1,3\(at\)
|
2014-04-17 21:13:44 +08:00
|
|
|
1200005b8: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200005bc: 642107a4 daddiu at,at,1956
|
|
|
|
1200005c0: 0025082d daddu at,at,a1
|
|
|
|
1200005c4: a8250000 swl a1,0\(at\)
|
|
|
|
1200005c8: b8250003 swr a1,3\(at\)
|
|
|
|
1200005cc: 3c050000 lui a1,0x0
|
|
|
|
1200005d0: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200005d4: dca58048 ld a1,-32696\(a1\)
|
|
|
|
1200005d8: df858030 ld a1,-32720\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200005dc: 64a506b0 daddiu a1,a1,1712
|
|
|
|
1200005e0: 3c190000 lui t9,0x0
|
|
|
|
1200005e4: 033cc82d daddu t9,t9,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200005e8: df398048 ld t9,-32696\(t9\)
|
|
|
|
1200005ec: df998030 ld t9,-32720\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
1200005f0: 673906b0 daddiu t9,t9,1712
|
|
|
|
1200005f4: 3c190000 lui t9,0x0
|
|
|
|
1200005f8: 033cc82d daddu t9,t9,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
1200005fc: df398048 ld t9,-32696\(t9\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000600: 0411002b bal 1200006b0 <fn2>
|
|
|
|
120000604: 00000000 nop
|
2014-04-17 21:13:44 +08:00
|
|
|
120000608: df998030 ld t9,-32720\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
12000060c: 673906b0 daddiu t9,t9,1712
|
|
|
|
120000610: 04110027 bal 1200006b0 <fn2>
|
|
|
|
120000614: 00000000 nop
|
|
|
|
120000618: 3c050000 lui a1,0x0
|
|
|
|
12000061c: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000620: dca58060 ld a1,-32672\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000624: 1000fea2 b 1200000b0 <fn>
|
|
|
|
120000628: 00000000 nop
|
|
|
|
12000062c: 3c050000 lui a1,0x0
|
|
|
|
120000630: 00bc282d daddu a1,a1,gp
|
2014-04-17 21:13:44 +08:00
|
|
|
120000634: dca58050 ld a1,-32688\(a1\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000638: dca50000 ld a1,0\(a1\)
|
|
|
|
12000063c: 1000001c b 1200006b0 <fn2>
|
|
|
|
120000640: 00000000 nop
|
2014-04-17 21:13:44 +08:00
|
|
|
120000644: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000648: 64a506f4 daddiu a1,a1,1780
|
|
|
|
12000064c: 1000fe98 b 1200000b0 <fn>
|
|
|
|
120000650: 00000000 nop
|
2014-04-17 21:13:44 +08:00
|
|
|
120000654: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000658: 64a50778 daddiu a1,a1,1912
|
|
|
|
12000065c: 10000014 b 1200006b0 <fn2>
|
|
|
|
120000660: 00000000 nop
|
2014-04-17 21:13:44 +08:00
|
|
|
120000664: df858028 ld a1,-32728\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000668: 64a5e934 daddiu a1,a1,-5836
|
|
|
|
12000066c: 1000fe90 b 1200000b0 <fn>
|
|
|
|
120000670: 00000000 nop
|
2014-04-17 21:13:44 +08:00
|
|
|
120000674: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000678: dca5076c ld a1,1900\(a1\)
|
|
|
|
12000067c: 1000000c b 1200006b0 <fn2>
|
|
|
|
120000680: 00000000 nop
|
2014-04-17 21:13:44 +08:00
|
|
|
120000684: df858020 ld a1,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000688: dca50700 ld a1,1792\(a1\)
|
|
|
|
12000068c: 1000fe88 b 1200000b0 <fn>
|
|
|
|
120000690: 00000000 nop
|
2014-04-17 21:13:44 +08:00
|
|
|
120000694: df818020 ld at,-32736\(gp\)
|
2012-08-07 05:05:54 +08:00
|
|
|
120000698: 0025082d daddu at,at,a1
|
|
|
|
12000069c: dc25078e ld a1,1934\(at\)
|
|
|
|
1200006a0: 10000003 b 1200006b0 <fn2>
|
|
|
|
1200006a4: 00000000 nop
|
|
|
|
\.\.\.
|
|
|
|
|
|
|
|
00000001200006b0 <fn2>:
|
|
|
|
\.\.\.
|
|
|
|
|
|
|
|
Disassembly of section \.data:
|
|
|
|
|
|
|
|
00000001200106b8 <_fdata>:
|
|
|
|
\.\.\.
|
|
|
|
|
|
|
|
00000001200106f4 <dg1>:
|
|
|
|
\.\.\.
|
|
|
|
|
|
|
|
0000000120010730 <sp2>:
|
|
|
|
\.\.\.
|
|
|
|
|
|
|
|
000000012001076c <dg2>:
|
|
|
|
\.\.\.
|
|
|
|
|
|
|
|
Disassembly of section \.got:
|
|
|
|
|
|
|
|
00000001200107b0 <_GLOBAL_OFFSET_TABLE_>:
|
|
|
|
\.\.\.
|
|
|
|
1200107b8: 80000000 .*
|
|
|
|
1200107bc: 00000000 .*
|
|
|
|
1200107c0: 00000001 .*
|
2014-04-17 21:13:44 +08:00
|
|
|
1200107c4: 20010000 .*
|
2012-08-07 05:05:54 +08:00
|
|
|
1200107c8: 00000001 .*
|
2014-04-17 21:13:44 +08:00
|
|
|
1200107cc: 20030000 .*
|
2012-08-07 05:05:54 +08:00
|
|
|
1200107d0: 00000001 .*
|
2014-04-17 21:13:44 +08:00
|
|
|
1200107d4: 20000000 .*
|
|
|
|
\.\.\.
|
2012-08-07 05:05:54 +08:00
|
|
|
1200107e8: 00000001 .*
|
2014-04-17 21:13:44 +08:00
|
|
|
1200107ec: 200006b0 .*
|
2012-08-07 05:05:54 +08:00
|
|
|
1200107f0: 00000001 .*
|
2014-04-17 21:13:44 +08:00
|
|
|
1200107f4: 2001076c .*
|
|
|
|
1200107f8: 00000001 .*
|
|
|
|
1200107fc: 200000b0 .*
|
|
|
|
120010800: 00000001 .*
|
|
|
|
120010804: 200106f4 .*
|
2012-08-07 05:05:54 +08:00
|
|
|
#pass
|