OSDN Git Service

* options.h (class General_options): Add --no case for
authorian <ian>
Thu, 18 Dec 2008 01:53:38 +0000 (01:53 +0000)
committerian <ian>
Thu, 18 Dec 2008 01:53:38 +0000 (01:53 +0000)
--export-dynamic.

gold/ChangeLog
gold/options.h

index f344f50..765da24 100644 (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
index 8d936d0..4148b0a 100644 (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);