Commonise tdesc_feature and makes use of it in gdbserver tdesc
[deliverable/binutils-gdb.git] / gold / options.h
index 152b0c16bb3b507cfbbbf88f45b31e79bb3b0aad..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,
@@ -1500,6 +1506,10 @@ class General_options
              N_("Move .text.unlikely sections to a separate segment."),
              N_("Do not move .text.unlikely sections to a separate "
                 "segment."));
+  DEFINE_bool(keep_text_section_prefix, options::DASH_Z, '\0', false,
+             N_("Keep .text.hot, .text.startup, .text.exit and .text.unlikely "
+                "as separate sections in the final binary."),
+             N_("Merge all .text.* prefix sections."));
 
 
  public:
This page took 0.023452 seconds and 4 git commands to generate.