diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2018-01-03 11:03:58 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2018-01-03 11:03:58 +0100 |
commit | 85ec4feb11167c9e4489361bf2399a20afbe52c8 (patch) | |
tree | 7892dce393111dcf4d6553ddf89de00240ecfce8 /libhsail-rt | |
parent | ada38d5fa317498d15be166623520b9152c650cb (diff) | |
download | gcc-85ec4feb11167c9e4489361bf2399a20afbe52c8.tar.gz |
Update copyright years.
From-SVN: r256169
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 53d3634a640..372917daa50 100644 --- a/libhsail-rt/ChangeLog +++ b/libhsail-rt/ChangeLog @@ -1,3 +1,7 @@ +2018-01-03 Jakub Jelinek <jakub@redhat.com> + + Update copyright years. + 2017-09-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com> * include/internal/phsa-rt.h: Support for improved group segment @@ -99,7 +103,7 @@ * rt/segment.c: Likewise. * rt/workitems.c: Likewise. -Copyright (C) 2017 Free Software Foundation, Inc. +Copyright (C) 2017-2018 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 3868d26ee4c..e5207eb7bd3 100644 --- a/libhsail-rt/configure.tgt +++ b/libhsail-rt/configure.tgt @@ -1,5 +1,5 @@ # -*- shell-script -*- -# Copyright (C) 2012-2017 Free Software Foundation, Inc. +# Copyright (C) 2012-2018 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 ab19df3f4c0..f5ba127ab8f 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-2017 Free Software Foundation, Inc. + Copyright (C) 2015-2018 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 a78f566cc37..53397539009 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-2017 Free Software Foundation, Inc. + Copyright (C) 2015-2018 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 13349e7fdbc..d9db56ca08e 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-2017 Free Software Foundation, Inc. + Copyright (C) 2015-2018 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 2abfc61d867..73add287d8d 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-2017 Free Software Foundation, Inc. + Copyright (C) 2015-2018 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 80852d58833..520d355f8bf 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-2017 Free Software Foundation, Inc. + Copyright (C) 2015-2018 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 2fabed155c6..4d3f197f617 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-2017 Free Software Foundation, Inc. + Copyright (C) 2015-2018 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 559e29e2f94..b38b7164fae 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-2017 Free Software Foundation, Inc. + Copyright (C) 2015-2018 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 7d756ac0852..df6d0e8c3b9 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-2017 Free Software Foundation, Inc. + Copyright (C) 2015-2018 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 86506237027..96ae3052522 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-2017 Free Software Foundation, Inc. + Copyright (C) 2016-2018 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com> for General Processor Tech. - Copyright (C) 2015-2017 Free Software Foundation, Inc. + Copyright (C) 2015-2018 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 887b7008348..aec1bc1fdc4 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-2017 Free Software Foundation, Inc. + Copyright (C) 2008-2018 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 3b9fddb9d7c..de0c3384d8a 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-2017 Free Software Foundation, Inc. + Copyright (C) 2015-2018 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 bd6927a2aef..ae66fcddf4d 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-2017 Free Software Foundation, Inc. + Copyright (C) 2015-2018 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 ca078a61591..fc2533f0032 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-2017 Free Software Foundation, Inc. + Copyright (C) 2015-2018 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 274612aca91..883da99d11f 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-2017 Free Software Foundation, Inc. + Copyright (C) 2015-2018 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 f9b2e0dac83..a0d76e05ea3 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-2017 Free Software Foundation, Inc. + Copyright (C) 2015-2018 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 b24fc108357..39daf27295c 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-2017 Free Software Foundation, Inc. + Copyright (C) 2015-2018 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com> for General Processor Tech. |