diff options
author | jules <jules@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-24 11:29:50 +0000 |
---|---|---|
committer | jules <jules@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-24 11:29:50 +0000 |
commit | a9f3876a5bd6017bed028a32d9776947600fa7a7 (patch) | |
tree | 7967f1588aada7984f350d95c644d59f6109b414 /gcc/doc/sourcebuild.texi | |
parent | a5656b73c5fa17fdbb286731d611b9dc6db16cf2 (diff) | |
download | gcc-a9f3876a5bd6017bed028a32d9776947600fa7a7.tar.gz |
gcc/
* doc/sourcebuild.texi (arm_hf_eabi): Document effective-target
check.
gcc/testsuite/
* lib/target-supports.exp (check_effective_target_arm_hf_eabi): New.
* gcc.dg/torture/stackalign/builtin-apply-2.c: Skip for
hard-float ARM.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189805 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 84fcc23e55a..44c284246f9 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1497,6 +1497,11 @@ ARM target generates 32-bit code. @item arm_eabi ARM target adheres to the ABI for the ARM Architecture. +@item arm_hf_eabi +ARM target adheres to the VFP and Advanced SIMD Register Arguments +variant of the ABI for the ARM Architecture (as selected with +@code{-mfloat-abi=hard}). + @item arm_hard_vfp_ok ARM target supports @code{-mfpu=vfp -mfloat-abi=hard}. Some multilibs may be incompatible with these options. |