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=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham 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 016EA1F461 for ; Wed, 17 Jul 2019 12:20:47 +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:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=O9S7Q Px7rbsKVY9ujWqAu9r03H45nJ1bu3IMKaRvkRvomwnXvh0Dr0wq+CSmZsjaIq6T6 p0Hh9Qd9va8SgDyIEw0M6E86XZe+feF5pG/U50mQZxdbivtpMSjTtnKqzRzboGZz BvoCawCBYBgtMIj6gt/w25LB3BPGfrB/g0T5v4= 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:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=SARtquX3ikN /GR4wZde6tkrop8E=; b=mHVkfz7Hhtmo6W/g3CvNIBb7LEPdXOxXQzPmm+SmW+1 8CJYQYCLoOR2FAi/LNDCCeGALVsN5nkH4/2FiJhqQpa28QbGlXzLDSSbta+0ZQ+t oYfmrlU4kml+HyyKz90jap+Q8LBZsy2n5YdpJdtJAuQW3XSXr+GZu2n4HhSCQDHM = Received: (qmail 27328 invoked by alias); 17 Jul 2019 12:20:45 -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 27268 invoked by uid 89); 17 Jul 2019 12:20:45 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.redhat.com From: Florian Weimer To: Alistair Francis Cc: libc-alpha@sourceware.org, arnd@arndb.de, adhemerval.zanella@linaro.org, palmer@sifive.com, macro@wdc.com, zongbox@gmail.com, alistair23@gmail.com Subject: Re: [RFC v3 15/23] RISC-V: Add path of library directories for the 32-bit References: Date: Wed, 17 Jul 2019 14:20:40 +0200 In-Reply-To: (Alistair Francis's message of "Tue, 16 Jul 2019 17:09:20 -0700") Message-ID: <87blxsc0o7.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain * Alistair Francis: > diff --git a/ChangeLog b/ChangeLog > index 940db8b92e..4155ead682 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1040,6 +1040,9 @@ > 2018-06-20 Zong Li > > * sysdeps/unix/sysv/linux/riscv/ldconfig.h (LD_SO_ABI): Support rv32. > + * sysdeps/unix/sysv/linux/riscv/ldconfig.h (LD_SO_ABI): Support rv32. > + * sysdeps/unix/sysv/linux/riscv/dl-cache.h (add_system_dir): Add > + libraries path for rv32. Duplicate line, and the commit subject seems to be truncated. Thanks, Florian