1# Copyright (C) 2012 Free Software Foundation, Inc.
2
3# This program is free software: you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by
5# the Free Software Foundation, either version 3 of the License, or
6# (at your option) any later version.
7#
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY; without even the implied warranty of
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11# GNU General Public License for more details.
12#
13# You should have received a copy of the GNU General Public License
14# along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
16# Valgrind suppression file for Bison.
17
18{
19   Mac OS X initialization
20   Memcheck:Leak
21   fun:?alloc*
22   ...
23   fun:*ImageLoader*
24}
25
26{
27   Mac OS X initialization
28   Memcheck:Leak
29   fun:?alloc*
30   ...
31   fun:*dyld*
32}
33
34{
35   Mac OS X initialization
36   Memcheck:Leak
37   fun:?alloc*
38   ...
39   fun:__CFInitialize
40}
41
42{
43   Mac OS X I/O buffer
44   Memcheck:Leak
45   fun:malloc
46   fun:__smakebuf
47   fun:__swsetup
48   fun:__sfvwrite
49   fun:fwrite
50}
51
52{
53   Mac OS X I/O buffer
54   Memcheck:Leak
55   fun:malloc
56   fun:__smakebuf
57   fun:__swsetup
58   fun:__swbuf
59   fun:putchar
60}
61
62# Local Variables:
63# mode: shell-script
64# End:
65