diff options
author | Nick Clifton <nickc@redhat.com> | 2001-10-12 10:34:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-10-12 10:34:25 +0000 |
commit | b4330e85f7069fa4e1124f6ddd75d876d18ef247 (patch) | |
tree | 60c1c35523a2160be48f94b05f296592416e3b11 /ld/emultempl | |
parent | c91d0dfb4f6910d4c192d9fc4ba018e90d951d99 (diff) | |
download | gdb-b4330e85f7069fa4e1124f6ddd75d876d18ef247.zip gdb-b4330e85f7069fa4e1124f6ddd75d876d18ef247.tar.gz gdb-b4330e85f7069fa4e1124f6ddd75d876d18ef247.tar.bz2 |
Include -z nocopyreloc in usage
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/elf32.em | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index 4264b61..f5448f5 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -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")); |