Added info about PR186: weak linkage on memory functions.
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 15 Dec 2003 22:48:12 +0000 (22:48 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 15 Dec 2003 22:48:12 +0000 (22:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10479 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 038df8713ff606d3fa8ddcc77e79d203e14ba627..77347b2f7f437bfe2541ef50b3e2fc2ebb93124a 100644 (file)
@@ -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>