GNU Binutils with patches for OS216
修訂 | c5bcd27856f388ae4935b525b1016e812803ddf5 (tree) |
---|---|
時間 | 2015-10-09 23:12:22 |
作者 | Simon Marchi <simon.marchi@eric...> |
Commiter | Simon Marchi |
i386: Fix type of gdbarch_tdep::register_reggroup_p
gdb/ChangeLog:
* i386-tdep.h (struct gdbarch_tdep): Change type of
register_reggroup_p to gdbarch_register_reggroup_p_ftype.
@@ -1,5 +1,10 @@ | ||
1 | 1 | 2015-10-09 Simon Marchi <simon.marchi@ericsson.com> |
2 | 2 | |
3 | + * i386-tdep.h (struct gdbarch_tdep): Change type of | |
4 | + register_reggroup_p to gdbarch_register_reggroup_p_ftype. | |
5 | + | |
6 | +2015-10-09 Simon Marchi <simon.marchi@ericsson.com> | |
7 | + | |
3 | 8 | * cris-tdep.c (struct instruction_environment): Change type of |
4 | 9 | byte_order to enum bfd_endian. |
5 | 10 |
@@ -193,7 +193,7 @@ struct gdbarch_tdep | ||
193 | 193 | const struct target_desc *tdesc; |
194 | 194 | |
195 | 195 | /* Register group function. */ |
196 | - const void *register_reggroup_p; | |
196 | + gdbarch_register_reggroup_p_ftype *register_reggroup_p; | |
197 | 197 | |
198 | 198 | /* Offset of saved PC in jmp_buf. */ |
199 | 199 | int jb_pc_offset; |