From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31519 invoked by alias); 4 Aug 2014 19:17:35 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 31504 invoked by uid 89); 4 Aug 2014 19:17:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout20.012.net.il Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 04 Aug 2014 19:17:32 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0N9S00500QAO3C00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Mon, 04 Aug 2014 22:17:29 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N9S00485QX4OCB0@a-mtaout20.012.net.il>; Mon, 04 Aug 2014 22:17:29 +0300 (IDT) Date: Mon, 04 Aug 2014 19:17:00 -0000 From: Eli Zaretskii Subject: Re: Incorrect placement of two Intel gdb/NEWS items In-reply-to: <20140804165708.GA12824@host2.jankratochvil.net> To: Jan Kratochvil Cc: walfred.tedeschi@intel.com, michael.sturm@intel.com, gdb-patches@sourceware.org, palves@redhat.com, mark.kettenis@xs4all.nl Reply-to: Eli Zaretskii Message-id: <837g2oqd2n.fsf@gnu.org> References: <20140804165708.GA12824@host2.jankratochvil.net> X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00043.txt.bz2 > Date: Mon, 4 Aug 2014 18:57:08 +0200 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org, palves@redhat.com, mark.kettenis@xs4all.nl > > Hi Eli, > > 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 > > It would be probably also good to move them in the 7.8 branch for gdb-7.8.1. 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.) Thanks.