2007-08-10 Michael Snyder <msnyder@access-company.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index fa5740009d6f33631d9afd860519f386a3610ca0..b998c2eb56ee4828500476afc175634d3331182e 100644 (file)
@@ -1,3 +1,108 @@
+2007-08-10  Michael Snyder  <msnyder@access-company.com>
+
+       * gdbtypes.c: Coding standard cleanup.
+       * gdbtypes.c: Comment/whitespace cleanup.
+
+       * stabsread.c (read_huge_number): Attempt to compute value before
+       values that it depends on.
+
+       * linespec.c (decode_dollar): Dead code, ptr can't be non-null.
+       (decode_objc): Use "NULL" instead of 0.
+       (find_method): Ditto.
+       (decode_all_digits): Ditto.
+       (decode_dollar): Ditto.
+
+       * mi/mi-main.c (mi_cmd_data_evaluate_expression): Resource leak.
+
+       * mi/mi-cmd-var.c (mi_cmd_var_list_children): Memory leak.
+
+       * solib-svr4.c (enable_break): Don't free tmp_pathname until
+       after closing bfd.
+
+       * completer.c: Comment/whitespace cleanup.
+
+2007-08-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * Makefile.in (i386nbsd-nat.o): Add missing dependency.
+
+2007-08-10  Maxim Grigoriev  <maxim2405@gmail.com>
+
+       * remote-fileio.c (remote_fileio_resize_fd_map): Initialize newly
+       allocated file descriptors.
+
+2007-08-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * Makefile.in: Minor cleanup throughout; add some missing variables,
+       add some missing rules, remove some rules that are no longer needed,
+       and fix the dependencies in several rules.
+
+2007-08-10  Ludovic Courtès  <ludo@gnu.org>
+
+       * Makefile.in (SFILES): Add scm-{exp,lang,valprint}.c.
+       (scm_lang_h, scm_tags_h): New.
+       (COMMON_OBS): Add scm-{exp,lang,valprint}.o.
+       (scm-exp.o, scm-lang.o, scm-valprint.o): New targets.
+       * defs.h (enum language): Add `language_scm'.
+
+       * MAINTAINERS: Add Emacs local variables to use UTF-8 upon
+       opening.
+
+2007-08-09  Ludovic Courtès  <ludo@gnu.org>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2007-08-09  Michael Snyder  <msnyder@access-company.com>
+
+       * solib.c (solib_open): Memory leak -- openp returns xmalloc buffer.
+
+2007-08-09  Joel Brobecker  <brobecker@adacore.com>
+
+        * solib-som.c (som_relocate_section_addresses): Stop saving
+        the $CODE$ section in the so_list structure.
+
+2007-08-08  Maxim Grigoriev  <maxim2405@gmail.com>
+
+       * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): New.
+       (xtensa_register_group_t): Add entries for coprocessors.
+       * xtensa-tdep.c (xtensa_init_reggroups): New register groups.
+       (xtensa_add_reggroups): Likewise.
+       (xtensa_register_reggroup_p): Likewise.
+       (xtensa_coprocessor_register_group): New function.
+       (xtensa_cp): New.
+
+2007-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * serial.c (serial_open): Fix the OPEN parameter macro expansion.
+
+2007-08-08  Michael Snyder  <msnyder@access-company.com>
+
+       * target.c (target_read_string): Guard against null.
+
+       * varobj.c (value_of_root): Move alloc after return to avoid leak.
+
+       * tui/tui-layout.c (tui_set_layout): Dead code, dead variable.
+
+       * top.c (command_line_input): Memory leak.
+
+       * solib-svr4.c (open_symbol_file_object): Memory leak.
+       (svr4_current_sos): Ditto.
+       (enable_break): Ditto.
+
+       * cp-valprint.c (cp_print_hpacc_virtual_table_entries): Memory leak.
+
+       * dwarf2read.c (add_partial_symbol): Memory leak.
+
+2007-08-06  Michael Snyder  <msnyder@access-company.com>
+
+       * ada-lang.c (desc_bounds): Comparison of function address to NULL.
+
+2007-08-05  Jim Blandy  <jimb@codesourcery.com>
+
+       * macroexp.c (init_buffer): Remove testing code that overrides the
+       caller's length guess.
+       (gather_arguments): Use a larger initial size, now that the vector
+       growth code has been exercised.
+
 2007-08-05  Pedro Alves  <pedro_alves@portugalmail.pt>
 
        * solib-target.c (solib_target_relocate_section_addresses): Add
@@ -6180,4 +6285,5 @@ mode: change-log
 left-margin: 8
 fill-column: 74
 version-control: never
+coding: utf-8
 End:
This page took 0.055171 seconds and 4 git commands to generate.