[PowerPC] Reject tdescs with VSX and no FPU or Altivec
[deliverable/binutils-gdb.git] / gdb / ppc-linux-tdep.h
index 5e7c4be16ba5a462cb76cea3e3fc4e0a497304de..cce1ddd1efc1bca8a9efb0c6a982550637cd33a3 100644 (file)
@@ -28,6 +28,10 @@ struct regset;
 const struct regset *ppc_linux_gregset (int);
 const struct regset *ppc_linux_fpregset (void);
 
+/* Get the vector regset that matches the target byte order.  */
+const struct regset *ppc_linux_vrregset (struct gdbarch *gdbarch);
+const struct regset *ppc_linux_vsxregset (void);
+
 /* Extra register number constants.  The Linux kernel stores a
    "trap" code and the original value of r3 into special "registers";
    these need to be saved and restored when performing an inferior
@@ -40,4 +44,11 @@ enum {
 /* Return 1 if PPC_ORIG_R3_REGNUM and PPC_TRAP_REGNUM are usable.  */
 int ppc_linux_trap_reg_p (struct gdbarch *gdbarch);
 
+/* Additional register sets, defined in ppc-linux-tdep.c.  */
+extern const struct regset ppc32_linux_pprregset;
+extern const struct regset ppc32_linux_dscrregset;
+extern const struct regset ppc32_linux_tarregset;
+extern const struct regset ppc32_linux_ebbregset;
+extern const struct regset ppc32_linux_pmuregset;
+
 #endif /* PPC_LINUX_TDEP_H */
This page took 0.025269 seconds and 4 git commands to generate.