gdb/ChangeLog:
* i386-tdep.h (struct gdbarch_tdep): Change type of
register_reggroup_p to gdbarch_register_reggroup_p_ftype.
+2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
+
+ * i386-tdep.h (struct gdbarch_tdep): Change type of
+ register_reggroup_p to gdbarch_register_reggroup_p_ftype.
+
2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
* cris-tdep.c (struct instruction_environment): Change type of
const struct target_desc *tdesc;
/* Register group function. */
- const void *register_reggroup_p;
+ gdbarch_register_reggroup_p_ftype *register_reggroup_p;
/* Offset of saved PC in jmp_buf. */
int jb_pc_offset;