diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2020-01-01 12:51:42 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2020-01-01 12:51:42 +0100 |
commit | 8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1 (patch) | |
tree | 83c7a9eeabf7f80b661c8c09bb326e8fe70cc1c0 /libhsail-rt | |
parent | e528bf8d679ec946ed42568978ef4bc5c79bc7bd (diff) | |
download | gcc-8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1.zip gcc-8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1.tar.gz gcc-8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1.tar.bz2 |
Update copyright years.
From-SVN: r279813
Diffstat (limited to 'libhsail-rt')
-rw-r--r-- | libhsail-rt/ChangeLog | 6 | ||||
-rw-r--r-- | libhsail-rt/configure.tgt | 2 | ||||
-rw-r--r-- | libhsail-rt/include/internal/fibers.h | 2 | ||||
-rw-r--r-- | libhsail-rt/include/internal/phsa-queue-interface.h | 2 | ||||
-rw-r--r-- | libhsail-rt/include/internal/phsa-rt.h | 2 | ||||
-rw-r--r-- | libhsail-rt/include/internal/workitems.h | 2 | ||||
-rw-r--r-- | libhsail-rt/rt/arithmetic.c | 2 | ||||
-rw-r--r-- | libhsail-rt/rt/atomics.c | 2 | ||||
-rw-r--r-- | libhsail-rt/rt/bitstring.c | 2 | ||||
-rw-r--r-- | libhsail-rt/rt/fbarrier.c | 2 | ||||
-rw-r--r-- | libhsail-rt/rt/fibers.c | 4 | ||||
-rw-r--r-- | libhsail-rt/rt/fp16.c | 2 | ||||
-rw-r--r-- | libhsail-rt/rt/misc.c | 2 | ||||
-rw-r--r-- | libhsail-rt/rt/multimedia.c | 2 | ||||
-rw-r--r-- | libhsail-rt/rt/queue.c | 2 | ||||
-rw-r--r-- | libhsail-rt/rt/sat_arithmetic.c | 2 | ||||
-rw-r--r-- | libhsail-rt/rt/segment.c | 2 | ||||
-rw-r--r-- | libhsail-rt/rt/workitems.c | 2 |
18 files changed, 23 insertions, 19 deletions
diff --git a/libhsail-rt/ChangeLog b/libhsail-rt/ChangeLog index 5301081..6bb9d04 100644 --- a/libhsail-rt/ChangeLog +++ b/libhsail-rt/ChangeLog @@ -1,3 +1,7 @@ +2020-01-01 Jakub Jelinek <jakub@redhat.com> + + Update copyright years. + 2019-09-27 Maciej W. Rozycki <macro@wdc.com> * configure: Regenerate. @@ -133,7 +137,7 @@ * rt/segment.c: Likewise. * rt/workitems.c: Likewise. -Copyright (C) 2017-2019 Free Software Foundation, Inc. +Copyright (C) 2017-2020 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libhsail-rt/configure.tgt b/libhsail-rt/configure.tgt index 1ea2842..c68d1c3 100644 --- a/libhsail-rt/configure.tgt +++ b/libhsail-rt/configure.tgt @@ -1,5 +1,5 @@ # -*- shell-script -*- -# Copyright (C) 2012-2019 Free Software Foundation, Inc. +# Copyright (C) 2012-2020 Free Software Foundation, Inc. # Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com> # for General Processor Tech. # diff --git a/libhsail-rt/include/internal/fibers.h b/libhsail-rt/include/internal/fibers.h index fcd2a12..1c8dc10 100644 --- a/libhsail-rt/include/internal/fibers.h +++ b/libhsail-rt/include/internal/fibers.h @@ -1,5 +1,5 @@ /* fibers.h -- an extremely simple lightweight thread (fiber) 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. diff --git a/libhsail-rt/include/internal/phsa-queue-interface.h b/libhsail-rt/include/internal/phsa-queue-interface.h index 67e4f17..231e883 100644 --- a/libhsail-rt/include/internal/phsa-queue-interface.h +++ b/libhsail-rt/include/internal/phsa-queue-interface.h @@ -2,7 +2,7 @@ representation of a user mode queue to be used with the phsa/gccbrig 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. diff --git a/libhsail-rt/include/internal/phsa-rt.h b/libhsail-rt/include/internal/phsa-rt.h index 4432b18..5b53810 100644 --- a/libhsail-rt/include/internal/phsa-rt.h +++ b/libhsail-rt/include/internal/phsa-rt.h @@ -1,7 +1,7 @@ /* phsa-rt.h -- Data structures and functions of the PHSA device side runtime scheduler, and HSAIL 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/include/internal/workitems.h b/libhsail-rt/include/internal/workitems.h index 3b00b83..4199ff5 100644 --- a/libhsail-rt/include/internal/workitems.h +++ b/libhsail-rt/include/internal/workitems.h @@ -1,7 +1,7 @@ /* workitems.h -- Types for context data passed as hidden parameters to special 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/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. |