* emultempl/alphaelf.em: Format option help.
[deliverable/binutils-gdb.git] / ld / emultempl / avrelf.em
index 2f17ec941298d1921b36551954db904505cbaa25..3c242a937fd14e552d15c4397f297c0741c64523 100644 (file)
@@ -198,30 +198,32 @@ PARSE_AND_LIST_LONGOPTS='
 '
 
 PARSE_AND_LIST_OPTIONS='
-  fprintf (file, _("     --pmem-wrap-around=<val> "
-                           "Make the linker relaxation machine assume that a\n"
-                   "                              "
-                           "program counter wrap-around occures at address\n"
-                   "                              "
-                           "<val>. Supported values are 8k, 16k, 32k and 64k.\n"));
-  fprintf (file, _("     --no-call-ret-replacement "
-                           "The relaxation machine normally will\n"
-                   "                               "
-                           "substitute two immediately following call/ret\n"
-                   "                               "
-                           "instructions by a single jump instruction.\n"
-                   "                               "
-                           "This option disables this optimization.\n"));
-  fprintf (file, _("     --no-stubs "
-                           "If the linker detects to attempt to access\n"
-                   "                               "
-                           "an instruction beyond 128k by a reloc that\n"
-                   "                               "
-                           "is limited to 128k max, it inserts a jump\n"
-                   "                               "
-                           "stub. You can de-active this with this switch.\n"));
-  fprintf (file, _("     --debug-stubs Used for debugging avr-ld.\n"));
-  fprintf (file, _("     --debug-relax Used for debugging avr-ld.\n"));
+  fprintf (file, _("  --pmem-wrap-around=<val>    "
+                  "Make the linker relaxation machine assume that a\n"
+                  "                              "
+                  "  program counter wrap-around occures at address\n"
+                  "                              "
+                  "  <val>.  Supported values: 8k, 16k, 32k and 64k.\n"));
+  fprintf (file, _("  --no-call-ret-replacement   "
+                  "The relaxation machine normally will\n"
+                  "                              "
+                  "  substitute two immediately following call/ret\n"
+                  "                              "
+                  "  instructions by a single jump instruction.\n"
+                  "                              "
+                  "  This option disables this optimization.\n"));
+  fprintf (file, _("  --no-stubs                  "
+                  "If the linker detects to attempt to access\n"
+                  "                              "
+                  "  an instruction beyond 128k by a reloc that\n"
+                  "                              "
+                  "  is limited to 128k max, it inserts a jump\n"
+                  "                              "
+                  "  stub. You can de-active this with this switch.\n"));
+  fprintf (file, _("  --debug-stubs               "
+                  "Used for debugging avr-ld.\n"));
+  fprintf (file, _("  --debug-relax               "
+                  "Used for debugging avr-ld.\n"));
 '
 
 PARSE_AND_LIST_ARGS_CASES='
This page took 0.023943 seconds and 4 git commands to generate.