From 80c796b320276dbca7e86bec0b1010b04f21803c Mon Sep 17 00:00:00 2001 From: ramana Date: Tue, 11 Sep 2012 13:34:35 +0000 Subject: [PATCH] Fix typo in documentation from last commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191182 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 +++++- gcc/doc/sourcebuild.texi | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ea8182..a52864c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,9 +1,13 @@ +2012-09-11 Ramana Radhakrishnan + + * doc/sourcebuild.texi (arm_neon_v2_ok): Adjust command line. + 2012-09-11 Tobias Burnus * doc/sourcebuild.texi (arm_neon_v2_ok): Fix @anchor. 2012-09-11 Ramana Radhakrishnan - Matthew Gretton-Dann + Matthew Gretton-Dann * config/arm/neon.md (fma4): New pattern. (*fmsub4): Likewise. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 711c17b..055567b 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1534,8 +1534,8 @@ ARM Target supports @code{-mfpu=neon -mfloat-abi=softfp} or compatible options. Some multilibs may be incompatible with these options. @item arm_neonv2_ok -@anchor{arm_neon2_ok} -ARM Target supports @code{-mfpu=neon -mfloat-abi=softfp} or compatible +@anchor{arm_neonv2_ok} +ARM Target supports @code{-mfpu=neon-vfpv4 -mfloat-abi=softfp} or compatible options. Some multilibs may be incompatible with these options. @item arm_neon_fp16_ok -- 2.7.4