Internal error while loading core on alpha-tru64.
[binutils-gdb.git] / gdb / ChangeLog
index c05ac70d5c3c737efdac4ef453ce6905fd601476..a31122751c39420d69ae348ea7ca417490eaf21c 100644 (file)
@@ -1,3 +1,9 @@
+2009-12-31  Joel Brobecker  <brobecker@adacore.com>
+
+       Internal error while loading core on alpha-tru64.
+       * corelow.c (core_open): Delete unused local variables.
+       Use inferior_appeared instead of add_inferior_silent.
+
 2009-12-30  Stan Shebs  <stan@codesourcery.com>
 
        * tracepoint.c (trace_status_command): Add some status output.
@@ -8,6 +14,11 @@
        * breakpoint.c (update_watchpoint): Change b->type to
        bp_watchpoint before calling hw_watchpoint_used_count.
 
+2009-12-30  Joel Brobecker  <brobecker@adacore.com>
+
+       Fix build failure in inf-ptrace.c.
+       * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
+
 2009-12-30  Joel Brobecker  <brobecker@adacore.com>
 
        * breakpoint.c (watchpoint_check): Expand the function description.