diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-02-17 18:35:41 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-02-17 18:35:41 +0000 |
commit | fa381cb2a157ab74bf8117938f3da5ba51095c2a (patch) | |
tree | 260fa61833790a5abb0b3a2f3fa38465340e24b1 /gcc/gcc.c | |
parent | 5437eaa69d067364050e8dce404dd311e17855b2 (diff) | |
download | gcc-fa381cb2a157ab74bf8117938f3da5ba51095c2a.zip gcc-fa381cb2a157ab74bf8117938f3da5ba51095c2a.tar.gz gcc-fa381cb2a157ab74bf8117938f3da5ba51095c2a.tar.bz2 |
re PR driver/47390 (Linking with -export-dynamic broken)
PR driver/47390
* common.opt (export-dynamic): New Driver option.
* gcc.c (LINK_COMMAND_SPEC): Add comment about %{e*}.
From-SVN: r170253
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -644,6 +644,7 @@ proper position among the other output files. */ directories. */ /* We pass any -flto flags on to the linker, which is expected to understand them. In practice, this means it had better be collect2. */ +/* %{e*} includes -export-dynamic; see comment in common.opt. */ #ifndef LINK_COMMAND_SPEC #define LINK_COMMAND_SPEC "\ %{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\ |