aboutsummaryrefslogtreecommitdiff
path: root/sim/bpf
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2021-01-01 12:03:39 +0400
committerJoel Brobecker <brobecker@adacore.com>2021-01-01 12:12:21 +0400
commit3666a04883754298b03884222206bfe756fbc520 (patch)
tree0962123e67c025266e3896332c38c27c1a7cd58b /sim/bpf
parentff7e39b613503fa5d7417e284ee2549117efdb91 (diff)
downloadfsf-binutils-gdb-3666a04883754298b03884222206bfe756fbc520.zip
fsf-binutils-gdb-3666a04883754298b03884222206bfe756fbc520.tar.gz
fsf-binutils-gdb-3666a04883754298b03884222206bfe756fbc520.tar.bz2
Update copyright year range in all GDB files
This commits the result of running gdb/copyright.py as per our Start of New Year procedure... gdb/ChangeLog Update copyright year range in copyright header of all GDB files.
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/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
25 files changed, 25 insertions, 25 deletions
diff --git a/sim/bpf/Makefile.in b/sim/bpf/Makefile.in
index 4dbaceb..8052a90 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 Free Software Foundation, Inc.
+# Copyright (C) 2020-2021 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 d4b6d13..cb3a206 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-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2021 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 734d653..9a57bf6 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-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2021 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 cec5645..d7760d5 100644
--- a/sim/bpf/bpf-helpers.c
+++ b/sim/bpf/bpf-helpers.c
@@ -1,5 +1,5 @@
/* Emulation of eBPF helpers.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 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 c8b66dc..a385bf3 100644
--- a/sim/bpf/bpf-helpers.def
+++ b/sim/bpf/bpf-helpers.def
@@ -1,5 +1,5 @@
/* BPF helpers database.
- Copyright (C) 2019-2020 Free Software Foundation, Inc.
+ Copyright (C) 2019-2021 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 021649c..686a534 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 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 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 6b5c275..9beeec3 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 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 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 f413b36..840fb86 100644
--- a/sim/bpf/bpf.c
+++ b/sim/bpf/bpf.c
@@ -1,5 +1,5 @@
/* eBPF simulator support code
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 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 c19de5d..5c75a90 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-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2021 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 1e23fbe..e4cf6d6 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-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2021 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 3933dea..608beed 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-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2021 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 22d95dd..2cb98e1 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-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2021 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 431d7c6..e6dae89 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-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2021 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 8181485..0b3b4dd 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-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2021 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 d854f1d..f450ef8 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-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2021 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 74d31cb..8d3dd11 100644
--- a/sim/bpf/decode.h
+++ b/sim/bpf/decode.h
@@ -1,5 +1,5 @@
/* Decode declarations.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 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 fc6dbb4..1122ea0 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-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2021 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 aeb8a44..79ecb9c 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-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2021 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 9277be0..e9f1291 100644
--- a/sim/bpf/eng.h
+++ b/sim/bpf/eng.h
@@ -1,5 +1,5 @@
/* Engine declarations.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
Contributed by Oracle, Inc.
This file is part of the GNU simulators.
diff --git a/sim/bpf/mloop.in b/sim/bpf/mloop.in
index 921c591..14325a2 100644
--- a/sim/bpf/mloop.in
+++ b/sim/bpf/mloop.in
@@ -1,6 +1,6 @@
# Simulator main loop for eBPF. -*- C -*-
#
-# Copyright (C) 2020 Free Software Foundation, Inc.
+# Copyright (C) 2020-2021 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 0a3e927..b31d971 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-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2021 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 58a59b1..0a511bc 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-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2021 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 e7e5de6..ad75ac4 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 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 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 fc1e69f..84943d1 100644
--- a/sim/bpf/sim-main.h
+++ b/sim/bpf/sim-main.h
@@ -1,5 +1,5 @@
/* eBPF simulator main header
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 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 646db4a..b58d17f 100644
--- a/sim/bpf/traps.c
+++ b/sim/bpf/traps.c
@@ -1,5 +1,5 @@
/* Trap handlers for eBPF.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of GDB, the GNU debugger.