| Index: gdb/ppcbug-rom.c
|
| diff --git a/gdb/ppcbug-rom.c b/gdb/ppcbug-rom.c
|
| index d97245b9e132f1526f3eeb57ad82417121063a3f..859467eb11d80db7c0b06221c9bb29ce7ed8eb0c 100644
|
| --- a/gdb/ppcbug-rom.c
|
| +++ b/gdb/ppcbug-rom.c
|
| @@ -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-2013 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 */
|
|
|