This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add ChangeLog entries


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f94f411b8308674eb4f790a9fcad0ffa30b568e5

commit f94f411b8308674eb4f790a9fcad0ffa30b568e5
Author: Yao Qi <yao.qi@linaro.org>
Date:   Fri Dec 9 15:44:48 2016 +0000

    Add ChangeLog entries
    
    ChangeLog entries are missed in my two previous commits.

Diff:
---
 gdb/ChangeLog           | 16 ++++++++++++++++
 gdb/testsuite/ChangeLog |  8 ++++++++
 2 files changed, 24 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4b268f5..cba6514 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,21 @@
 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.
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 967ed28..5323c51 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]