Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: gdb/ppcbug-rom.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/ppc64-tdep.c ('k') | gdb/ppcfbsd-nat.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
« no previous file with comments | « gdb/ppc64-tdep.c ('k') | gdb/ppcfbsd-nat.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698