diff options
author | Catherine Moore <clm@redhat.com> | 1999-05-10 18:27:37 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 1999-05-10 18:27:37 +0000 |
commit | ba1b93173e2bb768a37bc25d5ba4ba270ef42a44 (patch) | |
tree | b2fb2b81074bd935becc9c12645dd6f4b15e2235 /bfd/bfd-in2.h | |
parent | c1f6bc0323fdfa8cb6a885c01053eceb7fe46cd6 (diff) | |
download | gdb-ba1b93173e2bb768a37bc25d5ba4ba270ef42a44.zip gdb-ba1b93173e2bb768a37bc25d5ba4ba270ef42a44.tar.gz gdb-ba1b93173e2bb768a37bc25d5ba4ba270ef42a44.tar.bz2 |
* bfd-in.h (bfd_arm_allocate_interworking_sections): Static
if COFF_IMAGE_WITH_PE.
(bfd_arm_process_before_allocation): Likewise.
(bfd_arm_get_bfd_for_interworking): Likewise.
* coff-arm.c: Likewise.
* bfd-in2.h: Regenerate.
* configure.in (armpe_little_vec): Remove coff-arm.lo.
(armpe_big_vec): Likewise.
* configure: Rebuild.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 8e86304..860ca35 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.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 *)); |