diff options
author | Nick Clifton <nickc@redhat.com> | 2012-06-13 10:01:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-06-13 10:01:50 +0000 |
commit | 5968a7b800063677473e07b632b1a9595ce004aa (patch) | |
tree | e90e521a4c9f4795b40565c6c3df8dbfafa4f659 /bfd/ChangeLog | |
parent | 2f8f6aed0e3ce7b646e4737cf1cad33f8fa0d22a (diff) | |
download | gdb-5968a7b800063677473e07b632b1a9595ce004aa.zip gdb-5968a7b800063677473e07b632b1a9595ce004aa.tar.gz gdb-5968a7b800063677473e07b632b1a9595ce004aa.tar.bz2 |
* elf32-arm.c (bfd_arm_get_mach_from_attributes): New function.
(elf32_arm_object_p): If the machine number could not be deduced
from the notes, call bfd_arm_get_mach_from_attributes to get the
number from the attributes.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7386412..41e6264 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2012-06-13 Nick Clifton <nickc@redhat.com> + + * elf32-arm.c (bfd_arm_get_mach_from_attributes): New function. + (elf32_arm_object_p): If the machine number could not be deduced + from the notes, call bfd_arm_get_mach_from_attributes to get the + number from the attributes. + 2012-06-12 H.J. Lu <hongjiu.lu@intel.com> PR bfd/14207 |