From a8b2529facfbabfe4c8a0ca1a4387fe482d1c955 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 10 Aug 2016 12:41:21 +0530 Subject: 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. --- tests/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/ChangeLog') 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 + + * file-bpf-dis1.expect.bz2: Fix expected mod and endian operations + output. + 2016-07-08 Mark Wielaard * update3_LDADD: Use libdw instead of libebl. @@ -39,7 +44,7 @@ (emptyfile_LDADD): New variable. * emptyfile.c: New test. -2016-06-28 Richard Henderson +2016-06-28 Richard Henderson * Makefile.am (TESTS): Add run-disasm-bpf.sh, conditionally. (EXTRA_DIST): Add run-disasm-bpf.sh, testfile-bpf-dis1.expect.bz2, -- cgit v1.2.3