summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-12-15 22:48:12 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-12-15 22:48:12 +0000
commitad64385129e2fd6799828ab44d947c2b2094f500 (patch)
tree890a59e7859401be6bae22d8ae6110b7185e3e17 /docs
parenta5df0cdbe2e23ccfe4f1875b4f28a68d25b66b81 (diff)
downloadllvm-ad64385129e2fd6799828ab44d947c2b2094f500.tar.gz
llvm-ad64385129e2fd6799828ab44d947c2b2094f500.tar.bz2
llvm-ad64385129e2fd6799828ab44d947c2b2094f500.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 038df8713f..77347b2f7f 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:
<p>Bugs in the LLVM Core:</p>
<ol>
-<li><a href="http://llvm.cs.uiuc.edu/PR179">[licm] LICM promotes volatile memory locations to registers</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR179">[licm] LICM promotes volatile memory
+locations to registers</a></li>
</ol>
@@ -143,7 +144,8 @@ In this release, the following bugs in the previous release were fixed:
<p>Bugs in the C/C++ front-end:</p>
<ol>
-<li></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR186">Need weak linkage on memory
+management functions in libc runtime to allow them to be overriden</a></li>
<li></li>
</ol>