X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Faout-tic30.c;h=d02cf0d9b5a93c1a25c11312378b512461075ed1;hb=8550eb6e64bdd0582528498c5cad6f80014b7deb;hp=a3e977d7600ba99ea48801f51a4c92bd752fdbd8;hpb=15f65ae41209a87410a3b2734985db016e4e8905;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/aout-tic30.c b/bfd/aout-tic30.c index a3e977d760..d02cf0d9b5 100644 --- a/bfd/aout-tic30.c +++ b/bfd/aout-tic30.c @@ -940,6 +940,9 @@ tic30_aout_set_arch_mach (abfd, arch, machine) #ifndef MY_bfd_gc_sections #define MY_bfd_gc_sections bfd_generic_gc_sections #endif +#ifndef MY_bfd_merge_sections +#define MY_bfd_merge_sections bfd_generic_merge_sections +#endif #ifndef MY_bfd_reloc_type_lookup #define MY_bfd_reloc_type_lookup tic30_aout_reloc_type_lookup #endif