diff options
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2002-12-15 23:09:24 +0000 |
---|---|---|
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2002-12-15 23:09:24 +0000 |
commit | ef0227c3292c6263965cdc555857a72f0e5e6be4 (patch) | |
tree | 8ea18be63a0599bdb51fe670d577fb644a44572e /glibc-2.2.supp | |
parent | dc7a98f5d8e2e4e3b6505cd8a6ebff834af277f8 (diff) |
Suppressions for R H 8.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1383 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'glibc-2.2.supp')
-rw-r--r-- | glibc-2.2.supp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/glibc-2.2.supp b/glibc-2.2.supp index 859ed58a..91a56d5f 100644 --- a/glibc-2.2.supp +++ b/glibc-2.2.supp @@ -24,6 +24,16 @@ # if Param: name of system call param # if Free: name of free-ing fn) +#-------- For R H 8.0 +{ + elf_dynamic_do_rel.7/_dl_relocate_object_internal/dl_open_worker(Cond) + Memcheck:Cond + fun:elf_dynamic_do_rel.7 + fun:_dl_relocate_object_internal + fun:dl_open_worker +} + + #-------- For R H 7.3 on i686 { _dl_relocate_object*/*libc-2.2.?.so/_dl_catch_error*(Cond) |