From d6f4e26dc66df4b5acf7b018cedb8c178ea137d0 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Fri, 15 Jun 2018 12:42:49 +0100 Subject: [PATCH] Cross-reference from release notes to supported platforms. Copied from Perforce Change: 193827 --- mps/manual/source/code-index.rst | 2 +- mps/manual/source/guide/overview.rst | 2 ++ mps/manual/source/release.rst | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mps/manual/source/code-index.rst b/mps/manual/source/code-index.rst index fe0991f9d79..731072601b4 100644 --- a/mps/manual/source/code-index.rst +++ b/mps/manual/source/code-index.rst @@ -349,7 +349,7 @@ expt825.c Regression test for job000825_. fbmtest.c Free block manager (CBS and Freelist) test. finalcv.c :ref:`topic-finalization` coverage test. finaltest.c :ref:`topic-finalization` test. -forktest.c :ref:`topic-fork-safety` test. +forktest.c :ref:`topic-thread-fork` test. fotest.c Failover allocator test. landtest.c Land test. locbwcss.c Locus backwards compatibility stress test. diff --git a/mps/manual/source/guide/overview.rst b/mps/manual/source/guide/overview.rst index ad5389f7af9..116843e9697 100644 --- a/mps/manual/source/guide/overview.rst +++ b/mps/manual/source/guide/overview.rst @@ -43,6 +43,8 @@ for details. single: Memory Pool System; supported target platforms single: platforms; supported +.. _guide-overview-platforms: + Supported target platforms -------------------------- diff --git a/mps/manual/source/release.rst b/mps/manual/source/release.rst index c1adfeb44c2..bdde9d1e04d 100644 --- a/mps/manual/source/release.rst +++ b/mps/manual/source/release.rst @@ -33,7 +33,8 @@ New features #. The MPS no longer supports Linux 2.4 and 2.5. (These versions used LinuxThreads_ instead of POSIX threads; all major distributions have long since ceased to support these versions and so it is no - longer convenient to test against them.) + longer convenient to test against them.) See + :ref:`guide-overview-platforms`. .. _LinuxThreads: http://pauillac.inria.fr/~xleroy/linuxthreads/