summaryrefslogtreecommitdiffstats
path: root/tests/testfile-bpf-dis1.expect.bz2
Commit message (Collapse)AuthorAgeFilesLines
* Fix bpf disassembler for _FORTIFY_SOURCERichard Henderson2016-08-111-0/+0
| | | | | | | | 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.
* Add support for BPFRichard Henderson2016-06-281-0/+0
Signed-off-by: Richard Henderson <[email protected]>