]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arm_neon.h: Fix softp typo.
authorTamar Christina <tamar.christina@arm.com>
Mon, 17 Jul 2017 09:12:57 +0000 (09:12 +0000)
committerTamar Christina <tnfchris@gcc.gnu.org>
Mon, 17 Jul 2017 09:12:57 +0000 (09:12 +0000)
2017-07-17  Tamar Christina  <tamar.christina@arm.com>

* config/arm/arm_neon.h: Fix softp typo.

From-SVN: r250262

gcc/ChangeLog
gcc/config/arm/arm_neon.h

index 2f29824f91577e2d415ea2fdef34ccc8c344d8ee..f4acad4947a4a2afef39f8b30041ade5f59b5d6b 100644 (file)
@@ -1,3 +1,7 @@
+2017-07-17  Tamar Christina  <tamar.christina@arm.com>
+
+       * config/arm/arm_neon.h: Fix softp typo.
+
 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/81365
index 65f36e2c91ee0c2950954938f4818f28d7e7e12d..0d436e83d0f01f0c86f8d6a25f84466c841c7e11 100644 (file)
@@ -28,7 +28,7 @@
 #define _GCC_ARM_NEON_H 1
 
 #ifndef __ARM_FP
-#error "NEON intrinsics not available with the soft-float ABI.  Please use -mfloat-abi=softp or -mfloat-abi=hard"
+#error "NEON intrinsics not available with the soft-float ABI.  Please use -mfloat-abi=softfp or -mfloat-abi=hard"
 #else
 
 #pragma GCC push_options