diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-28 00:09:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-28 00:09:38 +0000 |
commit | 9b5d395b410ba1509660c9d718410677b8c55c5e (patch) | |
tree | 4e1f89ce392eb994fc68533f4e2dd6b445e8e11c /docs | |
parent | 393db9ddfd24480350efbba66b3ed4a570e5c06c (diff) |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18295 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8d52a921ae..ad595478d1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -266,6 +266,8 @@ were fixed:</a> array with constructors in hard EH situations</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR397">[llvm-gcc] Inline function redefinitions error due to 'asm' function rename</a></li> + <li><A href="http://llvm.cs.uiuc.edu/PR244">[llvm-gcc] Error when an + implicitly external function is re-declared as static</a></li> </ol> <p>Bugs fixed in the Sparc V9 back-end:</p> |