aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2011-11-09 02:32:42 +0000
committerYao Qi <yao@codesourcery.com>2011-11-09 02:32:42 +0000
commit86a30030874910390e77ce8369d23fb1a7c832de (patch)
tree799f11f24186627ff0f61cf3c9b3580b80b3fb7f /gdb
parent609657371be66f07e4a6f706b9bec5ade6724ec4 (diff)
downloadbinutils-86a30030874910390e77ce8369d23fb1a7c832de.zip
binutils-86a30030874910390e77ce8369d23fb1a7c832de.tar.gz
binutils-86a30030874910390e77ce8369d23fb1a7c832de.tar.bz2
gdb/gdbserver
* remote-utils.c (relocate_instruction): A comment fix.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/gdbserver/ChangeLog4
-rw-r--r--gdb/gdbserver/remote-utils.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 8264677..e418561 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-08 Yao Qi <yao@codesourcery.com>
+
+ * remote-utils.c (relocate_instruction): A comment fix.
+
2011-11-07 Joel Brobecker <brobecker@adacore.com>
* win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
diff --git a/gdb/gdbserver/remote-utils.c b/gdb/gdbserver/remote-utils.c
index 8832417..4d28658 100644
--- a/gdb/gdbserver/remote-utils.c
+++ b/gdb/gdbserver/remote-utils.c
@@ -1613,7 +1613,7 @@ look_up_one_symbol (const char *name, CORE_ADDR *addrp, int may_ask_gdb)
where we want the instruction to be copied (and possibly adjusted)
to. On output, it points to one past the end of the resulting
instruction(s). The effect of executing the instruction at TO
- shall be the same as if executing it at FROM. For example, call
+ shall be the same as if executing it at OLDLOC. For example, call
instructions that implicitly push the return address on the stack
should be adjusted to return to the instruction after OLDLOC;
relative branches, and other PC-relative instructions need the