summaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-05-29 11:05:22 +0000
committerNick Clifton <nickc@redhat.com>1999-05-29 11:05:22 +0000
commit7f264984e6dc204aafb5ca34280df8e5df0bbbf7 (patch)
tree51ed0cb346da51610743f5b9c03e00d0f2858fde /bfd/bfd-in.h
parenteaa9d8b7176f9bab2e738dd7c4f8a6c8f1fcc59a (diff)
downloadbinutils-redhat-7f264984e6dc204aafb5ca34280df8e5df0bbbf7.tar.gz
Fix implementation of R_ARM_PC24 and R_ARM_THM_PC22 relocs to conform to spec.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r--bfd/bfd-in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index 46085d0e41..7c18ce79da 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -725,7 +725,7 @@ 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 *));
+ PARAMS ((struct bfd_link_info *, int));
extern boolean bfd_elf32_arm_process_before_allocation
PARAMS ((bfd *, struct bfd_link_info *));