]> granicus.if.org Git - strace/commit
syscall.c: define personality names for all multi-personality architectures
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sun, 27 Aug 2017 16:49:01 +0000 (18:49 +0200)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 28 Aug 2017 00:32:52 +0000 (02:32 +0200)
commit39f5a9cd2da2aa667ce80590eefaccf026008e54
treef9bb0058d8c2f8e1b1761640872e10ee8243e637
parentf07e8ada33c485b618fd6b64f7354579d3c9945a
syscall.c: define personality names for all multi-personality architectures

I see no reason for not having these definitions for SPARC64 and RISC-V.
Also, borrow the check template from supported_personalities.h.

* syscall.c (update_personality) [defined RISCV, defined SPARC64]
<PERSONALITY_NAMES>: Define it for these architectures.

Co-authored-by: Dmitry V. Levin <ldv@altlinux.org>
syscall.c