Unbreak Windows-hosted cross debugger builds.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index bf8bb98e040fd2e96a720024b44cd6f0c71075a4..21585e2e75859f427c7f40a976004d82d83c97dd 100644 (file)
@@ -1,5 +1,66 @@
+2013-04-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * windows-nat.c (windows_get_absolute_argv0): Move from here...
+       * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
+       Include main.h.
+
+       * windows-nat.h (windows_get_absolute_argv0): Move prototype from
+       here...
+       * main.h (windows_get_absolute_argv0): ...to here.
+
+2013-04-05  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
+       (read_cutu_die_from_dwo): Add comments.
+       (read_structure_type): Update comment.
+       (read_enumeration_type, read_namespace_type): Update comment.
+       (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
+
+2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Convert man pages to texinfo, new gdbinit.5 texinfo page.
+       * Makefile.in (gdb.z): Remove.
+       (install-only): Remove $(man1dir) and gdb.1 installation.
+       * gdb.1: Remove.
+
+2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix compatibility with Linux kernel 3.8.3.
+       * linux-tdep.c (linux_find_memory_regions_full): Move variable number
+       to more inner block.  Remove parsing of NUMBER from outer block.
+       Parse NUMBER only if KEYWORD has been identified.
+
+2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix variable name shadowing.
+       * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
+       filename to mapsfilename and update its uses.
+
+2013-04-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
+       empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
+       and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
+       details of the problem.
+
+2013-04-04  Pedro Alves  <palves@redhat.com>
+           Hui Zhu  <hui@codesourcery.com>
+
+       * breakpoint.c (validate_commands_for_breakpoint): If validating a
+       tracepoint, reset its STEP_COUNT and call validate_actionline.
+
 2013-04-03  Doug Evans  <dje@google.com>
 
+       * dwarf2read.c (read_die_and_siblings_1): Renamed from
+       read_die_and_siblings.
+       (read_die_and_siblings): New function.
+       (read_cutu_die_from_dwo): Dump die if requested.
+       (read_die_and_children): Call read_full_die_1 and
+       read_die_and_siblings_1.
+       (read_full_die): Dump die if requested.
+
+       * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
+
        * dwarf2read.c (struct dwo_file): New member comp_dir.
        Rename member name to dwo_name.  All uses updated.
        (hash_dwo_file): Include comp_dir in computation.
This page took 0.023771 seconds and 4 git commands to generate.