]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgomp/ChangeLog
Make 'libgomp/target.c:gomp_unmap_tgt' 'static' again
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 18 Dec 2019 17:00:28 +0000 (18:00 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Wed, 18 Dec 2019 17:00:28 +0000 (18:00 +0100)
commit6278b549221501a947383ac057cfed5f02e30461
tree2683d21fee6913a455a8811f4bb21615b1730327
parentc80c9e26dec56891897be0e468c004a588bedceb
Make 'libgomp/target.c:gomp_unmap_tgt' 'static' again

This got changed to 'attribute_hidden' in r271128, but it's not actually used
outside of 'libgomp/target.c'.

libgomp/
* target.c (gomp_unmap_tgt): Make it 'static'.
* libgomp.h (gomp_unmap_tgt): Remove.

From-SVN: r279529
libgomp/ChangeLog
libgomp/libgomp.h
libgomp/target.c