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-in.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-in.h')
-rw-r--r-- | bfd/bfd-in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 46085d0..7c18ce7 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 *)); |