From d190d5c093aaf94f20b278a253633eaa8e2d5689 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 17 Jan 2017 10:45:23 +0100 Subject: hsa.h: Add GCC runtime library exception. * plugin/hsa.h: Add GCC runtime library exception. * plugin/hsa_ext_finalize.h: Likewise. From-SVN: r244523 --- libgomp/ChangeLog | 3 +++ libgomp/plugin/hsa.h | 9 +++++++-- libgomp/plugin/hsa_ext_finalize.h | 9 +++++++-- 3 files changed, 17 insertions(+), 4 deletions(-) (limited to 'libgomp') 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 + * 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 . 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 . The contents of the file was created by extracting data structures, enum, -- cgit v1.1