[PowerPC] Reject tdescs with VSX and no FPU or Altivec
authorPedro Franco de Carvalho <pedromfc@linux.ibm.com>
Fri, 26 Oct 2018 12:37:55 +0000 (09:37 -0300)
committerPedro Franco de Carvalho <pedromfc@linux.ibm.com>
Fri, 26 Oct 2018 13:18:57 +0000 (10:18 -0300)
commit81ab84fd6cdaab121988e0c424f8cdc0ae472e14
tree591f7478c84994f3ed00bae4816b7995f6acf475
parent232bfb8644f0a083969d8359a37bc23764642611
[PowerPC] Reject tdescs with VSX and no FPU or Altivec

Currently rs6000_gdbarch_init will accept a tdesc with the
"org.gnu.gdb.power.vsx" feature but without the
"org.gnu.gdb.power.altivec" or "org.gnu.gdb.power.fpu".

It isn't clear from the standard features documentation that these are
requirements.  However, these tdescs would cause trouble in the VSX
pseudo-register functions, so this patch will cause them to be
rejected.

gdb/ChangeLog:
2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>

* rs6000-tdep.c (rs6000_gdbarch_init): Reject tdescs with vsx but
without altivec or fpu.
gdb/ChangeLog
gdb/rs6000-tdep.c
This page took 0.026001 seconds and 4 git commands to generate.