From 85883d65c06ac6ceb159a31d39f8e6718868f2d8 Mon Sep 17 00:00:00 2001 From: Janne Blomqvist Date: Sun, 6 Feb 2011 18:38:31 +0200 Subject: [PATCH] Add thread-safety section to menu From-SVN: r169865 --- gcc/fortran/ChangeLog | 5 +++++ gcc/fortran/gfortran.texi | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 55b1cf94b8d..e514dce078e 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2011-02-06 Janne Blomqvist + + * gfortran.texi (Compiler Characteristics): Add reference to + thread-safety section. + 2011-02-06 Janne Blomqvist * gfortran.texi (Thread-safety): New section. diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 54f245755a7..035dbd74879 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -1083,6 +1083,7 @@ might in some way or another become visible to the programmer. @menu * KIND Type Parameters:: * Internal representation of LOGICAL variables:: +* Thread-safety of the runtime library:: @end menu