diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2000-07-25 19:25:40 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2000-07-25 19:25:40 +0000 |
commit | 1a6df346e32a6a2bcc9dc9ae618d92b8803a3c5f (patch) | |
tree | 69003788979f272b295723e836cb90e6d059e09b /bfd/ChangeLog | |
parent | cf6381260ba653c951f893e296efd7a739cc4e01 (diff) | |
download | gdb-1a6df346e32a6a2bcc9dc9ae618d92b8803a3c5f.zip gdb-1a6df346e32a6a2bcc9dc9ae618d92b8803a3c5f.tar.gz gdb-1a6df346e32a6a2bcc9dc9ae618d92b8803a3c5f.tar.bz2 |
* coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
(xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
(xcoff_write_archive_contents_big): Don't update the offset
of the symbol table, xcoff_write_armap will do it.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b268793..c93a5a3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2000-07-25 Geoffrey Keating <geoffk@cygnus.com> + + * coff-rs6000.c (xcoff_write_one_armap_big): New procedure. + (xcoff_write_armap_big): Write both 32-bit and 64-bit armaps. + (xcoff_write_archive_contents_big): Don't update the offset + of the symbol table, xcoff_write_armap will do it. + 2000-07-23 Ulf Carlsson <ulfc@engr.sgi.com> * elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead |