aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc
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/ppc
parentdd10f20452c99cfb19ac9630de943ec0c1912142 (diff)
downloadgdb-4a94e36819485cdbd50438f800d1e478156a4889.zip
gdb-4a94e36819485cdbd50438f800d1e478156a4889.tar.gz
gdb-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/ppc')
-rw-r--r--sim/ppc/altivec.igen2
-rw-r--r--sim/ppc/altivec_expression.h2
-rw-r--r--sim/ppc/altivec_registers.h2
-rw-r--r--sim/ppc/defs.h2
-rw-r--r--sim/ppc/dp-bit.c2
-rw-r--r--sim/ppc/e500.igen2
-rw-r--r--sim/ppc/e500_expression.h2
-rw-r--r--sim/ppc/e500_registers.h2
-rw-r--r--sim/ppc/gdb-sim.c2
-rw-r--r--sim/ppc/local.mk2
-rw-r--r--sim/ppc/psim.texinfo2
11 files changed, 11 insertions, 11 deletions
diff --git a/sim/ppc/altivec.igen b/sim/ppc/altivec.igen
index 8d7c794..c6b7f81 100644
--- a/sim/ppc/altivec.igen
+++ b/sim/ppc/altivec.igen
@@ -1,6 +1,6 @@
# Altivec instruction set, for PSIM, the PowerPC simulator.
-# Copyright 2003-2021 Free Software Foundation, Inc.
+# Copyright 2003-2022 Free Software Foundation, Inc.
# Contributed by Red Hat Inc; developed under contract from Motorola.
# Written by matthew green <mrg@redhat.com>.
diff --git a/sim/ppc/altivec_expression.h b/sim/ppc/altivec_expression.h
index 790bc47..8e07b40 100644
--- a/sim/ppc/altivec_expression.h
+++ b/sim/ppc/altivec_expression.h
@@ -1,6 +1,6 @@
/* Altivec expression macros, for PSIM, the PowerPC simulator.
- Copyright 2003-2021 Free Software Foundation, Inc.
+ Copyright 2003-2022 Free Software Foundation, Inc.
Contributed by Red Hat Inc; developed under contract from Motorola.
Written by matthew green <mrg@redhat.com>.
diff --git a/sim/ppc/altivec_registers.h b/sim/ppc/altivec_registers.h
index 2c0bff0..33480ed 100644
--- a/sim/ppc/altivec_registers.h
+++ b/sim/ppc/altivec_registers.h
@@ -1,6 +1,6 @@
/* Altivec registers, for PSIM, the PowerPC simulator.
- Copyright 2003-2021 Free Software Foundation, Inc.
+ Copyright 2003-2022 Free Software Foundation, Inc.
Contributed by Red Hat Inc; developed under contract from Motorola.
Written by matthew green <mrg@redhat.com>.
diff --git a/sim/ppc/defs.h b/sim/ppc/defs.h
index c37f8c6..5f2e4c2 100644
--- a/sim/ppc/defs.h
+++ b/sim/ppc/defs.h
@@ -1,6 +1,6 @@
/* The configure generated header settings.
- Copyright 2002-2021 Free Software Foundation, Inc.
+ Copyright 2002-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/ppc/dp-bit.c b/sim/ppc/dp-bit.c
index 25d3627..d126cb0 100644
--- a/sim/ppc/dp-bit.c
+++ b/sim/ppc/dp-bit.c
@@ -2,7 +2,7 @@
the floating point routines in libgcc1.c for targets without hardware
floating point. */
-/* Copyright (C) 1994-2021 Free Software Foundation, Inc.
+/* Copyright (C) 1994-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/ppc/e500.igen b/sim/ppc/e500.igen
index b8fcf77..5b9c553 100644
--- a/sim/ppc/e500.igen
+++ b/sim/ppc/e500.igen
@@ -1,6 +1,6 @@
# e500 core instructions, for PSIM, the PowerPC simulator.
-# Copyright 2003-2021 Free Software Foundation, Inc.
+# Copyright 2003-2022 Free Software Foundation, Inc.
# Contributed by Red Hat Inc; developed under contract from Motorola.
# Written by matthew green <mrg@redhat.com>.
diff --git a/sim/ppc/e500_expression.h b/sim/ppc/e500_expression.h
index abfc930..81b834c 100644
--- a/sim/ppc/e500_expression.h
+++ b/sim/ppc/e500_expression.h
@@ -1,6 +1,6 @@
/* e500 expression macros, for PSIM, the PowerPC simulator.
- Copyright 2003-2021 Free Software Foundation, Inc.
+ Copyright 2003-2022 Free Software Foundation, Inc.
Contributed by Red Hat Inc; developed under contract from Motorola.
Written by matthew green <mrg@redhat.com>.
diff --git a/sim/ppc/e500_registers.h b/sim/ppc/e500_registers.h
index 5ed1244..cc3342f 100644
--- a/sim/ppc/e500_registers.h
+++ b/sim/ppc/e500_registers.h
@@ -1,6 +1,6 @@
/* e500 registers, for PSIM, the PowerPC simulator.
- Copyright 2003-2021 Free Software Foundation, Inc.
+ Copyright 2003-2022 Free Software Foundation, Inc.
Contributed by Red Hat Inc; developed under contract from Motorola.
Written by matthew green <mrg@redhat.com>.
diff --git a/sim/ppc/gdb-sim.c b/sim/ppc/gdb-sim.c
index 0025024..c6ae10e 100644
--- a/sim/ppc/gdb-sim.c
+++ b/sim/ppc/gdb-sim.c
@@ -1,6 +1,6 @@
/* This file is part of GDB.
- Copyright 2004-2021 Free Software Foundation, Inc.
+ Copyright 2004-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/ppc/local.mk b/sim/ppc/local.mk
index 51e0bfd..03e54fb 100644
--- a/sim/ppc/local.mk
+++ b/sim/ppc/local.mk
@@ -1,6 +1,6 @@
## See sim/Makefile.am
##
-## Copyright (C) 1994-2021 Free Software Foundation, Inc.
+## Copyright (C) 1994-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/ppc/psim.texinfo b/sim/ppc/psim.texinfo
index e168743..0f6540f 100644
--- a/sim/ppc/psim.texinfo
+++ b/sim/ppc/psim.texinfo
@@ -54,7 +54,7 @@ END-INFO-DIR-ENTRY
This file documents Texinfo, a documentation system that uses a single
source file to produce both on-line information and a printed manual.
-Copyright (C) 1988--2021 Free Software Foundation, Inc.
+Copyright (C) 1988--2022 Free Software Foundation, Inc.
This is the second edition of the Texinfo documentation,@*
and is consistent with version 2 of @file{texinfo.tex}.