diff options
author | Tobias Burnus <burnus@gcc.gnu.org> | 2012-09-11 15:15:24 +0200 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2012-09-11 15:15:24 +0200 |
commit | 09df34c45853f47f3728534b1f2618a1d072e13b (patch) | |
tree | 468a83b47f1584eb2cba92d57f6d144cd34d1972 | |
parent | 8b2ab9cbe46a9dc72099933681bc803766405295 (diff) | |
download | gcc-09df34c45853f47f3728534b1f2618a1d072e13b.zip gcc-09df34c45853f47f3728534b1f2618a1d072e13b.tar.gz gcc-09df34c45853f47f3728534b1f2618a1d072e13b.tar.bz2 |
sourcebuild.texi (arm_neon_v2_ok): Fix @anchor.
2012-09-11 Tobias Burnus <burnus@net-b.de>
* doc/sourcebuild.texi (arm_neon_v2_ok): Fix @anchor.
From-SVN: r191181
-rw-r--r-- | gcc/ChangeLog | 12 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 2 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e65785a..3ea8182 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,9 +1,13 @@ +2012-09-11 Tobias Burnus <burnus@net-b.de> + + * doc/sourcebuild.texi (arm_neon_v2_ok): Fix @anchor. + 2012-09-11 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> - Matthew Gretton-Dann <matthew.gretton-dann@arm.com> + Matthew Gretton-Dann <matthew.gretton-dann@arm.com> - * config/arm/neon.md (fma<VCVTF:mode>4): New pattern. - (*fmsub<VCVTF:mode>4): Likewise. - * doc/sourcebuild.texi (arm_neon_v2_ok, arm_neon_v2_hw): Document it. + * config/arm/neon.md (fma<VCVTF:mode>4): New pattern. + (*fmsub<VCVTF:mode>4): Likewise. + * doc/sourcebuild.texi (arm_neon_v2_ok, arm_neon_v2_hw): Document it. 2012-09-11 Aldy Hernandez <aldyh@redhat.com> diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 3fe52ad..711c17b 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1534,7 +1534,7 @@ 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_neon_ok} +@anchor{arm_neon2_ok} ARM Target supports @code{-mfpu=neon -mfloat-abi=softfp} or compatible options. Some multilibs may be incompatible with these options. |