]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_dir on it.
authorJakub Jelinek <jakub@gcc.gnu.org>
Thu, 26 Jan 2017 08:24:22 +0000 (09:24 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 26 Jan 2017 08:24:22 +0000 (09:24 +0100)
contrib/
* update-copyright.py: Add libhsail-rt to self.default_dirs
and call self.add_dir on it.  Add Intel Corporation to external
authors.
gcc/
* brig-builtins.def: Update copyright years.
* config/arm/arm_acle_builtins.def: Update copyright years.
gcc/brig/
Update copyright years.
gcc/testsuite/
* brig.dg/dg.exp: Update copyright years.
* lib/brig-dg.exp: Update copyright years.
* lib/brig.exp: Update copyright years.
libhsail-rt/
Update copyright years.
libstdc++-v3/
* libsupc++/eh_atomics.h: Update copyright years.
* testsuite/20_util/unique_ptr/cons/default.cc: Update copyright years.

From-SVN: r244919

63 files changed:
contrib/update-copyright.py
gcc/brig-builtins.def
gcc/brig/Make-lang.in
gcc/brig/brig-builtins.h
gcc/brig/brig-c.h
gcc/brig/brig-lang.c
gcc/brig/brigfrontend/brig-arg-block-handler.cc
gcc/brig/brigfrontend/brig-atomic-inst-handler.cc
gcc/brig/brigfrontend/brig-basic-inst-handler.cc
gcc/brig/brigfrontend/brig-branch-inst-handler.cc
gcc/brig/brigfrontend/brig-cmp-inst-handler.cc
gcc/brig/brigfrontend/brig-code-entry-handler.cc
gcc/brig/brigfrontend/brig-code-entry-handler.h
gcc/brig/brigfrontend/brig-comment-handler.cc
gcc/brig/brigfrontend/brig-control-handler.cc
gcc/brig/brigfrontend/brig-copy-move-inst-handler.cc
gcc/brig/brigfrontend/brig-cvt-inst-handler.cc
gcc/brig/brigfrontend/brig-fbarrier-handler.cc
gcc/brig/brigfrontend/brig-function-handler.cc
gcc/brig/brigfrontend/brig-function.cc
gcc/brig/brigfrontend/brig-function.h
gcc/brig/brigfrontend/brig-inst-mod-handler.cc
gcc/brig/brigfrontend/brig-label-handler.cc
gcc/brig/brigfrontend/brig-lane-inst-handler.cc
gcc/brig/brigfrontend/brig-machine.c
gcc/brig/brigfrontend/brig-machine.h
gcc/brig/brigfrontend/brig-mem-inst-handler.cc
gcc/brig/brigfrontend/brig-module-handler.cc
gcc/brig/brigfrontend/brig-queue-inst-handler.cc
gcc/brig/brigfrontend/brig-seg-inst-handler.cc
gcc/brig/brigfrontend/brig-signal-inst-handler.cc
gcc/brig/brigfrontend/brig-to-generic.cc
gcc/brig/brigfrontend/brig-to-generic.h
gcc/brig/brigfrontend/brig-util.cc
gcc/brig/brigfrontend/brig-util.h
gcc/brig/brigfrontend/brig-variable-handler.cc
gcc/brig/brigfrontend/phsa.h
gcc/brig/brigspec.c
gcc/brig/config-lang.in
gcc/brig/lang-specs.h
gcc/brig/lang.opt
gcc/config/arm/arm_acle_builtins.def
gcc/testsuite/brig.dg/dg.exp
gcc/testsuite/lib/brig-dg.exp
gcc/testsuite/lib/brig.exp
libhsail-rt/include/internal/fibers.h
libhsail-rt/include/internal/phsa-queue-interface.h
libhsail-rt/include/internal/phsa-rt.h
libhsail-rt/include/internal/workitems.h
libhsail-rt/rt/arithmetic.c
libhsail-rt/rt/atomics.c
libhsail-rt/rt/bitstring.c
libhsail-rt/rt/fbarrier.c
libhsail-rt/rt/fibers.c
libhsail-rt/rt/fp16.c
libhsail-rt/rt/misc.c
libhsail-rt/rt/multimedia.c
libhsail-rt/rt/queue.c
libhsail-rt/rt/sat_arithmetic.c
libhsail-rt/rt/segment.c
libhsail-rt/rt/workitems.c
libstdc++-v3/libsupc++/eh_atomics.h
libstdc++-v3/testsuite/20_util/unique_ptr/cons/default.cc

index fd88e9a1151d9626d68a5bf2132dacfd90475151..ddc929c9ccc11d71e4334f00088ce9c672619ab5 100755 (executable)
@@ -663,6 +663,7 @@ class GCCCopyright (Copyright):
         self.add_external_author ('Florida State University')
         self.add_external_author ('Greg Colvin and Beman Dawes.')
         self.add_external_author ('Hewlett-Packard Company')
+        self.add_external_author ('Intel Corporation')
         self.add_external_author ('Information Technology Industry Council.')
         self.add_external_author ('James Theiler, Brian Gough')
         self.add_external_author ('Makoto Matsumoto and Takuji Nishimura,')
@@ -710,6 +711,7 @@ class GCCCmdLine (CmdLine):
         self.add_dir ('libgfortran')
         # libgo is imported from upstream.
         self.add_dir ('libgomp')
+        self.add_dir ('libhsail-rt')
         self.add_dir ('libiberty')
         self.add_dir ('libitm')
         self.add_dir ('libobjc')
@@ -735,6 +737,7 @@ class GCCCmdLine (CmdLine):
             'libgcc',
             'libgfortran',
             'libgomp',
+            'libhsail-rt',
             'libiberty',
             'libitm',
             'libobjc',
index 329c88e8e95f3b73e81ce44bd94ebf81ef6b3d58..b73ab7e8903f3c04271e8e63c6c86549fbfafe9e 100644 (file)
@@ -1,6 +1,6 @@
 /* This file contains the definitions and documentation for the
    HSAIL builtins used in the GNU compiler.
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
 
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
index b85b1b022514e1837c5ac393c5bb96c1ff049c26..d7566bfe3651a27204402f2dfea485bb12f2f26a 100644 (file)
@@ -1,7 +1,7 @@
 # Make-lang.in -- Top level -*- makefile -*- fragment for gcc BRIG (HSAIL)
 # frontend.
 
-# Copyright (C) 2015 Free Software Foundation, Inc.
+# Copyright (C) 2015-2017 Free Software Foundation, Inc.
 
 # This file is part of GCC.
 
index ef9d11f9672c693b73475e3ce8e378e5e0691845..d9093f58b14a9295e5973290fc2c12fc9fcede32 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-builtins.h -- brig builtin definitions
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
 
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
index c4e2f2dae11fed1e424ee89b5da0e75b2a265ce4..be3e282beb9eaaad02a9bdc0980e6fa262665314 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-c.h -- Header file for brig input's gcc C interface.
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 1642a950270540a807ed971db0ecceffc0cacd8e..bd5310d466f482796eb674dd2a350ca3b4b264c9 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-lang.c -- brig (HSAIL) input gcc interface.
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 99945ee63e122bf695ee303b9c7a80ff3fbbdafa..8e9d9238e4cc57023237a03c4bfc58b966c95b30 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-arg-block-handler.cc -- brig arg block start/end directive handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 87abab89b26ca931fa1dbb58d5ee78e3f359dfdf..2b04d996c58bd4db04e6603fb2e12377fd2a4f41 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-atomic-inst-handler.cc -- brig atomic instruction handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
 
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
index 638f818ef0b90e7553fb16dba20a35ddb09b3128..68d81986f1cdcc2b05a08434cb13a09f66bb6f3e 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-basic-inst-handler.cc -- brig basic instruction handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 040ae5d35869e206e320a94c6b63d79327f25522..9cec5b6d455e0b21f2ae1459f7a505f1f8a82dea 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-branch-inst-handler.cc -- brig branch instruction handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index f455d1ec44ee53fec75f30e785d34fcf3a134d54..c6dd06c6fe4f9afb80743245d668e60fd5a90f81 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-cmp-inst-handler.cc -- brig cmp instruction handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 5fe20124152ca9dc30aff64dc7b839761587ca10..b78005aa9109862c93bcb8b2c0adb237a149aec2 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-code-entry-handler.cc -- a gccbrig base class
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 8e7fbe86823360ab1225a48d0193509af77e8484..3f8c028e6a85f3fcd2998be726cbeae90a57e843 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-code-entry-handler.h -- a gccbrig base class
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 61a187fade1aa1f390113c1c90cb0feea0a23e71..442b3aa8f59580825b6cc78e0b654d9ce812d0a0 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-comment-handler.cc -- brig comment directive handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 2e4f5e36a7762d2882fe42aa9ea80af00dab9afc..91ff2836acc58c9c9f526fc869037b44cc18918b 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-control-handler.cc -- brig control directive handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 08ff26d928270dba4e450286ab274dac7bac3aca..f853dc33d4563ab7301d5538267e66aeddc2a469 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-copy-move-inst-handler.cc -- brig copy/move instruction handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index a5b1619779322bad768562f837c5eed49236c7c2..0297f8b8892bd42e06609c99893900b95cee95ce 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-cvt-inst-handler.cc -- brig cvt (convert) instruction handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index b236885d1647a157352883cdd6c8c95a67c34831..802d51ce383d184216a6b3c802bec5fc751d4d9a 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-fbarrier-handler.cc -- brig fbarrier directive handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 4e05680872b62d8089ce18004f9fcd2dee3afbfd..ebfca3907c171e2bd73e62a49d5f88a80ab05043 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-code-entry-handler.cc -- brig function directive handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 5f9784c2deeb5dbfc9122b567a6de07f49298465..382bec01a5226ac463c1b211bc75b2e4c66c0c7d 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-function.cc -- declaration of brig_function class.
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 81c3f89ecde64dd10c92a75a0130080fd03709d2..71b5d3f996f8b53aa7c2157c969ffc987d6a8c60 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-function.h -- declaration of brig_function class.
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 8cd55035b49bf74dd6b5d28683b646ec80d9c2d6..43e2b688e9f0d622569d0e64c350b7e0185a3430 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-inst-mod-handler.cc -- brig rounding moded instruction handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 890cf5b25d67e2cb3bd490a9c525537adbe43008..737e1bf62eab4062c1a72be79988fe10597b9ec9 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-label-handler.cc -- brig label directive handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 5cfe8d9671625e68c34c4f5a0cd8eba80c889a1a..bc85c030071cbb240c499cbd9659b8194c513a52 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-lane-inst-handler.cc -- brig lane instruction handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 62f07f7a8a64793dcb1ab8fdbbcab69ebdd0ed15..3c41d65e10df1bd5444e5a0fde80d04b9ed6397d 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-machine.c -- gccbrig machine queries
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 96efbf6153ecf4594944e1899c11c8b730d3e754..b8493b5fe4b00aa82645e842109c9828b896f40b 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-machine.h -- gccbrig machine queries
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index dfd336933be61a120988bef929035ccf7d3f309c..2b245a11dfeefe7ea8f776dbbc0abb68e1aa742c 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-mem-inst-handler.cc -- brig memory inst handler
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 2c25189e0c6918963fa0ea9817f1e03cfe5241f9..1b9a15c7dd46bc5a9d7119f36dd385971d37a3f3 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-module-handler.cc -- brig module directive handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index eaf9d8dcc133127401efb4abb52e6e984f8736d6..8027d18c014fafe53f04944513728761347789e8 100644 (file)
@@ -1,6 +1,6 @@
 /* brig-queue-inst-handler.cc -- brig user mode queue related instruction
    handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index e6801146cc76180e422fed48a30525ce1da1091f..f471084bfd6d48e53447a5c8abcc00810eb9d6df 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-seg-inst-handler.cc -- brig segment related instruction handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 5dd2268a9ceef716c08cbd20c00632af918156a2..26f81d1ce12c0a4426ecc55d07ac990e7a9fd7ca 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-signal-inst-handler.cc -- brig signal instruction handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index d3a6786417970f7514cbf5b1e9ca598f27cd421c..1672158ffe59cc0d95ff5a3f5d5048d1e24ede83 100644 (file)
@@ -1,5 +1,5 @@
 /* brig2tree.cc -- brig to gcc generic/gimple tree conversion
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 8e15589754ba46c2773c0511d5a8f9aa05423c51..09d7c425000b4b3acc4b8e43548e840d00c144b0 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-to-generic.h -- brig to gcc generic conversion
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 8b17b59d28898e2eba2c32739bc10c111a84c130..f96ae6ab5e6f4ba98f035530f11a10b4d9f7d8d3 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-util.cc -- gccbrig utility functions
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 3786616ee4daede74d6ec2d454c867832e85b623..3060f5b87f9f98e59db626e2e970bf961e33d8c5 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-util.h -- gccbrig utility functions
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index b4a8d67438bf25dd9412f81638582bfc3f7f0a4d..b2e869b7ed558203d2254ec13844ccbaee322f73 100644 (file)
@@ -1,5 +1,5 @@
 /* brig-variable-handler.cc -- brig variable directive handling
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 00e0a7cd4c60254326271e0a88b83350d4c50900..2da21c8335c89d8c5a33792e7cf6b6b471f66b1f 100644 (file)
@@ -1,5 +1,5 @@
 /* phsa.h -- interfacing between the gcc BRIG FE and the phsa runtime
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 42b7d53010c14bb4e76efad1967df22d570ec630..b1610efd2420e7de25f537f8e8e274d17252bec0 100644 (file)
@@ -1,5 +1,5 @@
 /* brigspec.c -- Specific flags and argument handling of the gcc BRIG front end.
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 6d07cae59e7be0bba35573f5d71b77067096e34f..ab139b335350f8f6e99fb3f6d360f0490731f069 100644 (file)
@@ -1,6 +1,6 @@
 # config-lang.in -- Top level configure fragment for gcc BRIG (HSAIL) frontend.
 
-# Copyright (C) 2015 Free Software Foundation, Inc.
+# Copyright (C) 2015-2017 Free Software Foundation, Inc.
 
 # This file is part of GCC.
 
index c5b9f5ec9e772cd94fabd3b6a1935f843ffb44ed..065ff5ee93048d6e49256eedc1d4404b29bd1e63 100644 (file)
@@ -1,5 +1,5 @@
 /* lang-specs.h -- gcc driver specs for BRIG (HSAIL) frontend.
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 0ba70aeba5c2922775d918759a511e7c6607e835..e0c71b20f3df5f16fc71fbdb1aa87c96689ed2fb 100644 (file)
@@ -1,6 +1,6 @@
 ; lang.opt -- Options for the gcc BRIG (HSAIL) front end.
 
-; Copyright (C) 2015 Free Software Foundation, Inc.
+; Copyright (C) 2015-2017 Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
 ;
index bd1f66272c9c9832a74081838ee81be26bd8ee50..2f6c478e3206d8e52bfefc11c0c2f4bf51fac1c2 100644 (file)
@@ -1,5 +1,5 @@
 /* ACLE builtin definitions for ARM.
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by ARM Ltd.
 
    This file is part of GCC.
index d4f37e6695b704b4bf11ad5690685a98e66b25e9..c3c485c84b17b4c8a67d23056947f834481c29de 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 2009-2014 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2017 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index ee96708523ca589bd283f0691f8e37a270a82b06..b69e48a47298f7e23d7604212cf801577fee6be2 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 2009-2014 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2017 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index d1c967d36f3e99e4c7ce183f7c6e98c426d78466..75b7ee965d93324511e6d297ba802842c5660e64 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 033146c7b1cc63b9f19a4b5129bedc0571ddb433..ab19df3f4c0fa0a803d2ced6061b51593e7925a6 100644 (file)
@@ -1,5 +1,5 @@
 /* fibers.h -- an extremely simple lightweight thread (fiber) implementation
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 646cee4eb55fef9143d6b2d2be860fc73c376811..a78f566cc37f228f8ac7f329913be2234f03b95e 100644 (file)
@@ -2,7 +2,7 @@
    representation of a user mode queue to be used with the phsa/gccbrig
    implementation.
 
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 40813cb9c239804c817bad82fabe00e97b6a695b..d47cbfcd3b61e76027b6c98c701d96d2e03786dd 100644 (file)
@@ -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-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 6c96b2e4d26aa9ba7391346a2762663e486fa2c3..e7d386d32ec337b5e4add3a6ce0fad8846d95e98 100644 (file)
@@ -1,7 +1,7 @@
 /* workitems.h -- Types for context data passed as hidden parameters to special
    built-ins.
 
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 6749752e6e9a85a00dc39ac5f0ffe00eab594487..369addcdc17bc2349e14fe9b9b56228d99528bf0 100644 (file)
@@ -1,7 +1,7 @@
 /* arithmetic.c -- Builtins for HSAIL arithmetic instructions for which
    there is no feasible direct gcc GENERIC expression.
 
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 04f02f06aff927de33ce8dbf5bc5154351578354..2fabed155c608772b0204af835ae919a8116db37 100644 (file)
@@ -1,7 +1,7 @@
 /* atomic.c -- Builtins for HSAIL atomic instructions for which
    there is no feasible direct gcc GENERIC expression.
 
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 44d9b0a776b3e40b8698ede975d06f2a3b8b78e9..559e29e2f94d6ac7614d74bd6deecde1a3cfcc7c 100644 (file)
@@ -1,6 +1,6 @@
 /* bitstring.c -- Builtins for HSAIL bitstring instructions.
 
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 608cec9227c5513a0aa5cd630976adc204566322..7d756ac08529546c41a203df074910f361428fe8 100644 (file)
@@ -1,6 +1,6 @@
 /* fbarrier.c -- HSAIL fbarrier built-ins.
 
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index a3056a92cde250bbdb9f38fcf68a97061142556a..86506237027be280a3dac36a01a973f83a3e8a4f 100644 (file)
@@ -1,9 +1,9 @@
 /* fibers.c -- extremely simple lightweight thread (fiber) implementation
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 01cb1e05103d61104a9501573e20126bab507814..887b70083487a201e21073eb3fff3ce4d438e38f 100644 (file)
@@ -1,7 +1,7 @@
 /* Half-float conversion routines.  Code mostly borrowed from the ARM's
    builtin function.
 
-   Copyright (C) 2008-2015 Free Software Foundation, Inc.
+   Copyright (C) 2008-2017 Free Software Foundation, Inc.
    Contributed by CodeSourcery.
 
    This file is free software; you can redistribute it and/or modify it
index 547734e3e61ba481431b4a5eb8d1807faa10f572..1699f6dac38abe89c77bf1c1f9ead21ce71bec2a 100644 (file)
@@ -1,6 +1,6 @@
 /* misc.c -- Builtins for HSAIL misc instructions.
 
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 31125ed2933f0cf492df383d995f0acf21d65478..bd6927a2aef9111f42b05275da4c904c33e22296 100644 (file)
@@ -1,6 +1,6 @@
 /* multimedia.c -- Builtins for HSAIL multimedia instructions.
 
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 3d7ff7616b30635125c4ba31e3ca5f94d4baa2bc..7a3e90136659385c5191ab0de075429221a7a29b 100644 (file)
@@ -1,6 +1,6 @@
 /* queue.c -- Builtins for HSAIL queue related instructions.
 
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 3e4024591ae77e49f32103b7047d226cdedaeab3..71d86af709f5f51d65e384e9f9e3bdba458d9fb5 100644 (file)
@@ -1,6 +1,6 @@
 /* sat_arithmetic.c -- Builtins for HSAIL saturating arithmetic instructions.
 
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index a1d2c843b814bae9f3335a79f2becdebd3896ac3..5a95a99c26c684ccf449d3709fefaa9dd3ae5475 100644 (file)
@@ -1,6 +1,6 @@
 /* segment.c -- Builtins for HSAIL segment related instructions.
 
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 80bcaddd007452ef149b517ac17b9109f6ad1ffe..d500e64289972b145507c22a971d4f28937d3067 100644 (file)
@@ -2,7 +2,7 @@
    various ways and the builtin functions closely related to the
    implementation.
 
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-2017 Free Software Foundation, Inc.
    Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
    for General Processor Tech.
 
index 71b42a4b84742f0fe86663d3a192ea69afd64924..22a45c1b06dc4be31fc111a84e98c1faab42b5bf 100644 (file)
@@ -1,6 +1,6 @@
 // Exception Handling support header for -*- C++ -*-
 
-// Copyright (C) 2016 Free Software Foundation, Inc.
+// Copyright (C) 2016-2017 Free Software Foundation, Inc.
 //
 // This file is part of GCC.
 //
index ceffdcd2b2ebd491cff33f5040f103810615daf6..8ad677a29cf9bed219a619e962589a838572ee73 100644 (file)
@@ -1,6 +1,6 @@
 // { dg-do compile { target c++11 } }
 
-// Copyright (C) 2016 Free Software Foundation, Inc.
+// Copyright (C) 2016-2017 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the