mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
2002-03-26 H.J. Lu (hjl@gnu.org)
* elflink.h (elf_link_input_bfd): Revert the last change since the gcc exception handling isn't fixed yet.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-03-26 H.J. Lu (hjl@gnu.org)
|
||||||
|
|
||||||
|
* elflink.h (elf_link_input_bfd): Revert the last change since
|
||||||
|
the gcc exception handling isn't fixed yet.
|
||||||
|
|
||||||
2002-03-26 H.J. Lu (hjl@gnu.org)
|
2002-03-26 H.J. Lu (hjl@gnu.org)
|
||||||
|
|
||||||
* elflink.h (elf_link_input_bfd): Complain about relocations
|
* elflink.h (elf_link_input_bfd): Complain about relocations
|
||||||
|
@ -6662,7 +6662,8 @@ elf_link_input_bfd (finfo, input_bfd)
|
|||||||
if (sec != NULL && elf_discarded_section (sec))
|
if (sec != NULL && elf_discarded_section (sec))
|
||||||
{
|
{
|
||||||
#if BFD_VERSION_DATE < 20031005
|
#if BFD_VERSION_DATE < 20031005
|
||||||
if ((o->flags & SEC_DEBUGGING) != 0)
|
if ((o->flags & SEC_DEBUGGING) != 0
|
||||||
|
|| (sec->flags & SEC_LINK_ONCE) != 0)
|
||||||
{
|
{
|
||||||
#if BFD_VERSION_DATE > 20021005
|
#if BFD_VERSION_DATE > 20021005
|
||||||
(*finfo->info->callbacks->warning)
|
(*finfo->info->callbacks->warning)
|
||||||
|
Reference in New Issue
Block a user