diff options
author | Alan Modra <amodra@gmail.com> | 2002-03-18 01:26:57 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-03-18 01:26:57 +0000 |
commit | 4dae1ae7485e87401ae69bcc4f399c11a089b0d8 (patch) | |
tree | 3af9a3a190b020eef39b22446254ed36881493ae /bfd/ChangeLog | |
parent | 2ef7d709f81d81bc8e4ee121ceaa2e249ce21841 (diff) | |
download | gdb-4dae1ae7485e87401ae69bcc4f399c11a089b0d8.zip gdb-4dae1ae7485e87401ae69bcc4f399c11a089b0d8.tar.gz gdb-4dae1ae7485e87401ae69bcc4f399c11a089b0d8.tar.bz2 |
* libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
* libbfd.h: Regenerate.
* archive.c (coff_write_armap): Pass on failures from
bfd_write_bigendian_4byte_int.
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 1c396e4..e60d35a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2002-03-18 Alan Modra <amodra@bigpond.net.au> + + * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success. + * libbfd.h: Regenerate. + * archive.c (coff_write_armap): Pass on failures from + bfd_write_bigendian_4byte_int. + 2002-03-14 H.J. Lu <hjl@gnu.org> * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD |