diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-11-13 20:39:21 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-11-13 20:39:21 +0000 |
commit | d504ffc8519a0f1674715a8d55975c762c3ca1df (patch) | |
tree | 09ec00707683399ff73ef0ff348d7dc594ea0c39 /bfd/ChangeLog | |
parent | 1bc1fa8c874325a9e6085ca73abe4ae9f9a4239f (diff) | |
download | gdb-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/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 340c4f3..3463f57 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +2006-11-13 Daniel Jacobowitz <dan@codesourcery.com> + + * 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. + 2006-11-10 Thiemo Seufer <ths@mips.com> * config.bfd (mips*el-sde-elf*, mips*-sde-elf*): Drop ECOFF support |