* cris-dis.c (format_hex): Remove ineffective warning fix.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 779696ab445d10bb99f35a5abc2cc772d8e03897..72983a7ca1f87c024a593d3d218783d48257b3e0 100644 (file)
@@ -1,3 +1,81 @@
+2005-02-23  Jim Blandy  <jimb@redhat.com>
+
+       * disasm.c (gdb_disassemble_info): Call disassemble_init_for_target.
+
+2005-02-23  Andrew Cagney  <cagney@gnu.org>
+
+       * cli/cli-dump.c (dump_bfd_file): Replace magic constant with
+       SEC_XXX flags.
+
+2005-02-22  Andrew Cagney  <cagney@gnu.org>
+
+       * configure.ac: Only enaable insight when itcl is present.
+       * configure: Re-generate.
+       
+2005-02-21  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
+
+       Committed by Andrew Cagney.
+       * infptrace.c (store_register): Fix typo.
+
+2005-02-21  Andrew Cagney  <cagney@gnu.org>
+
+       * command.h (deprecated_add_set_cmd): Rename add_set_cmd.
+       * cli/cli-decode.h (add_set_cmd): Delete declaration.
+       * cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd.
+       * i386-nat.c (_initialize_i386_nat): Update call.
+       * valprint.c (_initialize_valprint): Update comment.
+       * gnu-nat.c (_initialize_gnu_nat): Update call.
+
+2005-02-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * elfread.c (elf_symtab_read): Discard section syms.
+
+2005-02-21  Andrew Cagney  <cagney@gnu.org>
+
+       * cli/cli-decode.c (add_set_enum_cmd): Delete function.
+       (deprecated_add_show_from_set): Delete function.
+       * command.h (add_set_enum_cmd): Delete declaration.
+       (deprecated_add_show_from_set): Delete declaration.
+       * cli/cli-decode.h (add_set_enum_cmd): Delete declaration.
+       (deprecated_add_show_from_set): Delete declaration.
+       * arm-tdep.c (_initialize_arm_tdep): Update comment.
+       * kod.c (kod_set_os): Simplify.
+       * infrun.c (set_schedlock_func): Simplify.
+       * cli/cli-dump.c (add_dump_command): Update comment.
+
+       Replace string variables with a filename completer with
+       add_setshow_optional_filename_cmd.
+       * solib.c, symfile.c: Update.
+       * cli/cli-setshow.c: Do not tidle expand the file.
+       
+       Add more uses of add_setshow_string_cmd, add_setshow_integer_cmd,
+       and add_setshow_string_noescape_cmd.
+       * cli/cli-setshow.c (deprecated_show_value_hack): Do not print a
+       NULL command's value.
+       * kod.c, language.c, ocd.c, remote-e7000.c, remote-mips.c: Update.
+       * remote-sds.c, remote.c, symfile.c, top.c: Update.
+
+2005-02-20  Andrew Cagney  <cagney@gnu.org>
+
+       Use add_setshow_enum_cmd through out.
+       * arch-utils.c, charset.c, demangle.c, i386-tdep.c: Update.
+       * infrun.c, mips-tdep.c, osabi.c, serial.c, tui/tui-win.c: Update.
+       
+       * mi/mi-main.c (captured_mi_execute_command): Use
+       mi_cmd_interpreter_exec.
+
+       * cli/cli-decode.c (add_setshow_optional_filename_cmd): New
+       function.
+       * cli/cli-setshow.c (deprecated_show_value_hack) 
+       (do_setshow_command): Handle var_optional_filename.
+       * command.h (enum var_types): Add var_optional_filename.
+       (add_setshow_optional_filename_cmd): Declare.
+       * infcmd.c (notice_args_read): Use.
+
+       * symfile-mem.c (symbol_file_add_from_memory): Pass
+       target_read_memory to bfd_elf_bfd_from_remote_memory.
+       (do_target_read_memory): Delete.
+
 2005-02-16  Mark Kettenis  <kettenis@gnu.org>
 
        * value.h (value_contents_equal): New prototype.
This page took 0.034413 seconds and 4 git commands to generate.