]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Insert name of magic flag.
authorTom Hughes <tom@compton.nu>
Wed, 27 Jul 2005 10:33:08 +0000 (10:33 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 27 Jul 2005 10:33:08 +0000 (10:33 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4282

NEWS

diff --git a/NEWS b/NEWS
index c46f381adb5e3244bbf7d9b126f89e99f47eed04..f4951019566938dff31298eac6d28595b0821f92 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -95,8 +95,7 @@ Other user-visible changes:
 - As part of adding AMD64 support, DWARF2 CFI-based stack unwinding
   support was added.  In principle this means Valgrind can produce
   meaningful backtraces on x86 code compiled with -fomit-frame-pointer
-  providing you also compile your code with [[TODO: Tom: what's the
-  name of the magic flag?]]
+  providing you also compile your code with -fasynchronous-unwind-tables.
 
 - [[TODO: add more here]]