]> git.ipfire.org Git - thirdparty/glibc.git/commit
C-SKY: Strip hard float abi from hard float feature.
authorquxm <xianmiao.qxm@alibaba-inc.com>
Wed, 25 Jan 2023 09:47:33 +0000 (17:47 +0800)
committerMao Han <han_mao@linux.alibaba.com>
Tue, 7 Feb 2023 08:34:24 +0000 (16:34 +0800)
commitec6d2b83f254606fc2e646595782a70b301a2524
tree1db32c468ba0ca1b387f30140aac6266f8ad46c6
parent41f67ccbe92b4fd09e1062b383e55e407ae5bfa1
C-SKY: Strip hard float abi from hard float feature.

The hard float abi and hard float are different,
  Hard float abi: Use float register to pass float type arguments.
  Hard float: Enable the hard float ISA feature.
So the with_fp_cond cannot represent these two features. When
-mfloat-abi=softfp, the float abi is soft and hard float is enabled.
So add 'with_hard_float_abi' in preconfigure and define 'CSKY_HARD_FLOAT_ABI'
if float abi is hard, and use 'CSKY_HARD_FLOAT_ABI' to determine
dynamic linker because it is what determines compatibility.
And with_fp_cond is still needed to tell glibc whether to enable
hard floating feature.
In addition, use AC_TRY_COMMAND to test gcc to ensure compatibility
between different versions of gcc. The original way has a problem
that __CSKY_HARD_FLOAT_FPU_SF__ means the target only has single
hard float-points ISA, so it's not defined in CPUs like ck810f.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
config.h.in
sysdeps/csky/preconfigure [changed mode: 0644->0755]
sysdeps/csky/preconfigure.ac
sysdeps/unix/sysv/linux/csky/shlib-versions