Spell my name properly in the last entry :-).
[binutils-gdb.git] / gdb / ChangeLog
index ec17070d71c72c0c9fe1863325e41f4799bd9823..f70787cc1b56497ac508784c5a2b10c6d9ce5c3d 100644 (file)
@@ -1,3 +1,31 @@
+2009-04-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c: Remove an extra empty line. No code change.
+
+2009-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix double free on error inserting the breakpoint instruction.
+       * breakpoint.c (create_breakpoints): Move the
+       update_global_location_list call to ...
+       (break_command_really): ... here together with the second local call
+       both unified after all the cleanups.
+
+2009-04-23  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       * configure, config.in: Regenerate.
+       * configure.ac: Support for relocatable GDB datadir.  Use
+       GDB_AC_WITH_DIR.  Always define TARGET_SYSTEM_ROOT_RELOCATABLE.
+       * acinclude.m4 (GDB_AC_WITH_DIR): New defun.
+       * top.c (init_main): Add "set data-directory".
+       * defs.h (gdb_datadir): Declare.
+       * main.c (gdb_datadir): New global.
+       (captured_main): Initialize gdb_datadir.  Use relocate_directory.
+       (relocate_path): New function.
+       (relocate_directory): Likewise.
+       (get_init_files): Use relocate_path.
+       (README): Mention --with-gdb-datadir.
+
 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
 
        * ada-tasks (task_command_1): Call target_find_new_threads.