]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-06-05 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Fri, 6 Jun 2003 06:28:42 +0000 (06:28 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 6 Jun 2003 06:28:42 +0000 (06:28 +0000)
* emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Remove
extra \t in -z noexecstack line.

ld/emultempl/elf32.em

index 5529f323e439cf6c4e3ba7bb2beee89e2694547a..7c06820aa891ec275e1e45b6194982320031950b 100644 (file)
@@ -1743,7 +1743,7 @@ cat >>e${EMULATION_NAME}.c <<EOF
   fprintf (file, _("  -z nodelete\t\tMark DSO non-deletable at runtime\n"));
   fprintf (file, _("  -z nodlopen\t\tMark DSO not available to dlopen\n"));
   fprintf (file, _("  -z nodump\t\tMark DSO not available to dldump\n"));
-  fprintf (file, _("  -z noexecstack\t\tMark executable as not requiring executable stack\n"));
+  fprintf (file, _("  -z noexecstack\tMark executable as not requiring executable stack\n"));
   fprintf (file, _("  -z now\t\tMark object non-lazy runtime binding\n"));
   fprintf (file, _("  -z origin\t\tMark object requiring immediate \$ORIGIN processing\n\t\t\t  at runtime\n"));
   fprintf (file, _("  -z KEYWORD\t\tIgnored for Solaris compatibility\n"));