aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2010-06-15 10:44:48 +0000
committerPedro Alves <palves@redhat.com>2010-06-15 10:44:48 +0000
commit4e29fb547ead13cd1f2856f1af3d4029a81ea196 (patch)
tree0f1f312e6703c16533ef9d98f3cdbf783c111e58 /gdb/gdbserver/ChangeLog
parentd70546dee99bfc85b6ef47c479611109271ccffa (diff)
downloadgdb-4e29fb547ead13cd1f2856f1af3d4029a81ea196.zip
gdb-4e29fb547ead13cd1f2856f1af3d4029a81ea196.tar.gz
gdb-4e29fb547ead13cd1f2856f1af3d4029a81ea196.tar.bz2
* linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
(i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with LONGEST uses. * server.h (struct emit_ops): Replace int64_t uses with LONGEST uses. * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t uses with LONGEST uses.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 2fde399..6b9f493 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,13 @@
+2010-06-15 Pedro Alves <pedro@codesourcery.com>
+
+ * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
+ (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
+ LONGEST uses.
+ * server.h (struct emit_ops): Replace int64_t uses with LONGEST
+ uses.
+ * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
+ uses with LONGEST uses.
+
2010-06-14 Stan Shebs <stan@codesourcery.com>
Pedro Alves <pedro@codesourcery.com>