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 | 004ae5266b670985b6aa2acb181c62f4104f853c (patch) | |
tree | d6e4dd7ac4264bbc2f22714276d28baa7b4a44cc /bfd/ChangeLog | |
parent | a217f3f54323e5983492b8200de0eeafe2d4fd94 (diff) | |
download | gdb-004ae5266b670985b6aa2acb181c62f4104f853c.zip gdb-004ae5266b670985b6aa2acb181c62f4104f853c.tar.gz gdb-004ae5266b670985b6aa2acb181c62f4104f853c.tar.bz2 |
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 03338f8..0aee9b3 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. |