]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
* linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
authorPedro Alves <palves@redhat.com>
Tue, 15 Jun 2010 10:44:48 +0000 (10:44 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 15 Jun 2010 10:44:48 +0000 (10:44 +0000)
commit4e29fb547ead13cd1f2856f1af3d4029a81ea196
tree0f1f312e6703c16533ef9d98f3cdbf783c111e58
parentd70546dee99bfc85b6ef47c479611109271ccffa
* 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.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-x86-low.c
gdb/gdbserver/server.h
gdb/gdbserver/tracepoint.c