From 659b24d6cf3455cea72d78b3261c92b34d2eed0c Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 7 Jun 2010 21:11:54 +0000 Subject: 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 --- gcc/doc/sourcebuild.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/doc') diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index c4353c7..cb116a9 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}. -- cgit v1.1