diff options
author | Nick Clifton <nickc@redhat.com> | 1999-05-29 11:05:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-05-29 11:05:22 +0000 |
commit | ba96a88f080f2b56a2cbe113ac9e287bfd21ef97 (patch) | |
tree | 7480432b5a432fed735ba4cfad8bc15b5a06d974 /bfd/bfd-in2.h | |
parent | 7ca69e9e10ef290eb3dd62a1e6bebbe4c87fa202 (diff) | |
download | gdb-ba96a88f080f2b56a2cbe113ac9e287bfd21ef97.zip gdb-ba96a88f080f2b56a2cbe113ac9e287bfd21ef97.tar.gz gdb-ba96a88f080f2b56a2cbe113ac9e287bfd21ef97.tar.bz2 |
Fix implementation of R_ARM_PC24 and R_ARM_THM_PC22 relocs to conform to spec.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 044e1a5..7e915e9 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -728,7 +728,7 @@ extern boolean bfd_arm_get_bfd_for_interworking 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 *)); |