Include -z nocopyreloc in usage
authorNick Clifton <nickc@redhat.com>
Fri, 12 Oct 2001 10:34:25 +0000 (10:34 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 12 Oct 2001 10:34:25 +0000 (10:34 +0000)
ld/ChangeLog
ld/emultempl/elf32.em

index 218ed098debd1f6ff07c5e5117c3e9cee6897353..cf039dafbdf876ef9b8423b443afdf916733ee5c 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-12  Vassili Karpov  <malc@pulsesoft.com>
+
+       * emultempl/elf32.em (gld_*_listoptions): Include -z nocopyreloc 
+       in usage.
+
 2001-10-11  Aleksey Romanov <aromanov@ennovatenetworks.com>
 
        * scripttempl/armaout.sc: Place .bss section after end of aligned
index 4264b6155ab1e88bfd6c96d66c9ff3d65cf03c78..f5448f507efcb5644fe218fdfdbce59ccab16bd3 100644 (file)
@@ -1561,6 +1561,7 @@ cat >>e${EMULATION_NAME}.c <<EOF
   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 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"));
This page took 0.032281 seconds and 4 git commands to generate.