* elf.c (_bfd_elf_print_private_bfd_data): Dump contents of
[binutils-gdb.git] / bfd / ChangeLog
index 25b955900a1befde3d69a0fe42c7f7ccf8108ca5..2dfb6703f8756cbdf3346b2152bb079d850239eb 100644 (file)
@@ -1,5 +1,14 @@
 Fri Jan 12 13:59:16 1996  Ian Lance Taylor  <ian@cygnus.com>
 
+       * elf.c (_bfd_elf_print_private_bfd_data): Dump contents of
+       dynamic section, if there is one.
+       * elf-bfd.h (struct elf_size_info): Add swap_dyn_in field.
+       (bfd_elf32_swap_dyn_in): Change type of second parameter to PTR.
+       (bfd_elf64_swap_dyn_in): Likewise.
+       * elfcode.h (elf_swap_dyn_in): Change type of second parameter to
+       PTR.
+       (NAME(_bfd_elf,size_info)): Initialize swap_dyn_in field.
+
        * elf32-i386.c (elf_i386_size_dynamic_sections): Don't create a
        DT_TEXTREL entry because of .rel.plt.  From Martin Pirker
        <pirker@eiunix.tuwien.ac.at>.