From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20164 invoked by alias); 18 Nov 2007 23:51:00 -0000 Received: (qmail 20156 invoked by uid 22791); 18 Nov 2007 23:50:59 -0000 X-Spam-Check-By: sourceware.org Received: from mx10.gnu.org (HELO mx10.gnu.org) (199.232.76.166) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 18 Nov 2007 23:50:56 +0000 Received: from e23smtp02.au.ibm.com ([202.81.18.163]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ittug-0002Zu-Gb for gcc-patches@gcc.gnu.org; Sun, 18 Nov 2007 18:50:55 -0500 Received: from sd0109e.au.ibm.com (d23rh905.au.ibm.com [202.81.18.225]) by e23smtp02.au.ibm.com (8.13.1/8.13.1) with ESMTP id lAINo7GW012009 for ; Mon, 19 Nov 2007 10:50:07 +1100 Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by sd0109e.au.ibm.com (8.13.8/8.13.8/NCO v8.6) with ESMTP id lAINrjVl034066 for ; Mon, 19 Nov 2007 10:53:45 +1100 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id lAINnswT020210 for ; Mon, 19 Nov 2007 10:49:54 +1100 Received: from ozlabs.au.ibm.com (ozlabs.au.ibm.com [9.190.163.12]) by d23av04.au.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id lAINns16019985; Mon, 19 Nov 2007 10:49:54 +1100 Received: from [10.61.2.156] (haven.au.ibm.com [9.190.164.82]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.au.ibm.com (Postfix) with ESMTP id B91C2735FF; Mon, 19 Nov 2007 10:49:37 +1100 (EST) Subject: Re: gcc-4_2-branch: tiny issue with libiberty From: Ben Elliston To: Thomas Schwinge Cc: gcc-patches , dj@redhat.com In-Reply-To: <20071113015134.GF21016@fencepost.gnu.org> References: <20071113015134.GF21016@fencepost.gnu.org> Content-Type: text/plain Date: Mon, 19 Nov 2007 10:06:00 -0000 Message-Id: <1195429777.8060.10.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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 X-SW-Source: 2007-11/txt/msg01003.txt.bz2 On Tue, 2007-11-13 at 02:51 +0100, Thomas Schwinge wrote: > On a build of the gcc-4_2-branch I noticed a tiny problem with libiberty, > which the following patch fixes. Could this please be applied to > gcc-4_2-branch and trunk? I committed a fix to libiberty shortly after GCC branched for 4.2. See revision r121364. Cheers, Ben