aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2017-01-17 10:45:23 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2017-01-17 10:45:23 +0100
commitd190d5c093aaf94f20b278a253633eaa8e2d5689 (patch)
treed6c8718a274ecd5e6876f38f9dada0ac13331eb1 /libgomp
parent2393d337e7c5ff258b1ad167025b9e4d5f518533 (diff)
downloadgcc-d190d5c093aaf94f20b278a253633eaa8e2d5689.zip
gcc-d190d5c093aaf94f20b278a253633eaa8e2d5689.tar.gz
gcc-d190d5c093aaf94f20b278a253633eaa8e2d5689.tar.bz2
hsa.h: Add GCC runtime library exception.
* plugin/hsa.h: Add GCC runtime library exception. * plugin/hsa_ext_finalize.h: Likewise. From-SVN: r244523
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog3
-rw-r--r--libgomp/plugin/hsa.h9
-rw-r--r--libgomp/plugin/hsa_ext_finalize.h9
3 files changed, 17 insertions, 4 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 0e04c74..3708c3e 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,5 +1,8 @@
2017-01-17 Jakub Jelinek <jakub@redhat.com>
+ * plugin/hsa.h: Add GCC runtime library exception.
+ * plugin/hsa_ext_finalize.h: Likewise.
+
* plugin/configfrag.ac: For --without-cuda-driver don't initialize
CUDA_DRIVER_INCLUDE nor CUDA_DRIVER_LIB. If both
CUDA_DRIVER_INCLUDE and CUDA_DRIVER_LIB are empty and linking small
diff --git a/libgomp/plugin/hsa.h b/libgomp/plugin/hsa.h
index 077cafb..9b9c826 100644
--- a/libgomp/plugin/hsa.h
+++ b/libgomp/plugin/hsa.h
@@ -13,8 +13,13 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-You should have received a copy of the GNU General Public License
-along with GCC; see the file COPYING3. If not see
+Under Section 7 of GPL version 3, you are granted additional
+permissions described in the GCC Runtime Library Exception, version
+3.1, as published by the Free Software Foundation.
+
+You should have received a copy of the GNU General Public License and
+a copy of the GCC Runtime Library Exception along with this program;
+see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>.
The contents of the file was created by extracting data structures, enum,
diff --git a/libgomp/plugin/hsa_ext_finalize.h b/libgomp/plugin/hsa_ext_finalize.h
index 2ad9dfb..0b68157 100644
--- a/libgomp/plugin/hsa_ext_finalize.h
+++ b/libgomp/plugin/hsa_ext_finalize.h
@@ -13,8 +13,13 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-You should have received a copy of the GNU General Public License
-along with GCC; see the file COPYING3. If not see
+Under Section 7 of GPL version 3, you are granted additional
+permissions described in the GCC Runtime Library Exception, version
+3.1, as published by the Free Software Foundation.
+
+You should have received a copy of the GNU General Public License and
+a copy of the GCC Runtime Library Exception along with this program;
+see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>.
The contents of the file was created by extracting data structures, enum,