X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdbserver%2Flinux-sh-low.c;h=fbd67c657ee2a1413e225df8feaa19fa8d5c87c8;hb=623b6bdf12dec583722ca6615e5ff26581597d6c;hp=87a0dd2cf58a30257ac19428474bd146c94235f9;hpb=1570b33e44a894b781674d0906a733584ad780e0;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdbserver/linux-sh-low.c b/gdb/gdbserver/linux-sh-low.c index 87a0dd2cf5..fbd67c657e 100644 --- a/gdb/gdbserver/linux-sh-low.c +++ b/gdb/gdbserver/linux-sh-low.c @@ -1,6 +1,6 @@ /* GNU/Linux/SH specific low level interface, for the remote server for GDB. - Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, - 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1995-1996, 1998-2003, 2005, 2007-2012 Free Software + Foundation, Inc. This file is part of GDB. @@ -112,8 +112,10 @@ struct linux_target_ops the_low_target = { init_registers_sh, sh_num_regs, sh_regmap, + NULL, sh_cannot_fetch_register, sh_cannot_store_register, + NULL, /* fetch_register */ sh_get_pc, sh_set_pc, (const unsigned char *) &sh_breakpoint,