diff options
author | Feng Wang <wangfeng@eswincomputing.com> | 2024-01-02 02:19:49 +0000 |
---|---|---|
committer | Feng Wang <wangfeng@eswincomputing.com> | 2024-01-02 02:22:52 +0000 |
commit | 6be6305fb6f1a0bf0c088302cc57cbd8aa411873 (patch) | |
tree | 339022b174550ca941175edee6ef1b32bc08560b /gcc | |
parent | d2e40f2867da1d2c6a42122c057ee980e74a5440 (diff) | |
download | gcc-6be6305fb6f1a0bf0c088302cc57cbd8aa411873.zip gcc-6be6305fb6f1a0bf0c088302cc57cbd8aa411873.tar.gz gcc-6be6305fb6f1a0bf0c088302cc57cbd8aa411873.tar.bz2 |
RISC-V: Modify copyright year of vector-crypto.md
gcc/ChangeLog:
* config/riscv/vector-crypto.md: Modify copyright year.
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/config/riscv/vector-crypto.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/riscv/vector-crypto.md b/gcc/config/riscv/vector-crypto.md index e40b154..9625014 100755 --- a/gcc/config/riscv/vector-crypto.md +++ b/gcc/config/riscv/vector-crypto.md @@ -1,5 +1,5 @@ ;; Machine description for the RISC-V Vector Crypto extensions. -;; Copyright (C) 2023 Free Software Foundation, Inc. +;; Copyright (C) 2024 Free Software Foundation, Inc. ;; This file is part of GCC. |