X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=b998c2eb56ee4828500476afc175634d3331182e;hb=687d6395d7108065dd97404d72076c6f6c8e71ff;hp=511f555ef5a848820b1a6e7a14be25b909ff5f35;hpb=27e06d3ef06c16aee2885f589ce97531acdce7e0;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 511f555ef5..b998c2eb56 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,119 @@ +2007-08-10 Michael Snyder + + * 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 + + * Makefile.in (i386nbsd-nat.o): Add missing dependency. + +2007-08-10 Maxim Grigoriev + + * remote-fileio.c (remote_fileio_resize_fd_map): Initialize newly + allocated file descriptors. + +2007-08-10 Joel Brobecker + + * 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 + + * 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 + + * MAINTAINERS (Write After Approval): Add myself. + +2007-08-09 Michael Snyder + + * solib.c (solib_open): Memory leak -- openp returns xmalloc buffer. + +2007-08-09 Joel Brobecker + + * solib-som.c (som_relocate_section_addresses): Stop saving + the $CODE$ section in the so_list structure. + +2007-08-08 Maxim Grigoriev + + * 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 + + * serial.c (serial_open): Fix the OPEN parameter macro expansion. + +2007-08-08 Michael Snyder + + * 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 + + * ada-lang.c (desc_bounds): Comparison of function address to NULL. + +2007-08-05 Jim Blandy + + * 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 + + * solib-target.c (solib_target_relocate_section_addresses): Add + orig_delta to addr_high. + 2007-08-04 Michael Snyder + * remote-fileio.c (remote_fileio_func_write): Memory leak. + + * breakpoint.c (print_one_breakpoint): Off by one error. + * tracepoint.c (add_register): Off by one error. (stringify_collection_list): Free malloc buffer. @@ -6171,4 +6285,5 @@ mode: change-log left-margin: 8 fill-column: 74 version-control: never +coding: utf-8 End: