* archive.cc (Library_base::should_include_member): Check for
[deliverable/binutils-gdb.git] / gold / options.h
index b5df3ebf2af7b92f17f1af9738c1de4446589aaa..b244bd54b39490dda10acaaadf3f5359bdca3337 100644 (file)
@@ -739,6 +739,9 @@ class General_options
               N_("Export all dynamic symbols"),
              N_("Do not export all dynamic symbols (default)"));
 
+  DEFINE_set(export_dynamic_symbol, options::TWO_DASHES, '\0',
+            N_("Export SYMBOL to dynamic symbol table"), N_("SYMBOL"));
+
   DEFINE_special(EB, options::ONE_DASH, '\0',
                 N_("Link big-endian objects."), NULL);
 
This page took 0.022931 seconds and 4 git commands to generate.