| Index: gdb/gdbserver/linux-ppc-low.c
|
| diff --git a/gdb/gdbserver/linux-ppc-low.c b/gdb/gdbserver/linux-ppc-low.c
|
| index 36d3cb1c5785dcb9e5acf29223b97f7c2ebc77f5..ed254fac067c4dcaf60f89dd8c08edaf2f204945 100644
|
| --- a/gdb/gdbserver/linux-ppc-low.c
|
| +++ b/gdb/gdbserver/linux-ppc-low.c
|
| @@ -610,8 +610,10 @@ struct linux_target_ops the_low_target = {
|
| ppc_arch_setup,
|
| ppc_num_regs,
|
| ppc_regmap,
|
| + NULL,
|
| ppc_cannot_fetch_register,
|
| ppc_cannot_store_register,
|
| + NULL, /* fetch_register */
|
| ppc_get_pc,
|
| ppc_set_pc,
|
| (const unsigned char *) &ppc_breakpoint,
|
|
|