diff options
-rw-r--r-- | docs/ReleaseNotes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index fbbc747ac1..0613e38928 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -74,7 +74,8 @@ on Mac OSX).</li><p> <li>LLVM has been <a href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000554.html">moved into an 'llvm' C++ namespace</a>, for easier integration with third-party -code.</a></li> +code.</a> Note that due to a bug in GDB 5.x, to debug namespacified LLVM code, +you will need to upgrade to GDB 6.</li> </ol><p> |