[ob/pushed] Missed ChangeLog entries for last commit in March

Message ID CABOHX+f47ELAVZJr01u=vV1KjhncWkv15gZLh6nB9zjGm+5Q8w@mail.gmail.com
State New, archived
Headers

Commit Message

Iain Buclaw April 13, 2017, 8:43 a.m. UTC
  On coming back to my local gdb copy, I noticed these were left
unstaged from my left commit on March 30th.

This has now been pushed, sorry about that.

---
 gdb/ChangeLog           | 5 +++++
 gdb/testsuite/ChangeLog | 5 +++++
 2 files changed, 10 insertions(+)
  

Patch

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 979f239..ed71880 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1198,6 +1198,11 @@ 
        * frame.c (get_frame_register_bytes): Unwind using value.
        (put_frame_register_bytes): Likewise.

+2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * d-exp.y (type_aggregate_p): Treat TYPE_CODE_MODULE as being
+       aggregate-like.
+
 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>

        * auto-load.c (auto_load_section_scripts): Check SEC_HAS_CONTENTS.
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 7f858e6..42d6a8d 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -18,6 +18,11 @@ 
        PR gdb/21352
        * gdb.trace/tsv.exp: Add test for "tsave -r".

+2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * gdb.dlang/watch-loc.c: New file.
+       * gdb.dlang/watch-loc.exp: New file.
+
 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>

        * gdb.python/py-section-script.exp (sepdebug): New testcases.