diff options
author | Tom Rix <trix@redhat.com> | 2001-12-31 04:08:23 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2001-12-31 04:08:23 +0000 |
commit | 330693f5abc336fe08cf5f6fa63e81e5245af6cf (patch) | |
tree | fd011de70256c1c24d350aca02ccba547473a3c3 /bfd/ChangeLog | |
parent | 2fff1126bd8bee15125dd064e3dee8dfe8d84b22 (diff) | |
download | gdb-330693f5abc336fe08cf5f6fa63e81e5245af6cf.zip gdb-330693f5abc336fe08cf5f6fa63e81e5245af6cf.tar.gz gdb-330693f5abc336fe08cf5f6fa63e81e5245af6cf.tar.bz2 |
Fix for xcoff <bigaf> big archive format support.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 27bab56..a48ac88 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2001-12-27 Tom Rix <trix@redhat.com> + + * coff-rs6000.c (xcoff_generate_rtinit): Clean data_buffer alloc/free. + * coff64-rs6000.c (xcoff64_generate_rtinit): Same. + (xcoff_write_archive_contents_big): Rewrite. + (xcoff_write_armap_big): Rewrite. + (xcoff_write_one_armap_big): Delete. + * libxcoff.h : Clean up. + 2001-12-21 Tom Rix <trix@redhat.com> * xcofflink.c (bfd_xcoff_link_generate_rtinit): New function. |