Remove sh5 and sh64 support
[deliverable/binutils-gdb.git] / ld / emultempl / alphaelf.em
index 727f44aae4a4b31f79346e0d8b86671b8c3a6ac4..cbcd179dbafeec50075371ff47b153af5138da3c 100644 (file)
@@ -126,10 +126,11 @@ PARSE_AND_LIST_LONGOPTS='
 PARSE_AND_LIST_OPTIONS='
   fprintf (file, _("\
   --taso                      Load executable in the lower 31-bit addressable\n\
-                                virtual address range.\n\
-  --secureplt                 Force PLT in text segment.\n\
-  --no-secureplt              Force PLT in data segment.\n\
-"));
+                                virtual address range\n"));
+  fprintf (file, _("\
+  --secureplt                 Force PLT in text segment\n"));
+  fprintf (file, _("\
+  --no-secureplt              Force PLT in data segment\n"));
 '
 
 PARSE_AND_LIST_ARGS_CASES='
This page took 0.067197 seconds and 4 git commands to generate.