diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-06-13 14:49:51 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-06-13 14:49:51 +0000 |
commit | 794a0b122c12196ff9a1bdce79228f9035b5c3bb (patch) | |
tree | cf95988a7696ddd01e2bc52bb1aee68d9f483413 /bfd/elf-bfd.h | |
parent | 663b8018e199d5e66714e9b444197800e18ee003 (diff) | |
download | gdb-794a0b122c12196ff9a1bdce79228f9035b5c3bb.tar.gz |
* 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
function.
(bfd_elf_size_dynamic_sections): Use it.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index d0042192bb1..49c5eae60f8 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -927,6 +927,8 @@ boolean _bfd_elf_create_dynamic_sections PARAMS ((bfd *, struct bfd_link_info *)); boolean _bfd_elf_create_got_section PARAMS ((bfd *, struct bfd_link_info *)); +boolean _bfd_elf_link_adjust_dynindx PARAMS ((struct elf_link_hash_entry *, + PTR)); elf_linker_section_t *_bfd_elf_create_linker_section PARAMS ((bfd *abfd, |