clean up header.
[oota-llvm.git] / docs / ReleaseNotes.html
index 4a1a5f027a13a5911d2b2ac21878f5dcef5e18d9..5a5a01ae836b24b3d7cc9ed639b0318f769c3895 100644 (file)
@@ -246,7 +246,7 @@ KLEE.</p>
 <p>
 The goal of <a href="http://dragonegg.llvm.org/">DragonEgg</a> is to make
 gcc-4.5 act like llvm-gcc without requiring any gcc modifications whatsoever.
-<a href="http://dragonegg.llvm.org/">DragonEgg</a> is a shared library (llvm.so)
+<a href="http://dragonegg.llvm.org/">DragonEgg</a> is a shared library (dragonegg.so)
 that is loaded by gcc at runtime.  It uses the new gcc plugin architecture to
 disable the GCC optimizers and code generators, and schedule the LLVM optimizers
 and code generators (or direct output of LLVM IR) instead.  Currently only Linux
@@ -1025,7 +1025,7 @@ guide. For clients, the notable API changes are:
 <li>Intel and AMD machines running on Win32 using MinGW libraries (native).</li>
 <li>Intel and AMD machines running on Win32 with the Cygwin libraries (limited
     support is available for native builds with Visual C++).</li>
-<li>Sun UltraSPARC workstations running Solaris 10.</li>
+<li>Sun x86 and AMD64 machines running Solaris 10, OpenSolaris 0906.</li>
 <li>Alpha-based machines running Debian GNU/Linux.</li>
 </ul>
 
@@ -1058,7 +1058,7 @@ there isn't already one.</p>
     
 <li>LLVM will not correctly compile on Solaris and/or OpenSolaris
 using the stock GCC 3.x.x series 'out the box',
-See: <a href="#brokengcc">Broken versions of GCC and other tools</a>.
+See: <a href="GettingStarted.html#brokengcc">Broken versions of GCC and other tools</a>.
 However, A <a href="http://pkg.auroraux.org/GCC">Modern GCC Build</a>
 for x86/x86-64 has been made available from the third party AuroraUX Project
 that has been meticulously tested for bootstrapping LLVM &amp; Clang.</li>