aboutsummaryrefslogtreecommitdiff
path: root/sim/bpf
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2022-01-01 18:56:03 +0400
committerJoel Brobecker <brobecker@adacore.com>2022-01-01 19:13:23 +0400
commit4a94e36819485cdbd50438f800d1e478156a4889 (patch)
tree03138d65b74ebd8d129ed5de07ed54a741dcc4b2 /sim/bpf
parentdd10f20452c99cfb19ac9630de943ec0c1912142 (diff)
downloadbinutils-4a94e36819485cdbd50438f800d1e478156a4889.zip
binutils-4a94e36819485cdbd50438f800d1e478156a4889.tar.gz
binutils-4a94e36819485cdbd50438f800d1e478156a4889.tar.bz2
Automatic Copyright Year update after running gdb/copyright.py
This commit brings all the changes made by running gdb/copyright.py as per GDB's Start of New Year Procedure. For the avoidance of doubt, all changes in this commits were performed by the script.
Diffstat (limited to 'sim/bpf')
-rw-r--r--sim/bpf/Makefile.in2
-rw-r--r--sim/bpf/arch.c2
-rw-r--r--sim/bpf/arch.h2
-rw-r--r--sim/bpf/bpf-helpers.c2
-rw-r--r--sim/bpf/bpf-helpers.def2
-rw-r--r--sim/bpf/bpf-helpers.h2
-rw-r--r--sim/bpf/bpf-sim.h2
-rw-r--r--sim/bpf/bpf.c2
-rw-r--r--sim/bpf/cpu.c2
-rw-r--r--sim/bpf/cpu.h2
-rw-r--r--sim/bpf/cpuall.h2
-rw-r--r--sim/bpf/decode-be.c2
-rw-r--r--sim/bpf/decode-be.h2
-rw-r--r--sim/bpf/decode-le.c2
-rw-r--r--sim/bpf/decode-le.h2
-rw-r--r--sim/bpf/decode.h2
-rw-r--r--sim/bpf/defs-be.h2
-rw-r--r--sim/bpf/defs-le.h2
-rw-r--r--sim/bpf/eng.h2
-rw-r--r--sim/bpf/local.mk2
-rw-r--r--sim/bpf/mloop.in2
-rw-r--r--sim/bpf/sem-be.c2
-rw-r--r--sim/bpf/sem-le.c2
-rw-r--r--sim/bpf/sim-if.c2
-rw-r--r--sim/bpf/sim-main.h2
-rw-r--r--sim/bpf/traps.c2
26 files changed, 26 insertions, 26 deletions
diff --git a/sim/bpf/Makefile.in b/sim/bpf/Makefile.in
index b12c18d..23b103c 100644
--- a/sim/bpf/Makefile.in
+++ b/sim/bpf/Makefile.in
@@ -1,5 +1,5 @@
# Makefile template for configure for the eBPF simulator
-# Copyright (C) 2020-2021 Free Software Foundation, Inc.
+# Copyright (C) 2020-2022 Free Software Foundation, Inc.
#
# This file is part of GDB, the GNU debugger.
#
diff --git a/sim/bpf/arch.c b/sim/bpf/arch.c
index c9f98c5..48134a7 100644
--- a/sim/bpf/arch.c
+++ b/sim/bpf/arch.c
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 1996-2021 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/arch.h b/sim/bpf/arch.h
index 9a57bf6..6938eb2 100644
--- a/sim/bpf/arch.h
+++ b/sim/bpf/arch.h
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 1996-2021 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/bpf-helpers.c b/sim/bpf/bpf-helpers.c
index e33f520..16c75c1 100644
--- a/sim/bpf/bpf-helpers.c
+++ b/sim/bpf/bpf-helpers.c
@@ -1,5 +1,5 @@
/* Emulation of eBPF helpers.
- Copyright (C) 2020-2021 Free Software Foundation, Inc.
+ Copyright (C) 2020-2022 Free Software Foundation, Inc.
This file is part of GDB, the GNU debugger.
diff --git a/sim/bpf/bpf-helpers.def b/sim/bpf/bpf-helpers.def
index a385bf3..7024822 100644
--- a/sim/bpf/bpf-helpers.def
+++ b/sim/bpf/bpf-helpers.def
@@ -1,5 +1,5 @@
/* BPF helpers database.
- Copyright (C) 2019-2021 Free Software Foundation, Inc.
+ Copyright (C) 2019-2022 Free Software Foundation, Inc.
This file is part of the GNU simulator.
diff --git a/sim/bpf/bpf-helpers.h b/sim/bpf/bpf-helpers.h
index 73cfbb7..a0519ba 100644
--- a/sim/bpf/bpf-helpers.h
+++ b/sim/bpf/bpf-helpers.h
@@ -1,5 +1,5 @@
/* Emulation of eBPF helpers. Interface.
- Copyright (C) 2020-2021 Free Software Foundation, Inc.
+ Copyright (C) 2020-2022 Free Software Foundation, Inc.
This file is part of GDB, the GNU debugger.
diff --git a/sim/bpf/bpf-sim.h b/sim/bpf/bpf-sim.h
index 9beeec3..1b63ed9 100644
--- a/sim/bpf/bpf-sim.h
+++ b/sim/bpf/bpf-sim.h
@@ -1,5 +1,5 @@
/* eBPF simulator support code header
- Copyright (C) 2020-2021 Free Software Foundation, Inc.
+ Copyright (C) 2020-2022 Free Software Foundation, Inc.
This file is part of GDB, the GNU debugger.
diff --git a/sim/bpf/bpf.c b/sim/bpf/bpf.c
index 4f05738..4a55acd 100644
--- a/sim/bpf/bpf.c
+++ b/sim/bpf/bpf.c
@@ -1,5 +1,5 @@
/* eBPF simulator support code
- Copyright (C) 2020-2021 Free Software Foundation, Inc.
+ Copyright (C) 2020-2022 Free Software Foundation, Inc.
This file is part of GDB, the GNU debugger.
diff --git a/sim/bpf/cpu.c b/sim/bpf/cpu.c
index d69a0f6..db37cf0 100644
--- a/sim/bpf/cpu.c
+++ b/sim/bpf/cpu.c
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 1996-2021 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/cpu.h b/sim/bpf/cpu.h
index e4cf6d6..5dd42de 100644
--- a/sim/bpf/cpu.h
+++ b/sim/bpf/cpu.h
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 1996-2021 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/cpuall.h b/sim/bpf/cpuall.h
index 608beed..1a54a7e 100644
--- a/sim/bpf/cpuall.h
+++ b/sim/bpf/cpuall.h
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 1996-2021 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/decode-be.c b/sim/bpf/decode-be.c
index 71ca032..e18c957 100644
--- a/sim/bpf/decode-be.c
+++ b/sim/bpf/decode-be.c
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 1996-2021 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/decode-be.h b/sim/bpf/decode-be.h
index e6dae89..fd08cd4 100644
--- a/sim/bpf/decode-be.h
+++ b/sim/bpf/decode-be.h
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 1996-2021 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/decode-le.c b/sim/bpf/decode-le.c
index 96f1943..ff5bb3c 100644
--- a/sim/bpf/decode-le.c
+++ b/sim/bpf/decode-le.c
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 1996-2021 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/decode-le.h b/sim/bpf/decode-le.h
index f450ef8..080496a 100644
--- a/sim/bpf/decode-le.h
+++ b/sim/bpf/decode-le.h
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 1996-2021 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/decode.h b/sim/bpf/decode.h
index 8d3dd11..e8f923d 100644
--- a/sim/bpf/decode.h
+++ b/sim/bpf/decode.h
@@ -1,5 +1,5 @@
/* Decode declarations.
- Copyright (C) 2020-2021 Free Software Foundation, Inc.
+ Copyright (C) 2020-2022 Free Software Foundation, Inc.
Contributed by Oracle, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/defs-be.h b/sim/bpf/defs-be.h
index 1122ea0..4508457 100644
--- a/sim/bpf/defs-be.h
+++ b/sim/bpf/defs-be.h
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 1996-2021 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/defs-le.h b/sim/bpf/defs-le.h
index 79ecb9c..3a36d57 100644
--- a/sim/bpf/defs-le.h
+++ b/sim/bpf/defs-le.h
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 1996-2021 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/eng.h b/sim/bpf/eng.h
index e9f1291..c7aaf2d 100644
--- a/sim/bpf/eng.h
+++ b/sim/bpf/eng.h
@@ -1,5 +1,5 @@
/* Engine declarations.
- Copyright (C) 2020-2021 Free Software Foundation, Inc.
+ Copyright (C) 2020-2022 Free Software Foundation, Inc.
Contributed by Oracle, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/local.mk b/sim/bpf/local.mk
index 8e137aa..9b096ba 100644
--- a/sim/bpf/local.mk
+++ b/sim/bpf/local.mk
@@ -1,6 +1,6 @@
## See sim/Makefile.am
##
-## Copyright (C) 2020-2021 Free Software Foundation, Inc.
+## Copyright (C) 2020-2022 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
diff --git a/sim/bpf/mloop.in b/sim/bpf/mloop.in
index 75a869b..885beb0 100644
--- a/sim/bpf/mloop.in
+++ b/sim/bpf/mloop.in
@@ -1,6 +1,6 @@
# Simulator main loop for eBPF. -*- C -*-
#
-# Copyright (C) 2020-2021 Free Software Foundation, Inc.
+# Copyright (C) 2020-2022 Free Software Foundation, Inc.
#
# This file is part of the GNU Simulators.
#
diff --git a/sim/bpf/sem-be.c b/sim/bpf/sem-be.c
index b31d971..41a9ec1 100644
--- a/sim/bpf/sem-be.c
+++ b/sim/bpf/sem-be.c
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 1996-2021 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/sem-le.c b/sim/bpf/sem-le.c
index 0a511bc..95230e8 100644
--- a/sim/bpf/sem-le.c
+++ b/sim/bpf/sem-le.c
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 1996-2021 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/sim-if.c b/sim/bpf/sim-if.c
index 6d2f672..1501b42 100644
--- a/sim/bpf/sim-if.c
+++ b/sim/bpf/sim-if.c
@@ -1,5 +1,5 @@
/* Main simulator entry points specific to the eBPF.
- Copyright (C) 2020-2021 Free Software Foundation, Inc.
+ Copyright (C) 2020-2022 Free Software Foundation, Inc.
This file is part of GDB, the GNU debugger.
diff --git a/sim/bpf/sim-main.h b/sim/bpf/sim-main.h
index dd56268..8053884 100644
--- a/sim/bpf/sim-main.h
+++ b/sim/bpf/sim-main.h
@@ -1,5 +1,5 @@
/* eBPF simulator main header
- Copyright (C) 2020-2021 Free Software Foundation, Inc.
+ Copyright (C) 2020-2022 Free Software Foundation, Inc.
This file is part of GDB, the GNU debugger.
diff --git a/sim/bpf/traps.c b/sim/bpf/traps.c
index 85da1cb..73d5736 100644
--- a/sim/bpf/traps.c
+++ b/sim/bpf/traps.c
@@ -1,5 +1,5 @@
/* Trap handlers for eBPF.
- Copyright (C) 2020-2021 Free Software Foundation, Inc.
+ Copyright (C) 2020-2022 Free Software Foundation, Inc.
This file is part of GDB, the GNU debugger.