mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 17:02:22 +08:00
* elfxx-target.h (bfd_elfNN_bfd_discard_group): Redefine.
This commit is contained in:
@ -142,6 +142,10 @@
|
||||
#define bfd_elfNN_bfd_is_group_section bfd_elf_is_group_section
|
||||
#endif
|
||||
|
||||
#ifndef bfd_elfNN_bfd_discard_group
|
||||
#define bfd_elfNN_bfd_discard_group bfd_generic_discard_group
|
||||
#endif
|
||||
|
||||
#ifndef bfd_elfNN_section_already_linked
|
||||
#define bfd_elfNN_section_already_linked \
|
||||
_bfd_elf_section_already_linked
|
||||
|
Reference in New Issue
Block a user