forked from Imagelibrary/binutils-gdb
* options.h (class General_options): Add --no case for
--export-dynamic.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user