OSDN Git Service

gdb/
authorbauermann <bauermann>
Wed, 25 Mar 2009 21:15:04 +0000 (21:15 +0000)
committerbauermann <bauermann>
Wed, 25 Mar 2009 21:15:04 +0000 (21:15 +0000)
commitd58cf386c4badd65162bf2c298d9fc5639a12944
treef6e9d4ff446c93d4f24cc0a831ca6df240c53b98
parentf97243be3c1bc212f5f30e297ad17a8a36210527
gdb/
  Fix size of FPSCR in Power 7 processors.
* ppc-linux-nat.c (PPC_FEATURE_ARCH_2_05): Remove #define.
(PPC_FEATURE_HAS_DFP): New #define.
(ppc_linux_read_description): Check for DFP feature instead of
ISA 2.05 to decide on size of the FPSCR.

gdbserver/
Fix size of FPSCR in Power 7 processors.
* linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
(PPC_FEATURE_HAS_DFP): New #define.
(ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
size of the FPSCR.
gdb/ChangeLog
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-ppc-low.c
gdb/ppc-linux-nat.c