summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2016-01-19 10:48:03 -0500
committerSimon Marchi <simon.marchi@ericsson.com>2016-01-19 10:49:35 -0500
commit01ac68403c7d896de45b8c5f15dfeb2aee6e3444 (patch)
tree00c27dd958ec747fb4e45592adfc762814189287
parent10eadbcc2866f11bd93ef379c76524521abdc218 (diff)
downloadbinutils-gdb-01ac68403c7d896de45b8c5f15dfeb2aee6e3444.tar.gz
Add missing ChangeLog entries for the last 2 commits
I did a wrong manipulation and pushed the last 2 commits without amending them with the ChangeLog entries.
-rw-r--r--gdb/testsuite/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index c2939f6f9ee..9654cfa8bc5 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,13 @@
+2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
+
+ * Makefile.in (check-single): Pass --status to runtest.
+ (check/%.exp): Likewise.
+
+2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
+
+ * Makefile.in (check-parallel): Propagate return code from make
+ do-check-parallel.
+
2016-01-19 Pedro Alves <palves@redhat.com>
* ax-gdb.c (agent_command_1): Adjust call to decode_line_full.