From: Pedro Alves Date: Thu, 15 Apr 2010 23:43:40 +0000 (+0000) Subject: Fix date format in one entry. Fix whitespace throughout while there. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d95cc3b6c3715b529911d2bc0e955616b032a70;p=binutils-gdb.git Fix date format in one entry. Fix whitespace throughout while there. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8d8d29aef71..288d920c2cc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -459,7 +459,7 @@ i386_xmm_regnum_p. (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature. Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0. - (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset. + (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset. Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs. @@ -722,7 +722,7 @@ 2010-03-31 Richard Earnshaw * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH - instructions. Use the PC+4 if the base of the TBB or TBH is the + instructions. Use the PC+4 if the base of the TBB or TBH is the PC register. 2010-03-31 Jan Kratochvil @@ -735,7 +735,7 @@ 2010-03-31 Stan Shebs * breakpoint.c (tracepoint_save_command): Include variables, - conditionals, tracepoint types, and default-collect. + conditionals, tracepoint types, and default-collect. * tracepoint.c (save_trace_state_variables): New function. * tracepoint.h (save_trace_state_variables): Declare it. @@ -930,7 +930,7 @@ 2010-03-24 Michael Snyder - * elfread.c (find_separate_debug_file_by_buildid): + * elfread.c (find_separate_debug_file_by_buildid): Remove unused local variable. 2010-03-24 Tom Tromey @@ -1231,7 +1231,7 @@ 2010-03-19 Stan Shebs - * ax-general.c (ax_const_l): Fix a sizing bug. + * ax-general.c (ax_const_l): Fix a sizing bug. 2010-03-18 Joel Brobecker @@ -1850,8 +1850,8 @@ If the extracted function name and the original name are the same, we don't have a C++ method. - From Jan Kratochvil : - * dwarf2read.c (new_symbol ): Call dwarf2_full_name. + From Jan Kratochvil : + * dwarf2read.c (new_symbol ): Call dwarf2_full_name. * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters and arguments from symbol lookups. @@ -1926,7 +1926,7 @@ (MON_ROCKHOPPER): New mips_monitor_type. (read_hex_value): New function. (mips_request): Send 8-byte values with a 'T' packet. Read the - packet argument as a string and use read_hex_value to parse it. + packet argument as a string and use read_hex_value to parse it. (mips_exit_debug): Wait for response when using MON_ROCKHOPPER. (rockhopper_open): New function. (mips_wait): Read the PC, FP and SP fields as strings. Use @@ -2331,7 +2331,7 @@ (amd64_register_name): Likewise. (amd64_register_type): Likewise. (amd64_init_abi): Set num_core_regs and register_names. Set - target description to tdesc_amd64 if needed. Don't call + target description to tdesc_amd64 if needed. Don't call set_gdbarch_register_name nor set_gdbarch_register_type. (_initialize_amd64_tdep): New. @@ -2487,7 +2487,7 @@ (typy_lookup_type): Likewise. 2010-02-25 Daniel Jacobowitz - + Symbian config gdb/ @@ -2508,7 +2508,7 @@ * mi/mi-main.c (mi_cmd_execute): Fix typo. 2010-02-24 Phil Muldoon - Tom Tromey + Tom Tromey Thiago Jung Bauermann * python/python.c (_initialize_python): Call @@ -3018,18 +3018,18 @@ * infrun.c (handle_inferior_event): Do not look up regcache for exited processes. -Mon Feb 8 13:17:10 2010 Chris Moller +2010-02-08 Chris Moller PR gdb/10728 * valarith.c (value_ptrdiff): Added a test for a zero type length, - warn if found, and assume length = 1. + warn if found, and assume length = 1. 2010-02-08 Chris Moller PR gdb/9067 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks. cp_print_static_field) Fix use of obstacks. - + 2010-02-08 Pedro Alves * linux-nat.c (linux_nat_resume): In non-stop, also only tag @@ -3565,7 +3565,7 @@ Mon Feb 8 13:17:10 2010 Chris Moller * breakpoint.c (watchpoint_check): Check the call gdbarch_in_function_epilogue_p before calling frame_find_by_id. Extend the comment. - * config/djgpp/fnchange.lst: Add translations for + * config/djgpp/fnchange.lst: Add translations for watchpoint-cond-gone.exp, watchpoint-cond-gone.c and watchpoint-cond-gone-stripped.c. @@ -4152,8 +4152,8 @@ Mon Feb 8 13:17:10 2010 Chris Moller tramp-frame.h. (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF) (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF) - (SIGCONTEXT_LO_OFF): New macros. - (mips_irix_n32_tramp_frame_init): New function. + (SIGCONTEXT_LO_OFF): New macros. + (mips_irix_n32_tramp_frame_init): New function. (mips_irix_n32_tramp_frame): New static constant. (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.