* emultempl/elf32.em (gld*_list_options): Remove extra '\t' from

-z nocopyreloc and -z nocombreloc usage strings.
This commit is contained in:
Alan Modra 2001-10-15 23:28:21 +00:00
parent 73d3c16e21
commit 146e7110d8
2 changed files with 19 additions and 14 deletions

View File

@ -1,6 +1,11 @@
2001-10-16 Vassili Karpov <malc@pulsesoft.com>
* emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
-z nocopyreloc and -z nocombreloc usage strings.
2001-10-12 Vassili Karpov <malc@pulsesoft.com>
* emultempl/elf32.em (gld_*_listoptions): Include -z nocopyreloc
* emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
in usage.
2001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>

View File

@ -1560,8 +1560,8 @@ cat >>e${EMULATION_NAME}.c <<EOF
fprintf (file, _(" -z initfirst\t\tMark DSO to be initialized first at runtime\n"));
fprintf (file, _(" -z interpose\t\tMark object to interpose all DSOs but executable\n"));
fprintf (file, _(" -z loadfltr\t\tMark object requiring immediate process\n"));
fprintf (file, _(" -z nocombreloc\t\tDon't merge dynamic relocs into one section\n"));
fprintf (file, _(" -z nocopyreloc\t\tDon't create copy relocs\n"));
fprintf (file, _(" -z nocombreloc\tDon't merge dynamic relocs into one section\n"));
fprintf (file, _(" -z nocopyreloc\tDon't create copy relocs\n"));
fprintf (file, _(" -z nodefaultlib\tMark object not to use default search paths\n"));
fprintf (file, _(" -z nodelete\t\tMark DSO non-deletable at runtime\n"));
fprintf (file, _(" -z nodlopen\t\tMark DSO not available to dlopen\n"));