Add ChangeLog entries
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 171d03a23d6e7d571a3502e75696d40a46754e4f..cba6514c8d87af4bf8533a164256aa2d713ceb6a 100644 (file)
@@ -1,3 +1,51 @@
+2016-12-09  Yao Qi  <yao.qi@linaro.org>
+
+       PR tdep/20954
+       * rx-tdep.c (rx_psw_type): New function.
+       (rx_fpsw_type): New function.
+       (rx_register_type): Call rx_psw_type and rx_fpsw_type.
+       (rx_gdbarch_init): Move code to rx_psw_type and
+       rx_fpsw_type.
+
+2016-12-09  Yao Qi  <yao.qi@linaro.org>
+
+       PR tdep/20953
+       * rl78-tdep.c (rl78_psw_type): New function.
+       (rl78_register_type): Call rl78_psw_type.
+       (rl78_gdbarch_init): Move code to rl78_psw_type.
+
+2016-12-09  Yao Qi  <yao.qi@linaro.org>
+
+       * aarch64-tdep.c (instruction_reader::read): Call
+       read_code_unsigned_integer instead of
+       read_memory_unsigned_integer.
+
+2016-12-09  Yao Qi  <yao.qi@linaro.org>
+
+       * arm-tdep.c (skip_prologue_function): Call
+       read_code_unsigned_integer instead of
+       read_memory_unsigned_integer.
+       (thumb_analyze_prologue): Likewise.
+       (arm_analyze_load_stack_chk_guard): Likewise.
+       (arm_skip_stack_protector): Likewise.
+       (arm_analyze_prologue):Likewise.
+       (extend_buffer_earlier): Call target_read_code instead
+       of target_read_memory.
+       (arm_adjust_breakpoint_address): Likewise.
+
+2016-12-09  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * gnu-nat.c (gnu_create_inferior): After startup_inferior, call
+       prune_threads.
+
+       * inferior.c (print_selected_inferior): Avoid PATH_MAX usage.
+
+2016-12-08  Simon Marchi  <simon.marchi@ericsson.com>
+           Thomas Schwinge  <thomas@codesourcery.com>
+
+       * gnu-nat.c (set_sig_thread_cmd): Use parse_thread_id instead of
+       global_thread_id_to_ptid.
+
 2016-12-08  Thomas Schwinge  <thomas@codesourcery.com>
 
        * config/i386/i386gnu.mh (%_S.o %_U.o): Add "-x c" to
This page took 0.023605 seconds and 4 git commands to generate.