X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=21d2bc4a5ba754827c071de8cfbdaf36793172ec;hb=d41ebd5d4581711edf913325b602d70dbf98bc51;hp=58c0e2d00a771823dd60bc1f214aefe2447e19d8;hpb=7500260a55897928017d06874240074c282dbb4a;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 58c0e2d00a..21d2bc4a5b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,142 @@ +2007-10-12 Jim Blandy + + * serial.h (struct serial_ops): Document read_prim to return zero + at EOF. + * ser-base.c (do_ser_base_readchar): Return SERIAL_EOF when + read_prim returns zero, not SERIAL_TIMEOUT. + +2007-10-12 Ulrich Weigand + + * alpha-mdebug-tdep.c: Include "gdb_string.h". + (find_proc_desc): Add fix-up code for setjmp procedure descriptor. + * mdebugread.c (parse_procedure): Remove setjmp fix-up code. + * Makefile.in (alpha-mdebug-tdep.o): Update dependencies. + + * config/alpha/alpha.mt (DEPRECATED_TM_FILE): Remove. + * config/alpha/alpha-linux.mt (DEPRECATED_TM_FILE): Remove. + * config/alpha/alpha-osf1.mt (DEPRECATED_TM_FILE): Remove. + * config/alpha/fbsd.mt (DEPRECATED_TM_FILE): Remove. + * config/alpha/tm-alpha.h: Remove file. + +2007-10-12 Ulrich Weigand + + * breakpoint.c (breakpoint_sals_to_pc): Do not check for + DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE. + + * config/pa/tm-hppa.h: Delete file. + * config/pa/hppa64.mt: Do not set DEPRECATED_TM_FILE. + * config/pa/hppahpux.mt: Likewise. + * config/pa/hppa.mt: Likewise. + * config/pa/linux.mt: Likewise. + * hppa-tdep.c (hppa_pc_requires_run_before_use): Delete. + +2007-10-12 Ulrich Weigand + + * config/arm/nm-nbsdaout.h: Remove file. + * config/nm-nbsdaout.h: Likewise. + * config/nm-nbsd.h: Likewise. + +2007-10-12 Ulrich Weigand + + * block.h (struct block): Remove "gcc_compile_flag" member. + (BLOCK_GCC_COMPILED): Remove. + * block.c (allocate_block): Do not clear BLOCK_GCC_COMPILED. + * buildsym.c (finish_block): Do not set it. + * symmisc.c (dump_symtab_1): Do not dump it. + + * value.h (using_struct_return): Remove "gcc_p" argument. + * value.c (using_struct_return): Likewise. + * eval.c (evaluate_subexp_standard): Adapt callers. + * infcall.c (call_function_by_hand): Likewise. + * stack.c (return_command): Likewise. + * sparc-tdep.c (sparc32_push_dummy_code): Likewise. + + * gdbarch.sh (push_dummy_code): Remove "using_gcc" parameter. + * gdbarch.c, gdbarch.h: Regenerate. + * cris-tdep.c (cris_push_dummy_code): Adapt prototype. + * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise. + * sparc-tdep.c (sparc32_push_dummy_code): Likewise. + * infcall.c (generic_push_dummy_code, push_dummy_code): Likewise. + (push_dummy_code, call_function_by_hand): Adapt callers. + +2007-10-12 Ulrich Weigand + + * infcmd.c (print_return_value): Remove STRUCT_RETURN argument. + (finish_command_continuation, finish_command): Adapt callers. + +2007-10-12 Ulrich Weigand + + * infcall.c (call_function_by_hand): Remove special handling + for HP aCC compiled code. + +2007-10-12 Ulrich Weigand + + * cris-tdep.c (cris_push_dummy_call): Support arguments passed by + reference. Fix endianness bugs. + (cris_reg_struct_has_address): Remove. + (cris_gdbarch_init): Remove set_gdbarch_deprecated_reg_struct_has_addr + and set_gdbarch_deprecated_use_struct_convention calls. + + * gdbarch.sh (deprecated_reg_struct_has_addr): Remove. + * gdbarch.c, gdbarch.h: Regenerate. + * infcall.c (call_function_by_hand): Remove handling of + deprecated_reg_struct_has_addr. + +2007-10-11 Daniel Jacobowitz + Kazu Hirata + + * breakpoint.c (do_enable_breakpoint): Delay enabling until after + checking watchpoint resources. + +2007-10-11 Kazu Hirata + + * memattr.c (inaccessible_by_default): Change the initial + value to 1. + +2007-10-11 Daniel Jacobowitz + + PR gdb/2280 + * coffread.c (read_one_sym): Check for read errors. + +2007-10-11 Ulrich Weigand + + * linux-nat.c (lin_lwp_attach_lwp): Use "Linux kernel 2.6.19" + instead of "Linux 2.6.19" in comment. + (linux_xfer_partial): Use "GNU/Linux target" instead of + "Linux target" in comment. + * m68klinux-tdep.c (m68k_linux_inferior_created): Likewise. + (m68k_linux_get_sigtramp_info): Likewise. + +2007-10-11 Daniel Jacobowitz + + * MAINTAINERS (language support): List Joel and Paul as + Ada maintainers. + +2007-10-11 Daniel Jacobowitz + + * dbxread.c (process_one_symbol): Remove VARIABLES_INSIDE_BLOCK + checks. + * config/arm/embed.mt, config/arm/linux.mt, config/arm/wince.mt: Do + not set DEPRECATED_TM_FILE. + * config/arm/tm-arm.h: Delete file. + +2007-10-11 Luis Machado + + * MAINTAINERS (Write After Approval): Add self. + +2007-10-11 Daniel Jacobowitz + + * buildsym.c (record_line): Remove empty lines followed by + end-of-sequence markers. + +2007-10-11 Kazu Hirata + + * configure.tgt: Recognize fido-*-elf. + +2007-10-10 Joel Brobecker + + GDB 6.7 released. + 2007-10-10 Markus Deuling * stack.c (print_frame_args, frame_info, return_command): Use