This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
_bfd_noarchive_write_armap return value
- From: Gunther Nikl <gnikl at justmail dot de>
- To: Alan Modra <amodra at gmail dot com>
- Cc: binutils at sourceware dot org
- Date: Fri, 14 Sep 2018 11:59:31 +0200
- Subject: _bfd_noarchive_write_armap return value
Hello,
The commit from https://sourceware.org/ml/binutils/2018-02/msg00262.html
replaced casts of bfd_false/bfd_true with real stub functions. After this
commit the new _bfd_noarchive_write_armap function returns TRUE, but before
the _bfd_noarchive_write_armap macro used bfd_false. I wonder if this change
is really ok for BFDs using bfd_noarchive?
Regards,
Gunther Nikl