]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/testsuite/config/default.exp
Consolidate run_dump_test
authorAlan Modra <amodra@gmail.com>
Thu, 13 Sep 2018 05:15:47 +0000 (14:45 +0930)
committerAlan Modra <amodra@gmail.com>
Sat, 15 Sep 2018 07:26:55 +0000 (16:56 +0930)
commit8ffb70eb57f527817840ff33982c085b0bec86bc
treeb719bb10427c20d76496e9b835315cdd22655345
parent99bcaeaf0ff692348194ed6f30162c3a0cfb9655
Consolidate run_dump_test

This merges the three versions of run_dump_test.  Improved warning
handling versus the old gas version shows up a number of tests that
need their disassembly updating:
arm-linuxeabi  +FAIL: ARM v1 instructions
arm-linuxeabi  +FAIL: Accepted v8-a with ARMv8.1 AdvSIMD.
arm-linuxeabi  +FAIL: bl local instructions for v4t.
arm-linuxeabi  +FAIL: UDF
and some that now fail due to detecting assembly warnings:
h8300-elf  +FAIL: binutils-all/strip-13
h8300-elf  +FAIL: binutils-all/strip-14
h8300-elf  +FAIL: binutils-all/strip-15

I've generally kept the union of all run_dump_test features, except
that the ld target aliases "cfi" and "shared" have disappeared, as has
the binutils substitution of $srcdir as $scrdir/$subdir.

binutils/
* testsuite/binutils-all/add-symbol.d: Add "section_subst: no".
* testsuite/binutils-all/elfedit.exp: Don't set tempfile or copyfile.
* testsuite/binutils-all/symbols-1.d,
* testsuite/binutils-all/symbols-2.d,
* testsuite/binutils-all/symbols-3.d,
* testsuite/binutils-all/symbols-4.d: Quote '*' and '!'.
* testsuite/binutils-all/add-empty-section.d,
* testsuite/binutils-all/add-section.d,
* testsuite/binutils-all/elfedit.exp,
* testsuite/binutils-all/note-1.d,
* testsuite/binutils-all/pr23633.d: Add $subdir after $srcdir.
* testsuite/config/default.exp (AS, ASFLAGS): Define.
* testsuite/config/hppa.sed: Handle all common symbols.
* testsuite/lib/binutils-common.exp (run_dump_test): New proc,
merged from three other versions.
(slurp_options, file_contents, set_file_contents): Likewise.
(big_or_little_endian, get_standard_section_names): Likewise.
* testsuite/lib/utils-lib.exp (run_dump_test): Delete.
(slurp_options, proc file_contents): Delete.
(get_standard_section_names): Delete.
gas/
* testsuite/config/default.exp: Make tmpdir.
* testsuite/lib/gas-defs.exp (run_dump_test): Delete.
(get_standard_section_names, slurp_options): Delete.
ld/
* testsuite/ld-d10v/reloc-007.d,
* testsuite/ld-d10v/reloc-008.d,
* testsuite/ld-d10v/reloc-015.d,
* testsuite/ld-d10v/reloc-016.d: Remove "error:".
* testsuite/ld-elf/eh-frame-hdr.d,
* testsuite/ld-elf/eh5.d,
* testsuite/ld-gc/personality.d: Replace "cfi" and "shared" in
target list with appropriate proc.
* testsuite/ld-elf/frame.exp: Use check_shared_lib_support rather
than "istarget shared".
* testsuite/lib/ld-lib.exp (proc big_or_little_endian): Delete.
(run_dump_test, slurp_options, file_contents): Delete.
(set_file_contents, istarget): Delete.
28 files changed:
binutils/ChangeLog
binutils/testsuite/binutils-all/add-empty-section.d
binutils/testsuite/binutils-all/add-section.d
binutils/testsuite/binutils-all/add-symbol.d
binutils/testsuite/binutils-all/elfedit.exp
binutils/testsuite/binutils-all/note-1.d
binutils/testsuite/binutils-all/pr23633.d
binutils/testsuite/binutils-all/symbols-1.d
binutils/testsuite/binutils-all/symbols-2.d
binutils/testsuite/binutils-all/symbols-3.d
binutils/testsuite/binutils-all/symbols-4.d
binutils/testsuite/config/default.exp
binutils/testsuite/config/hppa.sed
binutils/testsuite/lib/binutils-common.exp
binutils/testsuite/lib/utils-lib.exp
gas/ChangeLog
gas/testsuite/config/default.exp
gas/testsuite/lib/gas-defs.exp
ld/ChangeLog
ld/testsuite/ld-d10v/reloc-007.d
ld/testsuite/ld-d10v/reloc-008.d
ld/testsuite/ld-d10v/reloc-015.d
ld/testsuite/ld-d10v/reloc-016.d
ld/testsuite/ld-elf/eh-frame-hdr.d
ld/testsuite/ld-elf/eh5.d
ld/testsuite/ld-elf/frame.exp
ld/testsuite/ld-gc/personality.d
ld/testsuite/lib/ld-lib.exp