* options.h (class General_options): Add --no case for

--export-dynamic.
This commit is contained in:
Ian Lance Taylor 2008-12-18 01:53:38 +00:00
parent 3a4514b23d
commit ee769c8852
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-12-17 Ian Lance Taylor <iant@google.com>
* options.h (class General_options): Add --no case for
--export-dynamic.
2008-12-16 Cary Coutant <ccoutant@google.com>
* plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer

View File

@ -636,7 +636,8 @@ class General_options
N_("Set program start address"), N_("ADDRESS"));
DEFINE_bool(export_dynamic, options::TWO_DASHES, 'E', false,
N_("Export all dynamic symbols"), NULL);
N_("Export all dynamic symbols"),
N_("Do not export all dynamic symbols (default)"));
DEFINE_bool(eh_frame_hdr, options::TWO_DASHES, '\0', false,
N_("Create exception frame header"), NULL);