aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorKwok Yeung <kcy@sourceware.org>2011-03-18 00:27:48 +0000
committerKwok Yeung <kcy@sourceware.org>2011-03-18 00:27:48 +0000
commitf4a1794a6c09c86d60a9cdab337fab30a55e4fad (patch)
treede2540ac1819f5ba64613d86f3e8320f8a7e9f8b /gdb/ChangeLog
parent6935e6051c76b4fce3d52fa1b6d28d32896b20cc (diff)
downloadgdb-f4a1794a6c09c86d60a9cdab337fab30a55e4fad.zip
gdb-f4a1794a6c09c86d60a9cdab337fab30a55e4fad.tar.gz
gdb-f4a1794a6c09c86d60a9cdab337fab30a55e4fad.tar.bz2
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 68b31de..950dc4b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2011-03-17 Joel Brobecker <brobecker@gnat.com>
* target.h (struct target_ops): Remove to_lookup_symbol field.