summaryrefslogtreecommitdiff
path: root/gcc/doc/sourcebuild.texi
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2010-06-07 21:11:54 +0000
committerRainer Orth <ro@gcc.gnu.org>2010-06-07 21:11:54 +0000
commit659b24d6cf3455cea72d78b3261c92b34d2eed0c (patch)
treec8984c25921726ee3b67d0bfa0d2314bcdbd8c4a /gcc/doc/sourcebuild.texi
parent2f86b26a4f144c583c9f84d77b31e3e2bf238ca1 (diff)
downloadgcc-659b24d6cf3455cea72d78b3261c92b34d2eed0c.tar.gz
target-supports.exp (check_effective_target_gas): New proc.
gcc/testsuite: * lib/target-supports.exp (check_effective_target_gas): New proc. * gcc.c-torture/execute/960321-1.x: New file. gcc: * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes): Document gas. From-SVN: r160405
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-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 c4353c790c5..cb116a93f57 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -1734,6 +1734,9 @@ Target supports @option{-freorder-blocks-and-partition}.
@item fstack_protector
Target supports @option{-fstack-protector}.
+@item gas
+Target uses GNU @command{as}.
+
@item gc_sections
Target supports @option{--gc-sections}.