summaryrefslogtreecommitdiff
path: root/gcc/doc/sourcebuild.texi
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-07 21:11:54 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-07 21:11:54 +0000
commit68732127bfd0caaa6cbd1d91596ca62e5bca154b (patch)
treec8984c25921726ee3b67d0bfa0d2314bcdbd8c4a /gcc/doc/sourcebuild.texi
parent85a60811425fd3dcd5ada19e09f43cdb0eabee14 (diff)
downloadgcc-68732127bfd0caaa6cbd1d91596ca62e5bca154b.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160405 138bc75d-0d04-0410-961f-82ee72b054a4
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}.