binutils-gdb/ld/testsuite/ld-mips-elf
Maciej W. Rozycki 78da84f994 MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement
Similarly to commit 86b24e15c4 ("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-12 20:01:44 +01:00
..
abiflags-strip1-ph.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
abiflags-strip2-ph.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
abiflags-strip3-ph.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
abiflags-strip4-ph.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
abiflags-strip5-ph.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
abiflags-strip6-ph.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
abiflags-strip7-ph.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
abiflags-strip8-ph.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
abiflags-strip9-ph.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
abiflags-strip10-ph.d Update .MIPS.abiflags to support MIPS R6 2014-11-05 10:48:38 +00:00
attr-gnu-4-0-n32-ph.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
attr-gnu-4-0-n64-ph.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
attr-gnu-4-0-ph.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-0.s
attr-gnu-4-1-n32-ph.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
attr-gnu-4-1-n64-ph.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
attr-gnu-4-1-ph.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-1.s
attr-gnu-4-2-n32-ph.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
attr-gnu-4-2-n64-ph.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
attr-gnu-4-2-ph.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +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/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
attr-gnu-4-3-n64-ph.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
attr-gnu-4-3-ph.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +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 testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-4.s
attr-gnu-4-5-ph.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +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 testsuite cleanup - part 4 2014-09-06 18:02:50 +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 testsuite cleanup - part 4 2014-09-06 18:02:50 +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-8.s [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
attr-gnu-4-9.s 2015-07-09 Catherine Moore <clm@codesourcery.com> 2015-07-09 08:26:10 -07:00
attr-gnu-4-00.d Fix all failing FPXX tests for tx39-elf. 2014-12-19 14:20:17 +00:00
attr-gnu-4-01.d Fix all failing FPXX tests for tx39-elf. 2014-12-19 14:20:17 +00:00
attr-gnu-4-02.d Fix all failing FPXX tests for tx39-elf. 2014-12-19 14:20:17 +00:00
attr-gnu-4-03.d Fix all failing FPXX tests for tx39-elf. 2014-12-19 14:20:17 +00: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-05.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-06.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-07.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-08.d 2015-07-09 Catherine Moore <clm@codesourcery.com> 2015-07-09 08:26:10 -07:00
attr-gnu-4-09.d 2015-07-09 Catherine Moore <clm@codesourcery.com> 2015-07-09 08:26:10 -07:00
attr-gnu-4-10.d Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
attr-gnu-4-11.d Fix all failing FPXX tests for tx39-elf. 2014-12-19 14:20:17 +00:00
attr-gnu-4-12.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-13.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-14.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-15.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-16.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-17.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-18.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-19.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-20.d Fix all failing FPXX tests for tx39-elf. 2014-12-19 14:20:17 +00:00
attr-gnu-4-21.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-22.d Fix all failing FPXX tests for tx39-elf. 2014-12-19 14:20:17 +00:00
attr-gnu-4-23.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-24.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-25.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-26.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-27.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-28.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-29.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-30.d Fix all failing FPXX tests for tx39-elf. 2014-12-19 14:20:17 +00:00
attr-gnu-4-31.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-32.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-33.d Fix all failing FPXX tests for tx39-elf. 2014-12-19 14:20:17 +00:00
attr-gnu-4-34.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-35.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-36.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-37.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-38.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-39.d MIPS messages 2018-02-26 09:31:04 +10:30
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 messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-42.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-43.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-44.d Fix all failing FPXX tests for tx39-elf. 2014-12-19 14:20:17 +00:00
attr-gnu-4-45.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-46.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-47.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-48.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-49.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-50.d Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
attr-gnu-4-51.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-52.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-53.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-54.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-55.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-56.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-57.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-58.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-59.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-60.d Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
attr-gnu-4-61.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-62.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-63.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-64.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-65.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-66.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-67.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-68.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-69.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-70.d Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
attr-gnu-4-71.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-72.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-73.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-74.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-75.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-76.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-77.d MIPS testsuite cleanup - part 4 2014-09-06 18:02:50 +01:00
attr-gnu-4-78.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-79.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-81.d MIPS messages 2018-02-26 09:31:04 +10:30
attr-gnu-4-89.d MIPS messages 2018-02-26 09:31:04 +10:30
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-1.s 2013-10-14 Chao-ying Fu <Chao-ying.Fu@imgtec.com> 2013-10-14 19:02:00 +00: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-00.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01: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-02.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01: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 messages 2018-02-26 09:31:04 +10:30
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 messages 2018-02-26 09:31:04 +10:30
attr-gnu-8-22.d [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
bal-jalx-addend-micromips-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-addend-micromips-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-addend-micromips.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-addend-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-addend-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-addend.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-local-micromips-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-local-micromips-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-local-micromips.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-local-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-local-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-local.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-pic-ignore-micromips-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-pic-ignore-micromips-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-pic-ignore-micromips.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-pic-ignore-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-pic-ignore-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-pic-ignore.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-pic-micromips-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-pic-micromips-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-pic-micromips.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-pic-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-pic-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
bal-jalx-pic.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
binary.d MIPS/LD: Fix a segfault from ELF `e_flags' access with non-ELF output BFD 2017-07-07 17:58:03 +01:00
binary.ld MIPS/LD: Fix a segfault from ELF `e_flags' access with non-ELF output BFD 2017-07-07 17:58:03 +01:00
binary.s MIPS/LD: Fix a segfault from ELF `e_flags' access with non-ELF output BFD 2017-07-07 17:58:03 +01:00
branch-absolute-addend-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
branch-absolute-addend-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
branch-absolute-addend.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
branch-absolute-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
branch-absolute-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
branch-absolute.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
branch-misc-1.d
branch-misc-2.d MIPS/LD/testsuite: Resurrect `branch-misc-2' test 2016-07-02 23:16:41 +01:00
comm-data.exp MIPS/LD/testsuite: Correct LD emulations for `mips*-*-kfreebsd*-gnu' 2018-04-03 09:18:06 +01:00
compact-eh1.d Compact EH Support 2015-05-28 15:21:17 -07:00
compact-eh1.s Compact EH Support 2015-05-28 15:21:17 -07:00
compact-eh1a.s Compact EH Support 2015-05-28 15:21:17 -07:00
compact-eh1b.s Compact EH Support 2015-05-28 15:21:17 -07:00
compact-eh2.d Compact EH Support 2015-05-28 15:21:17 -07:00
compact-eh2.s Compact EH Support 2015-05-28 15:21:17 -07:00
compact-eh3.d Compact EH Support 2015-05-28 15:21:17 -07:00
compact-eh3.s Compact EH Support 2015-05-28 15:21:17 -07:00
compact-eh3a.s Compact EH Support 2015-05-28 15:21:17 -07:00
compact-eh4.d Compact EH Support 2015-05-28 15:21:17 -07:00
compact-eh5.d Compact EH Support 2015-05-28 15:21:17 -07:00
compact-eh6.d Compact EH Support 2015-05-28 15:21:17 -07:00
compact-eh.ld Compact EH Support 2015-05-28 15:21:17 -07:00
compressed-plt-1-dyn.s ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-n32-mips16.od [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
compressed-plt-1-n32-mips16.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-n32-umips.od [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
compressed-plt-1-n32-umips.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-branch.od MIPS/BFD: Handle branches in PLT compression selection 2016-07-26 20:00:48 +01:00
compressed-plt-1-o32-branch.rd MIPS/BFD: Handle branches in PLT compression selection 2016-07-26 20:00:48 +01:00
compressed-plt-1-o32-mips16-branch.od MIPS/BFD: Handle branches in PLT compression selection 2016-07-26 20:00:48 +01:00
compressed-plt-1-o32-mips16-branch.rd MIPS/BFD: Handle branches in PLT compression selection 2016-07-26 20:00:48 +01:00
compressed-plt-1-o32-mips16-bronly.od MIPS/BFD: Handle branches in PLT compression selection 2016-07-26 20:00:48 +01:00
compressed-plt-1-o32-mips16-bronly.rd MIPS/BFD: Handle branches in PLT compression selection 2016-07-26 20:00:48 +01:00
compressed-plt-1-o32-mips16-got.od [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01: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 [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01: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 [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
compressed-plt-1-o32-mips16-word.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-mips16.od [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
compressed-plt-1-o32-mips16.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-se.od [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
compressed-plt-1-o32-se.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-umips-branch.od MIPS/BFD: Handle branches in PLT compression selection 2016-07-26 20:00:48 +01:00
compressed-plt-1-o32-umips-branch.rd MIPS/BFD: Handle branches in PLT compression selection 2016-07-26 20:00:48 +01:00
compressed-plt-1-o32-umips-bronly.od MIPS/BFD: Handle branches in PLT compression selection 2016-07-26 20:00:48 +01:00
compressed-plt-1-o32-umips-bronly.rd MIPS/BFD: Handle branches in PLT compression selection 2016-07-26 20:00:48 +01:00
compressed-plt-1-o32-umips-got.od [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01: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 [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
compressed-plt-1-o32-umips-word.rd ld/testsuite/ 2013-10-13 10:17:20 +00:00
compressed-plt-1-o32-umips.od [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01: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 MIPS/BFD: Handle branches in PLT compression selection 2016-07-26 20:00:48 +01:00
compressed-plt-1a.s MIPS/BFD: Handle branches in PLT compression selection 2016-07-26 20:00:48 +01:00
compressed-plt-1b.s MIPS/BFD: Handle branches in PLT compression selection 2016-07-26 20:00:48 +01: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 MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01: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 MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
eh-frame1-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
eh-frame1.ld ld/testsuite/ 2012-05-13 09:45:45 +00:00
eh-frame1.s
eh-frame2-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
eh-frame2-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
eh-frame3.d Align eh_frame FDEs according to their encoding 2017-03-05 14:49:54 +10:30
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/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
elf-rel-got-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
elf-rel-got-n64-embed.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
elf-rel-got-n64-irix.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
elf-rel-got-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
elf-rel-xgot-n32-embed.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
elf-rel-xgot-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
elf-rel-xgot-n64-embed.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
elf-rel-xgot-n64-irix.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
elf-rel-xgot-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
emit-relocs-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01: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-ref-f0.s ELF/LD: Avoid producing hidden and internal dynamic symbols 2016-04-05 15:14:54 +01:00
export-class-ref-f1.s ELF/LD: Avoid producing hidden and internal dynamic symbols 2016-04-05 15:14:54 +01:00
export-class-ref-f2.s ELF/LD: Avoid producing hidden and internal dynamic symbols 2016-04-05 15:14:54 +01:00
export-class-ref-lib.sd ELF/LD: Avoid producing hidden and internal dynamic symbols 2016-04-05 15:14:54 +01:00
export-class.exp Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
export-hidden-ref.sd ELF/LD: Avoid producing hidden and internal dynamic symbols 2016-04-05 15:14:54 +01:00
export-internal-ref.sd ELF/LD: Avoid producing hidden and internal dynamic symbols 2016-04-05 15:14:54 +01:00
export-local-ref.sd ELF/LD: Avoid producing hidden and internal dynamic symbols 2016-04-05 15:14:54 +01:00
export-protected-ref.sd ELF/LD: Avoid producing hidden and internal dynamic symbols 2016-04-05 15:14:54 +01:00
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 MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01: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 MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01: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 Update mips tests with symbol version string 2014-11-27 06:44:29 -08: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-disp-sym.d BFD: Prevent writing the MIPS _gp_disp symbol into symbol tables 2018-05-03 17:17:46 +01:00
gp-disp-sym.s BFD: Prevent writing the MIPS _gp_disp symbol into symbol tables 2018-05-03 17:17:46 +01: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 Delay converting linker script defined symbols from absolute 2015-09-18 12:39:16 +09:30
hash1.s
hash1a.d MIPS/LD/testsuite: Update `run_dump_test' cases for non-DSO targets 2018-04-27 15:25:20 +01:00
hash1b.d MIPS/LD/testsuite: Update `run_dump_test' cases for non-DSO targets 2018-04-27 15:25:20 +01:00
hash1c.d MIPS/LD/testsuite: Update `run_dump_test' cases for non-DSO targets 2018-04-27 15:25:20 +01:00
jal-global-overflow-0.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
jal-global-overflow-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
jal-global-overflow.s MIPS/BFD: Enable local R_MIPS_26 overflow detection 2016-05-28 10:33:54 +01:00
jal-local-overflow-0.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
jal-local-overflow-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
jal-local-overflow.s MIPS/BFD: Enable local R_MIPS_26 overflow detection 2016-05-28 10:33:54 +01:00
jalbal.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
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
jalr4-r6.dd MIPS/BFD: Also handle `jalr $0, $25' with R_MIPS_JALR 2017-02-28 00:22:36 +00:00
jalr4.dd MIPS/BFD: Also handle `jalr $0, $25' with R_MIPS_JALR 2017-02-28 00:22:36 +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] Map 'move' to 'or'. 2015-08-12 17:10:22 +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
jalx-addend-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
jalx-addend-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
jalx-addend.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
jalx-local-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
jalx-local-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
jalx-local.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
jr-to-b-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01: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 MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01: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
lsi-4010-isa.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
micromips-branch-absolute-addend-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
micromips-branch-absolute-addend-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
micromips-branch-absolute-addend.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
micromips-branch-absolute-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
micromips-branch-absolute-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
micromips-branch-absolute.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +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-branch-2.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-3.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-absolute-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-absolute-2.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-absolute-addend-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-absolute-addend-n32-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-absolute-addend-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-absolute-addend-n64-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-absolute-addend-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-absolute-addend.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-absolute-n32-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-absolute-n32-2.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-absolute-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-absolute-n64-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-absolute-n64-2.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-absolute-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-absolute.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-addend-2.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch-addend-3.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-branch.s MIPS16: Add R_MIPS16_PC16_S1 branch relocation support 2016-06-28 01:29:56 +01: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-fp-stub-1.s 2015-10-29 Catherine Moore <clm@codesourcery.com> 2015-10-29 06:58:16 -07:00
mips16-fp-stub-2.s 2015-10-29 Catherine Moore <clm@codesourcery.com> 2015-10-29 06:58:16 -07:00
mips16-fp-stub.d 2015-10-29 Catherine Moore <clm@codesourcery.com> 2015-10-29 06:58:16 -07:00
mips16-hilo-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-hilo.d
mips16-hilo.ld
mips16-hilo.s
mips16-intermix-1.s
mips16-intermix-2.s
mips16-intermix.d 2015-10-29 Catherine Moore <clm@codesourcery.com> 2015-10-29 06:58:16 -07:00
mips16-local-stubs-1.d bfd/ 2008-08-06 19:44:47 +00:00
mips16-local-stubs-1.s
mips16-pcrel-0.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-pcrel-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-pcrel-addend-2.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-pcrel-addend-6.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-pcrel-n32-0.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-pcrel-n32-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-pcrel-n64-sym32-0.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16-pcrel-n64-sym32-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
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: Prevent writing the MIPS _gp_disp symbol into symbol tables 2018-05-03 17:17:46 +01: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: Prevent writing the MIPS _gp_disp symbol into symbol tables 2018-05-03 17:17:46 +01: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 [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01: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 ELF dynsyms 2018-06-14 11:32:01 +09:30
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
mips16e2-pcrel-0.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16e2-pcrel-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16e2-pcrel-addend-2.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16e2-pcrel-addend-6.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16e2-pcrel-n32-0.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16e2-pcrel-n32-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16e2-pcrel-n64-sym32-0.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips16e2-pcrel-n64-sym32-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
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-abiflags-0.d MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
mips-abiflags-0.ld MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
mips-abiflags-0r.d MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
mips-abiflags-1.d MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
mips-abiflags-1.ld MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
mips-abiflags-1r.d MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
mips-abiflags-2.d MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
mips-abiflags-2r.d MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +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 year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
mips-elf.exp MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
mips-lib.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
mode-change-error-1.d ld error/warning messages 2018-02-26 10:51:12 +10:30
mode-change-error-1a.s MIPS/BFD: Don't stop processing on a cross-mode jump conversion error 2016-06-21 14:18:23 +01: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 MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
multi-got-hidden-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
multi-got-hidden-1.s
multi-got-hidden-2.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
multi-got-hidden-2.s
multi-got-no-shared-1.s
multi-got-no-shared-2.s
multi-got-no-shared.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
n64-plt-1.dd PR ld/22966: Fix n64 MIPS `.got.plt' range checks 2018-06-20 00:37:51 +01:00
n64-plt-1.gd PR ld/22966: Fix n64 MIPS `.got.plt' range checks 2018-06-20 00:37:51 +01:00
n64-plt-1.ld PR ld/22966: Fix n64 MIPS `.got.plt' range checks 2018-06-20 00:37:51 +01:00
n64-plt-2.ed PR ld/22966: Fix n64 MIPS `.got.plt' range checks 2018-06-20 00:37:51 +01:00
n64-plt-2.ld PR ld/22966: Fix n64 MIPS `.got.plt' range checks 2018-06-20 00:37:51 +01:00
n64-plt-3.ed PR ld/22966: Fix n64 MIPS `.got.plt' range checks 2018-06-20 00:37:51 +01:00
n64-plt-3.ld PR ld/22966: Fix n64 MIPS `.got.plt' range checks 2018-06-20 00:37:51 +01:00
n64-plt-4.dd PR ld/22966: Fix n64 MIPS `.got.plt' range checks 2018-06-20 00:37:51 +01:00
n64-plt-4.gd PR ld/22966: Fix n64 MIPS `.got.plt' range checks 2018-06-20 00:37:51 +01:00
n64-plt-4.ld PR ld/22966: Fix n64 MIPS `.got.plt' range checks 2018-06-20 00:37:51 +01:00
n64-plt-lib.s PR ld/22966: Fix n64 MIPS `.got.plt' range checks 2018-06-20 00:37:51 +01:00
n64-plt.s PR ld/22966: Fix n64 MIPS `.got.plt' range checks 2018-06-20 00:37:51 +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 MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
no-shared-1-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
no-shared-1-n64.s bfd/ 2008-07-10 19:06:54 +00:00
no-shared-1-o32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01: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-micromips-rel.dd MIPS/LD/testsuite: Verify microMIPS LA25 stub generation 2016-08-10 22:24:43 +01:00
pic-and-nonpic-1-micromips-rel.nd MIPS/LD/testsuite: Verify microMIPS LA25 stub generation 2016-08-10 22:24:43 +01:00
pic-and-nonpic-1-micromips.dd MIPS/LD/testsuite: Verify microMIPS LA25 stub generation 2016-08-10 22:24:43 +01:00
pic-and-nonpic-1-micromips.nd MIPS/LD/testsuite: Verify microMIPS LA25 stub generation 2016-08-10 22:24:43 +01: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 Strip undefined symbols from .symtab 2015-02-19 13:36:34 +10:30
pic-and-nonpic-1a-micromips.s MIPS/LD/testsuite: Verify microMIPS LA25 stub generation 2016-08-10 22:24:43 +01: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-micromips.s MIPS/LD/testsuite: Verify microMIPS LA25 stub generation 2016-08-10 22:24:43 +01: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 MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01: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 MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
pic-and-nonpic-3a.dd ELF dynsyms 2018-06-14 11:32:01 +09:30
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 Add support for DT_MIPS_RLD_MAP_REL. 2015-06-26 11:53:33 +01:00
pic-and-nonpic-3b.dd [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01: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 MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01: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 Add support for DT_MIPS_RLD_MAP_REL. 2015-06-26 11:53:33 +01: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 Add support for DT_MIPS_RLD_MAP_REL. 2015-06-26 11:53:33 +01:00
pic-and-nonpic-5b.dd [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01: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 Add support for DT_MIPS_RLD_MAP_REL. 2015-06-26 11:53:33 +01:00
pic-and-nonpic-6-n32.dd [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01: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 Add support for DT_MIPS_RLD_MAP_REL. 2015-06-26 11:53:33 +01:00
pic-and-nonpic-6-n64.dd [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01: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 Add support for DT_MIPS_RLD_MAP_REL. 2015-06-26 11:53:33 +01:00
pic-and-nonpic-6-o32.dd [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01: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
pie-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
pie-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
pie-o32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
pie.s Add support for DT_MIPS_RLD_MAP_REL. 2015-06-26 11:53:33 +01:00
pr21334.dd PR ld/21334: Always call `_bfd_elf_link_renumber_dynsyms' if required 2017-04-26 13:17:07 +01:00
pr21334.gd PR ld/21334: Always call `_bfd_elf_link_renumber_dynsyms' if required 2017-04-26 13:17:07 +01:00
pr21334.ld PR ld/21334: Always call `_bfd_elf_link_renumber_dynsyms' if required 2017-04-26 13:17:07 +01:00
pr21334.s PR ld/21334: Always call `_bfd_elf_link_renumber_dynsyms' if required 2017-04-26 13:17:07 +01:00
reginfo-0.d MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
reginfo-0.ld MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
reginfo-0r.d MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
reginfo-1.d MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
reginfo-1.ld MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
reginfo-1.s MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
reginfo-1r.d MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
reginfo-2.d MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
reginfo-2.s MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00:00
reginfo-2r.d MIPS/BFD: Fix the size of .reginfo' and .MIPS.abiflags' sections 2018-02-19 18:38:41 +00: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/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
rel32-o32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
rel32.s
rel64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
rel64.s
relax-jalr-n32-shared.d MIPS/LD/testsuite: Update `run_dump_test' cases for non-DSO targets 2018-04-27 15:25:20 +01:00
relax-jalr-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
relax-jalr-n64-shared.d MIPS/LD/testsuite: Update `run_dump_test' cases for non-DSO targets 2018-04-27 15:25:20 +01:00
relax-jalr-n64.d MIPS/BFD: Remove duplicate NewABI JALR relocation handling 2017-02-23 23:49:14 +00:00
relax-jalr.s
relax-offset-umips.dd MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation 2017-07-01 00:42:19 +01:00
relax-offset-umips.gd MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation 2017-07-01 00:42:19 +01:00
relax-offset.dd MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation 2017-07-01 00:42:19 +01:00
relax-offset.gd MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation 2017-07-01 00:42:19 +01:00
relax-offset.ld MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation 2017-07-01 00:42:19 +01:00
reloc-1-n32.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
reloc-1-n64.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
reloc-1-rel.d
reloc-1a.s
reloc-1b.s
reloc-2.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
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 MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
reloc-3.d
reloc-4.d
reloc-4.s
reloc-5.d
reloc-5.s
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 Update mips tests with symbol version string 2014-11-27 06:44:29 -08: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-local-overflow.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
reloc-local-overflow.s MIPS/BFD: Fix section symbol name fetching in relocation 2016-05-27 22:25:42 +01: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 [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
stub-dynsym-1-7fff.d [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
stub-dynsym-1-8000.d [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
stub-dynsym-1-10000.d [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
stub-dynsym-1-fff0.d [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01: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
stub-dynsym-2.dd MIPS/BFD: Do not redirect to discarded lazy binding stubs 2018-07-09 21:30:44 +01:00
stub-dynsym-2.gd MIPS/BFD: Do not redirect to discarded lazy binding stubs 2018-07-09 21:30:44 +01:00
stub-dynsym-2.ld MIPS/BFD: Do not redirect to discarded lazy binding stubs 2018-07-09 21:30:44 +01:00
stub-dynsym-2.s MIPS/BFD: Do not redirect to discarded lazy binding stubs 2018-07-09 21:30:44 +01:00
stub-dynsym-2.sd MIPS/BFD: Do not redirect to discarded lazy binding stubs 2018-07-09 21:30:44 +01:00
stub-dynsym-discard-2.gd MIPS/BFD: Do not redirect to discarded lazy binding stubs 2018-07-09 21:30:44 +01:00
stub-dynsym-discard-2.ld MIPS/BFD: Do not redirect to discarded lazy binding stubs 2018-07-09 21:30:44 +01:00
stub-dynsym-discard-2.sd MIPS/BFD: Do not redirect to discarded lazy binding stubs 2018-07-09 21:30:44 +01:00
stub-dynsym-micromips-1-2fe80.d MIPS/LD/testsuite: Add microMIPS lazy binding stub tests 2018-06-09 01:09:23 +01:00
stub-dynsym-micromips-1-7fff.d MIPS/LD/testsuite: Add microMIPS lazy binding stub tests 2018-06-09 01:09:23 +01:00
stub-dynsym-micromips-1-8000.d MIPS/LD/testsuite: Add microMIPS lazy binding stub tests 2018-06-09 01:09:23 +01:00
stub-dynsym-micromips-1-10000.d MIPS/LD/testsuite: Add microMIPS lazy binding stub tests 2018-06-09 01:09:23 +01:00
stub-dynsym-micromips-1-fff0.d MIPS/LD/testsuite: Add microMIPS lazy binding stub tests 2018-06-09 01:09:23 +01:00
stub-dynsym-micromips-2.dd MIPS/BFD: Do not redirect to discarded lazy binding stubs 2018-07-09 21:30:44 +01:00
stub-dynsym-micromips-2.gd MIPS/BFD: Do not redirect to discarded lazy binding stubs 2018-07-09 21:30:44 +01:00
stub-dynsym-micromips-2.sd MIPS/BFD: Do not redirect to discarded lazy binding stubs 2018-07-09 21:30:44 +01:00
stub-dynsym-micromips-insn32-1-2fe80.d MIPS/LD/testsuite: Add microMIPS lazy binding stub tests 2018-06-09 01:09:23 +01:00
stub-dynsym-micromips-insn32-1-7fff.d MIPS/LD/testsuite: Add microMIPS lazy binding stub tests 2018-06-09 01:09:23 +01:00
stub-dynsym-micromips-insn32-1-8000.d MIPS/LD/testsuite: Add microMIPS lazy binding stub tests 2018-06-09 01:09:23 +01:00
stub-dynsym-micromips-insn32-1-10000.d MIPS/LD/testsuite: Add microMIPS lazy binding stub tests 2018-06-09 01:09:23 +01:00
stub-dynsym-micromips-insn32-1-fff0.d MIPS/LD/testsuite: Add microMIPS lazy binding stub tests 2018-06-09 01:09:23 +01:00
stub-dynsym-micromips-insn32-2.dd MIPS/BFD: Do not redirect to discarded lazy binding stubs 2018-07-09 21:30:44 +01:00
stub-dynsym-micromips-insn32-2.gd MIPS/BFD: Do not redirect to discarded lazy binding stubs 2018-07-09 21:30:44 +01:00
stub-dynsym-micromips-insn32-2.sd MIPS/BFD: Do not redirect to discarded lazy binding stubs 2018-07-09 21:30:44 +01:00
textrel-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01: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 MIPS/LD/testsuite: Fix a `tls-multi-got-1-1.s' build failure 2017-02-01 22:15:32 +00:00
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 MIPS/LD/testsuite: Fix a `tls-multi-got-1-1.s' build failure 2017-02-01 22:15:32 +00:00
tls-multi-got-1.r MIPS/LD/testsuite: Fix a `tls-multi-got-1-1.s' build failure 2017-02-01 22:15:32 +00:00
tlsbin-o32.d [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
tlsbin-o32.got bfd/ 2013-02-11 17:46:02 +00:00
tlsbin-o32.s
tlsbin-pie-o32.d PR ld/22570: MIPS/BFD: Fix TLS relocation resolution for PIE executables 2018-07-11 17:44:45 +01:00
tlsbin-pie-o32.got PR ld/22570: MIPS/BFD: Fix TLS relocation resolution for PIE executables 2018-07-11 17:44:45 +01:00
tlsdyn-o32-1.d MIPS/BFD: Fix TLS relocation resolution for regular executables 2018-07-11 17:44:45 +01:00
tlsdyn-o32-1.got MIPS/BFD: Fix TLS relocation resolution for regular executables 2018-07-11 17:44:45 +01:00
tlsdyn-o32-2.d MIPS/BFD: Fix TLS relocation resolution for regular executables 2018-07-11 17:44:45 +01:00
tlsdyn-o32-2.got MIPS/BFD: Fix TLS relocation resolution for regular executables 2018-07-11 17:44:45 +01:00
tlsdyn-o32-2.s
tlsdyn-o32-3.d MIPS/BFD: Fix TLS relocation resolution for regular executables 2018-07-11 17:44:45 +01:00
tlsdyn-o32-3.got MIPS/BFD: Fix TLS relocation resolution for regular executables 2018-07-11 17:44:45 +01:00
tlsdyn-o32.d MIPS/BFD: Fix TLS relocation resolution for regular executables 2018-07-11 17:44:45 +01:00
tlsdyn-o32.got MIPS/BFD: Fix TLS relocation resolution for regular executables 2018-07-11 17:44:45 +01:00
tlsdyn-o32.s
tlsdyn-pie-o32.d PR ld/22570: MIPS/BFD: Fix TLS relocation resolution for PIE executables 2018-07-11 17:44:45 +01:00
tlsdyn-pie-o32.got PR ld/22570: MIPS/BFD: Fix TLS relocation resolution for PIE executables 2018-07-11 17:44:45 +01:00
tlslib-hidden.ver
tlslib-o32-hidden.got BFD: Prevent writing the MIPS _gp_disp symbol into symbol tables 2018-05-03 17:17:46 +01:00
tlslib-o32-ver.got BFD: Prevent writing the MIPS _gp_disp symbol into symbol tables 2018-05-03 17:17:46 +01:00
tlslib-o32.d [MIPS] Map 'move' to 'or'. 2015-08-12 17:10:22 +01:00
tlslib-o32.got BFD: Prevent writing the MIPS _gp_disp symbol into symbol tables 2018-05-03 17:17:46 +01:00
tlslib-o32.s
tlslib.ver
unaligned-branch-2.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-branch-ignore-2.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-branch-ignore-micromips.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-branch-ignore-mips16.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-branch-ignore-r6-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-branch-micromips.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-branch-mips16.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-branch-r6-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-branch-r6-2.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-branch.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-branch.s MIPS/BFD: Correctly handle `bfd_reloc_outofrange' with branches 2016-05-28 10:59:45 +01:00
unaligned-data.s MIPS/LD/testsuite: Rename unaligned-syms' to unaligned-data' 2016-05-28 10:38:02 +01:00
unaligned-insn.s MIPS/BFD: Report `bfd_reloc_outofrange' errors as such 2016-05-25 21:03:22 +01:00
unaligned-jalx-0.d MIPS/BFD: Don't stop processing on `bfd_reloc_outofrange' 2016-05-26 12:28:59 +01:00
unaligned-jalx-0.s MIPS/BFD: Don't stop processing on `bfd_reloc_outofrange' 2016-05-26 12:28:59 +01:00
unaligned-jalx-1.d ld error/warning messages 2018-02-26 10:51:12 +10:30
unaligned-jalx-1.s MIPS/BFD: Report `bfd_reloc_outofrange' errors as such 2016-05-25 21:03:22 +01:00
unaligned-jalx-2.d MIPS: Convert cross-mode BAL to JALX 2016-07-19 16:22:53 +01:00
unaligned-jalx-2.s MIPS: Convert cross-mode BAL to JALX 2016-07-19 16:22:53 +01:00
unaligned-jalx-3.d ld error/warning messages 2018-02-26 10:51:12 +10:30
unaligned-jalx-3.s MIPS: Convert cross-mode BAL to JALX 2016-07-19 16:22:53 +01:00
unaligned-jalx-addend-0.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-jalx-addend-0.s MIPS/BFD: Include the addend in JALX's target alignment verification 2016-05-27 22:31:29 +01:00
unaligned-jalx-addend-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-jalx-addend-1.s MIPS/BFD: Include the addend in JALX's target alignment verification 2016-05-27 22:31:29 +01:00
unaligned-jalx-addend-2.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-jalx-addend-2.s MIPS: Convert cross-mode BAL to JALX 2016-07-19 16:22:53 +01:00
unaligned-jalx-addend-3.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-jalx-addend-3.s MIPS: Convert cross-mode BAL to JALX 2016-07-19 16:22:53 +01:00
unaligned-jalx-addend-micromips-0.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-jalx-addend-micromips-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-jalx-addend-mips16-0.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-jalx-addend-mips16-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-jalx-micromips-0.d MIPS/BFD: Don't stop processing on `bfd_reloc_outofrange' 2016-05-26 12:28:59 +01:00
unaligned-jalx-micromips-1.d ld error/warning messages 2018-02-26 10:51:12 +10:30
unaligned-jalx-mips16-0.d MIPS/BFD: Don't stop processing on `bfd_reloc_outofrange' 2016-05-26 12:28:59 +01:00
unaligned-jalx-mips16-1.d ld error/warning messages 2018-02-26 10:51:12 +10:30
unaligned-jump-micromips.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-jump-mips16.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-jump.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-ldpc-0.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-ldpc-0.s MIPS/BFD: Don't stop processing on `bfd_reloc_outofrange' 2016-05-26 12:28:59 +01:00
unaligned-ldpc-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-ldpc-1.s MIPS/BFD: Don't stop processing on `bfd_reloc_outofrange' 2016-05-26 12:28:59 +01:00
unaligned-lwpc-0.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-lwpc-0.s MIPS/BFD: Don't stop processing on `bfd_reloc_outofrange' 2016-05-26 12:28:59 +01:00
unaligned-lwpc-1.d MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian arrangement 2018-07-12 20:01:44 +01:00
unaligned-lwpc-1.s MIPS/BFD: Don't stop processing on `bfd_reloc_outofrange' 2016-05-26 12:28:59 +01:00
unaligned-text.s MIPS/BFD: Correctly handle `bfd_reloc_outofrange' with branches 2016-05-28 10:59:45 +01:00
undefined-warn.d PR ld/21900: MIPS: Fix relocation processing with undefined symbols 2018-03-03 15:49:21 +00:00
undefined.d ld error/warning messages 2018-02-26 10:51:12 +10:30
undefined.s PR ld/21900: MIPS: Fix relocation processing with undefined symbols 2018-03-03 15:49:21 +00:00
undefweak-overflow.d MIPS: Verify the ISA mode and alignment of branch and jump targets 2016-07-19 14:46:30 +01:00
undefweak-overflow.s MIPS: Verify the ISA mode and alignment of branch and jump targets 2016-07-19 14:46:30 +01:00
vxworks1-lib.dd
vxworks1-lib.nd Tolerate some whitespace differences in readelf output. 2009-09-23 03:12:28 +00:00
vxworks1-lib.rd MIPS/LD/testsuite: Correct relocation addends in VxWorks tests 2017-02-01 22:17:33 +00:00
vxworks1-lib.s
vxworks1-lib.td
vxworks1-static.d ld error/warning messages 2018-02-26 10:51:12 +10:30
vxworks1.dd MIPS/LD/testsuite: Correct relocation addends in VxWorks tests 2017-02-01 22:17:33 +00:00
vxworks1.ld [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions 2014-07-29 11:27:59 +01:00
vxworks1.rd readelf ngettext fixes 2017-11-07 17:01:16 +10:30
vxworks1.s
vxworks2-static.sd
vxworks2.s
vxworks2.sd
vxworks-forced-local-1.d MIPS/LD/testsuite: Correct relocation addends in VxWorks tests 2017-02-01 22:17:33 +00:00
vxworks-forced-local-1.s
vxworks-forced-local-1.ver