]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add ChangeLog entries
authorYao Qi <yao.qi@linaro.org>
Fri, 9 Dec 2016 15:44:48 +0000 (15:44 +0000)
committerYao Qi <yao.qi@linaro.org>
Fri, 9 Dec 2016 15:44:48 +0000 (15:44 +0000)
ChangeLog entries are missed in my two previous commits.

gdb/ChangeLog
gdb/testsuite/ChangeLog

index 4b268f58e1292a668cc19a2526b5265216c7bc92..cba6514c8d87af4bf8533a164256aa2d713ceb6a 100644 (file)
@@ -1,3 +1,19 @@
+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
index 967ed280c4edc8d016e913414f053f5ce7cb179e..5323c51b7bf10b5b0a4f42aa9d88986c20de0e5a 100644 (file)
@@ -1,3 +1,11 @@
+2016-12-09  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/all-architectures.exp.in: Remove kfail for rx.
+
+2016-12-09  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
+
 2016-12-09  Pedro Alves  <palves@redhat.com>
 
        * gdb.base/all-architectures-0.exp: New file.