From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27106 invoked by alias); 27 Apr 2012 16:02:31 -0000 Received: (qmail 27083 invoked by uid 22791); 27 Apr 2012 16:02:30 -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-qc0-f169.google.com (HELO mail-qc0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 Apr 2012 16:02:17 +0000 Received: by qcsd16 with SMTP id d16so534920qcs.0 for ; Fri, 27 Apr 2012 09:02:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.185.204 with SMTP id cp12mr4558484qab.42.1335542536587; Fri, 27 Apr 2012 09:02:16 -0700 (PDT) Received: by 10.229.136.69 with HTTP; Fri, 27 Apr 2012 09:02:16 -0700 (PDT) In-Reply-To: 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:04: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/msg01012.txt.bz2 On Fri, Apr 27, 2012 at 9:01 AM, H.J. Lu wrote: > 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 > You should add extern "C" for C++ on those functions moved to libiberty. --=20 H.J.