Tolerate bfd_link_hash_warning for input BFD symbols.

* bfd/linker.c (_bfd_generic_link_output_symbols): Accept bfd_link_hash_warning.
This commit is contained in:
Gunther Nikl
2015-03-29 12:38:57 +00:00
parent 449a4bb122
commit 9658695df9
+1
View File
@@ -2299,6 +2299,7 @@ _bfd_generic_link_output_symbols (output_bfd, input_bfd, info, psymalloc)
default:
case bfd_link_hash_new:
abort ();
case bfd_link_hash_warning:
case bfd_link_hash_undefined:
break;
case bfd_link_hash_undefweak: