From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126068 invoked by alias); 4 Aug 2015 15:54:46 -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 126053 invoked by uid 89); 4 Aug 2015 15:54:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 04 Aug 2015 15:54:45 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id F27BE11D0AB; Tue, 4 Aug 2015 11:54:34 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5SgwijQqOVFV; Tue, 4 Aug 2015 11:54:34 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8EF6911D0A7; Tue, 4 Aug 2015 11:54:24 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 09325472E5; Tue, 4 Aug 2015 08:54:23 -0700 (PDT) Date: Tue, 04 Aug 2015 15:54:00 -0000 From: Joel Brobecker To: Iain Buclaw Cc: GDB Patches , Luis Machado Subject: Re: [PATCH] bfd: Fix regression when building bfd on mingw32 Message-ID: <20150804155423.GC4777@adacore.com> References: <20150804154157.GA4777@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-08/txt/msg00081.txt.bz2 > 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 Ah, wonderful, thank you! (catching up after a week away) -- Joel