From 9b29bde341728c5b0052d3453da69ec87482c2cd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 12 Nov 2003 04:42:37 +0000 Subject: [PATCH] PR107 is now fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9912 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 52b05000f32..cb16d7f16bd 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -130,6 +130,7 @@ In this release, the following bugs in the previous release were fixed:

  • [buildscripts] Building into objdir with .o in it fails
  • [setjmp/longjmp] Linking C programs which use setjmp/longjmp sometimes fail with references to the C++ runtime library!
  • [c++] C++ Frontend lays out superclasses like anonymous bitfields!
  • +
  • AsmParser Misses Symbol Redefinition Error
  • gccld -Lfoo -lfoo fails to find ./foo/libfoo.a
  • @@ -437,6 +438,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Tue Nov 11 17:46:21 CST 2003 +Last modified: Tue Nov 11 22:41:53 CST 2003 -- 2.34.1