diff options
author | Alan Modra <amodra@bigpond.net.au> | 2002-03-18 01:26:57 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2002-03-18 01:26:57 +0000 |
commit | 4d51f8300844d119b99c942e59285a8a16f3ab1f (patch) | |
tree | 4e56c483e2eb5da54bd95e2c45c81e2c4dbd00e1 /bfd/libbfd.h | |
parent | c8deb5903a5f9e91d1fe0e162547dc7ea65e04b3 (diff) | |
download | gdb-4d51f8300844d119b99c942e59285a8a16f3ab1f.tar.gz |
* 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 d864b22e24c..e7ba1c58e4f 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 |