diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-11 21:52:34 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-11 21:52:34 +0000 |
commit | 7aeb2b7e42ca57ea00302db486bc06d56fc4dd67 (patch) | |
tree | 029f66bbeef8f4ca5c3673968eb3392660ecd484 | |
parent | da05b051975e9e680c23d6303bf26d3cc933c9bf (diff) | |
download | bcm5719-llvm-7aeb2b7e42ca57ea00302db486bc06d56fc4dd67.tar.gz bcm5719-llvm-7aeb2b7e42ca57ea00302db486bc06d56fc4dd67.zip |
Add another fixed bug.
llvm-svn: 9899
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index d7f6c6ace46..5e8fac68a17 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -125,6 +125,7 @@ In this release, the following bugs in the previous release were fixed:<p> <li><a href="http://llvm.cs.uiuc.edu/PR98">[buildscripts] Building into objdir with .o in it fails</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR101">[setjmp/longjmp] Linking C programs which use setjmp/longjmp sometimes fail with references to the C++ runtime library!</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR104">[c++] C++ Frontend lays out superclasses like anonymous bitfields!</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR108">gccld -Lfoo -lfoo fails to find ./foo/libfoo.a</a></li> </ol><p> At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -431,6 +432,6 @@ via the mailing lists.<p> Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br> <!-- Created: Wed Oct 1 17:38:54 CDT 2003 --> <!-- hhmts start --> -Last modified: Sun Nov 9 13:42:42 CST 2003 +Last modified: Tue Nov 11 15:48:35 CST 2003 <!-- hhmts end --> </body></html> |