]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/ChangeLog
mkoffload.c (process): Constify host data.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 17 Jul 2015 17:12:01 +0000 (17:12 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 17 Jul 2015 17:12:01 +0000 (17:12 +0000)
commitebe4a560737e72aa508af4c0d9e1ac6e84a97655
tree0620634b02bd3dbd3f65141af8fbb850d2590361
parent247577525613274ed246537f195eda285087d814
mkoffload.c (process): Constify host data.

gcc/
* config/nvptx/mkoffload.c (process): Constify host data.
* config/i386/intelmic-mkoffload.c (generate_target_descr_file):
Constify host data.
(generate_host_descr_file): Likewise.

libgomp/
* target.c (struct_offload_image_descr): Constify host_table.
(gomp_offload_image_to_device): Likewise.
(GOMP_offload_register, GOMP_offload_unregister): Likewise.

libgcc/
* offloadstuff.c: Constify host data.

From-SVN: r225943
gcc/ChangeLog
gcc/config/i386/intelmic-mkoffload.c
gcc/config/nvptx/mkoffload.c
libgcc/ChangeLog
libgcc/offloadstuff.c
libgomp/ChangeLog
libgomp/target.c