mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
* elfcode.h (elf_link_add_object_symbols): It's reasonable for no
flags to be set, so don't insist otherwise.
This commit is contained in:
@ -4259,7 +4259,7 @@ elf_link_add_object_symbols (abfd, info)
|
||||
}
|
||||
|
||||
/* Sanity check that all possibilities were handled. */
|
||||
if (flags == BSF_NO_FLAGS || sec == (asection *) NULL)
|
||||
if (sec == (asection *) NULL)
|
||||
{
|
||||
bfd_set_error (bfd_error_bad_value);
|
||||
goto error_return;
|
||||
|
Reference in New Issue
Block a user