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: 1010206 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-98127-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=c-sky.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="KGz7anpS"; dkim-atps=neutral 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 ozlabs.org (Postfix) with ESMTPS id 43Cm4X277jz9s4s for ; Mon, 10 Dec 2018 12:41:00 +1100 (AEDT) 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:date:message-id:in-reply-to :references:in-reply-to:references; q=dns; s=default; b=s1WiAT29 mGXxVGt9U+nvlt2wxcU6IUm54rkdFqhTfESjSkmk29oDXjEloz1JBVHsQufBTU8g ZAdMFODO3RAbFBhkJoO2f2X6ZFg1jkhbEQhc7psVAF41U3ZM1to4ufUr2cbrZiNH o5dR8NGo35TFrGuYlx+5LciTFFOLXtsGw58= 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:date:message-id:in-reply-to :references:in-reply-to:references; s=default; bh=9cGC+0tbU+PE4Q cVuFx3WvVaA1U=; b=KGz7anpStP9HE3SjQu4H9vkoQtQASqG2Z9COYFZ+iTr1aC /7E9SHFbsJCfN4AY24KPEDyFx2gnmbaW/RN1fY+LvVV6UnRJTCsLmgYfXzYbMjNb 9Hd0QSW+j6A0BHz0I922d9kjl1cqix8rWOldrFvVQsg+ptOiTwiKt0xfxfOzI= 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