Commonise tdesc_feature and makes use of it in gdbserver tdesc
[deliverable/binutils-gdb.git] / gold / options.h
index e75a8bd4526ee3719fdd28d2c8f0d7148c8b642e..98d6be8009248f3f4bbf9c365f96644bbc119c77 100644 (file)
@@ -1125,6 +1125,12 @@ class General_options
                 N_("Load a plugin library"), N_("PLUGIN"));
   DEFINE_special(plugin_opt, options::TWO_DASHES, '\0',
                 N_("Pass an option to the plugin"), N_("OPTION"));
+#else
+  DEFINE_special(plugin, options::TWO_DASHES, '\0',
+                N_("Load a plugin library (not supported)"), N_("PLUGIN"));
+  DEFINE_special(plugin_opt, options::TWO_DASHES, '\0',
+                N_("Pass an option to the plugin (not supported)"),
+                N_("OPTION"));
 #endif
 
   DEFINE_bool(posix_fallocate, options::TWO_DASHES, '\0', true,
This page took 0.023694 seconds and 4 git commands to generate.