From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122864 invoked by alias); 7 Aug 2015 05:15:50 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 121887 invoked by uid 89); 7 Aug 2015 05:15:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 07 Aug 2015 05:15:01 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 12DCC36B148; Fri, 7 Aug 2015 05:15:00 +0000 (UTC) Received: from greed.delorie.com ([10.3.113.9]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t775ExMf008246 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 7 Aug 2015 01:14:59 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id t775Ew6w024165; Fri, 7 Aug 2015 01:14:58 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id t775Ew8K024163; Fri, 7 Aug 2015 01:14:58 -0400 Date: Fri, 07 Aug 2015 05:15:00 -0000 Message-Id: <201508070514.t775Ew8K024163@greed.delorie.com> From: DJ Delorie To: Yaakov Selkowitz CC: gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb-patches@sourceware.org In-reply-to: <1435783394.10408.3.camel@redhat.com> (message from Yaakov Selkowitz on Wed, 01 Jul 2015 15:43:14 -0500) Subject: Re: [PATCH] toplevel: fixes for in-tree libiconv References: <1432934043.7892.30.camel@redhat.com> <1435783394.10408.3.camel@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00378.txt.bz2 I have applied and committed these patches, both in gcc and binutils-gdb.