diff options
| author | Patrick Walton <[email protected]> | 2010-08-05 12:00:34 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-08-05 12:00:34 -0700 |
| commit | 53b01dc0067827ddaf0b9dd13020acdb89fb7a17 (patch) | |
| tree | 06ecea776af78ee24645c2a1734008878ee4666b /src/etc | |
| parent | Mop up workarounds in stdlib no longer required as issue #93 is closed. (diff) | |
| download | rust-53b01dc0067827ddaf0b9dd13020acdb89fb7a17.tar.xz rust-53b01dc0067827ddaf0b9dd13020acdb89fb7a17.zip | |
Add a valgrind suppression for Snow Leopard dyld
Diffstat (limited to 'src/etc')
| -rw-r--r-- | src/etc/x86.supp | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/etc/x86.supp b/src/etc/x86.supp index f829f2ad..beb48223 100644 --- a/src/etc/x86.supp +++ b/src/etc/x86.supp @@ -11,4 +11,14 @@ Memcheck:Leak fun:calloc fun:_dl_allocate_tls -}
\ No newline at end of file +} + +{ + mac-dyld-oddity + Memcheck:Cond + fun:_ZN4dyld5_mainEPK12macho_headermiPPKcS5_S5_ + fun:_ZN13dyldbootstrap5startEPK12macho_headeriPPKcl + fun:_dyld_start + obj:* +} + |