Add ChangeLog entries

ChangeLog entries were left unstaged in my previous commit on March 30th.
This commit is contained in:
Iain Buclaw 2017-04-13 10:39:13 +02:00
parent 63a5468afa
commit b1b45502bd
2 changed files with 10 additions and 0 deletions

View File

@ -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.

View File

@ -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.