diff options
author | Roland McGrath <roland@gnu.org> | 2007-07-13 10:44:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-07-13 10:44:44 +0000 |
commit | 979dc3bca9fef41121a9b271739be3179be42569 (patch) | |
tree | f442a61b881e407097d00e40785c1841cab7c191 /bfd | |
parent | 5586bca14db58e34f231f8f69873dcb45ff2ccd1 (diff) | |
download | gdb-979dc3bca9fef41121a9b271739be3179be42569.zip gdb-979dc3bca9fef41121a9b271739be3179be42569.tar.gz gdb-979dc3bca9fef41121a9b271739be3179be42569.tar.bz2 |
.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3104f59..ee9a316 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2007-07-13 Roland McGrath <roland@redhat.com> + + * elf-bfd.h (struct elf_obj_tdata): Revert last change. + Add after_write_object_contents, after_write_object_contents_info. + * elf.c (_bfd_elf_write_object_contents): Revert last change. + Instead, call after_write_object_contents if set. + 2007-07-12 Kai Tietz <kai.tietz@onevision.com> * bfd-in.h: (BFD_HOST_64BIT_LONG_LONG): New. |