Add ChangeLog entries
authorIain Buclaw <ibuclaw@gdcproject.org>
Thu, 13 Apr 2017 08:39:13 +0000 (10:39 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Thu, 13 Apr 2017 08:39:13 +0000 (10:39 +0200)
ChangeLog entries were left unstaged in my previous commit on March 30th.

gdb/ChangeLog
gdb/testsuite/ChangeLog

index 979f239..ed71880 100644 (file)
        * 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.
index 7f858e6..42d6a8d 100644 (file)
        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.