]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbserver/ChangeLog
* configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 17 Apr 2008 21:22:41 +0000 (21:22 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Thu, 17 Apr 2008 21:22:41 +0000 (21:22 +0000)
commitb6430ec3fe192f9fc6927cec612a73943757abea
tree278db1baf470bd80ca36f75d646db676804b0a0b
parent52fa2412d2c92af1cc974335a7ec14e1bd0c4356
* configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
srv_regobj.  Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
from reg_xmlfiles.
* linux-ppc-low.c: Include <elf.h>.
(PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
(ppc_hwcap): New global variable.
(ppc_regmap): Remove __SPE__ #ifdef sections.
(ppc_regmap_e500): New global variable.
(ppc_cannot_store_register): Update __SPE__ special case.
(ppc_get_hwcap): New function.
(ppc_arch_setup): Use it to determine whether inferior supports
AltiVec or SPE registers.  Set the_low_target.regmap if appropriate.
(ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
Do not access registers if target does not support AltiVec.
(ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
Do not access registers if target does not support SPE.
(target_regsets): Unconditionally include AltiVec and SPE regsets.
gdb/gdbserver/ChangeLog
gdb/gdbserver/configure.srv
gdb/gdbserver/linux-ppc-low.c