diff options
author | Nick Clifton <nickc@redhat.com> | 2005-10-04 07:23:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-10-04 07:23:50 +0000 |
commit | bd4aae00ccd21e4fd0bc03e5a122e9f08b95e01c (patch) | |
tree | 5e471cd83133e40204f4fe51595ec94d4d83e91d /bfd/ChangeLog | |
parent | 7b96829ccc499ace9643b8e04ff531a4a0985c51 (diff) | |
download | gdb-bd4aae00ccd21e4fd0bc03e5a122e9f08b95e01c.zip gdb-bd4aae00ccd21e4fd0bc03e5a122e9f08b95e01c.tar.gz gdb-bd4aae00ccd21e4fd0bc03e5a122e9f08b95e01c.tar.bz2 |
* elf32-arm.c (get_arm_elf_section_data): Cache the last pointer matched so
that the typical case of scanning for the previous section to last one can be
handled quickly.
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 3ba259b..9fdfdd8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2005-10-04 Nick Clifton <nickc@redhat.com> + + * elf32-arm.c (get_arm_elf_section_data): Cache the last pointer + matched so that the typical case of scanning for the previous + section to last one can be handled quickly. + 2005-10-03 David Heine <dlheine@tensilica.com> * elf32-xtensa.c (relocations_reach): Skip range check for |