Add ChangeLog entries
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 7fd5d32d2bccc99e2d95d05372251c80945e9635..cba6514c8d87af4bf8533a164256aa2d713ceb6a 100644 (file)
@@ -1,3 +1,38 @@
+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
This page took 0.023151 seconds and 4 git commands to generate.