From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-2.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FORGED_GMAIL_RCVD, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 38A361F466 for ; Wed, 15 Jan 2020 23:51:30 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=nfPY AJ8D+GukAKDsARywpR2ybttcN4kR3jcDUORowNlSvOPgjCJSUKHRoTs+AmCNlMR/ jzI/PvJ7+7wgN69lPvkm/Plvphyf/XeMGrgwJvOG44lArt3m5i3rfS1JEwMptTUC b0m6M5jrdd4Tts21BfT7/skwh+R+VEoAtqzPoU8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; s=default; bh=Qw46//EB1y yrY3Hw0Fq48HWnyPI=; b=HPBgTAfOkxkM1+HhGV2J1hpyb0YG19vIUjdWtf64rD Nf3NcVah25uPkaSsrGZGBXDIoiJgP1JVQiORuN234thBeReH7gTvOgPDivgk63SM 9TTB+7P43OQAmsQvbvkb/LHY8KD5/v7M2INOtmVAv2JlEN+h5yi0J5pWaic2i6MV c= Received: (qmail 21052 invoked by alias); 15 Jan 2020 23:51:27 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 20852 invoked by uid 89); 15 Jan 2020 23:51:27 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-lf1-f67.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5aIafwkELVskRySr5SeC5Ld8kRHwkRkUG4TEbx5TiMM=; b=YLnYIlOOfZU3VpJKh6b6RNNycMiiR2uOLvnnNbRnEcXua9N/4hfMmP24WXX4DhPl9M OKH2oNRmS4xQWkCZ51YVMvFAZ5xdHg115o4r5/vbD2BnkiM2M87zrg0lfohdbakPxuUo Yg89yK2Jxbhpc4sXJLZBGKvS889lzT8caWvileZ37DzHukl1FZ+JzRJ7zhSfekvlc/Xg GUZZpLQG2and2XLmVU8RrwuY68KnPeDn3C47WHLaZiBtBc/PhS9Bhnri9pWchbw/C3tm pTpYbWl+AVBEF4ZhTDG4BMoK0AYc2WNQqWHU2vstT1l8pepvRAVzgrZA2Xbxh4BIwQPN byog== MIME-Version: 1.0 References: In-Reply-To: From: Alistair Francis Date: Thu, 16 Jan 2020 09:50:57 +1000 Message-ID: Subject: Re: [RFC v6 00/23] RISC-V glibc port for the 32-bit To: Joseph Myers Cc: Alistair Francis , GNU C Library , Arnd Bergmann , Adhemerval Zanella , Florian Weimer , Palmer Dabbelt , "Maciej W. Rozycki" , Zong Li Content-Type: text/plain; charset="UTF-8" On Thu, Jan 16, 2020 at 7:50 AM Joseph Myers wrote: > > On Wed, 15 Jan 2020, Alistair Francis wrote: > > > --- ../sysdeps/unix/sysv/linux/riscv/libc.abilist 2020-01-14 > > 16:27:58.805195715 -0800 > > +++ /slow-scratch/alistair/software/glibc/build/libc.symlist > > 2020-01-14 18:48:08.711608082 -0800 > > @@ -510 +510 @@ GLIBC_2.31 _mcount F > > -GLIBC_2.31 _nl_default_dirname D 0x12 > > +GLIBC_2.31 _nl_default_dirname D 0x16 > > You need to use --prefix=/usr; the length of the prefix affect the ABI. Ah, thanks. So it looks like all the conform tests are passing :) I'm running the full suit of tests via cross compiling with NFS mount as well. When the 2.32 window opens up I should be ready to go. Thanks for all of your help Joseph. Alistair > > -- > Joseph S. Myers > joseph@codesourcery.com