libgomp: Remove dubious "const casting".
commit9a4509c31bcb89a4eb78d70dba4eb3d1b4709c8b
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Dec 2014 18:14:16 +0000 (22 18:14 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Dec 2014 18:14:16 +0000 (22 18:14 +0000)
tree90cf22df4b69d0c501e472778f5fd28fab1c3276
parent2eb33739d20c07303c42ed56db0fb925b575f33e
libgomp: Remove dubious "const casting".

This may be re-instantiated later on, but then "more completely".

libgomp/
* libgomp.h (gomp_init_tables): Remove const qualifier from struct
gomp_device_descr.  Change all users.
* oacc-int.h (base_dev, goacc_register): Likewise.
* oacc-init.c (dispatchers, resolve_device, acc_init_1)
(lazy_init): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gomp-4_0-branch@219026 138bc75d-0d04-0410-961f-82ee72b054a4
libgomp/ChangeLog.gomp
libgomp/libgomp.h
libgomp/oacc-init.c
libgomp/oacc-int.h
libgomp/oacc-mem.c
libgomp/target.c