]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix relocation of jump and call instructions (used when inserting fast
authorKwok Yeung <kcy@sourceware.org>
Fri, 18 Mar 2011 00:32:13 +0000 (00:32 +0000)
committerKwok Yeung <kcy@sourceware.org>
Fri, 18 Mar 2011 00:32:13 +0000 (00:32 +0000)
commit15e8ab3b1b9e6c6dbbea3257d056c678e97b6448
treea8bbb2ca6ab3af61f938ad36fc4d04ab09bc4db0
parentba5cdcbd1df29cb2471db923a52eeb6015e89aa6
Fix relocation of jump and call instructions (used when inserting fast
tracepoints).

2011-03-18  Kwok Cheung Yeung  <kcy@codesourcery.com>

* amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
        to store_signed_integer.  Add debug message when relocating CALL
        instructions.  Fix formatting of debug message.
        * i386-tdep.c (i386_relocate_instruction): Ditto.
gdb/ChangeLog
gdb/amd64-tdep.c
gdb/i386-tdep.c