aboutsummaryrefslogtreecommitdiff
path: root/contrib/ChangeLog
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2019-10-21 14:52:37 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2019-10-21 15:26:48 +0100
commit66b92822fa721b17c9edfebd10b3017b289be24c (patch)
tree81ba9caeb6c8e8414e8d8cddd923f7e4df7bd33d /contrib/ChangeLog
parenta0a461e5b45f6fd9eb81774ad61e55b4917d4305 (diff)
downloadfsf-binutils-gdb-66b92822fa721b17c9edfebd10b3017b289be24c.zip
fsf-binutils-gdb-66b92822fa721b17c9edfebd10b3017b289be24c.tar.gz
fsf-binutils-gdb-66b92822fa721b17c9edfebd10b3017b289be24c.tar.bz2
contrib: Update dg-extract-results.* from gcc
The dg-extract-results scripts have been updated in the gcc repository. This commit copies the updated versions of the scripts in to the binutils-gdb repository. There are two changes, these are: 1. Improved detection of timeout lines, though I suspect this only applies to gcc results, and 2. Detection of KPASS results, this is of interest to gdb, where these results would not be included in the final .sum file. A grep over binutils-gdb shows the dg-extract-results is not used by ld, gas, or binutils, however I tested these anyway and saw no changes in the final .sum files (tested on x86-64 GNU/Linux). On gdb when running tests in parallel dg-extract-results is used, and the final .sum file now includes the KPASS results. contrib/ChangeLog: * dg-extract-results.py: Update from gcc repo. * dg-extract-results.sh: Likewise. Change-Id: I54abd07f4e8f5cf88a6db74519674f6939860157
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r--contrib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 8ce6765..489af77 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * dg-extract-results.py: Update from gcc repo.
+ * dg-extract-results.sh: Likewise.
+
2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* dg-extract-results.sh: Move from gdb/testsuite.