diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2025-07-25 12:16:55 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2025-07-25 12:16:55 -0400 |
commit | 9f7fde1258f12d50524653f4975b6a4d26fcda6d (patch) | |
tree | 20e8696ef786b1d43fa48591fb8464c5d1934e7b | |
parent | 91bca5d7bcaa357f63e8000c346dc2003939242a (diff) | |
download | binutils-9f7fde1258f12d50524653f4975b6a4d26fcda6d.zip binutils-9f7fde1258f12d50524653f4975b6a4d26fcda6d.tar.gz binutils-9f7fde1258f12d50524653f4975b6a4d26fcda6d.tar.bz2 |
gdb: fix copyright year in solib-frv.h
My mistake, I forgot to update this when merging my patch series.
Change-Id: I67691c962d91221bd9a684febd7296b4b9b5999f
-rw-r--r-- | gdb/solib-frv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-frv.h b/gdb/solib-frv.h index 710a424..a2f3558 100644 --- a/gdb/solib-frv.h +++ b/gdb/solib-frv.h @@ -1,5 +1,5 @@ /* Handle FR-V (FDPIC) shared libraries for GDB, the GNU Debugger. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2025 Free Software Foundation, Inc. This file is part of GDB. |