diff options
author | Nick Clifton <nickc@redhat.com> | 2000-03-01 20:39:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-03-01 20:39:07 +0000 |
commit | 008b54df77c92e3f9155b75c679d58697d2cd035 (patch) | |
tree | 23826576fe5bd852bd8cc088ef9cdef773557f7c /bfd/bfd-in.h | |
parent | 6b88944a7ac6b7c9115c050dcbed1455641bea34 (diff) | |
download | gdb-008b54df77c92e3f9155b75c679d58697d2cd035.tar.gz |
Fix building with --enable-targets=all
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 15aa3a6558e..1f67c0c3a25 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.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 *)); |