diff options
Diffstat (limited to 'bfd/aout-adobe.c')
-rw-r--r-- | bfd/aout-adobe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/aout-adobe.c b/bfd/aout-adobe.c index 03acacb..e7c9fc9 100644 --- a/bfd/aout-adobe.c +++ b/bfd/aout-adobe.c @@ -513,6 +513,7 @@ aout_adobe_sizeof_headers (ignore_abfd, ignore) #define aout_32_get_section_contents_in_window _bfd_generic_get_section_contents_in_window #define aout_32_bfd_relax_section bfd_generic_relax_section #define aout_32_bfd_gc_sections bfd_generic_gc_sections +#define aout_32_bfd_merge_sections bfd_generic_merge_sections #define aout_32_bfd_link_hash_table_create \ _bfd_generic_link_hash_table_create #define aout_32_bfd_link_add_symbols _bfd_generic_link_add_symbols |