Add helgrind intercepts to have helgrind understanding Ada tasks terination rules
A recent gnatpro version is needed for this to work.

Thanks to these intercepts, some false positive errors are avoided,
and helgrind properly recuperates some internal memory associated
to the terminated task.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14046 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index 60c6109..1c746fc 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,10 @@
 * Helgrind:
   - Helgrind GDB server monitor command 'info locks' giving
     the list of locks, their location, and their status.
+  - Helgrind now understands the Ada task termination rules
+    and creates a 'H-B relationship' between a terminated task and
+    its master. This only works with gnatpro >= 7.3.0w-20140611
+    or gcc >= ????? (TBD: check when changes pushed to FSF gcc).
 
 * Callgrind:
   - callgrind_control now supports the --vgdb-prefix argument,