aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-11-13 20:39:21 +0000
committerDaniel Jacobowitz <drow@false.org>2006-11-13 20:39:21 +0000
commitd504ffc8519a0f1674715a8d55975c762c3ca1df (patch)
tree09ec00707683399ff73ef0ff348d7dc594ea0c39 /bfd/bfd-in.h
parent1bc1fa8c874325a9e6085ca73abe4ae9f9a4239f (diff)
downloadgdb-d504ffc8519a0f1674715a8d55975c762c3ca1df.zip
gdb-d504ffc8519a0f1674715a8d55975c762c3ca1df.tar.gz
gdb-d504ffc8519a0f1674715a8d55975c762c3ca1df.tar.bz2
bfd/
* bfd-in.h (bfd_elf32_arm_process_before_allocation): Update prototype. (bfd_elf32_arm_set_byteswap_code): New prototype. * bfd-in2.h: Regenerate. * elf32-arm.c (bfd_elf32_arm_process_before_allocation): Don't take byteswap_code as an argument. Revert 2006-11-01 change. (bfd_elf32_arm_set_byteswap_code): New. (elf32_arm_size_dynamic_sections): Call bfd_elf32_arm_process_before_allocation. ld/ * emultempl/armelf.em (arm_elf_before_allocation): Only call bfd_elf32_arm_process_before_allocation if no dynamic sections.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r--bfd/bfd-in.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index ed41851..e671ee7 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -868,7 +868,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);
+ (bfd *, struct bfd_link_info *);
void bfd_elf32_arm_set_target_relocs
(struct bfd_link_info *, int, char *, int, int);
@@ -887,6 +887,8 @@ extern bfd_boolean bfd_elf32_arm_add_glue_sections_to_bfd
extern bfd_boolean bfd_is_arm_special_symbol_name
(const char * name, int type);
+extern void bfd_elf32_arm_set_byteswap_code (struct bfd_link_info *, int);
+
/* ARM Note section processing. */
extern bfd_boolean bfd_arm_merge_machines
(bfd *, bfd *);