From: H.J. Lu Date: Wed, 4 Jul 2012 20:49:56 +0000 (+0000) Subject: Mention x32 ABI support in NEWS X-Git-Tag: gdb_7_5-branchpoint~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b3371b13677f5547722f9377b1a57b0e64b7729;p=thirdparty%2Fbinutils-gdb.git Mention x32 ABI support in NEWS * NEWS: Mention x32 ABI support. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2a5c3d0d88b..087ed25e6f8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-07-04 H.J. Lu + + * NEWS: Mention x32 ABI support. + 2012-07-04 H.J. Lu * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to diff --git a/gdb/NEWS b/gdb/NEWS index a1e3dc8a1bb..1db3950f797 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -3,6 +3,9 @@ *** Changes since GDB 7.4 +* GDB now supports x32 ABI. Visit + for more x32 ABI info. + * GDB now supports access to MIPS DSP registers on Linux targets. * GDB now supports debugging microMIPS binaries.