* i386nbsd-nat.c (i386nbsd_supply_pcb): Cast to 'gdb_byte *' in
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 4c219302b9e7ca6f71f2fd3185efcc7da509e398..aaa04204c595da226ea75f7c058a71c5ab9c0651 100644 (file)
@@ -1,3 +1,192 @@
+2005-07-04  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386nbsd-nat.c (i386nbsd_supply_pcb): Cast to 'gdb_byte *' in
+       read_memory call.
+       * bsd-uthread.c (bsd_uthread_wait): Use gdb_byte for byte buffer.
+
+       * bsd-kvm.c (bsd_kvm_open): Properly cast sentinel in concat call.
+       * coffread.c (patch_type, process_coff_symbol): Likewise.
+       * corelow.c (core_open): Likewise. 
+       * dwarf2read.c (dwarf_decode_lines, dwarf2_start_subfile): 
+       * language.c (set_lang_str, set_type_str, set_range_str) 
+       (set_case_str): Likewise.
+       * source.c (add_path, openp): Likewise.
+       * stabsread.c: Likewise.
+       * top.c (init_history): Likewise.
+       * utils.c (xfullpath): Likewise.
+       * value.c (lookup_internalvar): Likewise.
+       * cli/cli-cmds.c (cd_command): Likewise.
+       * cli/cli-dump.c (add_dump_command): Likewise.
+
+       * i387-tdep.c (print_i387_value, print_i387_ext, i387_tag): Change
+       type of first argument to `const gdb_byte *'.
+       (i387_print_float_info, i387_register_to_value)
+       (i387_value_to_register, i387_supply_fsave, i387_collect_fsave)
+       (i387_supply_fxsave, i387_collect_fxsave): Use gdb_byte for byte
+       buffers.
+
+2005-07-04  Ben Elliston  <bje@gnu.org>
+
+       * Makefile.in (RUNTEST): Set to runtest.
+
+2005-07-03  Richard Henderson  <rth@redhat.com>
+
+       * amd64-tdep.c (amd64_sse_type): New.   
+       (amd64_register_info): Use it for xmm registers.  Constify.
+       (amd64_register_type): Initialize amd64_sse_type as needed.
+
+2005-07-03  Steve Ellcey  <sje@cup.hp.com>
+
+       * configure.ac: Add arguments to AC_DEFINE calls.
+       * acconfig.h: Remove file.
+       * acinclude.m4 (AC_GNU_SOURCE): Remove definition.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+
+2005-07-01  Mark Kettenis  <kettenis@gnu.org>
+
+       * mips-tdep.c (mips_insn16_frame_prev_register)
+       (mips_insn32_frame_prev_register, mips_stub_frame_prev_register):
+       Change type of last argument to `gdb_byte *'.
+
+2005-07-01  Steve Ellcey  <sje@cup.hp.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2005-07-01  Mark Kettenis  <kettenis@gnu.org>
+
+       * solib-svr4.c: Include "solib.h".
+       * Makefile.in (solib-svr4.o): Update dependencies.
+
+2005-06-28  Mark Kettenis  <kettenis@gnu.org>
+
+       * eval.c (evaluate_struct_tuple): Use strcmp instead of
+       DEPRECATED_STREQ.
+
+2005-06-27  Michael Snyder  <msnyder@redhat.com>
+
+       * config/mn10300/linux.mt: New file.
+       * configure.tgt: Add rule for am33 / mn10300-linux.
+       * mn10300-tdep.c, mn10300-tdep.h: Bump copyright year.
+
+2005-06-27  Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * gdbtypes.c (get_discrete_bounds): Fix a comment typo.
+
+2005-06-25  Mark Kettenis  <kettenis@gnu.org>
+
+       * sol-thread.c (sol_thread_xfer_memory): Change type of second
+       argument to `gdb_byte *'.
+       (sol_thread_xfer_partial): Change type of readbuf and writebuf
+       arguments to `gdb_byte *'.
+
+       * mips-tdep.c (mips_xfer_register, mips_o32_return_value) 
+       (mips_integer_to_address): Use gdb_byte instead of bfd_byte.
+
+2005-06-24  Mark Kettenis  <kettenis@gnu.org>
+
+       * ppcobsd-nat.c: Include "gdbcore.h", <sys/signal.h>,
+       <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
+       (ppcobsd_supply_pcb): New function.
+       (_initialize_ppcobsd_nat): Enable libkvm interface.
+       * Makefile.in (ppcobsd-nat.o): Update dependencies.
+       * config/powerpc/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
+       (LOADLIBES): New variable.
+
+2005-06-24  Corinna Vinschen  <vinschen@redhat.com>
+
+       * i386-tdep.c (struct i386_frame_cache): Define sp_offset as LONGEST.
+
+2005-06-23  Andreas Schwab  <schwab@suse.de>
+
+       * gdb_ptrace.h: Fix typos when checking for PT_ATTACH.  Reported
+       by Chad Harrington <harrington.chad@gmail.com>.
+
+2005-06-22  Mark Kettenis  <kettenis@gnu.org>
+
+       * remote.c (extended_remote_restart): Pass buffer in call to
+       xsnprintf instead of a pointer to the buffer.
+
+2005-06-21  Andrew Cagney  <cagney@gnu.org>
+
+       * MAINTAINERS: List GDB's Steering Committee as responsible for
+       GDB's maintenance.
+
+2005-06-21  Mark Kettenis  <kettenis@gnu.org>
+
+       * inf-ttrace.c (inf_ttrace_xfer_partial): Change type of readbuf
+       and writebuf arguments to `gdb_byte *'.
+
+2005-06-21  Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2005-06-20  Mark Kettenis  <kettenis@gnu.org>
+
+       * hppabsd-tdep.c: Include "symtab.h", "objfiles.h", "target.h",
+       "value.h" and "elf/common.h".
+       (hppabsd_supply_gregset): Use `gdb_byte *' for byte buffer.
+       (hppabsd_find_global_pointer): New function.
+       (hppabsd_init_abi): Set TDEP->find_global_pointer to
+       hppabsd_find_global_pointer.
+       * Makefile.in (hppabsd-tdep.o): Update dependencies.
+
+2005-06-12  Mark Kettenis  <kettenis@gnu.org>
+
+       * hppa-tdep.c (hppa_pointer_to_address_hack): Remove function.
+       (unwind_command): Use %lx to print pointer.
+
+2005-06-19  Mark Kettenis  <kettenis@gnu.org>
+
+       * remote-sim.c (gdbsim_xfer_inferior_memory): Remove prototype.
+       Change type of second argument to`gdb_byte *'.
+
+2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
+
+       * mi/mi-cmd-stack.c (mi_cmd_stack_info_frame): New function.
+
+       * mi/mi-cmds.c (mi_cmds): Replace entry for -stack-info-frame.
+       Make it use mi_cmd_stack_info_frame
+
+       * mi/mi-cmds.h (mi_cmd_stack_info_frame): New declaration.
+
+2005-06-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * hppa-tdep.c (hppa_fallback_frame_cache): Don't error out if we
+       can't find the bounds of the current function.  Wrap some long
+       lines in the process.
+
+       * regcache.c (regcache_raw_supply, regcache_raw_collect): Change
+       type of last argument back to `void *'.
+       * regcache.h (regcache_raw_supply, regcache_raw_collect): Likewise.
+
+2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
+
+       * mi/mi-cmds.c (mi_cmds): Remove entry for -stack-info-frame.
+
+       * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
+       (mi_cmd_stack_info_depth): Don't test for stack.
+       (mi_cmd_stack_select_frame): Make the argument mandatory.
+       Don't test for stack.
+
+2005-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * remote.c (set_thread, remote_thread_alive): Replace sprintf
+       call with xsnprintf.
+       (remote_threads_extra_info, extended_remote_restart)
+       (remote_check_symbols, store_register_using_P)
+       (compare_sections_command): Ditto.
+
+2005-06-16  David Ung  <davidu@mips.com>
+
+       * MAINTAINERS (Write After Approval): Add self.
+
+2005-06-15  Mark Kettenis  <kettenis@gnu.org>
+
+       * hppa-hpux-nat.c (hppa_hpux_fetch_register)
+       (hppa_hpux_store_register): Add casts in extract_unsigned_integer
+       and store_usigned_integer calls.
+
 2005-06-14  Nick Roberts  <nickrob@snap.net.nz>
 
        * mi/mi-main.c (mi_cmd_data_list_register_values): Remove test for
This page took 0.027723 seconds and 4 git commands to generate.