From 9774595f52413a353f4aeb97cf29dc76d4493f77 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 27 Oct 2003 17:41:53 +0000 Subject: [PATCH] Updated with Vikram's comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9532 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index cc840bc58e9..3b4cb28948e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -156,7 +156,8 @@ table in the archive).
  • The following Unix system functionality has not been tested and may not work:
    1. sigsetjmp, siglongjmp - These are not turned into the - appropriate invoke/unwind instructions. + appropriate invoke/unwind instructions. Note that + setjmp and longjmp are compiled correctly.
    2. getcontext, setcontext, makecontext - These functions have not been tested.

    @@ -270,9 +271,8 @@ table in the archive).


    Known problems with the C++ front-end