]> granicus.if.org Git - strace/commit
syscall: use spaces in tile personality names, de-duplicate definition
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sat, 26 Aug 2017 23:36:30 +0000 (01:36 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 27 Aug 2017 11:06:14 +0000 (11:06 +0000)
commitdbf939d19dd2bad1f0ac681c414e07dbc6ec95e9
tree081ca657a43e0111e8b83518debc9bb9c41b192b
parentbec0ab989d77ade2366a726df576b2f4ac6a8c8d
syscall: use spaces in tile personality names, de-duplicate definition

As Chris Metcalf, the author of v4.7-40-g0b99a8a, told in private, there
is no strong reason for having tile's personality name different from
personality names on other architectures, so let's use spaces instead of
dashes here. And, while we are here, remove duplication of personality
name definitions for various architectures.

* syscall.c (update_personality) [defined TILE]: Change dashes to spaces
in personality names.
syscall.c