From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25223 invoked by alias); 27 Apr 2012 16:01:24 -0000 Received: (qmail 25199 invoked by uid 22791); 27 Apr 2012 16:01:23 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-qa0-f41.google.com (HELO mail-qa0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 Apr 2012 16:01:10 +0000 Received: by qabg27 with SMTP id g27so497673qab.0 for ; Fri, 27 Apr 2012 09:01:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.210.66 with SMTP id gj2mr9597509qab.3.1335542469229; Fri, 27 Apr 2012 09:01:09 -0700 (PDT) Received: by 10.229.136.69 with HTTP; Fri, 27 Apr 2012 09:01:09 -0700 (PDT) In-Reply-To: <87wr515kp6.fsf@fleche.redhat.com> References: <871uotbscq.fsf@fleche.redhat.com> <201203191613.q2JGCx5m011858__41727.2307830446$1332173667$gmane$org@greed.delorie.com> <87obrsmrma.fsf__45145.0892644518$1332177916$gmane$org@fleche.redhat.com> <87fwcqndx8.fsf@fleche.redhat.com> <87limadll4.fsf@fleche.redhat.com> <87d37bwgq1.fsf__11149.6676145636$1334346880$gmane$org@fleche.redhat.com> <87ipgqfqwx.fsf@fleche.redhat.com> <20120426144248.GA16117@tyan-ft48-01.lab.bos.redhat.com> <201204261752.q3QHqVgh017388@greed.delorie.com> <20120426203911.GC16117__46696.8788685792$1335472814$gmane$org@tyan-ft48-01.lab.bos.redhat.com> <87wr515kp6.fsf@fleche.redhat.com> Date: Fri, 27 Apr 2012 16:02:00 -0000 Message-ID: Subject: Re: RFA: consolidate DWARF strings into libiberty From: "H.J. Lu" To: Tom Tromey Cc: Jakub Jelinek , DJ Delorie , dje@google.com, gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2012-04/txt/msg01011.txt.bz2 On Fri, Apr 27, 2012 at 7:11 AM, Tom Tromey wrote: >>>>>> "Jakub" =3D=3D Jakub Jelinek writes: > > Jakub> On Thu, Apr 26, 2012 at 01:52:31PM -0400, DJ Delorie wrote: >>> >>> I will not oppose adding more unrelated stuff to libiberty, but >>> neither will I approve it. =A0I will let one of the other maintainers or >>> a global maintainer approve it. > > Jakub> The original libiberty patch is ok for trunk then. > > Thanks, Jakub. =A0I am checking it in to the gcc tree. > I'll send the gdb and binutils follow-ups later. > > Tom This breaks GCC bootstrap: http://gcc.gnu.org/ml/gcc-regression/2012-04/msg00500.html --=20 H.J.