diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2017-01-26 09:26:48 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2017-01-26 09:26:48 +0100 |
commit | e6d55103c3cf917a0305628619784808e1abf096 (patch) | |
tree | 936c990c44e5b028095d834bd0bdd5edcdc73b11 | |
parent | 68edb9bafe174ffe886048b545aa7966c5d700c5 (diff) | |
download | gcc-e6d55103c3cf917a0305628619784808e1abf096.zip gcc-e6d55103c3cf917a0305628619784808e1abf096.tar.gz gcc-e6d55103c3cf917a0305628619784808e1abf096.tar.bz2 |
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
-rw-r--r-- | contrib/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/brig/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | libhsail-rt/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 |
6 files changed, 32 insertions, 2 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 2f862fa..07f7b57 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -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". diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a068478..7bed16a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/brig/ChangeLog b/gcc/brig/ChangeLog index dcea9d3..d947c5a 100644 --- a/gcc/brig/ChangeLog +++ b/gcc/brig/ChangeLog @@ -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. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1cce521..46f8469 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/libhsail-rt/ChangeLog b/libhsail-rt/ChangeLog index 0184c24..b986286 100644 --- a/libhsail-rt/ChangeLog +++ b/libhsail-rt/ChangeLog @@ -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. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 41b5d78..c70aade 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 |