From: Chris Lattner Date: Fri, 3 Dec 2004 17:21:33 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=14d6b75c10f759589edd039b74845b4e3e7c621f;p=oota-llvm.git Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18460 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7572b8fd644..1c3d8be1e2c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -254,6 +254,8 @@ were fixed: tables defined
  • [X86] llc output for functions w/certain names tickles GNU 'as' bugs
  • +
  • [cbackend] Static globals are + prototyped as 'extern'
  • Bugs in the C/C++ front-end: