diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-06-13 18:35:29 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-06-13 18:35:29 +0000 |
commit | 78de0b4335ed57a9d7a818a4dcbdb3d4bc3fd633 (patch) | |
tree | 81ee4c51179cb0b222cf568aa062540347f0d161 /bfd/ChangeLog | |
parent | aa1b0fd6fe222661d7c7df1a4cb4e4c62b28a725 (diff) | |
download | gdb-78de0b4335ed57a9d7a818a4dcbdb3d4bc3fd633.zip gdb-78de0b4335ed57a9d7a818a4dcbdb3d4bc3fd633.tar.gz gdb-78de0b4335ed57a9d7a818a4dcbdb3d4bc3fd633.tar.bz2 |
* elflink.h (elf_link_remove_section_and_adjust_dynindices):
Remove abfd parameter. Use _bfd_strip_section_from_output.
(bfd_elf_size_dynamic_sections): Adjust callers accordingly.
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 e75acf0..107a08c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 1999-06-13 Mark Mitchell <mark@codesourcery.com> + * elflink.h (elf_link_remove_section_and_adjust_dynindices): + Remove abfd parameter. Use _bfd_strip_section_from_output. + (bfd_elf_size_dynamic_sections): Adjust callers accordingly. + * elf-bfd.h (_bfd_elf_link_adjust_dynindx): New function. * elflink.c (_bfd_elf_link_adjust_dynindx): Define it. * elflink.h (elf_link_remove_section_and_adjust_dynindices): New |