Fix date in gdb/ChangeLog.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 37955d4b398e72ee726d6b3f0dd6f07ee7cd22b8..a704d5517d6f7edc1f6a0ecc369a35282d3f577e 100644 (file)
@@ -1,3 +1,98 @@
+2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
+
+       * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
+       ppc_process_record_op31, ppc_process_record_op59,
+       ppc_process_record_op60, ppc_process_record_op63,
+       ppc_process_record): Fix -Wformat warning.
+       * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
+       Remove unused variables.
+
+2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
+
+       * MAINTAINERS (Write After Approval): Add "Chen Gang".
+
+2015-01-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.ac [*mingw32*]: Only add windows-termcap.o to
+       CONFIG_OBS if not building with a curses library.
+       * configure: Regenerate.
+
+       * windows-termcap.c: Include defs.h.  Make the whole body empty if
+       either one of HAVE_CURSES_H or HAVE_NCURSES_H or
+       HAVE_NCURSES_NCURSES_H is defined.
+
+2015-01-19  Joel Brobecker  <brobecker@adacore.com>
+
+       * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
+       from end of line to start of next line.
+
+2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
+
+       * ppc-linux-tdep.c (ppc_skip_trampoline_code):
+       Scan PLT stub backward for reverse debugging.
+       * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
+
+2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
+           Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * configure.tgt (powerpc*-*-linux): Add linux-record.o to
+       gdb_target_obs.
+       (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
+       record.
+       (ppc_canonicalize_syscall, ppc_linux_syscall_record,
+       ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
+       (ppc_linux_init_abi): Set process_record, process_record_signal.
+       * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
+       ppc_linux_record_tdep to gdbarch_tdep.
+       (ppc_process_record): New declaration.
+       * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
+       ppc_process_record_op19, ppc_process_record_op31,
+       ppc_process_record_op59, ppc_process_record_op60,
+       ppc_process_record_op63, ppc_process_record): New functions.
+
+2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
+
+       * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
+       rs6000_in_function_epilogue_frame_p and add an argument
+       for frame_info.
+       (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
+       rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
+       New functions.
+       (rs6000_epilogue_frame_unwind): New.
+       (rs6000_gdbarch_init): Append epilogue unwinder.
+
+2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * nat/linux-personality.c: Replace "#ifndef
+       HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
+       !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
+       systems.
+
+2015-01-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
+       functions.
+       (_initialize_tui_win) <border-kind, border-mode>:
+       <active-border-mode>: Use tui_set_var_cmd as the "set" function.
+       (tui_set_tab_width_command): Fix the commentary.
+
+       * tui/tui-win.h: Add prototype for tui_rehighlight_all.
+
+       * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
+       Doc fix.
+       (tui_set_tab_width_command): Delete and recreate the source and
+       the disassembly windows, to show the effect of the changed tab
+       size immediately.
+
+       * tui/tui-data.h (LINE_PREFIX): Make shorter
+       (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
+       "Thread NNNNN.XXXX" thread ID notation on Windows.
+
+2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix gcc-5 compilation.
+       * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
+
 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
 
        * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
This page took 0.025113 seconds and 4 git commands to generate.