aboutsummaryrefslogtreecommitdiff
path: root/include/sim
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2022-01-02 09:00:17 +1030
committerAlan Modra <amodra@gmail.com>2022-01-02 12:04:28 +1030
commita2c5833233df078288c791c348a265c96c6182da (patch)
treef5eff10f74757fb7ebde3b831ee7f6b7b937d0a3 /include/sim
parent8b91f9ce09bbb53ec103ec91583cea5f42f165c0 (diff)
downloadgdb-a2c5833233df078288c791c348a265c96c6182da.zip
gdb-a2c5833233df078288c791c348a265c96c6182da.tar.gz
gdb-a2c5833233df078288c791c348a265c96c6182da.tar.bz2
Update year range in copyright notice of binutils files
The result of running etc/update-copyright.py --this-year, fixing all the files whose mode is changed by the script, plus a build with --enable-maintainer-mode --enable-cgen-maint=yes, then checking out */po/*.pot which we don't update frequently. The copy of cgen was with commit d1dd5fcc38ead reverted as that commit breaks building of bfp opcodes files.
Diffstat (limited to 'include/sim')
-rw-r--r--include/sim/callback.h2
-rw-r--r--include/sim/sim.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/sim/callback.h b/include/sim/callback.h
index a6eb38f..a53f3b3 100644
--- a/include/sim/callback.h
+++ b/include/sim/callback.h
@@ -1,5 +1,5 @@
/* Remote target system call callback support.
- Copyright (C) 1997-2021 Free Software Foundation, Inc.
+ Copyright (C) 1997-2022 Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
This file is part of GDB.
diff --git a/include/sim/sim.h b/include/sim/sim.h
index 72d0a61..8611cf0 100644
--- a/include/sim/sim.h
+++ b/include/sim/sim.h
@@ -1,6 +1,6 @@
/* This file defines the interface between the simulator and gdb.
- Copyright (C) 1993-2021 Free Software Foundation, Inc.
+ Copyright (C) 1993-2022 Free Software Foundation, Inc.
This file is part of GDB.