diff options
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 8bdbf80..46085d0 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -705,12 +705,21 @@ extern boolean bfd_coff_set_symbol_class PARAMS ((bfd *, struct symbol_cache_entry *, unsigned int)); /* ARM Interworking support. Called from linker. */ +#ifdef COFF_IMAGE_WITH_PE +static +#endif extern boolean bfd_arm_allocate_interworking_sections PARAMS ((struct bfd_link_info *)); +#ifdef COFF_IMAGE_WITH_PE +static +#endif extern boolean bfd_arm_process_before_allocation PARAMS ((bfd *, struct bfd_link_info *, int)); +#ifdef COFF_IMAGE_WITH_PE +static +#endif extern boolean bfd_arm_get_bfd_for_interworking PARAMS ((bfd *, struct bfd_link_info *)); |