summaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-03 09:21:53 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-03 09:21:53 +0000
commit649cbc9c08f855c13052bed4da68bb78449d60e1 (patch)
tree28eea584eb1726b60700fd1b13600fe7683a617f /bfd/bfd-in.h
parent8fc3b7b2759c0e660c80b289b5e34f85eb9e09c8 (diff)
downloadgdb-649cbc9c08f855c13052bed4da68bb78449d60e1.tar.gz
* bfd-in.h (bfd_elf32_arm_allocate_interworking_sections): Correct
prototype. (bfd_elf32_arm_process_before_allocation): Likewise. * bfd-in2.h: Rebuild.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r--bfd/bfd-in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index 7c18ce79da3..9c983bae62a 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -725,10 +725,10 @@ extern boolean bfd_arm_get_bfd_for_interworking
/* ELF ARM Interworking support. Called from linker. */
extern boolean bfd_elf32_arm_allocate_interworking_sections
- PARAMS ((struct bfd_link_info *, int));
+ PARAMS ((struct bfd_link_info *));
extern boolean bfd_elf32_arm_process_before_allocation
- PARAMS ((bfd *, struct bfd_link_info *));
+ PARAMS ((bfd *, struct bfd_link_info *, int));
extern boolean bfd_elf32_arm_get_bfd_for_interworking
PARAMS ((bfd *, struct bfd_link_info *));