From 85883d65c06ac6ceb159a31d39f8e6718868f2d8 Mon Sep 17 00:00:00 2001 From: Janne Blomqvist Date: Sun, 6 Feb 2011 18:38:31 +0200 Subject: Add thread-safety section to menu From-SVN: r169865 --- gcc/fortran/ChangeLog | 5 +++++ gcc/fortran/gfortran.texi | 1 + 2 files changed, 6 insertions(+) (limited to 'gcc') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 55b1cf9..e514dce 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,10 @@ 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. * intrinsic.texi (EXECUTE_COMMAND_LINE): Mention thread-safety. (GETENV): Likewise. diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 54f2457..035dbd7 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 -- cgit v1.1