aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog5
-rw-r--r--gcc/fortran/gfortran.texi1
2 files changed, 6 insertions, 0 deletions
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 <jb@gcc.gnu.org>
+ * gfortran.texi (Compiler Characteristics): Add reference to
+ thread-safety section.
+
+2011-02-06 Janne Blomqvist <jb@gcc.gnu.org>
+
* 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