summaryrefslogtreecommitdiffstats
path: root/contrib/binutils
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2012-12-15 21:12:13 +0000
committerandrew <andrew@FreeBSD.org>2012-12-15 21:12:13 +0000
commit20e1774582916800a1d85e6877886ecc1e9e51af (patch)
tree468732daabbbb8db47096a9a31da64d3b4d085e8 /contrib/binutils
parent313cc8ff7ca3acaadee3496dcf22dd7902f6fda1 (diff)
downloadFreeBSD-src-20e1774582916800a1d85e6877886ecc1e9e51af.zip
FreeBSD-src-20e1774582916800a1d85e6877886ecc1e9e51af.tar.gz
Recognise vfpv2 as a value for the ARM .fpu asm directive. Clang generates
these even when building soft floating-point code Submitted by: Daisuke Aoyama <aoyama AT peach.ne.jp>
Diffstat (limited to 'contrib/binutils')
-rw-r--r--contrib/binutils/gas/config/tc-arm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/binutils/gas/config/tc-arm.c b/contrib/binutils/gas/config/tc-arm.c
index 1c73f6a..0b18b5b 100644
--- a/contrib/binutils/gas/config/tc-arm.c
+++ b/contrib/binutils/gas/config/tc-arm.c
@@ -20107,6 +20107,7 @@ static const struct arm_option_cpu_value_table arm_fpus[] =
{"softvfp", FPU_ARCH_VFP},
{"softvfp+vfp", FPU_ARCH_VFP_V2},
{"vfp", FPU_ARCH_VFP_V2},
+ {"vfpv2", FPU_ARCH_VFP_V2},
{"vfp9", FPU_ARCH_VFP_V2},
{"vfp3", FPU_ARCH_VFP_V3},
{"vfpv3", FPU_ARCH_VFP_V3},
OpenPOWER on IntegriCloud