From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65340 invoked by alias); 15 Jan 2018 16:08:58 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 65328 invoked by uid 89); 15 Jan 2018 16:08:58 -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,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=our X-HELO: mail-oi0-f47.google.com Received: from mail-oi0-f47.google.com (HELO mail-oi0-f47.google.com) (209.85.218.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 15 Jan 2018 16:08:56 +0000 Received: by mail-oi0-f47.google.com with SMTP id g128so8583740oib.11 for ; Mon, 15 Jan 2018 08:08:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=NCJJzNceITcvk/IVWcQ8q3xYW2SNmwUJxCiYmbP5zSk=; b=a8W6vINTcllGXfKoW+z5JEEC4So8xmX4l+JyjXhBgUMIB0cuRlhN38LGxx0ukDLhAX +eH47iXDE9przg86YmTzW2SL8n0v2eRvJbKX20lRpoX3P5YyCJfn3Ij49ekEFU90ryfD kkfCOFD6cIskCgYu2wUY60G2PCKyk4xdBIvy5WiuN8LlMpRv+GNxh5EYkuGJtRmNrnLx FrQlRs2XLr1XISxYhnXzgi8MW63+95alfUnOIWykr0gEFxaZFEDO9LMbojA6WZ66RE6E h2O/u6QbKu+0O2m2We8XHr+8GkS4ZUk3yp8B9hT2o3tEw5yy1SZ1Dn1WU0mDEJQjna0k heAw== X-Gm-Message-State: AKwxytcs1uKlY4E9VWQIsc89jBLotpXu6bhXgv1QQ1tEhtKt5DcgMzcV YHCIp8EWFcUOuQ4GRavaRNy/68sxRKQmg+vK72k= X-Google-Smtp-Source: ACJfBouiz9Or1LUqJlUVVZLe1DEZKyFKnMgxbhwAjC4IIaZ08QlB1C0o31t3VTi0y7s0YJg55FvjD+cZFGHmzJvwaPc= X-Received: by 10.202.253.7 with SMTP id b7mr11133797oii.250.1516032534772; Mon, 15 Jan 2018 08:08:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.74.151.42 with HTTP; Mon, 15 Jan 2018 08:08:53 -0800 (PST) In-Reply-To: <5A5CD0E4.5080307@arm.com> References: <87d12hstle.fsf@redhat.com> <5A5CD0E4.5080307@arm.com> From: "H.J. Lu" Date: Mon, 15 Jan 2018 16:08:00 -0000 Message-ID: Subject: Re: Commit: Update libiberty sources To: Szabolcs Nagy Cc: Nick Clifton , Binutils , nd Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00237.txt.bz2 On Mon, Jan 15, 2018 at 8:03 AM, Szabolcs Nagy wrote: > On 10/01/18 13:59, Nick Clifton wrote: >> Hi Guys, >> >> I have checked in the attached patch to synchronize our copy of the >> libiberty sources with those from gcc. >> > > since this commit i see two new symbols in aarch64 libstdc++ that were not > there before: > > $ nm -D libstdc++.so.6.0.25 | grep call_once > 0000000000095e70 W _ZZSt9call_onceIMSt6threadFvvEJSt17reference_wrapperIS0_EEEvRSt9once_flagOT_DpOT0_ENKUlvE0_clEv > 0000000000095d10 W > _ZZSt9call_onceIMSt6threadFvvEJSt17reference_wrapperIS0_EEEvRSt9once_flagOT_DpOT0_ENUlvE0_4_FUNEv > > this makes the aarch64 libstdc++ abi tests fail. > > curiously only happens when native ld is used, not when cross ld. > will debug this further, but in case anybody has ideas let me know. > > This is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83834 -- H.J.