* 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>
@ -209,7 +214,7 @@
2001-09-12 Andrew MacLeod <amacleod@redhat.com>
* scripttempl/v850.sc: Add gcc_except_table sections.
* scripttempl/v850.sc: Add gcc_except_table sections.
Fri Sep 7 11:34:24 2001 Jeffrey A Law (law@cygnus.com)
@ -455,10 +460,10 @@ Wed Aug 28 13:37:20 2001 J"orn Rennecke <amylaar@redhat.com>
scripttempl/v850.sc: Keep .jcr data.
2001-08-12 H.J. Lu <hjl@gnu.org>
Andrew Haley <aph@cambridge.redhat.com>
Nick Clifton <nickc@redhat.com>
Andrew Haley <aph@cambridge.redhat.com>
Nick Clifton <nickc@redhat.com>
* ldgram.y (had_script): Change name to saved_script_handle.
* ldgram.y (had_script): Change name to saved_script_handle.
Change type to file handle.
* ld.h (had_script): Rename and retype.
* ldfile.c (ldfile_open_command_file): Save the file handle
@ -870,7 +875,7 @@ Wed Aug 28 13:37:20 2001 J"orn Rennecke <amylaar@redhat.com>
* configure.tgt : same
* scripttempl/aix.sc : default text section offset to 0x10000000
default data section offset to 0x20000000
default data section offset to 0x20000000
add .sv3264 and .sv64 pseudo sections
loader and debug sections use the currect section offset.
@ -1081,7 +1086,7 @@ Wed Aug 28 13:37:20 2001 J"orn Rennecke <amylaar@redhat.com>
2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
* scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
and '-fdata-sections'. Set the VMA of STABS sections to zero.
and '-fdata-sections'. Set the VMA of STABS sections to zero.
2001-03-17 Ulrich Drepper <drepper@redhat.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"));