From patchwork Mon Aug 4 19:40:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kratochvil X-Patchwork-Id: 2298 Received: (qmail 15021 invoked by alias); 4 Aug 2014 19:40:44 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 14949 invoked by uid 89); 4 Aug 2014 19:40:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 04 Aug 2014 19:40:41 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s74JeYJr027388 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 4 Aug 2014 15:40:34 -0400 Received: from host2.jankratochvil.net (ovpn-116-57.ams2.redhat.com [10.36.116.57]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s74JeQnG008545 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Mon, 4 Aug 2014 15:40:29 -0400 Date: Mon, 4 Aug 2014 21:40:26 +0200 From: Jan Kratochvil To: Eli Zaretskii Cc: walfred.tedeschi@intel.com, michael.sturm@intel.com, gdb-patches@sourceware.org, palves@redhat.com, mark.kettenis@xs4all.nl, Joel Brobecker Subject: [commit+7.8] Re: Incorrect placement of two Intel gdb/NEWS items Message-ID: <20140804194026.GA32630@host2.jankratochvil.net> References: <20140804165708.GA12824@host2.jankratochvil.net> <837g2oqd2n.fsf@gnu.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <837g2oqd2n.fsf@gnu.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes On Mon, 04 Aug 2014 21:17:36 +0200, Eli Zaretskii wrote: > Please do. This is a purely technical issue, I'd even say an obvious > fix, so no need to get my approval. (I approve anyway.) Checked in for trunk [attached] and for 7.8: a0a8f14d789b3fad94ad10d183b98b5fabe6bc1c Modified Wiki although not filed a PR for updating the NEWS file: https://sourceware.org/gdb/wiki/GDB_7.8_Release?action=diff&rev1=58&rev2=59 Jan commit dc304a9424abb58973ffde431264af1deb6abd22 Author: Jan Kratochvil Date: Mon Aug 4 21:32:06 2014 +0200 Fix incorrect placement of two Intel gdb/NEWS items there were two commits which placed new gdb/NEWS items to the bottom of the NEWS file (such as for gdb-4.0) instead at their right place under: *** Changes in GDB 7.8 https://sourceware.org/git/?p=binutils-gdb.git;a=blobdiff;f=gdb/NEWS;h=ae84e009b8008f9da2707829c0cbab358abc17fb;hp=a8ae8c7b7a5ddce9b5779914dd1e6a87463d7d60;hb=ca8941bbd088002cb8ff87abe16d02ecc8d58d1e;hpb=489e41ddf4bb5616a7471fb4072df5efbb9a706e commit ca8941bbd088002cb8ff87abe16d02ecc8d58d1e Author: Walfred Tedeschi Date: Tue Dec 3 13:31:03 2013 +0000 Documentation for MPX. Message-Id: <1386074172-14177-1-git-send-email-walfred.tedeschi@intel.com> https://sourceware.org/ml/gdb-patches/2013-12/msg00082.html and https://sourceware.org/git/?p=binutils-gdb.git;a=blobdiff;f=gdb/NEWS;h=a7067fdf9a7af422572a29d1fdd6ef011c87cd9f;hp=b72d64db313d0785edec19a9c4b441b854698e6a;hb=01f9f808e2e86187c95e7cff4aeb014a421a53ce;hpb=93ee1e3683a12f4774b8beb4f821910982e21ce2 commit 01f9f808e2e86187c95e7cff4aeb014a421a53ce Author: Michael Sturm Date: Mon Dec 16 16:43:05 2013 +0100 Add AVX512 registers support to GDB and GDBserver. Message-Id: <1398258160-9070-4-git-send-email-michael.sturm@intel.com> https://sourceware.org/ml/gdb-patches/2013-12/msg00818.html gdb/ 2014-08-04 Jan Kratochvil * NEWS (Changes in GDB-4.0): Move Intel MPX and Intel AVX-512 items ... (Changes in GDB 7.8): ... here. Message-ID: <20140804165708.GA12824@host2.jankratochvil.net> diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5201626..4c8808d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-08-04 Jan Kratochvil + + * NEWS (Changes in GDB-4.0): Move Intel MPX and Intel AVX-512 items ... + (Changes in GDB 7.8): ... here. + 2014-08-04 Tom Tromey * target.c (set_targetdebug): New function. diff --git a/gdb/NEWS b/gdb/NEWS index 2b61ff4..d603cf7 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -155,6 +155,12 @@ show mi-async can be used to launch native programs even when "set auto-connect-native-target" is set to off. +* GDB now supports access to Intel(R) MPX registers on GNU/Linux. + +* Support for Intel(R) AVX-512 registers on GNU/Linux. + Support displaying and modifying Intel(R) AVX-512 registers + $zmm0 - $zmm31 and $k0 - $k7 on GNU/Linux. + * New remote packets qXfer:btrace:read's annex @@ -5781,10 +5787,3 @@ GDB now handles cross debugging. If you are remotely debugging between two different machines, type ``./configure host -target=targ''. Host is the machine where GDB will run; targ is the machine where the program that you are debugging will run. - - * GDB now supports access to Intel(R) MPX registers on GNU/Linux. - - * Support for Intel(R) AVX-512 registers on GNU/Linux. - -Support displaying and modifying Intel(R) AVX-512 registers $zmm0 - $zmm31 and -$k0 - $k7 on GNU/Linux.