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.
This commit is contained in:
parent
f880fcab1a
commit
78da84f994
213
ld/ChangeLog
213
ld/ChangeLog
@ -1,3 +1,216 @@
|
||||
2018-07-12 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* 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 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* testsuite/ld-mips-elf/mips-elf.exp: Limit reloc 6 tests to
|
||||
|
@ -1,8 +1,8 @@
|
||||
#source: attr-gnu-4-0.s -mips3 -n32 -EB
|
||||
#ld: -melf32btsmipn32 -e 0
|
||||
#source: attr-gnu-4-0.s -mips3
|
||||
#ld: -e 0
|
||||
#objdump: -p
|
||||
|
||||
[^:]*: file format elf32-ntradbigmips
|
||||
[^:]*: file format elf32-n.*mips.*
|
||||
|
||||
Program Header:
|
||||
0x70000003 off 0x000000.. vaddr 0x100000.. paddr 0x100000.. align 2\*\*3
|
||||
|
@ -1,8 +1,8 @@
|
||||
#source: attr-gnu-4-0.s -mips3 -64 -EB
|
||||
#ld: -melf64btsmip -e 0
|
||||
#source: attr-gnu-4-0.s -mips3
|
||||
#ld: -e 0
|
||||
#objdump: -p
|
||||
|
||||
[^:]*: file format elf64-tradbigmips
|
||||
[^:]*: file format elf64-.*mips.*
|
||||
|
||||
Program Header:
|
||||
0x70000003 off 0x00000000000000b0 vaddr 0x00000001200000b0 paddr 0x00000001200000b0 align 2\*\*3
|
||||
|
@ -1,8 +1,8 @@
|
||||
#source: empty.s -mips3 -n32 -EB
|
||||
#ld: -melf32btsmipn32 -e 0
|
||||
#source: empty.s -mips3
|
||||
#ld: -e 0
|
||||
#objdump: -p
|
||||
|
||||
[^:]*: file format elf32-ntradbigmips
|
||||
[^:]*: file format elf32-n.*mips.*
|
||||
|
||||
Program Header:
|
||||
0x70000003 off 0x000000.. vaddr 0x100000.. paddr 0x100000.. align 2\*\*3
|
||||
|
@ -1,8 +1,8 @@
|
||||
#source: empty.s -mips3 -64 -EB
|
||||
#ld: -melf64btsmip -e 0
|
||||
#source: empty.s -mips3
|
||||
#ld: -e 0
|
||||
#objdump: -p
|
||||
|
||||
[^:]*: file format elf64-tradbigmips
|
||||
[^:]*: file format elf64-.*mips.*
|
||||
|
||||
Program Header:
|
||||
0x70000003 off 0x00000000000000b0 vaddr 0x00000001200000b0 paddr 0x00000001200000b0 align 2\*\*3
|
||||
|
@ -1,8 +1,8 @@
|
||||
#source: empty.s -mips3 -n32 -msingle-float -EB
|
||||
#ld: -melf32btsmipn32 -e 0
|
||||
#source: empty.s -mips3 -msingle-float
|
||||
#ld: -e 0
|
||||
#objdump: -p
|
||||
|
||||
[^:]*: file format elf32-ntradbigmips
|
||||
[^:]*: file format elf32-n.*mips.*
|
||||
|
||||
Program Header:
|
||||
0x70000003 off 0x000000.. vaddr 0x100000.. paddr 0x100000.. align 2\*\*3
|
||||
|
@ -1,8 +1,8 @@
|
||||
#source: empty.s -mips3 -64 -msingle-float -EB
|
||||
#ld: -melf64btsmip -e 0
|
||||
#source: empty.s -mips3 -msingle-float
|
||||
#ld: -e 0
|
||||
#objdump: -p
|
||||
|
||||
[^:]*: file format elf64-tradbigmips
|
||||
[^:]*: file format elf64-.*mips.*
|
||||
|
||||
Program Header:
|
||||
0x70000003 off 0x00000000000000b0 vaddr 0x00000001200000b0 paddr 0x00000001200000b0 align 2\*\*3
|
||||
|
@ -1,8 +1,8 @@
|
||||
#source: empty.s -mips3 -n32 -msingle-float -EB
|
||||
#ld: -melf32btsmipn32 -e 0
|
||||
#source: empty.s -mips3 -msingle-float
|
||||
#ld: -e 0
|
||||
#objdump: -p
|
||||
|
||||
[^:]*: file format elf32-ntradbigmips
|
||||
[^:]*: file format elf32-n.*mips.*
|
||||
|
||||
Program Header:
|
||||
0x70000003 off 0x000000.. vaddr 0x100000.. paddr 0x100000.. align 2\*\*3
|
||||
|
@ -1,8 +1,8 @@
|
||||
#source: empty.s -mips3 -64 -msoft-float -EB
|
||||
#ld: -melf64btsmip -e 0
|
||||
#source: empty.s -mips3 -msoft-float
|
||||
#ld: -e 0
|
||||
#objdump: -p
|
||||
|
||||
[^:]*: file format elf64-tradbigmips
|
||||
[^:]*: file format elf64-.*mips.*
|
||||
|
||||
Program Header:
|
||||
0x70000003 off 0x00000000000000b0 vaddr 0x00000001200000b0 paddr 0x00000001200000b0 align 2\*\*3
|
||||
|
@ -1,6 +1,5 @@
|
||||
#name: microMIPS BAL/JALX addend calculation (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend-micromips.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#dump: bal-jalx-addend-micromips.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#name: microMIPS BAL/JALX addend calculation (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend-micromips.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#dump: bal-jalx-addend-micromips.d
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: microMIPS BAL/JALX addend calculation
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend-micromips.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
@ -1,6 +1,5 @@
|
||||
#name: MIPS BAL/JALX addend calculation (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#dump: bal-jalx-addend.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#name: MIPS BAL/JALX addend calculation (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#dump: bal-jalx-addend.d
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: MIPS BAL/JALX addend calculation
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
@ -1,6 +1,5 @@
|
||||
#name: microMIPS BAL to JALX conversion for local symbol (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-local-7.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#dump: bal-jalx-local-micromips.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#name: microMIPS BAL to JALX conversion for local symbol (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-local-7.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#dump: bal-jalx-local-micromips.d
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: microMIPS BAL to JALX conversion for local symbol
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-local-7.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
@ -1,6 +1,5 @@
|
||||
#name: MIPS BAL to JALX conversion for local symbol (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-local-4.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#dump: bal-jalx-local.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#name: MIPS BAL to JALX conversion for local symbol (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-local-4.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#dump: bal-jalx-local.d
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: MIPS BAL to JALX conversion for local symbol
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-local-4.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: microMIPS BAL/JALX in PIC mode (ignore branch ISA, n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend-micromips.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared --ignore-branch-isa
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000 -shared --ignore-branch-isa
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#target: [check_shared_lib_support]
|
||||
#dump: bal-jalx-pic-ignore-micromips.d
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: microMIPS BAL/JALX in PIC mode (ignore branch ISA, n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend-micromips.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared --ignore-branch-isa
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000 -shared --ignore-branch-isa
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#target: [check_shared_lib_support]
|
||||
#dump: bal-jalx-pic-ignore-micromips.d
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: microMIPS BAL/JALX in PIC mode (ignore branch ISA)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend-micromips.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared --ignore-branch-isa
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000 -shared --ignore-branch-isa
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#target: [check_shared_lib_support]
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: MIPS BAL/JALX in PIC mode (ignore branch ISA, n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared --ignore-branch-isa
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000 -shared --ignore-branch-isa
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#target: [check_shared_lib_support]
|
||||
#dump: bal-jalx-pic-ignore.d
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: MIPS BAL/JALX in PIC mode (ignore branch ISA, n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared --ignore-branch-isa
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000 -shared --ignore-branch-isa
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#target: [check_shared_lib_support]
|
||||
#dump: bal-jalx-pic-ignore.d
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: MIPS BAL/JALX in PIC mode (ignore branch ISA)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared --ignore-branch-isa
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000 -shared --ignore-branch-isa
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#target: [check_shared_lib_support]
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: microMIPS BAL/JALX in PIC mode (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend-micromips.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000 -shared
|
||||
#target: [check_shared_lib_support]
|
||||
#error: \A[^\n]*: in function `bar':\n
|
||||
#error: \(\.text\+0x1014\): unsupported branch between ISA modes\Z
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: microMIPS BAL/JALX in PIC mode (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend-micromips.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000 -shared
|
||||
#target: [check_shared_lib_support]
|
||||
#error: \A[^\n]*: in function `bar':\n
|
||||
#error: \(\.text\+0x1014\): unsupported branch between ISA modes\Z
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: microMIPS BAL/JALX in PIC mode
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend-micromips.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000 -shared
|
||||
#target: [check_shared_lib_support]
|
||||
#error: \A[^\n]*: in function `bar':\n
|
||||
#error: \(\.text\+0x1014\): unsupported branch between ISA modes\Z
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: MIPS BAL/JALX in PIC mode (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000 -shared
|
||||
#target: [check_shared_lib_support]
|
||||
#error: \A[^\n]*: in function `bar':\n
|
||||
#error: \(\.text\+0x1014\): unsupported branch between ISA modes\Z
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: MIPS BAL/JALX in PIC mode (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000 -shared
|
||||
#target: [check_shared_lib_support]
|
||||
#error: \A[^\n]*: in function `bar':\n
|
||||
#error: \(\.text\+0x1014\): unsupported branch between ISA modes\Z
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: MIPS BAL/JALX in PIC mode
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-addend.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000 -shared
|
||||
#target: [check_shared_lib_support]
|
||||
#error: \A[^\n]*: in function `bar':\n
|
||||
#error: \(\.text\+0x1014\): unsupported branch between ISA modes\Z
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS link branch to absolute expression with addend (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-absolute-addend.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0x12340000 -e foo
|
||||
#ld: -Ttext 0x12340000 -e foo
|
||||
#dump: branch-absolute-addend.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS link branch to absolute expression with addend (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-absolute-addend.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0x12340000 -e foo
|
||||
#ld: -Ttext 0x12340000 -e foo
|
||||
#dump: branch-absolute-addend.d
|
||||
|
@ -1,8 +1,7 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS link branch to absolute expression with addend
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-absolute-addend.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x12340000 -e foo
|
||||
#ld: -Ttext 0x12340000 -e foo
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS link branch to absolute expression (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-absolute.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0 -e foo
|
||||
#ld: -Ttext 0 -e foo
|
||||
#dump: branch-absolute.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS link branch to absolute expression (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-absolute.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0 -e foo
|
||||
#ld: -Ttext 0 -e foo
|
||||
#dump: branch-absolute.d
|
||||
|
@ -1,8 +1,7 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS link branch to absolute expression
|
||||
#source: ../../../gas/testsuite/gas/mips/branch-absolute.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0 -e foo
|
||||
#ld: -Ttext 0 -e foo
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#name: objdump -p print 64-bit values
|
||||
#source: dyn-sec64.s
|
||||
#as: -mips3 -EB -64
|
||||
#ld: -Tdyn-sec64.ld -shared -melf64btsmip
|
||||
#as: -mips3
|
||||
#ld: -Tdyn-sec64.ld -shared
|
||||
#objdump: -p
|
||||
|
||||
.*: .* file format .*
|
||||
|
@ -1,9 +1,9 @@
|
||||
#name: MIPS eh-frame 1, n32
|
||||
#source: eh-frame1.s
|
||||
#source: eh-frame1.s
|
||||
#as: -march=from-abi -EB -n32 --defsym alignment=2 --defsym fill=0x40
|
||||
#as: --defsym alignment=2 --defsym fill=0x40
|
||||
#readelf: --relocs -wf
|
||||
#ld: -shared -melf32btsmipn32 -Teh-frame1.ld
|
||||
#ld: -shared -Teh-frame1.ld
|
||||
#warning: FDE encoding in.*prevents \.eh_frame_hdr table being created.
|
||||
|
||||
Relocation section '\.rel\.dyn' .*:
|
||||
|
@ -1,9 +1,9 @@
|
||||
#name: MIPS eh-frame 1, n64
|
||||
#source: eh-frame1.s
|
||||
#source: eh-frame1.s
|
||||
#as: -march=from-abi -EB -64 --defsym alignment=3 --defsym fill=0x40
|
||||
#as: --defsym alignment=3 --defsym fill=0x40
|
||||
#readelf: --relocs -wf
|
||||
#ld: -shared -melf64btsmip -Teh-frame1.ld
|
||||
#ld: -shared -Teh-frame1.ld
|
||||
#warning: FDE encoding in.*prevents \.eh_frame_hdr table being created.
|
||||
|
||||
Relocation section '\.rel\.dyn' .*:
|
||||
|
@ -1,9 +1,9 @@
|
||||
#name: MIPS eh-frame 2, n32
|
||||
#source: eh-frame1.s
|
||||
#source: eh-frame1.s
|
||||
#as: -march=from-abi -EB -n32 --defsym alignment=2 --defsym fill=0
|
||||
#as: --defsym alignment=2 --defsym fill=0
|
||||
#readelf: --relocs -wf
|
||||
#ld: -shared -melf32btsmipn32 -Teh-frame1.ld
|
||||
#ld: -shared -Teh-frame1.ld
|
||||
#warning: FDE encoding in.*prevents \.eh_frame_hdr table being created.
|
||||
|
||||
Relocation section '\.rel\.dyn' .*:
|
||||
|
@ -1,9 +1,9 @@
|
||||
#name: MIPS eh-frame 2, n64
|
||||
#source: eh-frame1.s
|
||||
#source: eh-frame1.s
|
||||
#as: -march=from-abi -EB -64 --defsym alignment=3 --defsym fill=0
|
||||
#as: --defsym alignment=3 --defsym fill=0
|
||||
#readelf: --relocs -wf
|
||||
#ld: -shared -melf64btsmip -Teh-frame1.ld
|
||||
#ld: -shared -Teh-frame1.ld
|
||||
#warning: FDE encoding in.*prevents \.eh_frame_hdr table being created.
|
||||
|
||||
Relocation section '\.rel\.dyn' .*:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#name: MIPS ELF got reloc n32
|
||||
#as: -march=from-abi -EB -n32 -KPIC
|
||||
#as: -KPIC
|
||||
#objcopy_objects: -R .MIPS.abiflags
|
||||
#source: ../../../gas/testsuite/gas/mips/elf-rel-got-n32.s RUN_OBJCOPY
|
||||
#ld:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#name: MIPS ELF got reloc n32
|
||||
#as: -march=from-abi -EB -n32 -KPIC
|
||||
#as: -KPIC
|
||||
#objcopy_objects: -R .MIPS.abiflags -K __start
|
||||
#source: ../../../gas/testsuite/gas/mips/elf-rel-got-n32.s RUN_OBJCOPY
|
||||
#ld:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#name: MIPS ELF got reloc n64
|
||||
#as: -march=from-abi -EB -64 -KPIC
|
||||
#as: -KPIC
|
||||
#objcopy_objects: -R .MIPS.abiflags
|
||||
#source: ../../../gas/testsuite/gas/mips/elf-rel-got-n64.s RUN_OBJCOPY
|
||||
#ld:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#name: MIPS ELF got reloc n64
|
||||
#as: -march=from-abi -EB -64 -KPIC
|
||||
#as: -KPIC
|
||||
#objcopy_objects: -R .MIPS.abiflags
|
||||
#source: ../../../gas/testsuite/gas/mips/elf-rel-got-n64.s RUN_OBJCOPY
|
||||
#ld:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#name: MIPS ELF got reloc n64
|
||||
#as: -march=from-abi -EB -64 -KPIC
|
||||
#as: -KPIC
|
||||
#objcopy_objects: -R .MIPS.abiflags
|
||||
#source: ../../../gas/testsuite/gas/mips/elf-rel-got-n64.s RUN_OBJCOPY
|
||||
#ld:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#name: MIPS ELF xgot reloc n32
|
||||
#as: -march=from-abi -EB -n32 -KPIC -xgot
|
||||
#as: -KPIC -xgot
|
||||
#objcopy_objects: -R .MIPS.abiflags -K __start
|
||||
#source: ../../../gas/testsuite/gas/mips/elf-rel-got-n32.s RUN_OBJCOPY
|
||||
#ld:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#name: MIPS ELF xgot reloc n32
|
||||
#as: -march=from-abi -EB -n32 -KPIC -xgot
|
||||
#as: -KPIC -xgot
|
||||
#objcopy_objects: -R .MIPS.abiflags -K __start
|
||||
#source: ../../../gas/testsuite/gas/mips/elf-rel-got-n32.s RUN_OBJCOPY
|
||||
#ld:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#name: MIPS ELF xgot reloc n64
|
||||
#as: -march=from-abi -EB -64 -KPIC -xgot
|
||||
#as: -KPIC -xgot
|
||||
#objcopy_objects: -R .MIPS.abiflags -K __start
|
||||
#source: ../../../gas/testsuite/gas/mips/elf-rel-got-n64.s RUN_OBJCOPY
|
||||
#ld:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#name: MIPS ELF xgot reloc n64
|
||||
#as: -march=from-abi -EB -64 -KPIC -xgot
|
||||
#as: -KPIC -xgot
|
||||
#objcopy_objects: -R .MIPS.abiflags -K __start
|
||||
#source: ../../../gas/testsuite/gas/mips/elf-rel-got-n64.s RUN_OBJCOPY
|
||||
#ld:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#name: MIPS ELF xgot reloc n64
|
||||
#as: -march=from-abi -EB -64 -KPIC -xgot
|
||||
#as: -KPIC -xgot
|
||||
#objcopy_objects: -R .MIPS.abiflags -K __start
|
||||
#source: ../../../gas/testsuite/gas/mips/elf-rel-got-n64.s RUN_OBJCOPY
|
||||
#ld:
|
||||
|
@ -1,7 +1,7 @@
|
||||
#name: Emit relocs 1
|
||||
#source: emit-relocs-1a.s -march=from-abi -mabi=n32 -EB
|
||||
#source: emit-relocs-1b.s -march=from-abi -mabi=n32 -EB
|
||||
#ld: -q -T emit-relocs-1.ld -melf32btsmipn32
|
||||
#source: emit-relocs-1a.s
|
||||
#source: emit-relocs-1b.s
|
||||
#ld: -q -T emit-relocs-1.ld
|
||||
#objdump: -sr
|
||||
|
||||
.*: file format .*
|
||||
|
@ -1,7 +1,7 @@
|
||||
#name: GOT dump (readelf -A) test 2
|
||||
#source: got-dump-2.s
|
||||
#as: -mips3 -EB -64
|
||||
#ld: -Tgot-dump-2.ld -shared -melf64btsmip
|
||||
#as: -mips3
|
||||
#ld: -Tgot-dump-2.ld -shared
|
||||
#readelf: -A
|
||||
|
||||
Primary GOT:
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: GOT page test 2
|
||||
#source: got-page-2.s
|
||||
#as: -march=from-abi -EB -n32
|
||||
#ld: -T got-page-1.ld -shared -melf32btsmipn32
|
||||
#ld: -T got-page-1.ld -shared
|
||||
#readelf: -d
|
||||
#
|
||||
# There should be 10 page entries and 2 reserved entries
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: MIPS JAL to global symbol overflow 0
|
||||
#source: jal-global-overflow.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x20000000 -e 0x20000000
|
||||
#ld: -Ttext 0x20000000 -e 0x20000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: MIPS JAL to global symbol overflow 1
|
||||
#source: jal-global-overflow.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1fffd000 -e 0x1fffd000
|
||||
#ld: -Ttext 0x1fffd000 -e 0x1fffd000
|
||||
#error: \A[^\n]*: in function `foo':\n
|
||||
#error: \(\.text\+0x2000\): relocation truncated to fit: R_MIPS_26 against `abar'\n
|
||||
#error: [^\n]*: in function `bar':\n
|
||||
|
@ -1,6 +1,5 @@
|
||||
#name: MIPS JAL to local symbol overflow 0
|
||||
#source: jal-local-overflow.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x20000000 -e 0x20000000
|
||||
#ld: -Ttext 0x20000000 -e 0x20000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#dump: jal-global-overflow-0.d
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: MIPS JAL to local symbol overflow 1
|
||||
#source: jal-local-overflow.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1fffd000 -e 0x1fffd000
|
||||
#ld: -Ttext 0x1fffd000 -e 0x1fffd000
|
||||
#error: \A[^\n]*: in function `foo':\n
|
||||
#error: \(\.text\+0x2000\): relocation truncated to fit: R_MIPS_26 against `.text'\n
|
||||
#error: [^\n]*: in function `bar':\n
|
||||
|
@ -1,7 +1,7 @@
|
||||
#name: jal to bal
|
||||
#source: jalbal.s
|
||||
#as: -EB -n32 -march=rm9000
|
||||
#ld: -EB -e s1 -Ttext 0x200000a0
|
||||
#as: -march=rm9000
|
||||
#ld: -e s1 -Ttext 0x200000a0
|
||||
#objdump: -d
|
||||
|
||||
.*file format elf.*mips.*
|
||||
|
@ -1,6 +1,5 @@
|
||||
#name: MIPS JAL/JALX addend calculation (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/jalx-addend.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#dump: jalx-addend.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#name: MIPS JAL/JALX addend calculation (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/jalx-addend.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#dump: jalx-addend.d
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: MIPS JAL/JALX addend calculation
|
||||
#source: ../../../gas/testsuite/gas/mips/jalx-addend.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
@ -1,6 +1,5 @@
|
||||
#name: MIPS JALX to local symbol (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/jalx-local.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#dump: jalx-local.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#name: MIPS JALX to local symbol (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/jalx-local.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#dump: jalx-local.d
|
||||
|
@ -1,7 +1,6 @@
|
||||
#name: MIPS JALX to local symbol
|
||||
#source: ../../../gas/testsuite/gas/mips/jalx-local.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
|
||||
#ld: -Ttext 0x1c000000 -e 0x1c000000
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
@ -1,7 +1,7 @@
|
||||
#name: jr to b conversion
|
||||
#source: jr-to-b-1.s
|
||||
#as: -32 -mips1 -EB
|
||||
#ld: -shared -melf32btsmip
|
||||
#as: -mips1
|
||||
#ld: -shared
|
||||
#objdump: -d
|
||||
|
||||
.*: file format .*
|
||||
|
@ -1,7 +1,7 @@
|
||||
#name: jr not to b conversion
|
||||
#source: jr-to-b-2.s
|
||||
#as: -32 -mips1 -EB
|
||||
#ld: -shared -melf32btsmip
|
||||
#as: -mips1
|
||||
#ld: -shared
|
||||
#objdump: -d
|
||||
|
||||
.*: file format .*
|
||||
|
@ -1,8 +1,8 @@
|
||||
#readelf: -Ah
|
||||
#name: LSI 4010 processor ISA level
|
||||
#source: empty.s
|
||||
#as: -EB -32 -m4010
|
||||
#ld: -EB -r
|
||||
#as: -m4010
|
||||
#ld: -r
|
||||
|
||||
ELF Header:
|
||||
#...
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: microMIPS link branch to absolute expression with addend (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/micromips-branch-absolute-addend.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0x12340000 -e foo
|
||||
#ld: -Ttext 0x12340000 -e foo
|
||||
#dump: micromips-branch-absolute-addend.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: microMIPS link branch to absolute expression with addend (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/micromips-branch-absolute-addend.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0x12340000 -e foo
|
||||
#ld: -Ttext 0x12340000 -e foo
|
||||
#dump: micromips-branch-absolute-addend.d
|
||||
|
@ -1,8 +1,7 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: microMIPS link branch to absolute expression with addend
|
||||
#source: ../../../gas/testsuite/gas/mips/micromips-branch-absolute-addend.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x12340000 -e foo
|
||||
#ld: -Ttext 0x12340000 -e foo
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: microMIPS link branch to absolute expression (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/micromips-branch-absolute.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0 -e foo
|
||||
#ld: -Ttext 0 -e foo
|
||||
#dump: micromips-branch-absolute.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: microMIPS link branch to absolute expression (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/micromips-branch-absolute.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0 -e foo
|
||||
#ld: -Ttext 0 -e foo
|
||||
#dump: micromips-branch-absolute.d
|
||||
|
@ -1,8 +1,7 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: microMIPS link branch to absolute expression
|
||||
#source: ../../../gas/testsuite/gas/mips/micromips-branch-absolute.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0 -e foo
|
||||
#ld: -Ttext 0 -e foo
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,7 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch 2
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-reloc-2.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1c000000 -e bar
|
||||
#ld: -Ttext 0x1c000000 -e bar
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
||||
|
@ -2,8 +2,7 @@
|
||||
#name: MIPS16 link branch 3
|
||||
#source: mips16-branch.s
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-reloc-3.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1c000000 -e bar
|
||||
#ld: -Ttext 0x1c000000 -e bar
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch to absolute expression 1
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-absolute-1.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0 -e foo
|
||||
#ld: -Ttext 0 -e foo
|
||||
#dump: mips16-branch-absolute.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch to absolute expression 2
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-absolute-2.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0 -e foo
|
||||
#ld: -Ttext 0 -e foo
|
||||
#dump: mips16-branch-absolute.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch to absolute expression with addend 1
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-absolute-addend-1.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x12340000 -e foo
|
||||
#ld: -Ttext 0x12340000 -e foo
|
||||
#dump: mips16-branch-absolute-addend.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch to absolute expression with addend 1 (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-absolute-addend-1.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0x12340000 -e foo
|
||||
#ld: -Ttext 0x12340000 -e foo
|
||||
#dump: mips16-branch-absolute-addend.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch to absolute expression with addend (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-absolute-addend.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0x12340000 -e foo
|
||||
#ld: -Ttext 0x12340000 -e foo
|
||||
#dump: mips16-branch-absolute-addend.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch to absolute expression with addend 1 (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-absolute-addend-1.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0x12340000 -e foo
|
||||
#ld: -Ttext 0x12340000 -e foo
|
||||
#dump: mips16-branch-absolute-addend.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch to absolute expression with addend (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-absolute-addend.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0x12340000 -e foo
|
||||
#ld: -Ttext 0x12340000 -e foo
|
||||
#dump: mips16-branch-absolute-addend.d
|
||||
|
@ -1,8 +1,7 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch to absolute expression with addend
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-absolute-addend.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x12340000 -e foo
|
||||
#ld: -Ttext 0x12340000 -e foo
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch to absolute expression 1 (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-absolute-1.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0 -e foo
|
||||
#ld: -Ttext 0 -e foo
|
||||
#dump: mips16-branch-absolute.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch to absolute expression 2 (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-absolute-2.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0 -e foo
|
||||
#ld: -Ttext 0 -e foo
|
||||
#dump: mips16-branch-absolute.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch to absolute expression (n32)
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-absolute.s
|
||||
#as: -EB -n32 -march=from-abi
|
||||
#ld: -EB -Ttext 0 -e foo
|
||||
#ld: -Ttext 0 -e foo
|
||||
#dump: mips16-branch-absolute.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch to absolute expression 1 (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-absolute-1.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0 -e foo
|
||||
#ld: -Ttext 0 -e foo
|
||||
#dump: mips16-branch-absolute.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch to absolute expression 2 (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-absolute-2.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0 -e foo
|
||||
#ld: -Ttext 0 -e foo
|
||||
#dump: mips16-branch-absolute.d
|
||||
|
@ -1,6 +1,5 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch to absolute expression (n64)
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-absolute.s
|
||||
#as: -EB -64 -march=from-abi
|
||||
#ld: -EB -Ttext 0 -e foo
|
||||
#ld: -Ttext 0 -e foo
|
||||
#dump: mips16-branch-absolute.d
|
||||
|
@ -1,8 +1,7 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch to absolute expression
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-absolute.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0 -e foo
|
||||
#ld: -Ttext 0 -e foo
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link branch addend 2
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-addend-2.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1c000000 -e bar
|
||||
#ld: -Ttext 0x1c000000 -e bar
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
||||
|
@ -2,8 +2,7 @@
|
||||
#name: MIPS16 link branch addend 3
|
||||
#source: mips16-branch.s
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-branch-addend-3.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0x1c000000 -e bar
|
||||
#ld: -Ttext 0x1c000000 -e bar
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
#name: R_MIPS16_HI16 and R_MIPS16_LO16 relocs n32
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-hilo.s
|
||||
#source: mips16-hilo.s
|
||||
#as: -march=mips64 -mabi=n32 -EB
|
||||
#objdump: -mmips:16 --prefix-addresses -tdr --show-raw-insn
|
||||
#ld: -Tmips16-hilo.ld -e 0x500000 -N -melf32btsmipn32
|
||||
#ld: -Tmips16-hilo.ld -e 0x500000 -N
|
||||
|
||||
.*: file format elf.*mips.*
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link PC-relative operations 0
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-pcrel-0.s
|
||||
#as: -EB -32
|
||||
#ld: -EB -Ttext 0 -e 0
|
||||
#ld: -Ttext 0 -e 0
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#name: MIPS16 link PC-relative operations 1
|
||||
#source: ../../../gas/testsuite/gas/mips/mips16-pcrel-1.s
|
||||
#as: -EB -32 -mips3
|
||||
#ld: -EB -Ttext 0 -e 0
|
||||
#as: -mips3
|
||||
#ld: -Ttext 0 -e 0
|
||||
|
||||
.*: +file format .*mips.*
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user