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: r244920
This commit is contained in:
Jakub Jelinek 2017-01-26 09:26:48 +01:00
parent 68edb9bafe
commit e6d55103c3
6 changed files with 32 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2017-01-26 Jakub Jelinek <jakub@redhat.com>
* update-copyright.py: Add libhsail-rt to self.default_dirs
and call self.add_dir on it. Add Intel Corporation to external
authors.
2017-01-25 Thomas Schwinge <thomas@codesourcery.com>
* gcc_update (files_and_dependencies): Care for "libhsail-rt".

View File

@ -1,3 +1,8 @@
2017-01-26 Jakub Jelinek <jakub@redhat.com>
* brig-builtins.def: Update copyright years.
* config/arm/arm_acle_builtins.def: Update copyright years.
2017-01-25 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/79179
@ -121,7 +126,7 @@
(record_nonwrapping_iv): Improve boundary using above function if no
value range information.
2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
Martin Jambor <mjambor@suse.cz>
* brig-builtins.def: New file.

View File

@ -1,4 +1,8 @@
2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
2017-01-26 Jakub Jelinek <jakub@redhat.com>
Update copyright years.
2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
Martin Jambor <mjambor@suse.cz>
* Make-lang.in: New file.

View File

@ -1,3 +1,9 @@
2017-01-26 Jakub Jelinek <jakub@redhat.com>
* brig.dg/dg.exp: Update copyright years.
* lib/brig-dg.exp: Update copyright years.
* lib/brig.exp: Update copyright years.
2017-01-25 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/79179

View File

@ -1,3 +1,7 @@
2017-01-26 Jakub Jelinek <jakub@redhat.com>
Update copyright years.
2017-01-25 Thomas Schwinge <thomas@codesourcery.com>
* config.h.in: Remove stale file.

View File

@ -1,3 +1,8 @@
2017-01-26 Jakub Jelinek <jakub@redhat.com>
* libsupc++/eh_atomics.h: Update copyright years.
* testsuite/20_util/unique_ptr/cons/default.cc: Update copyright years.
2017-01-25 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/61791