as --help: Display default option for --elf-stt-common=
[deliverable/binutils-gdb.git] / gas / as.c
index 02c7d2970bf3c4690aa684c9d6446f6731395a79..b2a908a2f755384f8529a7acf30e9fa8c92ffb62 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -301,7 +301,12 @@ Options:\n\
   --size-check=[error|warning]\n\
                          ELF .size directive check (default --size-check=error)\n"));
   fprintf (stream, _("\
-  --elf-stt-common=[no|yes]\n\
+  --elf-stt-common=[no|yes] "));
+  if (DEFAULT_GENERATE_ELF_STT_COMMON)
+    fprintf (stream, _("(default: yes)\n"));
+  else
+    fprintf (stream, _("(default: no)\n"));
+  fprintf (stream, _("\
                           generate ELF common symbols with STT_COMMON type\n"));
   fprintf (stream, _("\
   --sectname-subst        enable section name substitution sequences\n"));
This page took 0.026841 seconds and 4 git commands to generate.