diff options
author | Ian Lance Taylor <iant@golang.org> | 2023-06-26 09:57:21 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2023-06-26 09:57:21 -0700 |
commit | aa1e672b5d99102b03eb5fb9c51609c45f62bff7 (patch) | |
tree | 886212591b1c9d127eaaf234a4a2e22452ea384a /libgomp/ChangeLog | |
parent | 97e31a0a2a2d2273687fcdb4e5416aab1a2186e1 (diff) | |
parent | 3a39a31b8ae9c6465434aefa657f7fcc86f905c0 (diff) | |
download | gcc-devel/gccgo.zip gcc-devel/gccgo.tar.gz gcc-devel/gccgo.tar.bz2 |
Merge from trunk revision 3a39a31b8ae9c6465434aefa657f7fcc86f905c0.devel/gccgo
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 002d802..3bbcf41 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,12 @@ +2023-06-22 Tobias Burnus <tobias@codesourcery.com> + + * libgomp.texi: Use @var for ICV vars. + (OpenMP Environment Variables): Mention _ALL/_DEV/_DEV_<no> variants, + document which ICV is set and which scope the ICV has; extend/cleanup + some @ref. + (Implementation-defined ICV Initialization): New. + (nvptx): Document the implementation-defined used per-warp stack size. + 2023-06-19 Thomas Schwinge <thomas@codesourcery.com> * testsuite/libgomp.c/target-51.c: Fix DejaGnu directive syntax |