From patchwork Thu Jan 25 04:36:06 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Palmer Dabbelt X-Patchwork-Id: 25511 Received: (qmail 18570 invoked by alias); 25 Jan 2018 04:36:38 -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 Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 18460 invoked by uid 89); 25 Jan 2018 04:36:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:626 X-HELO: mail-pg0-f41.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:date:message-id:in-reply-to:references :cc:from:to; bh=vpi0wxg0JDK348HHWT85VcZ05Py5fXjgwxnlvbverSY=; b=dfowAz6tb8nGYJZmZXrqZGUZO0ZRlU4pFGVynpDVv6Vr6r6Nt+hEzDIo8IIebUy5Lj QNvTOghAkcii2JyoIGZrKSPekVjdaybC0Vu+hrWScTyBx68dEKQEx3+wc6cG8jfGYYRZ DO7TlZRPv/FXzNHSxKumI73cRbAAw9yDXmSSnpOKTOi0DNlWMKWNBy+h9LFbAq1OMVZN eeMhnWbFqCNNEQempeUhd3ZApXu4GaCVDXJFThSpSDmM8iL/1OlgWFNQpVx17/nMRIJh Olgwb3r83NfJB/ajxdwuD+EVOIkdivjUBV9R2unMceyg6j8E04UilDoiaiZQ4Rsy6RJT YOnQ== X-Gm-Message-State: AKwxytf+oONqr+ij7NInPApCSpbK8/eB+QylUMGXHGcyOKN5//Jm7EMd UkfugpDDUQ7jyEFfjayfBk3VwQ== X-Google-Smtp-Source: AH8x224cK8/Rw58dqabYsr4aTZ2OkFUGzcGYPpBszyJNgr43UBE0xw4lJs/0Ta9JQUcY1WiiiRS+Lg== X-Received: by 2002:a17:902:261:: with SMTP id 88-v6mr10575527plc.384.1516854995370; Wed, 24 Jan 2018 20:36:35 -0800 (PST) Subject: [PATCH 02/17] Add RISC-V entries to config.h.in Date: Wed, 24 Jan 2018 20:36:06 -0800 Message-Id: <20180125043621.19972-3-palmer@dabbelt.com> In-Reply-To: <20180125043621.19972-1-palmer@dabbelt.com> References: <20180125043621.19972-1-palmer@dabbelt.com> Cc: Andrew Waterman , Darius Rad , dj@redhat.com, patches@groups.riscv.org, Palmer Dabbelt From: Palmer Dabbelt To: libc-alpha@sourceware.org, joseph@codesourcery.com These were autogenerated. 2018-01-13 Palmer Dabbelt * config.h.in: Regenerate. --- config.h.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.h.in b/config.h.in index d928e7dd867c..b0b7cf26cb4b 100644 --- a/config.h.in +++ b/config.h.in @@ -100,6 +100,11 @@ /* AArch64 big endian ABI */ #undef HAVE_AARCH64_BE +/* RISC-V integer ABI for ld.so. */ +#undef RISCV_ABI_XLEN + +/* RISC-V floating-point ABI for ld.so. */ +#undef RISCV_ABI_FLEN /* Linux specific: minimum supported kernel version. */ #undef __LINUX_KERNEL_VERSION