summaryrefslogtreecommitdiff
path: root/gcc/config/or1k
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/or1k')
-rw-r--r--gcc/config/or1k/constraints.md2
-rw-r--r--gcc/config/or1k/elf.h2
-rw-r--r--gcc/config/or1k/elf.opt2
-rw-r--r--gcc/config/or1k/linux.h2
-rw-r--r--gcc/config/or1k/or1k-protos.h2
-rw-r--r--gcc/config/or1k/or1k.c2
-rw-r--r--gcc/config/or1k/or1k.h2
-rw-r--r--gcc/config/or1k/or1k.md2
-rw-r--r--gcc/config/or1k/or1k.opt2
-rw-r--r--gcc/config/or1k/predicates.md2
-rw-r--r--gcc/config/or1k/rtems.h2
-rw-r--r--gcc/config/or1k/t-or1k2
12 files changed, 12 insertions, 12 deletions
diff --git a/gcc/config/or1k/constraints.md b/gcc/config/or1k/constraints.md
index 2e7797b72fb..93da8c058c6 100644
--- a/gcc/config/or1k/constraints.md
+++ b/gcc/config/or1k/constraints.md
@@ -1,5 +1,5 @@
;; Constraint definitions for OpenRISC
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
;; Contributed by Stafford Horne
;; This file is part of GCC.
diff --git a/gcc/config/or1k/elf.h b/gcc/config/or1k/elf.h
index 7d2d19f06ce..6b25a8d2ba1 100644
--- a/gcc/config/or1k/elf.h
+++ b/gcc/config/or1k/elf.h
@@ -1,5 +1,5 @@
/* Target Newlib Definitions for OpenRISC.
- Copyright (C) 2018 Free Software Foundation, Inc.
+ Copyright (C) 2018-2019 Free Software Foundation, Inc.
Contributed by Stafford Horne.
This file is part of GCC.
diff --git a/gcc/config/or1k/elf.opt b/gcc/config/or1k/elf.opt
index 956d395003d..641b6ddd4be 100644
--- a/gcc/config/or1k/elf.opt
+++ b/gcc/config/or1k/elf.opt
@@ -1,6 +1,6 @@
; OpenRISC command line options for newlib binaries
-; Copyright (C) 2010-2018 Free Software Foundation, Inc.
+; Copyright (C) 2010-2019 Free Software Foundation, Inc.
;
; This file is part of GCC.
;
diff --git a/gcc/config/or1k/linux.h b/gcc/config/or1k/linux.h
index c734a2afd5a..cbdc781418f 100644
--- a/gcc/config/or1k/linux.h
+++ b/gcc/config/or1k/linux.h
@@ -1,5 +1,5 @@
/* Linux Definitions for OpenRISC.
- Copyright (C) 2018 Free Software Foundation, Inc.
+ Copyright (C) 2018-2019 Free Software Foundation, Inc.
Contributed by Stafford Horne.
This file is part of GCC.
diff --git a/gcc/config/or1k/or1k-protos.h b/gcc/config/or1k/or1k-protos.h
index e18383ae781..c8eafb4b0ce 100644
--- a/gcc/config/or1k/or1k-protos.h
+++ b/gcc/config/or1k/or1k-protos.h
@@ -1,5 +1,5 @@
/* Prototypes for OpenRISC functions used in the md file & elsewhere.
- Copyright (C) 2018 Free Software Foundation, Inc.
+ Copyright (C) 2018-2019 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/config/or1k/or1k.c b/gcc/config/or1k/or1k.c
index d1b90cb0168..fc10fcfabde 100644
--- a/gcc/config/or1k/or1k.c
+++ b/gcc/config/or1k/or1k.c
@@ -1,5 +1,5 @@
/* Target Code for OpenRISC
- Copyright (C) 2018 Free Software Foundation, Inc.
+ Copyright (C) 2018-2019 Free Software Foundation, Inc.
Contributed by Stafford Horne based on other ports.
This file is part of GCC.
diff --git a/gcc/config/or1k/or1k.h b/gcc/config/or1k/or1k.h
index c3e42a08724..6dda230f217 100644
--- a/gcc/config/or1k/or1k.h
+++ b/gcc/config/or1k/or1k.h
@@ -1,5 +1,5 @@
/* Target Definitions for OpenRISC.
- Copyright (C) 2018 Free Software Foundation, Inc.
+ Copyright (C) 2018-2019 Free Software Foundation, Inc.
Contributed by Stafford Horne.
This file is part of GCC.
diff --git a/gcc/config/or1k/or1k.md b/gcc/config/or1k/or1k.md
index d131aa53abf..2dad51cd46b 100644
--- a/gcc/config/or1k/or1k.md
+++ b/gcc/config/or1k/or1k.md
@@ -1,5 +1,5 @@
;; Machine description for OpenRISC
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
;; Contributed by Stafford Horne
;; This file is part of GCC.
diff --git a/gcc/config/or1k/or1k.opt b/gcc/config/or1k/or1k.opt
index 3cc9422f756..7bdbd842dd4 100644
--- a/gcc/config/or1k/or1k.opt
+++ b/gcc/config/or1k/or1k.opt
@@ -1,6 +1,6 @@
; OpenRISC command line options
-; Copyright (C) 2010-2018 Free Software Foundation, Inc.
+; Copyright (C) 2010-2019 Free Software Foundation, Inc.
;
; This file is part of GCC.
;
diff --git a/gcc/config/or1k/predicates.md b/gcc/config/or1k/predicates.md
index 3f6b4a451b8..879236bca49 100644
--- a/gcc/config/or1k/predicates.md
+++ b/gcc/config/or1k/predicates.md
@@ -1,5 +1,5 @@
;; Predicate definitions for OpenRISC
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
;; Contributed by Stafford Horne
;; This file is part of GCC.
diff --git a/gcc/config/or1k/rtems.h b/gcc/config/or1k/rtems.h
index 0c3d39cc9c4..caf2998dea5 100644
--- a/gcc/config/or1k/rtems.h
+++ b/gcc/config/or1k/rtems.h
@@ -1,5 +1,5 @@
/* Target Newlib Definitions for OpenRISC.
- Copyright (C) 2018 Free Software Foundation, Inc.
+ Copyright (C) 2018-2019 Free Software Foundation, Inc.
Contributed by Joel Sherrill (joel.sherrill@OARcorp.com).
This file is part of GCC.
diff --git a/gcc/config/or1k/t-or1k b/gcc/config/or1k/t-or1k
index 6771c82da08..2e1e3e37891 100644
--- a/gcc/config/or1k/t-or1k
+++ b/gcc/config/or1k/t-or1k
@@ -1,5 +1,5 @@
# Target Makefile Fragment for OpenRISC
-# Copyright (C) 2018 Free Software Foundation, Inc.
+# Copyright (C) 2018-2019 Free Software Foundation, Inc.
# Contributed by Stafford Horne.
#
# This file is part of GCC.