X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=c1445bc61787c876c1f60f25d73cbfefc7c910b3;hb=13547ab600a0929b12f354dc144f1aef37938f30;hp=7e4dab3fb5931590e8d732a8ca8a8dcba37b3b49;hpb=071d802b19dd963090e3207f5e3f1ca59f03545d;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7e4dab3fb5..c1445bc617 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,117 @@ +2006-07-12 Daniel Jacobowitz + + * target.c (target_read): Stop if target_read_partial returns 0 + when some bytes have already been read. + (target_write): Likewise for target_write_partial. + (target_read_partial, target_write_partial): Make static. + (target_read_alloc): New. + * target.h: Doc fixes. + (target_read_partial, target_write_partial): Delete prototypes. + (target_read_alloc): New prototype. + + * auxv.c (target_auxv_read): Delete. + (target_auxv_search, fprint_target_auxv): Use target_read_alloc. + * auxv.h (target_auxv_read): Delete prototype. + * avr-tdep.c (avr_io_reg_read_command): Use target_read_alloc. + * ia64-tdep.c (getunwind_table, get_kernel_table): Likewise. + * linux-nat.c (linux_nat_make_corefile_notes): Likewise. + * procfs.c (procfs_make_note_section): Likewise. + * remote.c (remote_xfer_partial): Don't loop here. + * sparc-tdep.c (sparc_fetch_wcookie): Use target_read. + +2006-07-12 Daniel Jacobowitz + + * arm-linux-tdep.c: Doc fixes. + (ARM_SIGCONTEXT_R0, ARM_UCONTEXT_SIGCONTEXT) + (ARM_OLD_RT_SIGFRAME_SIGINFO, ARM_OLD_RT_SIGFRAME_UCONTEXT) + (ARM_NEW_RT_SIGFRAME_UCONTEXT, ARM_NEW_SIGFRAME_MAGIC): New + constants. + (arm_linux_sigreturn_init, arm_linux_rt_sigreturn_init): Support + the new signal frame layouts. + +2006-07-12 Mike Frysinger : + Daniel Jacobowitz + + * Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'. + * gdb_indent.sh, gdb_mbuild.sh, observer.sh: Likewise. + * gdbarch.sh: Correct comment. + +2006-07-12 Daniel Jacobowitz + + * MAINTAINERS: Add Alfred Szmidt for the Hurd. + +2006-07-11 Mark Kettenis + + * alpha-tdep.h (ALPHA_INSN_SIZE): New define. + +2006-07-10 Mark Kettenis + + * alphaobsd-tdep.c: New file. + * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Do not register a + handler for GDB_OSABI_OPENBSD_ELF. + * Makefile.in (ALLDEPFILES): Add alphaobsd-tdep.c. + (alphaobsd-tdep.o): New target. + * config/alpha/obsd.mt: New file. + * configure.tgt (alpha*-*-openbsd*): Set gdb_target to obsd. + +2006-07-10 Richard Henderson + + * alpha-tdep.h (struct gdbarch_tdep): Add return_in_memory. + * alpha-tdep.c (alpha_register_byte): Remove. + (alpha_extract_struct_value_address): Remove. + (alpha_return_value): New. + (alpha_return_in_memory_always): New. + (alpha_gdbarch_init): Set tdep->return_in_memory. Don't call + set_gdbarch_deprecated_register_byte. Do call set_gdbarch_return_value + instead of set_gdbarch_deprecated_use_struct_convention, + set_gdbarch_extract_return_value, set_gdbarch_store_return_value, + or set_gdbarch_deprecated_extract_struct_value_address. + * alphafbsd-tdep.c (alphafbsd_return_in_memory): Rename from + alphafbsd_use_struct_convention, remove gcc_p argument. + (alphafbsd_init_abi): Set tdep->return_in_memory instead of + set_gdbarch_deprecated_use_struct_convention. + +2006-07-09 Mark Kettenis + + * alphabsd-tdep.h (alphanbsd_regset_from_core_section): New + prototype. + * alphanbsd-tdep.c (alphanbsd_regset_from_core_section): Handle + a.out-style core file format here. Make global. + (alphanbsd_regset_from_core_section): Remove. + (alphanbsd_sigtramp_offset): Make static. + (alphanbsd_aout_init_abi): Remove. + (alphanbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_ELF for + a.out style core files. + (_initialize_alphanbsd_tdep): Do not register a handler for + GDB_OSABI_NETBSD_AOUT. + + * alphabsd-tdep.h: Tweak comments. + (SIZEOF_STRUCT_REG, SIZEOF_STRUCT_FPREG): Remove. + * alphanbsd-tdep.c: Reorder includes. Include "regset.h". + (ALPHANBSD_SIZEOF_GREGS, ALPHANBSD_SIZEOF_FPREGS): New defines. + (alphanbsd_supply_fpregset, alphanbsd_supply_gregset) + (alphanbsd_aout_supply_gregset): New functions. + (alphanbsd_gregset, alphanbsd_fpregset, alphanbsd_aout_gregset): + New variables. + (alphanbsd_regset_from_core_section) + (alphanbsd_aout_regset_from_core_section): New functions. + (fetch_core_registers, fetch_elfcore_registers): Remove functions. + (alphanbsd_core_fns, alphanbsd_elf_fns): Remove variables. + (alphanbsd_init_abi): Set regset_from_core_section. + (alphanbsd_aout_init_abi, alphanbsd_core_osabi_sniffer): New + functions. + (_initialize_alphanbsd_tdep): Register NetBSD core file sniffer. + Use alphanbsd_aout_init_abi whre appropriate. Don't call + deprecated_add_core_fns. + * Makefile.in (alphanbsd-tdep.o): Update dependencies. + + * alphabsd-tdep.c (alphabsd_supply_reg, alphabsd_fill_reg) + (alphabsd_supply_fpreg, alphabsd_fill_fpreg): Add missing spaces. + + * alphanbsd-tdep.c (alphanbsd_init_abi): Use + svr4_lp64_fetch_link_map_offsets instead of + nbsd_lp64_solib_svr4_fetch_link_map_offsets. + 2006-07-06 Andrew Stubbs * parse.c (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block