summaryrefslogtreecommitdiff
path: root/lib/relocatable.valgrind
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-07-30 13:34:44 +0200
committerBruno Haible <bruno@clisp.org>2017-07-30 13:38:09 +0200
commit1e8195cc6f927b9d5d296c764f40aa11740542b3 (patch)
tree39dc367cbebb6d81b36e223c6e5d197a5c6b44fb /lib/relocatable.valgrind
parentc402c78aa6422c2e0088f84abfa1f5d6f72fbaae (diff)
downloadgnulib-1e8195cc6f927b9d5d296c764f40aa11740542b3.tar.gz
relocatable-lib{,-lgpl}: add Valgrind suppressions
* lib/relocatable.valgrind: New file. * modules/relocatable-lib (Files): Add relocatable.valgrind. * modules/relocatable-lib-lgpl: Likewise.
Diffstat (limited to 'lib/relocatable.valgrind')
-rw-r--r--lib/relocatable.valgrind8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/relocatable.valgrind b/lib/relocatable.valgrind
new file mode 100644
index 0000000000..c3dfeff41f
--- /dev/null
+++ b/lib/relocatable.valgrind
@@ -0,0 +1,8 @@
+# set_this_relocation_prefix leaks intentionally
+{
+ relocatable/set_this_relocation_prefix
+ Memcheck:Leak
+ fun:malloc
+ fun:set_this_relocation_prefix
+ fun:set_relocation_prefix
+}