X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Felfxx-mips.h;h=de48c63be8c28bc00b9ee7634ea999b6b756c4c9;hb=8c946ed5d5af555d95f39630fcb56bfc6b0ce93b;hp=0a684d90867847c30c2a4ab981e960c77804984a;hpb=89fac5e3c33745a93c9b90538048505d46ca365c;p=external%2Fbinutils.git diff --git a/bfd/elfxx-mips.h b/bfd/elfxx-mips.h index 0a684d9..de48c63 100644 --- a/bfd/elfxx-mips.h +++ b/bfd/elfxx-mips.h @@ -24,6 +24,8 @@ extern bfd_boolean _bfd_mips_elf_new_section_hook (bfd *, asection *); extern void _bfd_mips_elf_symbol_processing (bfd *, asymbol *); +extern unsigned int _bfd_mips_elf_eh_frame_address_size + (bfd *, asection *); extern bfd_boolean _bfd_mips_elf_name_local_section_symbols (bfd *); extern bfd_boolean _bfd_mips_elf_section_processing @@ -124,3 +126,4 @@ extern struct bfd_elf_special_section const _bfd_mips_elf_special_sections[]; #define elf_backend_name_local_section_symbols \ _bfd_mips_elf_name_local_section_symbols #define elf_backend_special_sections _bfd_mips_elf_special_sections +#define elf_backend_eh_frame_address_size _bfd_mips_elf_eh_frame_address_size