From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110145 invoked by alias); 24 Jun 2015 13:52:19 -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 110130 invoked by uid 89); 24 Jun 2015 13:52:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f46.google.com Received: from mail-wg0-f46.google.com (HELO mail-wg0-f46.google.com) (74.125.82.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 24 Jun 2015 13:52:17 +0000 Received: by wgck11 with SMTP id k11so37059743wgc.0 for ; Wed, 24 Jun 2015 06:52:14 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.180.206.211 with SMTP id lq19mr5244747wic.81.1435153934437; Wed, 24 Jun 2015 06:52:14 -0700 (PDT) Received: by 10.194.104.197 with HTTP; Wed, 24 Jun 2015 06:52:14 -0700 (PDT) In-Reply-To: <558A95CE.2060506@redhat.com> References: <558A95CE.2060506@redhat.com> Date: Wed, 24 Jun 2015 13:52:00 -0000 Message-ID: Subject: Re: [PATCH v2 1/2] Sync libiberty with gcc upstream From: Iain Buclaw To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00527.txt.bz2 On 24 June 2015 at 13:34, Pedro Alves wrote: > On 06/19/2015 04:18 PM, Iain Buclaw wrote: >> Belated attempt at downstreaming libiberty changes from upstream. >> Split it into two patches, one with dlang related changes, the other >> with everything else. >> >> As requested, commits have been replayed ontop of gdb rather than a >> straight diff between the directories. > > Excellent, thanks. > > If we regenerate the affected configure files afterwards, do end up > with no changes? If so, the two patches are OK. > If by regenerating, you mean by using autoreconf2.64 on the toplevel and libiberty directories, then yes no further changes crop up. > I assume diffing the dirs still comes up empty after these? > Diffing the libiberty directory between gcc and gdb comes up empty after these, yes. Regards Iain