diff options
author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-24 21:58:06 +0000 |
---|---|---|
committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-24 21:58:06 +0000 |
commit | 6ae746270de0f16895d6119f206304bc655975e3 (patch) | |
tree | ac51d94127c2f29c21a829d32288237e26da370f /libgomp | |
parent | bacb1fe37333fd4e32310a9bd57e20d624e2f994 (diff) | |
download | gcc-6ae746270de0f16895d6119f206304bc655975e3.tar.gz |
2011-02-24 Tobias Burnus <burnus@net-b.de>
* libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170479 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 4 | ||||
-rw-r--r-- | libgomp/libgomp.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 0698fb4d948..33b4e2c9139 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2011-02-24 Tobias Burnus <burnus@net-b.de> + + * libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE. + 2011-02-23 Jakub Jelinek <jakub@redhat.com> PR libgomp/47854 diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index dce6ba87304..58199437a5f 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -1275,7 +1275,7 @@ error is reported and the initial stacksize is left unchanged. If undefined, the stack size is system dependent. @item @emph{See also}: -@ref{GOMP_STACKSIZE} +@ref{OMP_STACKSIZE} @item @emph{Reference}: @uref{http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00493.html, |