aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-09-13 14:45:47 +0930
committerAlan Modra <amodra@gmail.com>2018-09-15 16:56:55 +0930
commit8ffb70eb57f527817840ff33982c085b0bec86bc (patch)
treeb719bb10427c20d76496e9b835315cdd22655345 /ld/ChangeLog
parent99bcaeaf0ff692348194ed6f30162c3a0cfb9655 (diff)
downloadgdb-8ffb70eb57f527817840ff33982c085b0bec86bc.zip
gdb-8ffb70eb57f527817840ff33982c085b0bec86bc.tar.gz
gdb-8ffb70eb57f527817840ff33982c085b0bec86bc.tar.bz2
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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 82127d9..9b7f7fd 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,21 @@
2018-09-15 Alan Modra <amodra@gmail.com>
+ * 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.
+
+2018-09-15 Alan Modra <amodra@gmail.com>
+
* testsuite/lib/ld-lib.exp (run_dump_test): Replace PROG
with DUMPPROG.