]> git.proxmox.com Git - qemu.git/commit
target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndef
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 15 May 2011 12:09:18 +0000 (14:09 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 3 Jun 2011 14:07:49 +0000 (16:07 +0200)
commit142ab5bb872337054581d8067906a6541704a5e0
tree670d57b857144991304eb741d96fc7735eb20e6a
parent2c0d18ddd9b05b3ab042243b678d8dd281c210ba
target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndef

target-mips has been switched to softfloat only long ago, but
a #ifndef CONFIG_SOFTFLOAT has been forgotten. Remove it.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
gdbstub.c