summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2016-08-10 12:41:21 +0530
committerMark Wielaard <mjw@redhat.com>2016-08-11 02:28:32 +0200
commita8b2529facfbabfe4c8a0ca1a4387fe482d1c955 (patch)
treec4305ec5e6a87f4f6c289516d087b415559bbc06 /tests/ChangeLog
parentaee5606ab5b46b6727912be4027f4f168fdc4bbe (diff)
downloadelfutils-a8b2529facfbabfe4c8a0ca1a4387fe482d1c955.tar.gz
Fix bpf disassembler for _FORTIFY_SOURCE
It's illegal to skip positional operands for printf. Rearrange the printing of the instructions to use exactly the operands required. Also, fix printing of mod operations: s/%/%%/ in the print format. Also, fix printing of endian operations: remove extra spaces.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 58a023c2..d782ec30 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,8 @@
+2016-08-10 Richard Henderson <rth@redhat.com>
+
+ * file-bpf-dis1.expect.bz2: Fix expected mod and endian operations
+ output.
+
2016-07-08 Mark Wielaard <mjw@redhat.com>
* update3_LDADD: Use libdw instead of libebl.
@@ -39,7 +44,7 @@
(emptyfile_LDADD): New variable.
* emptyfile.c: New test.
-2016-06-28 Richard Henderson <rth@redhat.com>
+2016-06-28 Richard Henderson <rth@redhat.com>
* Makefile.am (TESTS): Add run-disasm-bpf.sh, conditionally.
(EXTRA_DIST): Add run-disasm-bpf.sh, testfile-bpf-dis1.expect.bz2,