summaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2004-11-30 17:45:54 +0000
committerPaul Brook <paul@codesourcery.com>2004-11-30 17:45:54 +0000
commita19f623f0b5f49005ab8c3fedad2d2ff3db37676 (patch)
treeafb9ca57f1740577b3476c61dc2375a8a163554e /bfd/bfd-in.h
parentba2cf2ef11615e35a50287fd6b6911d8562b77ae (diff)
downloadbinutils-redhat-a19f623f0b5f49005ab8c3fedad2d2ff3db37676.tar.gz
2004-11-30 Paul Brook <paul@codesourcery.com>
bfd/ * elf32-arm.c (struct elf32_arm_link_hash_table): Remove no_pipeline_knowledge (elf32_arm_link_hash_table_create): Ditto. (bfd_elf32_arm_process_before_allocation): Ditto. (elf32_arm_final_link_relocate): Ditto. Remove oabi relocation handling. * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update prototype. * bfd-in2.h: Regenerate. ld/ * emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge.
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 04dfe69d49..ff84516eeb 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -814,7 +814,7 @@ extern bfd_boolean bfd_elf32_arm_allocate_interworking_sections
(struct bfd_link_info *);
extern bfd_boolean bfd_elf32_arm_process_before_allocation
- (bfd *, struct bfd_link_info *, int, int);
+ (bfd *, struct bfd_link_info *, int);
void bfd_elf32_arm_set_target_relocs
(struct bfd_link_info *, int, char *);