diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-17 18:35:41 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-17 18:35:41 +0000 |
commit | 455188e991d39c980b400395b19b30db229c20eb (patch) | |
tree | 260fa61833790a5abb0b3a2f3fa38465340e24b1 /gcc/common.opt | |
parent | e29d44c56ad693cb99014c9fdcb8bcd59bade25d (diff) | |
download | gcc-455188e991d39c980b400395b19b30db229c20eb.tar.gz |
PR driver/47390
* common.opt (export-dynamic): New Driver option.
* gcc.c (LINK_COMMAND_SPEC): Add comment about %{e*}.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170253 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 00c3f3343fd..1f24a3a67a0 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -712,6 +712,13 @@ Driver e Driver Joined Separate +; This option has historically been passed down to the linker by an +; accident of a %{e*} spec, so ensure it continues to be passed down +; as a single option. The supported option for this purpose is +; -rdynamic. See PR 47390. +export-dynamic +Driver Undocumented + ; The version of the C++ ABI in use. The following values are allowed: ; ; 0: The version of the ABI believed most conformant with the C++ ABI |