summaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorKevin Cernekee <[email protected]>2016-10-23 10:25:56 -0700
committerMark Wielaard <[email protected]>2016-10-24 12:48:43 +0200
commit33ca0e1b9dfb47c6f9836c7fc19d04bd34337767 (patch)
tree008b0e81bbf00f98832d88be73fe34459f2e213c /tests/ChangeLog
parent502380c7acbb12055941fac248df77132caa7194 (diff)
tests: unstrip: Add test for mismatched .strtab sections
Current unstrip test cases either have no .symtab/.strtab in the stripped binary, or .strtab sections that are identical between the stripped and debuginfo binaries. Add a test case where .symtab/.strtab in the stripped binary contains a small subset of the full unstripped data. Signed-off-by: Kevin Cernekee <[email protected]>
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 31904e76..3d34778b 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,4 +1,14 @@
-2015-10-11 Akihiko Odaki <[email protected]>
+2016-10-22 Kevin Cernekee <[email protected]>
+
+ * Makefile.am (TESTS): Add run-unstrip-test4.sh.
+ (EXTRA_DIST): Add run-unstrip-test4.sh, testfile-strtab.bz2,
+ testfile-strtab.stripped.bz2, testfile-strtab.debuginfo.bz2.
+ (run-unstrip-test4.sh): New file.
+ (testfile-strtab.bz2): New file.
+ (testfile-strtab.stripped.bz2): New file.
+ (testfile-strtab.debuginfo.bz2): New file.
+
+2016-10-11 Akihiko Odaki <[email protected]>
* arextract.c: Remove sys/param.h include, add system.h include.