diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-07 21:11:54 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-07 21:11:54 +0000 |
commit | 68732127bfd0caaa6cbd1d91596ca62e5bca154b (patch) | |
tree | c8984c25921726ee3b67d0bfa0d2314bcdbd8c4a /gcc/doc/sourcebuild.texi | |
parent | 85a60811425fd3dcd5ada19e09f43cdb0eabee14 (diff) | |
download | gcc-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.texi | 3 |
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}. |