aboutsummaryrefslogtreecommitdiff
path: root/libhsail-rt/rt
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2020-01-01 12:51:42 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2020-01-01 12:51:42 +0100
commit8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1 (patch)
tree83c7a9eeabf7f80b661c8c09bb326e8fe70cc1c0 /libhsail-rt/rt
parente528bf8d679ec946ed42568978ef4bc5c79bc7bd (diff)
downloadgcc-8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1.zip
gcc-8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1.tar.gz
gcc-8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1.tar.bz2
Update copyright years.
From-SVN: r279813
Diffstat (limited to 'libhsail-rt/rt')
-rw-r--r--libhsail-rt/rt/arithmetic.c2
-rw-r--r--libhsail-rt/rt/atomics.c2
-rw-r--r--libhsail-rt/rt/bitstring.c2
-rw-r--r--libhsail-rt/rt/fbarrier.c2
-rw-r--r--libhsail-rt/rt/fibers.c4
-rw-r--r--libhsail-rt/rt/fp16.c2
-rw-r--r--libhsail-rt/rt/misc.c2
-rw-r--r--libhsail-rt/rt/multimedia.c2
-rw-r--r--libhsail-rt/rt/queue.c2
-rw-r--r--libhsail-rt/rt/sat_arithmetic.c2
-rw-r--r--libhsail-rt/rt/segment.c2
-rw-r--r--libhsail-rt/rt/workitems.c2
12 files changed, 13 insertions, 13 deletions
diff --git a/libhsail-rt/rt/arithmetic.c b/libhsail-rt/rt/arithmetic.c
index ee446ab..6498b68 100644
--- a/libhsail-rt/rt/arithmetic.c
+++ b/libhsail-rt/rt/arithmetic.c
@@ -1,7 +1,7 @@
/* arithmetic.c -- Builtins for HSAIL arithmetic instructions for which
there is no feasible direct gcc GENERIC expression.
- Copyright (C) 2015-2019 Free Software Foundation, Inc.
+ Copyright (C) 2015-2020 Free Software Foundation, Inc.
Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
for General Processor Tech.
diff --git a/libhsail-rt/rt/atomics.c b/libhsail-rt/rt/atomics.c
index 8cf08b0..eed851e 100644
--- a/libhsail-rt/rt/atomics.c
+++ b/libhsail-rt/rt/atomics.c
@@ -1,7 +1,7 @@
/* atomic.c -- Builtins for HSAIL atomic instructions for which
there is no feasible direct gcc GENERIC expression.
- Copyright (C) 2015-2019 Free Software Foundation, Inc.
+ Copyright (C) 2015-2020 Free Software Foundation, Inc.
Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
for General Processor Tech.
diff --git a/libhsail-rt/rt/bitstring.c b/libhsail-rt/rt/bitstring.c
index 03254b1..0aa8c17 100644
--- a/libhsail-rt/rt/bitstring.c
+++ b/libhsail-rt/rt/bitstring.c
@@ -1,6 +1,6 @@
/* bitstring.c -- Builtins for HSAIL bitstring instructions.
- Copyright (C) 2015-2019 Free Software Foundation, Inc.
+ Copyright (C) 2015-2020 Free Software Foundation, Inc.
Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
for General Processor Tech.
diff --git a/libhsail-rt/rt/fbarrier.c b/libhsail-rt/rt/fbarrier.c
index d7aea57b..cb78253 100644
--- a/libhsail-rt/rt/fbarrier.c
+++ b/libhsail-rt/rt/fbarrier.c
@@ -1,6 +1,6 @@
/* fbarrier.c -- HSAIL fbarrier built-ins.
- Copyright (C) 2015-2019 Free Software Foundation, Inc.
+ Copyright (C) 2015-2020 Free Software Foundation, Inc.
Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
for General Processor Tech.
diff --git a/libhsail-rt/rt/fibers.c b/libhsail-rt/rt/fibers.c
index cbd0bdf..afb8130 100644
--- a/libhsail-rt/rt/fibers.c
+++ b/libhsail-rt/rt/fibers.c
@@ -1,9 +1,9 @@
/* fibers.c -- extremely simple lightweight thread (fiber) implementation
- Copyright (C) 2016-2019 Free Software Foundation, Inc.
+ Copyright (C) 2016-2020 Free Software Foundation, Inc.
Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
for General Processor Tech.
- Copyright (C) 2015-2019 Free Software Foundation, Inc.
+ Copyright (C) 2015-2020 Free Software Foundation, Inc.
Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
for General Processor Tech.
diff --git a/libhsail-rt/rt/fp16.c b/libhsail-rt/rt/fp16.c
index 227f0e4..9892c14f 100644
--- a/libhsail-rt/rt/fp16.c
+++ b/libhsail-rt/rt/fp16.c
@@ -1,7 +1,7 @@
/* Half-float conversion routines. Code mostly borrowed from the ARM's
builtin function.
- Copyright (C) 2008-2019 Free Software Foundation, Inc.
+ Copyright (C) 2008-2020 Free Software Foundation, Inc.
Contributed by CodeSourcery.
This file is free software; you can redistribute it and/or modify it
diff --git a/libhsail-rt/rt/misc.c b/libhsail-rt/rt/misc.c
index 9a2cfc0..6f8807b 100644
--- a/libhsail-rt/rt/misc.c
+++ b/libhsail-rt/rt/misc.c
@@ -1,6 +1,6 @@
/* misc.c -- Builtins for HSAIL misc instructions.
- Copyright (C) 2015-2019 Free Software Foundation, Inc.
+ Copyright (C) 2015-2020 Free Software Foundation, Inc.
Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
for General Processor Tech.
diff --git a/libhsail-rt/rt/multimedia.c b/libhsail-rt/rt/multimedia.c
index 0033faf..03e090c 100644
--- a/libhsail-rt/rt/multimedia.c
+++ b/libhsail-rt/rt/multimedia.c
@@ -1,6 +1,6 @@
/* multimedia.c -- Builtins for HSAIL multimedia instructions.
- Copyright (C) 2015-2019 Free Software Foundation, Inc.
+ Copyright (C) 2015-2020 Free Software Foundation, Inc.
Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
for General Processor Tech.
diff --git a/libhsail-rt/rt/queue.c b/libhsail-rt/rt/queue.c
index 0581362..0b87f06 100644
--- a/libhsail-rt/rt/queue.c
+++ b/libhsail-rt/rt/queue.c
@@ -1,6 +1,6 @@
/* queue.c -- Builtins for HSAIL queue related instructions.
- Copyright (C) 2015-2019 Free Software Foundation, Inc.
+ Copyright (C) 2015-2020 Free Software Foundation, Inc.
Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
for General Processor Tech.
diff --git a/libhsail-rt/rt/sat_arithmetic.c b/libhsail-rt/rt/sat_arithmetic.c
index 91631aa..222c7ea 100644
--- a/libhsail-rt/rt/sat_arithmetic.c
+++ b/libhsail-rt/rt/sat_arithmetic.c
@@ -1,6 +1,6 @@
/* sat_arithmetic.c -- Builtins for HSAIL saturating arithmetic instructions.
- Copyright (C) 2015-2019 Free Software Foundation, Inc.
+ Copyright (C) 2015-2020 Free Software Foundation, Inc.
Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
for General Processor Tech.
diff --git a/libhsail-rt/rt/segment.c b/libhsail-rt/rt/segment.c
index 6bb9315..bba9b70 100644
--- a/libhsail-rt/rt/segment.c
+++ b/libhsail-rt/rt/segment.c
@@ -1,6 +1,6 @@
/* segment.c -- Builtins for HSAIL segment related instructions.
- Copyright (C) 2015-2019 Free Software Foundation, Inc.
+ Copyright (C) 2015-2020 Free Software Foundation, Inc.
Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
for General Processor Tech.
diff --git a/libhsail-rt/rt/workitems.c b/libhsail-rt/rt/workitems.c
index 033845c..109dfca 100644
--- a/libhsail-rt/rt/workitems.c
+++ b/libhsail-rt/rt/workitems.c
@@ -2,7 +2,7 @@
various ways and the builtin functions closely related to the
implementation.
- Copyright (C) 2015-2019 Free Software Foundation, Inc.
+ Copyright (C) 2015-2020 Free Software Foundation, Inc.
Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
for General Processor Tech.