diff options
author | Alan Modra <amodra@gmail.com> | 2001-10-03 15:11:48 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-10-03 15:11:48 +0000 |
commit | 8bd621d8835d2e6a99bd50ae8d18328ab06951ba (patch) | |
tree | a0054f75aa1f3e7c025bba18a46dc592f6129521 /ld/NEWS | |
parent | 181ddcac374ea90e61502925bbea23934eaa3275 (diff) | |
download | gdb-8bd621d8835d2e6a99bd50ae8d18328ab06951ba.zip gdb-8bd621d8835d2e6a99bd50ae8d18328ab06951ba.tar.gz gdb-8bd621d8835d2e6a99bd50ae8d18328ab06951ba.tar.bz2 |
Add support for -z nocopyreloc.
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ -*- text -*- +* Support for -z nocopyreloc in the x86 ELF linker, which disables + production of copy relocs. Warning: using this option may result in + non-sharable applications. * Support for -z combreloc in the ELF linker, which puts dynamic relocations against the same symbol together, so that dynamic linker |