Add target_ops argument to to_stop
[deliverable/binutils-gdb.git] / gdb / dbug-rom.c
index d2ecea56623a0788bb22438af8fb6b185f58b739..4157f273a310edc4dfb68cbb4e42b674eef38633 100644 (file)
@@ -1,6 +1,5 @@
 /* Remote debugging interface to dBUG ROM monitor for GDB, the GNU debugger.
-   Copyright (C) 1996, 1998-2001, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1996-2014 Free Software Foundation, Inc.
 
    Written by Stan Shebs of Cygnus Support.
 
@@ -143,7 +142,6 @@ init_dbug_cmds (void)
                                        /* register_pattern */
   dbug_cmds.register_pattern = "\\(\\w+\\) +:\\([0-9a-fA-F]+\\b\\)";
   dbug_cmds.supply_register = dbug_supply_register;
-  dbug_cmds.load_routine = NULL;       /* load_routine (defaults to SRECs) */
   dbug_cmds.load = "dl\r";     /* download command */
   dbug_cmds.loadresp = "\n";   /* load response */
   dbug_cmds.prompt = "dBUG>";  /* monitor command prompt */
This page took 0.031988 seconds and 4 git commands to generate.