aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/sourcebuild.texi
diff options
context:
space:
mode:
authorJiong Wang <jiong.wang@arm.com>2015-07-01 08:51:49 +0000
committerJiong Wang <jiwang@gcc.gnu.org>2015-07-01 08:51:49 +0000
commit8997ef1850cee602e321210e23c85af6b85bccc0 (patch)
tree15e878c59cfd624060a284bd135d86a89437280b /gcc/doc/sourcebuild.texi
parent34ecdb0f20498d3cdde1a5be9614c2820cc4688f (diff)
downloadgcc-8997ef1850cee602e321210e23c85af6b85bccc0.zip
gcc-8997ef1850cee602e321210e23c85af6b85bccc0.tar.gz
gcc-8997ef1850cee602e321210e23c85af6b85bccc0.tar.bz2
[AArch64] Restrict pic-small.c by new test directive
2015-07-01 Jiong Wang <jiong.wang@arm.com> gcc/ * doc/sourcebuild.texi (AArch64-specific attributes): New subsection. Document "aarch64_small_fpic". gcc/testsuite/ * lib/target-supports.exp (check_effective_target_aarch64_small_fpic): New function. * gcc.target/aarch64/pic-small.c: Restrict this test under check_effective_target_aarch64_small_fpic. From-SVN: r225232
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r--gcc/doc/sourcebuild.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 13f63d1..52a4aa4 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -1580,6 +1580,15 @@ ARM target prefers @code{LDRD} and @code{STRD} instructions over
@end table
+@subsubsection AArch64-specific attributes
+
+@table @code
+@item aarch64_small_fpic
+Binutils installed on test system supports relocation types required by -fpic
+for AArch64 small memory model.
+
+@end table
+
@subsubsection MIPS-specific attributes
@table @code