[llvm-commits] [llvm] r57450 - /llvm/trunk/docs/ReleaseNotes.html

Duncan Sands baldrick at free.fr
Mon Oct 13 10:32:15 PDT 2008


Author: baldrick
Date: Mon Oct 13 12:32:15 2008
New Revision: 57450

URL: http://llvm.org/viewvc/llvm-project?rev=57450&view=rev
Log:
Fix typo.  Add note on trampoline support.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=57450&r1=57449&r2=57450&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Oct 13 12:32:15 2008
@@ -328,7 +328,7 @@
 
 <ul>
 <li>Exception handling is supported by default on Linux/x86-64.</li>
-<li>Position Independent Code (PIC) is now support on Linux/x86-64.</li>
+<li>Position Independent Code (PIC) is now supported on Linux/x86-64.</li>
 <li>...</li>
 
 </ul>
@@ -346,6 +346,7 @@
 
 <ul>
 <li>MIPS floating point support?</li>
+<li>PowerPC now supports trampolines.</li>
 <li>....</li>
 </ul>
 





More information about the llvm-commits mailing list