From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4160 invoked by alias); 7 Jul 2014 15:17:29 -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 4133 invoked by uid 89); 7 Jul 2014 15:17:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: hera.aquilenet.fr Received: from hera.aquilenet.fr (HELO hera.aquilenet.fr) (141.255.128.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 07 Jul 2014 15:17:22 +0000 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id E418D31AD; Mon, 7 Jul 2014 17:17:18 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IbbJnbfa-gSb; Mon, 7 Jul 2014 17:17:18 +0200 (CEST) Received: from pluto (pluto.bordeaux.inria.fr [193.50.110.57]) by hera.aquilenet.fr (Postfix) with ESMTPSA id A7D16318F; Mon, 7 Jul 2014 17:17:18 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Joel Brobecker Cc: gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: =?utf-8?Q?=5BPATCH=5D=5BPING=C2=B2=5D?= PR external/{16327,16328}: Remove etc/configure.texi and etc/standards.texi References: <87k3a0jkad.fsf@gnu.org> <87ionnsua4.fsf@gnu.org> <20140627024638.GC23042@bubble.grove.modra.org> <874mz6elh2.fsf@gnu.org> <20140707142224.GB6038@adacore.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 19 Messidor an 222 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Mon, 07 Jul 2014 15:17:00 -0000 In-Reply-To: <20140707142224.GB6038@adacore.com> (Joel Brobecker's message of "Mon, 7 Jul 2014 07:22:24 -0700") Message-ID: <87vbr9mc5d.fsf@gnu.org> User-Agent: Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2014-07/txt/msg00118.txt.bz2 Joel Brobecker skribis: >> It would make sense to push it to gdb-7.8-branch as well, WDYT? > > Can you explain why you would like to push it to 7.8? It=E2=80=99s been a (minor) annoyance that both Binutils and GDB install th= ose files, which were outdated moreover. Thus I think it=E2=80=99s better if 7= .8 can have that patch, but it=E2=80=99s not critical either. > I'd like us to only apply patches that really fix regressions or bad > issues. If you think this patch qualifies and explain why, then we > can give you the OK. The patch only removes a two documents and the associated makefile machinery from etc/. I think it=E2=80=99s safe. Thanks, Ludo=E2=80=99.