diff options
author | Nick Clifton <nickc@redhat.com> | 2002-11-14 18:03:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-11-14 18:03:17 +0000 |
commit | 2fa9fc65a53ee02ca5dd15d12ebb903a22207051 (patch) | |
tree | a6328824cc23585fe7e6f92958f049f8dc0afca7 /ld/ChangeLog | |
parent | 2f62977e683fd566b7060848e0857e74f501def6 (diff) | |
download | gdb-2fa9fc65a53ee02ca5dd15d12ebb903a22207051.zip gdb-2fa9fc65a53ee02ca5dd15d12ebb903a22207051.tar.gz gdb-2fa9fc65a53ee02ca5dd15d12ebb903a22207051.tar.bz2 |
Add --enable-auto-import extension.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0e37adb..3e98cde 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,19 @@ +2002-11-14 Egor Duda <deo@logos-m.ru> + + * ldmain.c (main): Make runtime relocs disabled by default. Remove + assignment which has no effect. + * pe-dll.h (pe_create_import_fixup): Change prototype. + * pe-dll.c (make_runtime_pseudo_reloc): New function. + (pe_create_runtime_relocator_reference): Ditto. + (pe_create_import_fixup): Handle relocations with non-zero addends. + * emultempl/pe.em: Add options --enable-runtime-pseudo-reloc and + --disable-runtime-pseudo-reloc. + (make_import_fixup): Handle relocations with non-zero addends. Create + an external reference to _pei386_runtime_relocator symbol if at least + one pseudo reloc was created. + * ld.texinfo: Document --enable-runtime-pseudo-reloc and + --disable-runtime-pseudo-reloc options. + 2002-11-12 Earl Chew <earl_chew@agilent.com> * ldlang.c (lang_add_section): Discard debugging sections that have |