mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 22:38:24 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user