From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71919 invoked by alias); 4 Aug 2015 16:09:13 -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 71574 invoked by uid 89); 4 Aug 2015 16:09:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f180.google.com Received: from mail-wi0-f180.google.com (HELO mail-wi0-f180.google.com) (209.85.212.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 04 Aug 2015 16:09:06 +0000 Received: by wibxm9 with SMTP id xm9so30608690wib.1 for ; Tue, 04 Aug 2015 09:09:03 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.180.76.132 with SMTP id k4mr195431wiw.87.1438704543324; Tue, 04 Aug 2015 09:09:03 -0700 (PDT) Received: by 10.27.11.33 with HTTP; Tue, 4 Aug 2015 09:09:03 -0700 (PDT) In-Reply-To: <55C0E066.9040805@redhat.com> References: <20150804154157.GA4777@adacore.com> <55C0E066.9040805@redhat.com> Date: Tue, 04 Aug 2015 16:09:00 -0000 Message-ID: Subject: Re: [PATCH] bfd: Fix regression when building bfd on mingw32 From: Iain Buclaw To: Pedro Alves Cc: Joel Brobecker , GDB Patches , Luis Machado Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00086.txt.bz2 On 4 August 2015 at 17:55, Pedro Alves wrote: > On 08/04/2015 04:51 PM, Iain Buclaw wrote: > >> Actually, I got redirected to the binutils ml in the other thread, >> it's already been submitted and pushed in. >> >> https://sourceware.org/ml/binutils/2015-07/msg00305.html >> https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=d6f1bafa2c05241b89c0303a9f6a2af89f51c39c >> >> So if you are having difficulties reproducing... > > I think this should be pushed to the 7.10 branch as well. > Could you handle that? > > Thanks, > Pedro Alves > Will have to wait until this evening if that's OK. Is there a general guideline on pushing patches to branch? I assume that you don't do anything fancy with git such as merge or cherry-pick. Regards Iain