aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-10-16 01:42:42 +0000
committerAlan Modra <amodra@gmail.com>2012-10-16 01:42:42 +0000
commit65e911f9f068d3f171c4b5e17bdbfdc3e2a23037 (patch)
treefb9ccd6ba12de64307e5a4f9e56bd5d6b73434bc /bfd/ChangeLog
parentf3a0ed298aa0c4e92cfc9e0dcf07bd0e6e02fdff (diff)
downloadgdb-65e911f9f068d3f171c4b5e17bdbfdc3e2a23037.zip
gdb-65e911f9f068d3f171c4b5e17bdbfdc3e2a23037.tar.gz
gdb-65e911f9f068d3f171c4b5e17bdbfdc3e2a23037.tar.bz2
* elf32-xtensa.c (free_section_cache): Renamed from
clear_section_cache. Don't zero cache. (section_cache_section): Remove ineffectual zero of cache. Call init_section_cache instead.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 57c7e17..7033bac 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2012-10-16 Alan Modra <amodra@gmail.com>
+
+ * elf32-xtensa.c (free_section_cache): Renamed from
+ clear_section_cache. Don't zero cache.
+ (section_cache_section): Remove ineffectual zero of cache.
+ Call init_section_cache instead.
+
2012-10-15 Doug Evans <dje@google.com>
* elf.c (special_sections_d): Add comment.