mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Include -z nocopyreloc in usage
This commit is contained in:
@ -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>
|
2001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
|
||||||
|
|
||||||
* scripttempl/armaout.sc: Place .bss section after end of aligned
|
* scripttempl/armaout.sc: Place .bss section after end of aligned
|
||||||
|
@ -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 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 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 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 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 nodelete\t\tMark DSO non-deletable at runtime\n"));
|
||||||
fprintf (file, _(" -z nodlopen\t\tMark DSO not available to dlopen\n"));
|
fprintf (file, _(" -z nodlopen\t\tMark DSO not available to dlopen\n"));
|
||||||
|
Reference in New Issue
Block a user