diff options
author | Julian Brown <julian@codesourcery.com> | 2019-12-20 01:20:13 +0000 |
---|---|---|
committer | Julian Brown <jules@gcc.gnu.org> | 2019-12-20 01:20:13 +0000 |
commit | 2a656a93597d9ba2444cf5f4b2954734c97fe06d (patch) | |
tree | 7c855a38f4c937efdb01078056ec89930fa3caf3 /gcc | |
parent | 8cce8b850470ba92287ffea9b53a46b69ec7dd8e (diff) | |
download | gcc-2a656a93597d9ba2444cf5f4b2954734c97fe06d.zip gcc-2a656a93597d9ba2444cf5f4b2954734c97fe06d.tar.gz gcc-2a656a93597d9ba2444cf5f4b2954734c97fe06d.tar.bz2 |
Use aux struct in libgomp for infrequently-used/API-specific data
libgomp/
* libgomp.h (struct splay_tree_aux): New.
(struct splay_tree_key_s): Replace link_key field with aux pointer.
* target.c (gomp_map_vars_internal): Adjust for link_key being moved
to aux struct.
(gomp_remove_var_internal): Free aux block if present.
(gomp_load_image_to_device): Zero-initialise aux field instead of
link_key field.
(omp_target_associate_pointer): Zero-initialise aux field.
Co-Authored-By: Thomas Schwinge <thomas@codesourcery.com>
From-SVN: r279620
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions