binutils-gdb/ld/testsuite/ld-mips-elf
Matthew Fortune 351cdf24d2 [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 11:27:59 +01:00
..
abiflags-strip1-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
abiflags-strip2-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
abiflags-strip3-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
abiflags-strip4-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
abiflags-strip5-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
abiflags-strip6-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
abiflags-strip7-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
abiflags-strip8-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
abiflags-strip9-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-0-n32-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-0-n64-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-0-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-00.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-0.s
attr-gnu-4-1-n32-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-1-n64-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-1-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-01.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-1.s
attr-gnu-4-2-n32-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-2-n64-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-2-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-02.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-2.s [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-3-n32-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-3-n64-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-3-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-03.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-3.s [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-4-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-04.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-4.s
attr-gnu-4-5-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-05.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-5.s [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-6-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-06.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-6.s [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-7-ph.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-07.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-7.s [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-08.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-8.s [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-10.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-11.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-12.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-13.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-14.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-15.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-16.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-17.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-18.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-20.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-21.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-22.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-23.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-24.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-25.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-26.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-27.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-28.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-30.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-31.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-32.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-33.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-34.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-35.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-36.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-37.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-38.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-40.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-41.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-42.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-43.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-44.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-45.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-46.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-47.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-48.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-50.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-51.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-52.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-53.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-54.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-55.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-56.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-57.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-58.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-60.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-61.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-62.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-63.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-64.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-65.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-66.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-67.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-68.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-70.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-71.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-72.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-73.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-74.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-75.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-76.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-77.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-78.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-81.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-8-00.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-8-0.s 2013-10-14 Chao-ying Fu <Chao-ying.Fu@imgtec.com> 2013-10-14 19:02:00 +00:00
attr-gnu-8-01.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-8-1.s 2013-10-14 Chao-ying Fu <Chao-ying.Fu@imgtec.com> 2013-10-14 19:02:00 +00:00
attr-gnu-8-02.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-8-2.s 2013-10-14 Chao-ying Fu <Chao-ying.Fu@imgtec.com> 2013-10-14 19:02:00 +00:00
attr-gnu-8-10.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-8-11.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-8-12.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-8-20.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-8-21.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-8-22.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
branch-misc-1.d
comm-data.exp Update copyright years 2014-03-05 22:16:15 +10:30
compressed-plt-1-dyn.s ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-n32-mips16.od ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-n32-mips16.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-n32-umips.od ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-n32-umips.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-mips16-got.od ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-mips16-got.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-mips16-only.od ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-mips16-only.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-mips16-word.od ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-mips16-word.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-mips16.od ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-mips16.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-se.od ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-se.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-umips-got.od ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-umips-got.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-umips-only.od ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-umips-only.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-umips-word.od ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-umips-word.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-umips.od ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-umips.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
compressed-plt-1.s ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1a.s ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1b.s ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1c.s ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1d.s ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1e.s ld/testsuite/ 2013-10-13 10:17:20 +00:00
dyn-sec64.d * ld-mips-elf/dyn-sec64.d, ld-mips-elf/dyn-sec64.s, 2008-03-21 16:29:26 +00:00
dyn-sec64.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
dyn-sec64.s * ld-mips-elf/dyn-sec64.d, ld-mips-elf/dyn-sec64.s, 2008-03-21 16:29:26 +00:00
eh-frame1-n32.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
eh-frame1-n64.d * dwarf.c (dwarf_vmatoa): Rename to dwarf_vmatoa_1 and add a 2013-09-12 09:14:47 +00:00
eh-frame1.ld ld/testsuite/ 2012-05-13 09:45:45 +00:00
eh-frame1.s
eh-frame2-n32.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
eh-frame2-n64.d * dwarf.c (dwarf_vmatoa): Rename to dwarf_vmatoa_1 and add a 2013-09-12 09:14:47 +00:00
eh-frame3.d * dwarf.c (dwarf_vmatoa): Rename to dwarf_vmatoa_1 and add a 2013-09-12 09:14:47 +00:00
eh-frame4.d ld/testsuite/ 2012-05-13 09:45:45 +00:00
eh-frame5.d bfd/ 2013-09-24 22:15:38 +00:00
eh-frame5.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
eh-frame5.s bfd/ 2009-09-19 08:06:11 +00:00
ehdr_start-1.ld gold/ 2013-05-03 15:19:27 +00:00
ehdr_start-1.nd gold/ 2013-05-03 15:19:27 +00:00
ehdr_start-2.ld gold/ 2013-05-03 15:19:27 +00:00
ehdr_start-2.nd Fix references to __ehdr_start when it cannot be defined 2013-11-19 10:54:00 -08:00
ehdr_start-new.s gold/ 2013-05-03 15:19:27 +00:00
ehdr_start-o32.s gold/ 2013-05-03 15:19:27 +00:00
elf-rel-got-n32-embed.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
elf-rel-got-n32.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
elf-rel-got-n64-embed.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
elf-rel-got-n64-linux.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
elf-rel-got-n64.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
elf-rel-xgot-n32-embed.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
elf-rel-xgot-n32.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
elf-rel-xgot-n64-embed.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
elf-rel-xgot-n64-linux.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
elf-rel-xgot-n64.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
emit-relocs-1.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
emit-relocs-1.ld
emit-relocs-1a.s gas/testsuite/ 2012-08-06 21:05:54 +00:00
emit-relocs-1b.s gas/testsuite/ 2012-08-06 21:05:54 +00:00
empty.s [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
export-class-call16-def.s * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-n32.dd * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-n32.gd * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-n32.s * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-n64.dd * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-n64.gd * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-n64.s * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-o32-irix.dd * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-o32.dd * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-o32.gd * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-o32.s * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16.ld * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class.exp Update copyright years 2014-03-05 22:16:15 +10:30
got-dump-1.d bfd/ 2008-08-07 20:01:14 +00:00
got-dump-1.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
got-dump-1.s binutils/ 2008-03-20 10:53:11 +00:00
got-dump-2.d bfd/ 2008-08-07 20:01:14 +00:00
got-dump-2.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
got-dump-2.s binutils/ 2008-03-20 10:53:11 +00:00
got-page-1.d bfd/ 2007-11-14 20:46:15 +00:00
got-page-1.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
got-page-1.s bfd/ 2007-11-14 20:46:15 +00:00
got-page-2.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
got-page-2.s bfd/ 2007-11-14 20:46:15 +00:00
got-page-3.d bfd/ 2007-11-14 20:46:15 +00:00
got-page-3a.s bfd/ 2007-11-14 20:46:15 +00:00
got-page-3b.s bfd/ 2007-11-14 20:46:15 +00:00
got-page-3c.s bfd/ 2007-11-14 20:46:15 +00:00
got-page-4a.d bfd/ 2013-02-13 14:08:58 +00:00
got-page-4a.got bfd/ 2013-02-13 14:08:58 +00:00
got-page-4a.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-4b.d bfd/ 2013-02-13 14:08:58 +00:00
got-page-4b.got bfd/ 2013-02-13 14:08:58 +00:00
got-page-4b.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-5.d bfd/ 2013-02-13 14:08:58 +00:00
got-page-5.got bfd/ 2013-02-13 14:08:58 +00:00
got-page-5.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-6.d bfd/ 2013-02-13 14:08:58 +00:00
got-page-6.got bfd/ 2013-02-13 14:08:58 +00:00
got-page-6.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-7.d bfd/ 2013-02-13 14:08:58 +00:00
got-page-7.got bfd/ 2013-02-13 14:08:58 +00:00
got-page-7a.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-7b.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-7c.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-7d.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-7e.s bfd/ 2013-02-13 14:08:58 +00:00
got-vers-1.dd bfd/ 2008-08-07 19:58:38 +00:00
got-vers-1.rd * ld-mips-elf/got-vers-1.rd: Fix a typo. 2012-08-02 18:37:43 +00:00
got-vers-1.sd Tolerate some whitespace differences in readelf output. 2009-09-23 03:12:28 +00:00
got-vers-1.ver bfd/ 2008-08-07 19:58:38 +00:00
got-vers-1a.s bfd/ 2008-08-07 19:58:38 +00:00
got-vers-1b.s bfd/ 2008-08-07 19:58:38 +00:00
gp-hidden-64.rd * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden-lib-64.rd * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden-lib.rd * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden-lib.s * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden-ver-64.rd * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden-ver.rd * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden-ver.s * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden-ver.ver * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden.rd * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden.s * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden.sd * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
hash1.s
hash1a.d
hash1b.d
hash1c.d
jalbal.d
jalbal.s gas/testsuite/ 2012-08-06 21:05:54 +00:00
jaloverflow-2.d
jaloverflow-2.s
jaloverflow.d
jaloverflow.s
jalr3.dd gas/ 2013-05-29 16:22:14 +00:00
jalr3.ld gas/ 2013-05-29 16:22:14 +00:00
jalx-1.d bfd/ 2011-07-24 14:20:15 +00:00
jalx-1.ld bfd/ 2011-07-24 14:20:15 +00:00
jalx-1.s bfd/ 2011-07-24 14:20:15 +00:00
jalx-2-ex.s bfd/ 2011-07-24 14:20:15 +00:00
jalx-2-main.s bfd/ 2011-07-24 14:20:15 +00:00
jalx-2-printf.s bfd/ 2011-07-24 14:20:15 +00:00
jalx-2.dd [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
jalx-2.ld * ld-mips-elf/jalx-2.ld: Include .rel.plt in output, give .plt a 2013-02-18 23:35:17 +00:00
jr-to-b-1.d 2010-01-13 Chao-ying Fu <fu@mips.com> 2010-01-13 22:34:28 +00:00
jr-to-b-1.s 2010-01-13 Chao-ying Fu <fu@mips.com> 2010-01-13 22:34:28 +00:00
jr-to-b-2.d 2010-01-13 Chao-ying Fu <fu@mips.com> 2010-01-13 22:34:28 +00:00
jr-to-b-2.s 2010-01-13 Chao-ying Fu <fu@mips.com> 2010-01-13 22:34:28 +00:00
jr.s
mips-32-export-class.rd * ld-elf/export-class.sd: New test. 2012-08-28 20:29:19 +00:00
mips-32-export-class.xd * ld-elf/export-class.sd: New test. 2012-08-28 20:29:19 +00:00
mips-64-export-class.rd * ld-elf/export-class.sd: New test. 2012-08-28 20:29:19 +00:00
mips-64-export-class.xd * ld-elf/export-class.sd: New test. 2012-08-28 20:29:19 +00:00
mips-dyn.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
mips-elf-flags.exp Update copyright years 2014-03-05 22:16:15 +10:30
mips-elf.exp [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
mips-lib.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
mips16-1.d
mips16-1a.s
mips16-1b.s
mips16-and-micromips.d bfd/ 2011-07-24 14:20:15 +00:00
mips16-call-global-1.s ld/testsuite/ 2012-05-13 09:55:45 +00:00
mips16-call-global-2.s ld/testsuite/ 2012-05-13 09:55:45 +00:00
mips16-call-global-3.s ld/testsuite/ 2012-05-13 09:55:45 +00:00
mips16-call-global.d ld/testsuite/ 2012-05-13 09:55:45 +00:00
mips16-hilo-n32.d
mips16-hilo.d
mips16-hilo.ld
mips16-hilo.s
mips16-intermix-1.s
mips16-intermix-2.s
mips16-intermix.d bfd/ 2010-12-31 11:01:00 +00:00
mips16-local-stubs-1.d bfd/ 2008-08-06 19:44:47 +00:00
mips16-local-stubs-1.s
mips16-pic-1-dummy.s bfd/ 2008-08-06 19:44:47 +00:00
mips16-pic-1.dd bfd/ 2010-09-19 10:26:28 +00:00
mips16-pic-1.gd [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
mips16-pic-1.inc PR binutils/15834 2013-08-23 07:54:19 +00:00
mips16-pic-1.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
mips16-pic-1a.s bfd/ 2008-08-06 19:44:47 +00:00
mips16-pic-1b.s bfd/ 2008-08-06 19:44:47 +00:00
mips16-pic-2.ad bfd/ 2013-09-24 22:15:38 +00:00
mips16-pic-2.dd bfd/ 2013-02-13 14:08:58 +00:00
mips16-pic-2.gd [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
mips16-pic-2.nd bfd/ 2013-09-24 22:15:38 +00:00
mips16-pic-2.rd bfd/ 2008-08-07 20:01:14 +00:00
mips16-pic-2a.s bfd/ 2008-08-06 19:44:47 +00:00
mips16-pic-2b.s bfd/ 2008-08-06 19:44:47 +00:00
mips16-pic-3.dd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
mips16-pic-3.gd [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
mips16-pic-3.inc 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
mips16-pic-3.rd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
mips16-pic-3a.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
mips16-pic-3b.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
mips16-pic-4.ver bfd/ 2008-08-18 18:14:05 +00:00
mips16-pic-4a.dd bfd/ 2008-08-18 18:14:05 +00:00
mips16-pic-4a.gd [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
mips16-pic-4a.nd Tolerate some whitespace differences in readelf output. 2009-09-23 03:12:28 +00:00
mips16-pic-4a.s bfd/ 2008-08-18 18:14:05 +00:00
mips16-pic-4b.dd bfd/ 2008-08-18 18:14:05 +00:00
mips16-pic-4b.s bfd/ 2008-08-18 18:14:05 +00:00
mips16-pic-4c.s bfd/ 2008-08-18 18:14:05 +00:00
mode-change-error-1.d bfd/ 2012-08-03 22:14:21 +00:00
mode-change-error-1a.s 2010-08-09 Catherine Moore <clm@codesourcery.com> 2010-08-09 19:54:13 +00:00
mode-change-error-1b.s 2010-08-09 Catherine Moore <clm@codesourcery.com> 2010-08-09 19:54:13 +00:00
multi-got-1-1.s
multi-got-1-2.s
multi-got-1.d 2011-12-09 David Daney <david.daney@cavium.com> 2011-12-10 05:54:45 +00:00
multi-got-hidden-1.d * ld-mips-elf/multi-got-hidden-1.d, 2007-10-12 17:07:04 +00:00
multi-got-hidden-1.s * ld-mips-elf/multi-got-hidden-1.d, 2007-10-12 17:07:04 +00:00
multi-got-hidden-2.d * ld-mips-elf/multi-got-hidden-1.d, 2007-10-12 17:07:04 +00:00
multi-got-hidden-2.s * ld-mips-elf/multi-got-hidden-1.d, 2007-10-12 17:07:04 +00:00
multi-got-no-shared-1.s
multi-got-no-shared-2.s
multi-got-no-shared.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
nan-2008.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
nan-2008.s include/elf/ 2013-07-12 15:58:15 +00:00
nan-legacy.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
nan-legacy.s include/elf/ 2013-07-12 15:58:15 +00:00
nan-mixed-1.d include/elf/ 2013-07-12 15:58:15 +00:00
nan-mixed-2.d include/elf/ 2013-07-12 15:58:15 +00:00
no-shared-1-n32.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
no-shared-1-n64.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
no-shared-1-n64.s bfd/ 2008-07-10 19:06:54 +00:00
no-shared-1-o32.d bfd/ 2008-07-10 19:06:54 +00:00
no-shared-1-o32.s bfd/ 2008-07-10 19:06:54 +00:00
no-shared-1.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-1-rel.dd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-1-rel.nd Tolerate some whitespace differences in readelf output. 2009-09-23 03:12:28 +00:00
pic-and-nonpic-1.dd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-1.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-1.nd * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-1a.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-1b.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-2.d 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-2a.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-2b.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-3-error.d 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-3a.dd bfd/ 2013-09-24 22:15:38 +00:00
pic-and-nonpic-3a.gd [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
pic-and-nonpic-3a.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
pic-and-nonpic-3a.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-3a.sd The PT_DYNAMIC segment was being hard coded to have read, write, and 2014-02-18 16:23:48 -08:00
pic-and-nonpic-3b.ad bfd/ 2013-09-24 22:15:38 +00:00
pic-and-nonpic-3b.dd bfd/ 2013-09-24 22:15:38 +00:00
pic-and-nonpic-3b.gd [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
pic-and-nonpic-3b.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
pic-and-nonpic-3b.nd bfd/ 2013-09-24 22:15:38 +00:00
pic-and-nonpic-3b.pd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-3b.rd * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-3b.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-3b.sd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-4-error.d 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-4a.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-4b.ad bfd/ 2013-09-24 22:15:38 +00:00
pic-and-nonpic-4b.dd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-4b.gd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-4b.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
pic-and-nonpic-4b.nd bfd/ 2013-09-24 22:15:38 +00:00
pic-and-nonpic-4b.rd bfd/ 2013-09-24 22:15:38 +00:00
pic-and-nonpic-4b.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-4b.sd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-5a.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-5b.ad bfd/ 2013-09-24 22:15:38 +00:00
pic-and-nonpic-5b.dd * elfxx-mips.c (LOAD_INTERLOCKS_P): New define. 2009-07-17 09:46:00 +00:00
pic-and-nonpic-5b.gd [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
pic-and-nonpic-5b.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
pic-and-nonpic-5b.nd bfd/ 2013-09-24 22:15:38 +00:00
pic-and-nonpic-5b.pd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-5b.rd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-5b.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-5b.sd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6-n32.ad bfd/ 2013-10-13 10:03:22 +00:00
pic-and-nonpic-6-n32.dd bfd/ 2013-10-13 10:03:22 +00:00
pic-and-nonpic-6-n32.gd bfd/ 2013-10-13 10:03:22 +00:00
pic-and-nonpic-6-n32.nd bfd/ 2013-10-13 10:03:22 +00:00
pic-and-nonpic-6-n32.pd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6-n32.rd bfd/ 2013-10-13 10:03:22 +00:00
pic-and-nonpic-6-n32.sd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6-n32a.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6-n32b.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6-n32c.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6-n64.ad bfd/ 2013-10-13 10:03:22 +00:00
pic-and-nonpic-6-n64.dd bfd/ 2013-10-13 10:03:22 +00:00
pic-and-nonpic-6-n64.gd bfd/ 2013-10-13 10:03:22 +00:00
pic-and-nonpic-6-n64.nd bfd/ 2013-10-13 10:03:22 +00:00
pic-and-nonpic-6-n64.pd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6-n64.rd bfd/ 2013-10-13 10:03:22 +00:00
pic-and-nonpic-6-n64.sd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6-n64a.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6-n64b.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6-n64c.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6-o32.ad bfd/ 2013-10-13 10:03:22 +00:00
pic-and-nonpic-6-o32.dd bfd/ 2013-10-13 10:03:22 +00:00
pic-and-nonpic-6-o32.gd bfd/ 2013-10-13 10:03:22 +00:00
pic-and-nonpic-6-o32.nd bfd/ 2013-10-13 10:03:22 +00:00
pic-and-nonpic-6-o32.pd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6-o32.rd bfd/ 2013-10-13 10:03:22 +00:00
pic-and-nonpic-6-o32.sd 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6-o32a.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6-o32b.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6-o32c.s 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
pic-and-nonpic-6.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
region1.d
region1.t [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
region1a.s
region1b.s
rel32-n32.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
rel32-o32.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
rel32.s
rel64.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
rel64.s
relax-jalr-n32-shared.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
relax-jalr-n32.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
relax-jalr-n64-shared.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
relax-jalr-n64.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
relax-jalr.s
reloc-1-n32.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
reloc-1-n64.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
reloc-1-rel.d
reloc-1a.s
reloc-1b.s
reloc-2.d
reloc-2.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
reloc-2a.s
reloc-2b.s
reloc-3-n32.d
reloc-3.d
reloc-4.d * ld-mips-elf/reloc-4.s, ld-mips-elf/reloc-4.d, 2007-08-01 17:41:30 +00:00
reloc-4.s * ld-mips-elf/reloc-4.s, ld-mips-elf/reloc-4.d, 2007-08-01 17:41:30 +00:00
reloc-5.d * ld-mips-elf/reloc-4.s, ld-mips-elf/reloc-4.d, 2007-08-01 17:41:30 +00:00
reloc-5.s * ld-mips-elf/reloc-4.s, ld-mips-elf/reloc-4.d, 2007-08-01 17:41:30 +00:00
reloc-6a.s bfd/ 2011-05-15 18:52:01 +00:00
reloc-6b.s bfd/ 2011-05-15 18:52:01 +00:00
reloc-estimate-1.d ld/testsuite/ 2008-09-20 09:47:43 +00:00
reloc-estimate-1.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
reloc-estimate-1a.s bfd/ 2008-08-07 19:50:05 +00:00
reloc-estimate-1b.s bfd/ 2008-08-07 19:50:05 +00:00
reloc-merge-lo16.d bfd/ 2012-06-06 10:50:18 +00:00
reloc-merge-lo16.ld
reloc-merge-lo16.s
stub-dynsym-1-2fe80.d bfd/ 2013-06-24 23:55:46 +00:00
stub-dynsym-1-7fff.d bfd/ 2013-06-24 23:55:46 +00:00
stub-dynsym-1-8000.d bfd/ 2013-06-24 23:55:46 +00:00
stub-dynsym-1-10000.d bfd/ 2013-06-24 23:55:46 +00:00
stub-dynsym-1-fff0.d bfd/ 2013-06-24 23:55:46 +00:00
stub-dynsym-1.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
stub-dynsym-1.s
textrel-1.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
textrel-1.s
tls-hidden2-got.d bfd/ 2007-11-14 20:46:15 +00:00
tls-hidden2.d bfd/ 2007-11-14 20:46:15 +00:00
tls-hidden2a.s
tls-hidden2b.s
tls-hidden3.d bfd/ 2013-02-11 18:09:24 +00:00
tls-hidden3.got bfd/ 2013-02-11 18:09:24 +00:00
tls-hidden3.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
tls-hidden3.r bfd/ 2007-11-14 20:46:15 +00:00
tls-hidden3a.s
tls-hidden3b.s
tls-hidden4.got bfd/ 2013-02-11 18:06:10 +00:00
tls-hidden4.r bfd/ 2008-08-07 20:01:14 +00:00
tls-hidden4a.s
tls-hidden4b.s
tls-multi-got-1-1.s
tls-multi-got-1-2.s
tls-multi-got-1.d bfd/ 2013-02-11 18:06:10 +00:00
tls-multi-got-1.got bfd/ 2013-09-24 22:15:38 +00:00
tls-multi-got-1.r [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
tlsbin-o32.d bfd/ 2013-02-11 17:46:02 +00:00
tlsbin-o32.got bfd/ 2013-02-11 17:46:02 +00:00
tlsbin-o32.s
tlsdyn-o32-1.d bfd/ 2013-09-24 22:15:38 +00:00
tlsdyn-o32-1.got bfd/ 2013-09-24 22:15:38 +00:00
tlsdyn-o32-2.d bfd/ 2013-09-24 22:15:38 +00:00
tlsdyn-o32-2.got bfd/ 2013-09-24 22:15:38 +00:00
tlsdyn-o32-2.s
tlsdyn-o32-3.d bfd/ 2013-09-24 22:15:38 +00:00
tlsdyn-o32-3.got bfd/ 2013-09-24 22:15:38 +00:00
tlsdyn-o32.d bfd/ 2013-09-24 22:15:38 +00:00
tlsdyn-o32.got bfd/ 2013-09-24 22:15:38 +00:00
tlsdyn-o32.s
tlslib-hidden.ver
tlslib-o32-hidden.got bfd/ 2013-02-11 17:46:02 +00:00
tlslib-o32-ver.got bfd/ 2013-09-24 22:15:38 +00:00
tlslib-o32.d bfd/ 2013-06-24 23:55:46 +00:00
tlslib-o32.got bfd/ 2013-09-24 22:15:38 +00:00
tlslib-o32.s
tlslib.ver
undefined.d bfd/ 2009-12-10 14:20:04 +00:00
undefined.s bfd/ 2009-12-10 14:20:04 +00:00
vxworks-forced-local-1.d bfd/ 2007-08-13 21:16:39 +00:00
vxworks-forced-local-1.s bfd/ 2007-08-13 21:16:39 +00:00
vxworks-forced-local-1.ver bfd/ 2007-08-13 21:16:39 +00:00
vxworks1-lib.dd bfd/ 2007-08-13 21:16:39 +00:00
vxworks1-lib.nd Tolerate some whitespace differences in readelf output. 2009-09-23 03:12:28 +00:00
vxworks1-lib.rd bfd/ 2007-08-13 21:16:39 +00:00
vxworks1-lib.s
vxworks1-lib.td
vxworks1-static.d ld/testsuite/ 2007-08-17 13:22:44 +00:00
vxworks1.dd
vxworks1.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
vxworks1.rd
vxworks1.s
vxworks2-static.sd
vxworks2.s
vxworks2.sd