X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=aaa04204c595da226ea75f7c058a71c5ab9c0651;hb=df80278b799985481340cc3fefba4ba5737a7cf2;hp=e442c7055f2b8a715c42f80ae053390a59b6edda;hpb=dc28f363f511f9c9e704fd775fbf142410e86b84;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e442c7055f..aaa04204c5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,126 @@ +2005-07-04 Mark Kettenis + + * 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 + + * Makefile.in (RUNTEST): Set to runtest. + +2005-07-03 Richard Henderson + + * 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 + + * 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 + + * 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 + + * MAINTAINERS (Write After Approval): Add myself. + +2005-07-01 Mark Kettenis + + * solib-svr4.c: Include "solib.h". + * Makefile.in (solib-svr4.o): Update dependencies. + +2005-06-28 Mark Kettenis + + * eval.c (evaluate_struct_tuple): Use strcmp instead of + DEPRECATED_STREQ. + +2005-06-27 Michael Snyder + + * 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 + + * gdbtypes.c (get_discrete_bounds): Fix a comment typo. + +2005-06-25 Mark Kettenis + + * 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 + + * ppcobsd-nat.c: Include "gdbcore.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 + + * i386-tdep.c (struct i386_frame_cache): Define sp_offset as LONGEST. + +2005-06-23 Andreas Schwab + + * gdb_ptrace.h: Fix typos when checking for PT_ATTACH. Reported + by Chad Harrington . + +2005-06-22 Mark Kettenis + + * remote.c (extended_remote_restart): Pass buffer in call to + xsnprintf instead of a pointer to the buffer. + +2005-06-21 Andrew Cagney + + * MAINTAINERS: List GDB's Steering Committee as responsible for + GDB's maintenance. + +2005-06-21 Mark Kettenis + + * inf-ttrace.c (inf_ttrace_xfer_partial): Change type of readbuf + and writebuf arguments to `gdb_byte *'. + +2005-06-21 Wu Zhou + + * MAINTAINERS (Write After Approval): Add myself. + 2005-06-20 Mark Kettenis * hppabsd-tdep.c: Include "symtab.h", "objfiles.h", "target.h",