forked from Imagelibrary/binutils-gdb
* nlmconv.c (main): Warn about imported symbols that are not in
the IMPORT list even if the IMPORT keyword is not used. Fixes PR 4006.
This commit is contained in:
@@ -514,8 +514,7 @@ main (argc, argv)
|
||||
|
||||
/* If it's an undefined symbol, see if it's on the import list.
|
||||
Change the prefix if necessary. */
|
||||
if (bfd_get_section (sym) == &bfd_und_section
|
||||
&& import_symbols != NULL)
|
||||
if (bfd_get_section (sym) == &bfd_und_section)
|
||||
{
|
||||
register struct string_list *l;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user