From: Misha Brukman Date: Mon, 15 Dec 2003 22:48:12 +0000 (+0000) Subject: Added info about PR186: weak linkage on memory functions. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ad64385129e2fd6799828ab44d947c2b2094f500;p=oota-llvm.git Added info about PR186: weak linkage on memory functions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10479 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 038df8713ff..77347b2f7f4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -135,7 +135,8 @@ In this release, the following bugs in the previous release were fixed:

Bugs in the LLVM Core:

    -
  1. [licm] LICM promotes volatile memory locations to registers
  2. +
  3. [licm] LICM promotes volatile memory +locations to registers
@@ -143,7 +144,8 @@ In this release, the following bugs in the previous release were fixed:

Bugs in the C/C++ front-end:

    -
  1. +
  2. Need weak linkage on memory +management functions in libc runtime to allow them to be overriden