From patchwork Fri Jan 26 05:44:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Palmer Dabbelt X-Patchwork-Id: 25549 Received: (qmail 5624 invoked by alias); 26 Jan 2018 05:45:02 -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 5498 invoked by uid 89); 26 Jan 2018 05:45:01 -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= X-HELO: mail-pf0-f179.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=tJ995j31PSzSSb9Kt/+n8S018zgAqcvkVQ4axqxHvDe0WbIWPUYPKKcJ2q4Cy889H2 eEk4U05m5pRutRPpZNzaJHM0ch9b+KWtBxxo5dSFB3uVIZtQAF/z/a78tjz0GC/+NVHa WA4KdOt80ryS+apDl1WnVY9Uk0Kj3r2BzY2gquQnpOwvvx1xxYcwDKDoz7CxrntuzQtx EHxSI9GjcqP/Yz2CA1SS2o6XLbKOiMZ2olsc+I5z0s3IIdBrB+qYFttDbBnUEHgsH6k/ CFWFUoy6K32dVU7qP/fPgtrjZxrX/uoXDYSGLmsLKf5QQ8uhSDZP4U2Qd7wtUp44c5xv TW7w== X-Gm-Message-State: AKwxytezt07LBesRarooUVQtXPWvmt/xQoLckGSOoiuMOdDy0RGdJTIu NqEleKPrv4rynp8tZaCwesFCHw== X-Google-Smtp-Source: AH8x225ezwzG1yFw6WONA9Wg8qDcbQUV3c7WkEy/o3+DaOJFMMwzctj0U9HibWtm9PvbJVEvhfiQjg== X-Received: by 2002:a17:902:4101:: with SMTP id e1-v6mr13501683pld.332.1516945497932; Thu, 25 Jan 2018 21:44:57 -0800 (PST) Subject: [PATCH v6 03/16] Add RISC-V entries to config.h.in Date: Thu, 25 Jan 2018 21:44:30 -0800 Message-Id: <20180126054443.22702-4-palmer@dabbelt.com> In-Reply-To: <20180126054443.22702-1-palmer@dabbelt.com> References: <20180126054443.22702-1-palmer@dabbelt.com> Cc: patches@groups.riscv.org, Andrew Waterman , dj@redhat.com, Darius Rad , 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