]> granicus.if.org Git - strace/commit
Implement decoding of riscv_flush_icache syscall
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 22 Jan 2018 09:23:07 +0000 (10:23 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 25 Jan 2018 01:55:08 +0000 (01:55 +0000)
commit5b5e9a762039995cc0952165bf8800b31ce2aec9
tree92261b409bcb9de2b73dcd2f025c6534233ad19f
parent1b849e23bfe96e1e6093bcc0edc7fffbeff2cb55
Implement decoding of riscv_flush_icache syscall

* linux/riscv/syscallent.h ([259]): Add riscv_flush_icache entry.
* riscv.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* xlat/riscv_flush_icache_flags.in: New file.
* NEWS: Mention it.
Makefile.am
NEWS
linux/riscv/syscallent.h
riscv.c [new file with mode: 0644]
xlat/riscv_flush_icache_flags.in [new file with mode: 0644]