From: Doug Evans Date: Thu, 6 Jun 2013 18:04:30 +0000 (+0000) Subject: Add PR number to this entry: X-Git-Tag: gdb_7_6_1-2013-08-30-release~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cbe04611c3663e42300ba9528132e1afc94766ec;p=thirdparty%2Fbinutils-gdb.git Add PR number to this entry: PR server/15594 * linux-x86-low.c (ps_get_thread_area): Properly extend address to 64 bits in 64-cross-32 environment. --- diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index bc2d4149670..1cebc7cf762 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,5 +1,6 @@ 2013-05-31 Doug Evans + PR server/15594 * linux-x86-low.c (ps_get_thread_area): Properly extend address to 64 bits in 64-cross-32 environment.