diff options
author | matt rice <ratmice@gmail.com> | 2011-08-27 10:28:31 +0000 |
---|---|---|
committer | matt rice <ratmice@gmail.com> | 2011-08-27 10:28:31 +0000 |
commit | 5068b8e88dfae4eb3142eb19e8f599e7ba9f85ef (patch) | |
tree | f3ad6ef0959db2f2552cc6deab91a798d6a8cad5 /gdb/ChangeLog | |
parent | 8ea8cd50dda899e110495d5d4251706bc7c8bb1e (diff) | |
download | gdb-5068b8e88dfae4eb3142eb19e8f599e7ba9f85ef.zip gdb-5068b8e88dfae4eb3142eb19e8f599e7ba9f85ef.tar.gz gdb-5068b8e88dfae4eb3142eb19e8f599e7ba9f85ef.tar.bz2 |
* solib-sunos.c (allocate_rt_common_objfile): Add missing arguments to
bcache_xmalloc, replace bcache_xmalloc with call to
psymbol_bcache_init for psymbol_cache.
* symfile.c (reread_symbols): Remove extra calls to bcache_xmalloc.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e2bd6f6..896e16d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2011-08-26 Matt Rice <ratmice@gmail.com> + + * solib-sunos.c (allocate_rt_common_objfile): Add missing arguments to + bcache_xmalloc, replace bcache_xmalloc with call to + psymbol_bcache_init for psymbol_cache. + * symfile.c (reread_symbols): Remove extra calls to bcache_xmalloc. + 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com> * inf-loop.c (inferior_event_handler): Add exception_print in |