diff options
author | Alan Modra <amodra@gmail.com> | 2001-10-15 23:28:21 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-10-15 23:28:21 +0000 |
commit | 146e7110d8d9d3571510aa86879273401e90dc3a (patch) | |
tree | 023ed22242de512b491e6d8f060922643f293cc8 /ld/emultempl | |
parent | 73d3c16e213352d70c923d940d722fd3f529207a (diff) | |
download | gdb-146e7110d8d9d3571510aa86879273401e90dc3a.zip gdb-146e7110d8d9d3571510aa86879273401e90dc3a.tar.gz gdb-146e7110d8d9d3571510aa86879273401e90dc3a.tar.bz2 |
* emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
-z nocopyreloc and -z nocombreloc usage strings.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/elf32.em | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index f5448f5..7643380 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -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")); |