aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2010-10-12 12:06:18 +0000
committerRainer Orth <ro@gcc.gnu.org>2010-10-12 12:06:18 +0000
commitcf3e10419923a5e46f21d6621425a8acd63ddeac (patch)
tree5be1ed66daa13e385e7264a0a71e164d6558a82e /gcc/doc
parentbc8359ff68f77dce2448a8057f86f1cd8ab866f7 (diff)
downloadgcc-cf3e10419923a5e46f21d6621425a8acd63ddeac.zip
gcc-cf3e10419923a5e46f21d6621425a8acd63ddeac.tar.gz
gcc-cf3e10419923a5e46f21d6621425a8acd63ddeac.tar.bz2
re PR testsuite/45851 (FAIL: gcc.dg/lto/20090210 link test with WHOPR owing to bad -pthread option.)
gcc/testsuite: PR testsuite/45851 * lib/lto.exp (lto-get-options-main): Support optional target selector for dg-extra-ld-options. gcc: PR testsuite/45851 * doc/sourcebuild.texi (LTO Testing, dg-extra-ld-options): Document optional target selector. From-SVN: r165366
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/sourcebuild.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 83a0dbf..1f981e7 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -2300,7 +2300,7 @@ This directive provides a list of one or more sets of compiler options
to override @var{LTO_OPTIONS}. Each test will be compiled and run with
each of these sets of options.
-@item @{ dg-extra-ld-options @var{options} @}
+@item @{ dg-extra-ld-options @var{options} [@{ target @var{selector} @}]@}
This directive adds @var{options} to the linker options used.
@item @{ dg-suppress-ld-options @var{options} @}