mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Removed redundant line remote-utils.c
2016-09-02 Akash Trehan <akash.trehan123@gmail.com> gdb/gdbserver/ChangeLog: PR gdb/19495 * remote-utils.c (relocate_instruction): Remove redundant strcpy() call writing data to own_buf.
This commit is contained in:

committed by
Manish Goregaokar

parent
a367a3acb3
commit
c1da6748f5
@ -1,3 +1,9 @@
|
||||
2016-09-02 Akash Trehan <akash.trehan123@gmail.com>
|
||||
|
||||
PR gdb/19495
|
||||
* remote-utils.c (relocate_instruction): Remove redundant strcpy()
|
||||
call writing data to own_buf.
|
||||
|
||||
2016-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||
|
||||
* target.c (mywait): Call target_wait instead of
|
||||
|
@ -1579,7 +1579,6 @@ relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc)
|
||||
ULONGEST written = 0;
|
||||
|
||||
/* Send the request. */
|
||||
strcpy (own_buf, "qRelocInsn:");
|
||||
sprintf (own_buf, "qRelocInsn:%s;%s", paddress (oldloc),
|
||||
paddress (*to));
|
||||
if (putpkt (own_buf) < 0)
|
||||
|
Reference in New Issue
Block a user