From patchwork Mon Dec 10 01:27:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?5q+b5pmX?= X-Patchwork-Id: 30604 Received: (qmail 130947 invoked by alias); 10 Dec 2018 01:40:53 -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 130937 invoked by uid 89); 10 Dec 2018 01:40:53 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, FSL_HELO_NON_FQDN_1, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY autolearn=ham version=3.3.2 spammy=H*r:Unknown X-HELO: vmh-VirtualBox From: Mao Han To: libc-alpha@sourceware.org Cc: Mao Han , c-sky_gcc_upstream@c-sky.com, gnu-csky@mentor.com, ren_guo@c-sky.com, yibin_liu@c-sky.com Subject: [PATCH v7 10/12] C-SKY: Add ABI definitions in config.h.in Date: Mon, 10 Dec 2018 09:27:08 +0800 Message-Id: In-Reply-To: References: In-Reply-To: References: * config.h.in (CSKYABI, CSKY_HARD_FLOAT): New Define. --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.h.in b/config.h.in index 141db21..b60dc30 100644 --- a/config.h.in +++ b/config.h.in @@ -100,6 +100,12 @@ /* AArch64 big endian ABI */ #undef HAVE_AARCH64_BE +/* C-SKY ABI version */ +#undef CSKYABI + +/* C-SKY floating-point ABI */ +#undef CSKY_HARD_FLOAT + /* RISC-V integer ABI for ld.so. */ #undef RISCV_ABI_XLEN