gdb/gdbserver
authorYao Qi <yao@codesourcery.com>
Wed, 9 Nov 2011 02:32:42 +0000 (02:32 +0000)
committerYao Qi <yao@codesourcery.com>
Wed, 9 Nov 2011 02:32:42 +0000 (02:32 +0000)
* remote-utils.c (relocate_instruction): A comment fix.

gdb/gdbserver/ChangeLog
gdb/gdbserver/remote-utils.c

index 8264677ef91bf5f93a5bead6811ceed237d875c3..e4185613404d41e270e89a6f2303a76b4df1b3fa 100644 (file)
@@ -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.
index 8832417dc3eebbf403fb5c192ad1a301bfb5aac4..4d286582351023843a4e13364862c3667b77294b 100644 (file)
@@ -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
This page took 0.02969 seconds and 4 git commands to generate.