hsa.h: Add GCC runtime library exception.
* plugin/hsa.h: Add GCC runtime library exception. * plugin/hsa_ext_finalize.h: Likewise. From-SVN: r244523
This commit is contained in:
parent
2393d337e7
commit
d190d5c093
3 changed files with 17 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue