* bcache.c (deprecated_bcache_added): Initialize obstack.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ec170a48f067762b0beb894200a1f233cc83ab4b..aa5be9d918ae46b006b559aeba31ea08b29a5e7f 100644 (file)
@@ -1,3 +1,66 @@
+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.
+       (bkpt_names): Remove SOLIB_BKPT_NAME, never defined.
+       (enable_break): Remove test of BKPT_AT_SYMBOL.
+
+2008-08-02  Keith Seitz  <keiths@redhat.com>
+
+       * acinclude.m4: Include ../config/tcl.m4 to pick up
+       standard Tcl configury bits.
+       Remove all Tcl, Tk, Itcl, Itk, etc definitions.
+       * configure.ac: Don't check if ../itcl exists when building
+       gdbtk. It could be installed.
+       Rewrite gdbtk configury to allow for using system-supplied
+       Tcl and Tk. Gdbtk no longer requires build-time access to 
+       itcl and itk.
+       * Makefile.in: Remove everything related to itcl and itk.
+       Rewrite the Tcl bits for gdbtk to correspond to rewrite of
+       configure.ac.
+       Remove v850ice.o build rule.
+       (ALL_TCL_CFLAGS): New convenience defintion. Change all
+       gdbtk sources to use it.
+       * configure: Regenerate.
+       
+2008-07-31  Stan Shebs  <stan@codesourcery.com>
+
+       * coffread.c (coff_symtab_read): Remove FUNCTION_EPILOGUE_SIZE.
+
+2008-07-30  Stan Shebs  <stan@codesourcery.com>
+
+       * objfiles.c (TARGET_KEEP_SECTION): Remove.
+       (add_to_objfile_sections): Remove use.
+
+2008-07-29  Tom Tromey  <tromey@redhat.com>
+
+       * cli/cli-decode.c (lookup_cmd_1): Use memcpy.
+       (lookup_cmd_composition): Likewise.
+
+2008-07-29  Tom Tromey  <tromey@redhat.com>
+
+       * cli/cli-cmds.c (edit_command): Remove unused variables.  Delete
+       dead code.  Fix indentation.
+
 2008-07-29  Stan Shebs  <stan@codesourcery.com>
 
        * main.c (captured_main): Remove long-unused #if 0 blocks.
This page took 0.02427 seconds and 4 git commands to generate.