diff options
Diffstat (limited to 'bfd/libecoff.h')
-rw-r--r-- | bfd/libecoff.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/libecoff.h b/bfd/libecoff.h index 5e6de3c..50a0af7 100644 --- a/bfd/libecoff.h +++ b/bfd/libecoff.h @@ -250,6 +250,9 @@ extern bool _bfd_ecoff_get_section_contents #define _bfd_ecoff_bfd_link_split_section _bfd_generic_link_split_section #define _bfd_ecoff_bfd_link_check_relocs _bfd_generic_link_check_relocs +#define _bfd_ecoff_init_private_section_data \ + _bfd_generic_init_private_section_data + extern bool _bfd_ecoff_bfd_copy_private_bfd_data (bfd *, bfd *); #define _bfd_ecoff_bfd_copy_private_section_data \ |