diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-06-16 19:24:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-06-16 19:24:23 +0000 |
commit | 90d7b9b9dd4830ba33c60a2a46482f24e8bc31d8 (patch) | |
tree | 3745ffab36cb08b9eadcd0e30b801d8fa6feb10c /bfd/ChangeLog | |
parent | 000befdfb4e4003aa2b28bdf1f0fcd7a1962b76a (diff) | |
download | gdb-90d7b9b9dd4830ba33c60a2a46482f24e8bc31d8.zip gdb-90d7b9b9dd4830ba33c60a2a46482f24e8bc31d8.tar.gz gdb-90d7b9b9dd4830ba33c60a2a46482f24e8bc31d8.tar.bz2 |
* elf32-i386.c (elf_i386_relocate_section): When generating a
shared library, do the relocation if the input section is not
allocated in memory.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f84f742..8c429e6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -12,6 +12,10 @@ Mon Jun 16 14:42:14 1997 H.J. Lu <hjl@gnu.ai.mit.edu> Mon Jun 16 12:31:29 1997 Ian Lance Taylor <ian@cygnus.com> + * elf32-i386.c (elf_i386_relocate_section): When generating a + shared library, do the relocation if the input section is not + allocated in memory. + * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Call elf_link_assign_sym_version before elf_adjust_dynamic_symbol. (elf_fix_symbol_flags): New static function, broken out of |