diff options
author | Paul Brook <paul@codesourcery.com> | 2006-11-29 15:50:06 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-11-29 15:50:06 +0000 |
commit | 1e415675b5a95eeafa4c7ab2afdca3734ef0318d (patch) | |
tree | b664281779b6695ce085d4c135213c8681217574 /bfd/ChangeLog | |
parent | 3dd54a4380602a64bbf45420133684c32d781896 (diff) | |
download | gdb-1e415675b5a95eeafa4c7ab2afdca3734ef0318d.tar.gz |
2006-11-29 Paul Brook <paul@codesourcery.com>
Julian Brown <julian@codesourcery.com>
bfd/
* elf32-arm.c (copy_eabi_attributes): Correct starting offset.
(elf32_arm_merge_eabi_attributes): Mark output as initialized.
Only set Tag_CPU_name and Tag_ABI_PCS_R9_use if input attribute
is present.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 03338f8dfbb..0aee9b32156 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2006-11-29 Paul Brook <paul@codesourcery.com> + Julian Brown <julian@codesourcery.com> + + * elf32-arm.c (copy_eabi_attributes): Correct starting offset. + (elf32_arm_merge_eabi_attributes): Mark output as initialized. + Only set Tag_CPU_name and Tag_ABI_PCS_R9_use if input attribute + is present. + 2006-11-27 Bob Wilson <bob.wilson@acm.org> * elf32-xtensa.c (elf_xtensa_special_sections): Add .xtensa.info. |