From: Brian Gaeke Date: Tue, 9 Mar 2004 05:43:59 +0000 (+0000) Subject: b00g fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bd1c2853e81369d175dcfa0260e479dad8ae15bc;p=oota-llvm.git b00g fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12257 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4f387af562a..96401c23723 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -215,6 +215,7 @@ cause use of invalid pointers!
  • Linking weak and strong global variables is dependent on link order
  • Variables used to define non-printable FP constants are externally visible
  • CBE gives linkonce functions wrong linkage semantics
  • +
  • [JIT] Programs cannot resolve the fstat function