X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Faout-target.h;h=58de28faba8bed36e0462117b964fc9149990628;hb=c7d12402bd6cdedc5f09c2a46285fbcb0f7f0557;hp=99a82bb57a27c86c2f36b37bc3c156628f7685d7;hpb=b16c44debcf8a446e94e161e328169f5c8d5d811;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/aout-target.h b/bfd/aout-target.h index 99a82bb57a..58de28faba 100644 --- a/bfd/aout-target.h +++ b/bfd/aout-target.h @@ -502,6 +502,9 @@ MY_bfd_final_link (bfd *abfd, struct bfd_link_info *info) #ifndef MY_bfd_is_group_section #define MY_bfd_is_group_section bfd_generic_is_group_section #endif +#ifndef MY_bfd_group_name +#define MY_bfd_group_name bfd_generic_group_name +#endif #ifndef MY_bfd_discard_group #define MY_bfd_discard_group bfd_generic_discard_group #endif