Fix register printing in disassembling of push/pop of segment registers and in/out...
[oota-llvm.git] / utils / valgrind / x86_64-pc-linux-gnu.supp
index 3d15d714701453a02816ac3d85c73598fc21b05c..fc863b85e2911e2642ee9c256be5fa2242d360f9 100644 (file)
    obj:/lib/ld*.so
 }
 
+{
+  suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
+  Memcheck:Value8
+  fun:__GI___strcasecmp_l
+}
+
+{
+  suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
+  Memcheck:Addr8
+  fun:__GI___strcasecmp_l
+}