* bcache.c (deprecated_bcache_added): Initialize obstack.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 7d18289a004f527d08d3cfb15c75d78c8b76e0ec..aa5be9d918ae46b006b559aeba31ea08b29a5e7f 100644 (file)
@@ -1,3 +1,23 @@
+2008-08-05  Tom Tromey  <tromey@redhat.com>
+
+       * bcache.c (deprecated_bcache_added): Initialize obstack.
+       (bcache_xmalloc): Don't initialize obstack.
+       (bcache_xfree): Conditionally free obstack.
+       (bcache_memory_used): Update.
+
+2008-08-05  Tom Tromey  <tromey@redhat.com>
+
+       * symfile.c (add_psymbol_to_bcache): Return a const pointer.  Use
+       bcache_full.
+       (append_psymbol_to_list): Accept a const pointer.
+       (add_psymbol_to_list): Fix const correctness.
+       * bcache.h: (deprecated_bcache_added, deprecated_bcache): Remove.
+       (bcache_full): Declare.
+       * bcache.c (bcache_data, deprecated_bcache): Remove.
+       (bcache): Use bcache_full.
+       (bcache_full): Rename from deprecated_bcache_added.  Change return
+       type.
+
 2008-08-04  Stan Shebs  <stan@codesourcery.com>
 
        * solib-svr4.c (BKPT_AT_SYMBOL): Remove, always defined.
This page took 0.023563 seconds and 4 git commands to generate.