]> granicus.if.org Git - strace/commit
s390: simplify s390_runtime_instr command printing
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sun, 15 Apr 2018 23:14:02 +0000 (01:14 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 8 May 2018 14:25:27 +0000 (14:25 +0000)
commite77cec74e069bec1d20fadb12a2a6d0ba298831f
tree594129199cab6f21f5cec49b4d0a0c3c65486b28
parent5b4317dcc8bcd0399680cee6f27fd23072e4cf35
s390: simplify s390_runtime_instr command printing

As the header with command definitions is now a part of UAPI (since
Linux commit v4.16-rc1~21^2~11), there's no need for a very special
printing routine for command names.

* s390.c (SYS_FUNC(s390_runtime_instr)): Use printxval_d to print
the command argument.
* tests/s390_runtime_instr.c: Update expected output.
s390.c
tests/gen_tests.in
tests/s390_runtime_instr.c