diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-06-23 11:06:57 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-06-23 11:06:57 +0000 |
commit | f0c2e336c82a1b8c7088d07d33e936fabbe1f0ea (patch) | |
tree | 5f9ce6e2e1620dacf3af52804c2d2ef97f8505d2 /bfd/ChangeLog | |
parent | 94883c63a8425e74a6d080763ed59e9ff9f748a0 (diff) | |
download | gdb-f0c2e336c82a1b8c7088d07d33e936fabbe1f0ea.zip gdb-f0c2e336c82a1b8c7088d07d33e936fabbe1f0ea.tar.gz gdb-f0c2e336c82a1b8c7088d07d33e936fabbe1f0ea.tar.bz2 |
* elflink.h (size_dynamic_sections): Use user-specified init/fini
functions instead of _init/_fini if requested.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8fd1e58..960ea32 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +1999-06-22 Mark Mitchell <mark@codesourcery.com> + + * elflink.h (size_dynamic_sections): Use user-specified init/fini + functions instead of _init/_fini if requested. + 1999-06-23 Ian Lance Taylor <ian@zembu.com> * elf.c (bfd_section_from_shdr): Avoid crashing on a bogus sh_link |