This fixes a compile time warning which is being treated as an error. Older
authorNick Clifton <nickc@redhat.com>
Fri, 25 Apr 2014 16:00:20 +0000 (17:00 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 25 Apr 2014 16:00:20 +0000 (17:00 +0100)
commit88667baf24e71481f0002c0452b94a1d53116725
tree30c354a5b686726f1d786a92d0dd560bbba077a0
parentbdb52a22a7672fa716997bce67ac9c1fcbd7c338
This fixes a compile time warning which is being treated as an error.  Older
versions of gcc complain about part of a conditional expression always
evaluating to false because of the size of the operands involved, even when
the entire expression is already known to be false.

* peXXigen.c (_bfd_XXi_swap_sym_out): Another fix for building on
a 342-bit host.  This time for older versions of gcc.
bfd/ChangeLog
bfd/peXXigen.c
This page took 0.025653 seconds and 4 git commands to generate.