public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Xianmiao Qu <cooper.qu@linux.alibaba.com>
To: gcc-patches@gcc.gnu.org
Subject: [committed] C-SKY: Add missing builtin defines for soft float abi.
Date: Fri, 13 Jan 2023 20:42:34 +0800	[thread overview]
Message-ID: <20230113124234.75388-1-cooper.qu@linux.alibaba.com> (raw)

The builtin defines for soft float abi are:
'__csky_soft_float_abi__' and '__CSKY_SOFT_FLOAT_ABI__'.

gcc/
	* config/csky/csky.cc (csky_cpu_cpp_builtins): Add builtin
	defines for soft float abi.
---
 gcc/config/csky/csky.cc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gcc/config/csky/csky.cc b/gcc/config/csky/csky.cc
index b0e50cfef3e..ddc6954dad1 100644
--- a/gcc/config/csky/csky.cc
+++ b/gcc/config/csky/csky.cc
@@ -396,6 +396,11 @@ csky_cpu_cpp_builtins (cpp_reader *pfile)
 	  builtin_define ("__csky_hard_float_abi__");
 	  builtin_define ("__CSKY_HARD_FLOAT_ABI__");
 	}
+      else
+	{
+	  builtin_define ("__csky_soft_float_abi__");
+	  builtin_define ("__CSKY_SOFT_FLOAT_ABI__");
+	}
       if (TARGET_SINGLE_FPU)
 	{
 	  builtin_define ("__csky_hard_float_fpu_sf__");
-- 
2.32.1 (Apple Git-133)


                 reply	other threads:[~2023-01-13 12:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230113124234.75388-1-cooper.qu@linux.alibaba.com \
    --to=cooper.qu@linux.alibaba.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).