aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/remote-m32r-sdi.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index da506b4..dc7e5c5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2013-03-08 Tom Tromey <tromey@redhat.com>
+
+ * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
+ variable.
+
2013-03-07 Pedro Alves <palves@redhat.com>
* target.c (target_read_stralloc, target_fileio_read_alloc):
diff --git a/gdb/remote-m32r-sdi.c b/gdb/remote-m32r-sdi.c
index 653cc7e..2b23273 100644
--- a/gdb/remote-m32r-sdi.c
+++ b/gdb/remote-m32r-sdi.c
@@ -1234,7 +1234,7 @@ m32r_load (char *args, int from_tty)
{
char *arg;
- args = skip_spaces (arg);
+ args = skip_spaces (args);
arg = args;