mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +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:
@ -1,3 +1,8 @@
|
|||||||
|
Mon Jan 9 15:51:32 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
|
||||||
|
|
||||||
|
* elfcode.h (elf_link_add_object_symbols): It's reasonable for no
|
||||||
|
flags to be set, so don't insist otherwise.
|
||||||
|
|
||||||
Fri Jan 6 16:39:40 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
|
Fri Jan 6 16:39:40 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
|
||||||
|
|
||||||
* elfcode.h (elf_slurp_symbol_table): Don't set BSF_GLOBAL for an
|
* elfcode.h (elf_slurp_symbol_table): Don't set BSF_GLOBAL for an
|
||||||
|
@ -4259,7 +4259,7 @@ elf_link_add_object_symbols (abfd, info)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Sanity check that all possibilities were handled. */
|
/* 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);
|
bfd_set_error (bfd_error_bad_value);
|
||||||
goto error_return;
|
goto error_return;
|
||||||
|
Reference in New Issue
Block a user