aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2014-08-20 15:56:45 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2014-08-20 15:56:45 +0000
commit94910f226c5ea2ce92cfbbdda16dda5b75521b0e (patch)
treeb7764eab2ef3def2d5df87f6de7763a7a62e67a7 /gcc/doc
parent8605403e2bcb731d5f1c8579a9c2ea3436e2fb27 (diff)
downloadgcc-94910f226c5ea2ce92cfbbdda16dda5b75521b0e.zip
gcc-94910f226c5ea2ce92cfbbdda16dda5b75521b0e.tar.gz
gcc-94910f226c5ea2ce92cfbbdda16dda5b75521b0e.tar.bz2
re PR middle-end/49191 (gcc.dg/memcpy-3.c FAILs on SPARC)
2014-08-20 Steve Ellcey <sellcey@mips.com> PR middle-end/49191 * doc/sourcebuild.texi (non_strict_align): New. From-SVN: r214226
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/sourcebuild.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 39152df..20a206d 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -1689,6 +1689,9 @@ Target uses a ColdFire FPU.
@item hard_float
Target supports FPU instructions.
+@item non_strict_align
+Target does not require strict alignment.
+
@item sse
Target supports compiling @code{sse} instructions.