]> granicus.if.org Git - strace/commit
Rename some register statics by prefixing their names with arch.
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 7 Feb 2013 12:14:48 +0000 (13:14 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 7 Feb 2013 12:14:48 +0000 (13:14 +0100)
commit89804ec3e1a5c912474d43438059aef3893d2e82
tree70dcf3508c21704dd901afe53f5ed4900ddda14d
parent401374e9c236751a0bc548bef8fc369a905a4190
Rename some register statics by prefixing their names with arch.

This makes it easier to grep for them.

* syscall.c: Make IA64's r8, r10 global variables static.
Rename variables:
r8,r10 -> ia64_r8,ia64_r10.
d0 -> m68k_d0.
a3 -> alpha_a3.
r28 -> hppa_r28.
r9 -> sh64_r9.
r10 -> cris_r10.
r3 -> microblaze_r3.
(get_scno): Use new variable names.
(syscall_fixup_on_sysenter): Likewise.
(get_syscall_result): Likewise.
(get_error): Likewise.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
syscall.c