]> git.proxmox.com Git - qemu.git/commit
linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PC
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 20 Apr 2011 10:19:15 +0000 (11:19 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 25 Apr 2011 20:15:31 +0000 (22:15 +0200)
commit7cb4db8f41d20d2c9d9c9a6830a362eebaeb42ed
tree28ac56387a478defc329efea404ea64dd6da160e
parentf2dd89d0c7e5d39237f43392ccaed79bda47a71e
linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PC

The REG_PC constant used in the ARM nwfpe code is fine in the kernel
but when used in qemu can clash with a definition in the host system
include files (in particular on Ubuntu Lucid SPARC, including signal.h
will define a REG_PC). Rename the constant to avoid this issue.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
linux-user/arm/nwfpe/fpa11.c
linux-user/arm/nwfpe/fpa11.h
linux-user/arm/nwfpe/fpa11_cpdt.c