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