valgrind: Suppress glibc's optiized strcasecmp harder.
[oota-llvm.git] / utils / valgrind / x86_64-pc-linux-gnu.supp
index 0e2fdd166ebb3d1b5b8ba18a613302379136d03f..fc863b85e2911e2642ee9c256be5fa2242d360f9 100644 (file)
 {
   suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
   Memcheck:Value8
-  fun: *strcasecmp*
+  fun:__GI___strcasecmp_l
+}
+
+{
+  suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
+  Memcheck:Addr8
+  fun:__GI___strcasecmp_l
 }