aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-05 20:19:45 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-05 20:19:45 +0000
commitb3b05ed3f88b629faba57091808edff5b5f67ea5 (patch)
tree5ea86da3885a1d46f79a3b57faf40b9fb9e677e1
parent43962b5c63ede0a962810286c0268e33116510f6 (diff)
PR139 fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18551 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index cf189e6a64..dfe54f9155 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -244,6 +244,10 @@ were fixed:</a>
<p>Bugs fixed in the LLVM Core:</p>
<ol>
+ <li><a href="http://llvm.cs.uiuc.edu/PR139">[Linker] gccld does not link
+ objects/archives in order specified on the command line</a></li>
+ <li><a href="http://llvm.cs.uiuc.edu/PR227">[X86] llc output for functions
+ w/certain names tickles GNU 'as' bugs</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR420">[licm] LICM invalidates alias
analysis info and uses broken information</a> (optimizer crash)</li>
<li><a href="http://llvm.cs.uiuc.edu/PR422">[asmwriter] Asmwriter is really
@@ -252,8 +256,6 @@ were fixed:</a>
completely broken in LLVM 1.3</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR430">[bcwriter] Empty compaction
tables defined</a></li>
- <li><a href="http://llvm.cs.uiuc.edu/PR227">[X86] llc output for functions
- w/certain names tickles GNU 'as' bugs</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR472">[cbackend] Static globals are
prototyped as 'extern'</a></li>
</ol>