OSDN Git Service

Add thread-safety section to menu
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Feb 2011 16:38:31 +0000 (16:38 +0000)
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Feb 2011 16:38:31 +0000 (16:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169865 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi

index 55b1cf9..e514dce 100644 (file)
@@ -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.
index 54f2457..035dbd7 100644 (file)
@@ -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