diff options
author | Paul Brook <paul@codesourcery.com> | 2004-11-30 17:45:54 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2004-11-30 17:45:54 +0000 |
commit | dea514f51da1051f9f3cd7a746e3b68085aa1a72 (patch) | |
tree | 16b2c05eea27625ad25c6a10212e63c6b67394d0 /bfd/bfd-in2.h | |
parent | 32118081351da7f2e122ba3f0e4bd2493cafdd28 (diff) | |
download | gdb-dea514f51da1051f9f3cd7a746e3b68085aa1a72.zip gdb-dea514f51da1051f9f3cd7a746e3b68085aa1a72.tar.gz gdb-dea514f51da1051f9f3cd7a746e3b68085aa1a72.tar.bz2 |
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-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 c39e4f8..b10883c 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -821,7 +821,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 *); |