aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2020-04-29 12:06:41 +0100
committerRichard Sandiford <richard.sandiford@arm.com>2020-04-29 12:06:41 +0100
commit668d8f3c0c61905bc69a1c73f16fa4fa6273db2a (patch)
tree86f8e271cbbd6b23bf4d4d52d6a984c3a301869e
parent1d7ead9cba91533291e0048d22b711ca124e19de (diff)
downloadgcc-668d8f3c0c61905bc69a1c73f16fa4fa6273db2a.zip
gcc-668d8f3c0c61905bc69a1c73f16fa4fa6273db2a.tar.gz
gcc-668d8f3c0c61905bc69a1c73f16fa4fa6273db2a.tar.bz2
doc: Add missing arm_arch_v8a_hard_ok anchor
2020-04-29 Richard Sandiford <richard.sandiford@arm.com> gcc/ * doc/sourcebuild.texi: Add missing arm_arch_v8a_hard_ok anchor.
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/sourcebuild.texi1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2de5b3c..2287ff9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2020-04-29 Richard Sandiford <richard.sandiford@arm.com>
+ * doc/sourcebuild.texi: Add missing arm_arch_v8a_hard_ok anchor.
+
+2020-04-29 Richard Sandiford <richard.sandiford@arm.com>
+
* config/arm/arm-builtins.c (arm_atomic_assign_expand_fenv): Use
TARGET_EXPR instead of MODIFY_EXPR for the first assignments to
fenv_var and new_fenv_var.
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index d8da77d..66f3576 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -1830,6 +1830,7 @@ ARM target supports @code{-mfpu=vfp3 -mfloat-abi=softfp}.
Some multilibs may be incompatible with these options.
@item arm_arch_v8a_hard_ok
+@anchor{arm_arch_v8a_hard_ok}
The compiler is targeting @code{arm*-*-*} and can compile and assemble code
using the options @code{-march=armv8-a -mfpu=neon-fp-armv8 -mfloat-abi=hard}.
This is not enough to guarantee that linking works.