record-btrace: extend unwinder
[deliverable/binutils-gdb.git] / gdb / ppcbug-rom.c
index d97245b9e132f1526f3eeb57ad82417121063a3f..3038713703fdfe37efa28d82a1d38fffe2ab33a4 100644 (file)
@@ -1,7 +1,6 @@
 /* Remote debugging interface for PPCbug (PowerPC) Rom monitor
    for GDB, the GNU debugger.
-   Copyright (C) 1995, 1998-2001, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1995-2014 Free Software Foundation, Inc.
 
    Written by Stu Grossman of Cygnus Support
 
@@ -169,7 +168,6 @@ init_ppc_cmds (char *LOAD_CMD,
   OPS->register_pattern = "\\(\\w+\\) +=\\([0-9a-fA-F]+\\b\\)";
   OPS->supply_register = ppcbug_supply_register;
   OPS->dump_registers = "rd\r";        /* dump all registers */
-  OPS->load_routine = NULL;    /* load_routine (defaults to SRECs) */
   OPS->load = LOAD_CMD;                /* download command */
   OPS->loadresp = NULL;                /* load response */
   OPS->prompt = "PPC1-Bug>";   /* monitor command prompt */
This page took 0.023679 seconds and 4 git commands to generate.