diff options
Diffstat (limited to 'gcc/config/arm/parsecpu.awk')
-rw-r--r-- | gcc/config/arm/parsecpu.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/parsecpu.awk b/gcc/config/arm/parsecpu.awk index 4de06a6..b827d71 100644 --- a/gcc/config/arm/parsecpu.awk +++ b/gcc/config/arm/parsecpu.awk @@ -1,5 +1,5 @@ # Manipulate the CPU, FPU and architecture descriptions for ARM. -# Copyright (C) 2017-2022 Free Software Foundation, Inc. +# Copyright (C) 2017-2023 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -62,7 +62,7 @@ function boilerplate (style) { print cc "Generated automatically by parsecpu.awk from arm-cpus.in." print cc "Do not edit." print "" - print cc "Copyright (C) 2011-2022 Free Software Foundation, Inc." + print cc "Copyright (C) 2011-2023 Free Software Foundation, Inc." print "" print cc "This file is part of GCC." print "" |