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/libbfd.h | |
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/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index d864b22..e7ba1c5 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -586,7 +586,7 @@ extern boolean _bfd_sh_align_load_span /* And more follows */ -void +boolean bfd_write_bigendian_4byte_int PARAMS ((bfd *, unsigned int)); unsigned int |