aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-05-07 12:40:08 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-05-07 12:40:08 +0000
commite228ac87886ec61aae42683a67acf43b944ac328 (patch)
tree6e4f09d1f05fde4a13663ce9cc4352f527e728e7 /gdb
parent2f565103afd525574ebefa781d87d39e86dfe693 (diff)
downloadgdb-e228ac87886ec61aae42683a67acf43b944ac328.zip
gdb-e228ac87886ec61aae42683a67acf43b944ac328.tar.gz
gdb-e228ac87886ec61aae42683a67acf43b944ac328.tar.bz2
Add missing ChangeLog entries...
... for the following commits: 2013-05-07 Joel Brobecker <brobecker@adacore.com> * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of error message (ARI fix). 2013-05-07 Joel Brobecker <brobecker@adacore.com> * features/library-list-aix.dtd: Replace library-list by library-list-aix. * rs6000-nat.c: Replace library-list by library-list-aix throughout. * solib-aix.c: Likewise. 2013-05-07 Joel Brobecker <brobecker@adacore.com> * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]: Renames TARGET_OBJECT_AIX_LIBRARIES. * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with TARGET_OBJECT_LIBRARIES_AIX throughout. * solib-aix.c: Likwise. There were added, but accidently not checked in.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8dec6ce..e6f85b2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,24 @@
+2013-05-07 Joel Brobecker <brobecker@adacore.com>
+
+ * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
+ error message (ARI fix).
+
+2013-05-07 Joel Brobecker <brobecker@adacore.com>
+
+ * features/library-list-aix.dtd: Replace library-list by
+ library-list-aix.
+ * rs6000-nat.c: Replace library-list by library-list-aix
+ throughout.
+ * solib-aix.c: Likewise.
+
+2013-05-07 Joel Brobecker <brobecker@adacore.com>
+
+ * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
+ Renames TARGET_OBJECT_AIX_LIBRARIES.
+ * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
+ TARGET_OBJECT_LIBRARIES_AIX throughout.
+ * solib-aix.c: Likwise.
+
2013-05-07 Yao Qi <yao@codesourcery.com>
* solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.