[binutils-gdb] contrib: sync dg-extract-results.{sh,py} with GCC

Pedro Alves palves@sourceware.org
Fri Sep 4 12:13:34 GMT 2026


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=35850d976f4314c0c75914019b5bc7751e5c16fd

commit 35850d976f4314c0c75914019b5bc7751e5c16fd
Author: Pedro Alves <pedro@palves.net>
Date:   Fri Sep 4 13:06:37 2026 +0100

    contrib: sync dg-extract-results.{sh,py} with GCC
    
    The previous commit already brought in the code changes, but we're
    still missing a copyright year update in dg-extract-results.sh, which
    this now brings in.
    
    Record that both files are synced now in the ChangeLog.
    
    Change-Id: I3c63ace0f78d9cda2d5c0152d444350774cb43af

Diff:
---
 contrib/ChangeLog             | 5 +++++
 contrib/dg-extract-results.sh | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 8c0a4971fd2..da24bcab232 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2026-09-04  Pedro Alves  <pedro@palves.net>
+
+	* dg-extract-results.py: Sync with GCC.
+	* dg-extract-results.sh: Sync with GCC.
+
 2026-05-29  Kevin Buettner  <kevinb@redhat.com>
 
 	* dg-extract-results.py: Sync with GCC.
diff --git a/contrib/dg-extract-results.sh b/contrib/dg-extract-results.sh
index d03e1a9b4e1..f3093f94582 100755
--- a/contrib/dg-extract-results.sh
+++ b/contrib/dg-extract-results.sh
@@ -6,7 +6,7 @@
 # The resulting file can be used with test result comparison scripts for
 # results from tests that were run in parallel.  See usage() below.
 
-# Copyright (C) 2008-2025 Free Software Foundation, Inc.
+# Copyright (C) 2008-2026 Free Software Foundation, Inc.
 # Contributed by Janis Johnson <janis187@us.ibm.com>
 #
 # This file is part of GCC.


More information about the Binutils-cvs mailing list