gdb/gdbserver:
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-sh-low.c
index f9752ebdb7bd3195001cd03cdeb38d890758b342..fbd67c657ee2a1413e225df8feaa19fa8d5c87c8 100644 (file)
@@ -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, 2011 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,
This page took 0.024205 seconds and 4 git commands to generate.