summaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog108
1 files changed, 108 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index a38e3756..2e14d364 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -30,6 +30,70 @@
* update3.c: Likewise.
* update4.c: Likewise.
+2018-09-13 Mark Wielaard <mark@klomp.org>
+
+ * run-strip-test-many.sh: New test.
+ * Makefile.am (TESTS): Add run-strip-test-many.sh.
+ (EXTRA_DIST): Likewise.
+
+2018-09-13 Mark Wielaard <mark@klomp.org>
+
+ * run-typeiter-many.sh: New test.
+ * Makefile.am (TESTS): Add run-typeiter-many.sh.
+ (EXTRA_DIST): Likewise.
+
+2018-09-13 Mark Wielaard <mark@klomp.org>
+
+ * run-copymany-sections.sh: New test.
+ * Makefile.am (TESTS): Add run-copymany-sections.sh.
+ (EXTRA_DIST): Likewise.
+
+2018-09-12 Mark Wielaard <mark@klomp.org>
+
+ * Makefile.am (check_PROGRAMS): Add elfcopy and addsections.
+ (TESTS): Add run-copyadd-sections.sh.
+ (EXTRA_DIST): Likewise.
+ (elfcopy_LDADD): New variable.
+ (addsections_LDADD): Likewise.
+ * addsections.c: New file.
+ * elfcopy.c: Likewise.
+ * run-copyadd-sections.sh: New test.
+
+2018-09-11 Mark Wielaard <mark@klomp.org>
+
+ * backtrace-dwarf.c (main): Add section attribute.
+
+2018-07-24 Mark Wielaard <mark@klomp.org>
+
+ * run-annobingroup.sh: Add testfile-annobingroup-i386.o tests.
+ * testfile-annobingroup-i386.o.bz2: New test file.
+ * Makefile.am (EXTRA_DIST): Add testfile-annobingroup-i386.o.bz2.
+
+2018-07-21 Mark Wielaard <mark@klomp.org>
+
+ * run-annobingroup.sh: New test.
+ * testfile-annobingroup.o.bz2: New test file.
+ * Makefile.am (TESTS): Add run-annobingroup.sh.
+ (EXTRA_DIST): Add run-annobingroup.sh and
+ testfile-annobingroup.o.bz2.
+
+2018-07-19 Andreas Schwab <schwab@suse.de>
+
+ * Makefile.am (TESTS): Add run-strip-test12.sh.
+ (EXTRA_DIST): Add run-strip-test12.sh, testfile-riscv64.bz2,
+ testfile-riscv64-s.bz2, testfile-riscv64-core.bz2.
+ (run-strip-test11.sh): New file.
+ (testfile-riscv64.bz2): New file.
+ (testfile-riscv64-s.bz2): New file.
+ (testfile-riscv64-core.bz2): New file.
+ * run-allregs.sh: Add test for testfile-riscv64-core.
+ * run-readelf-mixed-corenote.sh: Likewise.
+
+2018-07-16 Ulf Hermann <ulf.hermann@qt.io>
+
+ * run-strip-reloc.sh: Remove previous testfiles before running the
+ next test.
+
2018-07-17 Mark Wielaard <mark@klomp.org>
* hello_riscv64.ko.bz2: Updated with debuginfo.
@@ -157,6 +221,50 @@
* Makefile.am: Link test programs agaist libgnu.a if requested.
+2018-07-05 Mark Wielaard <mark@klomp.org>
+
+ * next_cfi.c (handle_section): Take a new argument name. Check
+ whether the section is compressed and uncompress if so.
+ (main): Check also for .zdebug_frame and pass the name of the
+ section to handle_section.
+
+2018-07-04 Ross Burton <ross.burton@intel.com>
+
+ * addrscopes.c: Remove error.h include, add system.h include.
+ * allregs.c: Likewise.
+ * backtrace-data.c: Likewise.
+ * backtrace-dwarf.c: Likewise.
+ * backtrace.c: Likewise.
+ * buildid.c: Likewise.
+ * debugaltlink.c: Likewise.
+ * debuglink.c: Likewise.
+ * deleted.c : Likewise.
+ * dwarfcfi.c: Likewise.
+ * dwfl-addr-sect.c: Likewise.
+ * dwfl-bug-addr-overflow.c: Likewise.
+ * dwfl-bug-fd-leak.c: Likewise.
+ * dwfl-bug-getmodules.c: Likewise.
+ * dwfl-proc-attach.c: Likewise.
+ * dwfl-report-elf-align.c: Likewise.
+ * dwfllines.c: Likewise.
+ * dwflmodtest.c: Likewise.
+ * dwflsyms.c: Likewise.
+ * early-offscn.c: Likewise
+ * ecp.c: Likewise.
+ * elfstrmerge.c: Likewise.
+ * find-prologues.c: Likewise.
+ * funcretval.c: Likewise.
+ * funcscopes.c: Likewise.
+ * getsrc_die.c: Likewise.
+ * line2addr.c: Likewise.
+ * low_high_pc.c: Likewise.
+ * next_cfi.c: Likewise.
+ * rdwrmmap.c: Likewise.
+ * saridx.c: Likewise.
+ * sectiondump.c: Likewise.
+ * varlocs.c: Likewise.
+ * vdsosyms.c: Likewise.
+
2018-06-28 Mark Wielaard <mark@klomp.org>
* next_cfi.c: New file.