aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-10-15 23:28:21 +0000
committerAlan Modra <amodra@gmail.com>2001-10-15 23:28:21 +0000
commit146e7110d8d9d3571510aa86879273401e90dc3a (patch)
tree023ed22242de512b491e6d8f060922643f293cc8 /ld/emultempl
parent73d3c16e213352d70c923d940d722fd3f529207a (diff)
downloadgdb-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.em4
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"));