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

Unified Diff: sim/m32c/gdb-if.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 | « sim/m32c/cpu.h ('k') | sim/m32c/gloss.S » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/m32c/gdb-if.c
diff --git a/sim/m32c/gdb-if.c b/sim/m32c/gdb-if.c
index bf84903a72c26ac5f304ad4d48613f6053e269d4..83e9f1e9560a81fe594d6f9f49b8dbf6c65b553d 100644
--- a/sim/m32c/gdb-if.c
+++ b/sim/m32c/gdb-if.c
@@ -1,6 +1,6 @@
/* gdb.c --- sim interface to GDB.
-Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
+Copyright (C) 2005-2013 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
@@ -704,7 +704,7 @@ sim_do_command (SIM_DESC sd, char *cmd)
}
char **
-sim_complete_command (SIM_DESC sd, char *text, char *word)
+sim_complete_command (SIM_DESC sd, const char *text, const char *word)
{
return NULL;
}
« no previous file with comments | « sim/m32c/cpu.h ('k') | sim/m32c/gloss.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698