From 392035010fb8fe23e50efcec9ff71207d0754a36 Mon Sep 17 00:00:00 2001 From: Claudio Bantaloukas Date: Mon, 12 Jan 2026 13:02:12 +0000 Subject: [PATCH] aarch64: Fix copyright year. Initial patch mistakenly added copyright year 2025. gcc/testsuite/Changelog: * gcc.target/aarch64/pch/aarch64-pch.exp: Fix copyright year. --- gcc/testsuite/gcc.target/aarch64/pch/aarch64-pch.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.target/aarch64/pch/aarch64-pch.exp b/gcc/testsuite/gcc.target/aarch64/pch/aarch64-pch.exp index ee0c1f25f3c..135cd8759b1 100644 --- a/gcc/testsuite/gcc.target/aarch64/pch/aarch64-pch.exp +++ b/gcc/testsuite/gcc.target/aarch64/pch/aarch64-pch.exp @@ -1,5 +1,5 @@ # Regression driver checking precompiled header compatibility of acle headers. -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2026 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is part of GCC.