aboutsummaryrefslogtreecommitdiff
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
commita3e38ad3ed7130d0a6435b35533d0c05fd847fc0 (patch)
tree3003554a15a5e29a1eedfdecfa581f0da54bb63d
parent6104f0a06cff785693ee3c83436ccfe78861684c (diff)
downloadfsf-binutils-gdb-a3e38ad3ed7130d0a6435b35533d0c05fd847fc0.zip
fsf-binutils-gdb-a3e38ad3ed7130d0a6435b35533d0c05fd847fc0.tar.gz
fsf-binutils-gdb-a3e38ad3ed7130d0a6435b35533d0c05fd847fc0.tar.bz2
* bfd-in.h (bfd_elf32_arm_allocate_interworking_sections): Correct
prototype. (bfd_elf32_arm_process_before_allocation): Likewise. * bfd-in2.h: Rebuild.
-rw-r--r--bfd/ChangeLog7
-rw-r--r--bfd/bfd-in.h4
-rw-r--r--bfd/bfd-in2.h4
3 files changed, 11 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3f1bae4..be72775 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+1999-06-03 Ian Lance Taylor <ian@zembu.com>
+
+ * bfd-in.h (bfd_elf32_arm_allocate_interworking_sections): Correct
+ prototype.
+ (bfd_elf32_arm_process_before_allocation): Likewise.
+ * bfd-in2.h: Rebuild.
+
1999-06-03 David Mosberger <davidm@hpl.hp.com>
* dwarf2.c (struct line_info): Add member END_SEQUENCE to keep
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index 7c18ce7..9c983ba 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 *));
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 248ab9d..657ff06 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.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 *));