diff mbox

[Arm,COMMITTED] Fix typo in error message when arm_neon.h included.

Message ID VI1PR0801MB20315CDE88C4FEBE9279FF0FFFA00@VI1PR0801MB2031.eurprd08.prod.outlook.com
State New
Headers show

Commit Message

Tamar Christina July 17, 2017, 9:15 a.m. UTC
Hi All,

A typo in arm_neon.h is suggesting uses use -mfloat-abi=softp instead of softfp.

Committed as r25026 under the GCC obvious rule.

gcc/
2017-07-17  Tamar Christina  <tamar.christina@arm.com>

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

Thanks,
Tamar
diff mbox

Patch

diff --git a/gcc/config/arm/arm_neon.h b/gcc/config/arm/arm_neon.h
index 65f36e2c91ee0c2950954938f4818f28d7e7e12d..0d436e83d0f01f0c86f8d6a25f84466c841c7e11 100644
--- a/gcc/config/arm/arm_neon.h
+++ b/gcc/config/arm/arm_neon.h
@@ -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