[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.
authorThomas Schwinge <tschwinge@gcc.gnu.org>
Mon, 19 Jan 2015 12:05:43 +0000 (13:05 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Mon, 19 Jan 2015 12:05:43 +0000 (13:05 +0100)
commitbed62c21fa9e1712bb826ed9ec9851e31611788d
tree5cfebc09dd33b7d6a391015b3fcbd6df96a45ae0
parent128b26dceb824d7760c2100cd6845c72be5a1422
[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.

gcc/
* omp-low.c (offload_symbol_decl): Remove variable.
(get_offload_symbol_decl): Remove function.
(expand_omp_target): For BUILT_IN_GOMP_TARGET,
BUILT_IN_GOMP_TARGET_DATA, BUILT_IN_GOMP_TARGET_UPDATE pass NULL
instead of &__OFFLOAD_TABLE__, for BUILT_IN_GOACC_DATA_START,
BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL,
BUILT_IN_GOACC_UPDATE don't pass it at all.
libgomp/
* libgomp_g.h (GOACC_data_start, GOACC_enter_exit_data)
(GOACC_parallel, GOACC_update): Remove const_void *offload_table
formal parameter.  Update all users.
* target.c (GOMP_target, GOMP_target_data, GOMP_target_update):
Document unused formal parameter.

From-SVN: r219837
gcc/ChangeLog
libgomp/ChangeLog