X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fbfd-in2.h;h=5c8338e29df3f2d05327e84641b12e2f17d1727e;hb=86033394008aa009b3382199efa24b0cfa749862;hp=519ad860358c9fbbaa87cfe706694a55850ad162;hpb=30e28a0e4beb1fae729bf1fd8dcce9074e154b3c;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 519ad86035..5c8338e29d 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -728,6 +728,16 @@ extern boolean bfd_arm_process_before_allocation extern boolean bfd_arm_get_bfd_for_interworking PARAMS ((bfd *, struct bfd_link_info *)); +/* PE ARM Interworking support. Called from linker. */ +extern boolean bfd_arm_pe_allocate_interworking_sections + PARAMS ((struct bfd_link_info *)); + +extern boolean bfd_arm_pe_process_before_allocation + PARAMS ((bfd *, struct bfd_link_info *, int)); + +extern boolean bfd_arm_pe_get_bfd_for_interworking + PARAMS ((bfd *, struct bfd_link_info *)); + /* ELF ARM Interworking support. Called from linker. */ extern boolean bfd_elf32_arm_allocate_interworking_sections PARAMS ((struct bfd_link_info *));