Merge WARN and CWARN cases in _bfd_generic_link_add_one_symbol
authorAlan Modra <amodra@gmail.com>
Thu, 7 Aug 2014 00:19:32 +0000 (09:49 +0930)
committerAlan Modra <amodra@gmail.com>
Thu, 7 Aug 2014 00:19:32 +0000 (09:49 +0930)
commita42e82976aac3aed9b966e611b3cfa98974c4978
tree7ff62a8f433799c930c372d6763a25886590db41
parent44714a840a6cd1cdf555809dc6211adb48f0842b
Merge WARN and CWARN cases in _bfd_generic_link_add_one_symbol

WARN has always been able to be handled by the CWARN case (WARN was
used when the previous symbols was undef, undefweak or common and thus
must be on the undefs list, so the CWARN test passes).  So let's merge
those two cases.

* linker.c (WARN, CWARN): Collapse these states to WARN.
(_bfd_generic_link_add_one_symbol): Use old CWARN case for
new WARN.
bfd/linker.c