aboutsummaryrefslogtreecommitdiff
path: root/sim/aarch64
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2018-01-01 08:43:02 +0400
committerJoel Brobecker <brobecker@adacore.com>2018-01-02 07:38:06 +0400
commite2882c85786571175a0b0bfc3bcd2f14620b1ea3 (patch)
tree5033409aa5b63af816330509f8dc7deb4e0361dd /sim/aarch64
parent1690bb24d855c387211f7bc5a77334c11cc75f4b (diff)
downloadfsf-binutils-gdb-e2882c85786571175a0b0bfc3bcd2f14620b1ea3.zip
fsf-binutils-gdb-e2882c85786571175a0b0bfc3bcd2f14620b1ea3.tar.gz
fsf-binutils-gdb-e2882c85786571175a0b0bfc3bcd2f14620b1ea3.tar.bz2
Update copyright year range in all GDB files
gdb/ChangeLog: Update copyright year range in all GDB files
Diffstat (limited to 'sim/aarch64')
-rw-r--r--sim/aarch64/Makefile.in2
-rw-r--r--sim/aarch64/configure.ac2
-rw-r--r--sim/aarch64/cpustate.c2
-rw-r--r--sim/aarch64/cpustate.h2
-rw-r--r--sim/aarch64/decode.h2
-rw-r--r--sim/aarch64/interp.c2
-rw-r--r--sim/aarch64/memory.c2
-rw-r--r--sim/aarch64/memory.h2
-rw-r--r--sim/aarch64/sim-main.h2
-rw-r--r--sim/aarch64/simulator.c2
-rw-r--r--sim/aarch64/simulator.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/sim/aarch64/Makefile.in b/sim/aarch64/Makefile.in
index c5bf4ca..d97cd47 100644
--- a/sim/aarch64/Makefile.in
+++ b/sim/aarch64/Makefile.in
@@ -1,6 +1,6 @@
#### Makefile.in --- Makefile template for the AArch64 simulator
-### Copyright (C) 2015-2017 Free Software Foundation, Inc.
+### Copyright (C) 2015-2018 Free Software Foundation, Inc.
### Contributed by Red Hat.
diff --git a/sim/aarch64/configure.ac b/sim/aarch64/configure.ac
index 89d3a4c..92e74ad 100644
--- a/sim/aarch64/configure.ac
+++ b/sim/aarch64/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-dnl Copyright (C) 2015-2017 Free Software Foundation, Inc.
+dnl Copyright (C) 2015-2018 Free Software Foundation, Inc.
dnl
dnl Contributed by Red Hat.
dnl
diff --git a/sim/aarch64/cpustate.c b/sim/aarch64/cpustate.c
index b7ea5d4..de540de 100644
--- a/sim/aarch64/cpustate.c
+++ b/sim/aarch64/cpustate.c
@@ -1,6 +1,6 @@
/* cpustate.h -- Prototypes for AArch64 simulator functions.
- Copyright (C) 2015-2017 Free Software Foundation, Inc.
+ Copyright (C) 2015-2018 Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/aarch64/cpustate.h b/sim/aarch64/cpustate.h
index 7389185..18e1696 100644
--- a/sim/aarch64/cpustate.h
+++ b/sim/aarch64/cpustate.h
@@ -1,6 +1,6 @@
/* cpustate.h -- Prototypes for AArch64 cpu state functions.
- Copyright (C) 2015-2017 Free Software Foundation, Inc.
+ Copyright (C) 2015-2018 Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/aarch64/decode.h b/sim/aarch64/decode.h
index 3a42d41..8d77e16 100644
--- a/sim/aarch64/decode.h
+++ b/sim/aarch64/decode.h
@@ -1,6 +1,6 @@
/* decode.h -- Prototypes for AArch64 simulator decoder functions.
- Copyright (C) 2015-2017 Free Software Foundation, Inc.
+ Copyright (C) 2015-2018 Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/aarch64/interp.c b/sim/aarch64/interp.c
index 5c7cc70..80b9f4c 100644
--- a/sim/aarch64/interp.c
+++ b/sim/aarch64/interp.c
@@ -1,6 +1,6 @@
/* interp.c -- AArch64 sim interface to GDB.
- Copyright (C) 2015-2017 Free Software Foundation, Inc.
+ Copyright (C) 2015-2018 Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/aarch64/memory.c b/sim/aarch64/memory.c
index dcffe8e..de33cda 100644
--- a/sim/aarch64/memory.c
+++ b/sim/aarch64/memory.c
@@ -1,6 +1,6 @@
/* memory.c -- Memory accessor functions for the AArch64 simulator
- Copyright (C) 2015-2017 Free Software Foundation, Inc.
+ Copyright (C) 2015-2018 Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/aarch64/memory.h b/sim/aarch64/memory.h
index 24a54b8..1828c82 100644
--- a/sim/aarch64/memory.h
+++ b/sim/aarch64/memory.h
@@ -1,6 +1,6 @@
/* memory.h -- Prototypes for AArch64 memory accessor functions.
- Copyright (C) 2015-2017 Free Software Foundation, Inc.
+ Copyright (C) 2015-2018 Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/aarch64/sim-main.h b/sim/aarch64/sim-main.h
index 0b4537b..c7c8b8c 100644
--- a/sim/aarch64/sim-main.h
+++ b/sim/aarch64/sim-main.h
@@ -1,6 +1,6 @@
/* sim-main.h -- Interface with sim/common.
- Copyright (C) 2015-2017 Free Software Foundation, Inc.
+ Copyright (C) 2015-2018 Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/aarch64/simulator.c b/sim/aarch64/simulator.c
index 18f7944..b91b340 100644
--- a/sim/aarch64/simulator.c
+++ b/sim/aarch64/simulator.c
@@ -1,6 +1,6 @@
/* simulator.c -- Interface for the AArch64 simulator.
- Copyright (C) 2015-2017 Free Software Foundation, Inc.
+ Copyright (C) 2015-2018 Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/aarch64/simulator.h b/sim/aarch64/simulator.h
index a997bc1..386e2c8 100644
--- a/sim/aarch64/simulator.h
+++ b/sim/aarch64/simulator.h
@@ -1,6 +1,6 @@
/* simulator.h -- Prototypes for AArch64 simulator functions.
- Copyright (C) 2015-2017 Free Software Foundation, Inc.
+ Copyright (C) 2015-2018 Free Software Foundation, Inc.
Contributed by Red Hat.