This is the mail archive of the gdb-patches@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]

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


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(+)

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.


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