update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_dir on it.

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
This commit is contained in:
Jakub Jelinek 2017-01-26 09:24:22 +01:00
parent b5aa1281e1
commit 68edb9bafe
63 changed files with 66 additions and 63 deletions

View File

@ -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',

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.
;

View 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.

View 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

View 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

View 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

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.
//

View 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