diff options
author | Mark Shinwell <shinwell@codesourcery.com> | 2007-05-09 13:02:10 +0000 |
---|---|---|
committer | Mark Shinwell <shinwell@codesourcery.com> | 2007-05-09 13:02:10 +0000 |
commit | 2e6030b93148e7b1097571d7e78aaebef0755c08 (patch) | |
tree | a1a2013365d7bb60c889f73869d58e2ffe7d68f1 /bfd/ChangeLog | |
parent | fc0d8df4b38ce74663d8d702e8641165802a200f (diff) | |
download | gdb-2e6030b93148e7b1097571d7e78aaebef0755c08.zip gdb-2e6030b93148e7b1097571d7e78aaebef0755c08.tar.gz gdb-2e6030b93148e7b1097571d7e78aaebef0755c08.tar.bz2 |
bfd/
* elf32-arm.c (bfd_elf32_arm_vfp11_erratum_scan): Don't
attempt to scan if the bfd doesn't correspond to an ELF image.
(bfd_elf32_arm_vfp11_fix_veneer_locations): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 60d9d64..2fe431b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2007-05-09 Mark Shinwell <shinwell@codesourcery.com> + + * elf32-arm.c (bfd_elf32_arm_vfp11_erratum_scan): Don't + attempt to scan if the bfd doesn't correspond to an ELF image. + (bfd_elf32_arm_vfp11_fix_veneer_locations): Likewise. + 2007-05-08 Alexandre Oliva <aoliva@redhat.com> * elf32-frv.c (elf32_frv_relocate_section): Discard dynamic relocs |