]>
Commit | Line | Data |
---|---|---|
3209eb1c | 1 | # Copyright (C) 2012-2015 Free Software Foundation, Inc. |
bcbbf654 AD |
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 | ||
32ea6125 AD |
18 | # Linux prague 4.1.2-2-ARCH #1 SMP PREEMPT Wed Jul 15 08:30:32 UTC 2015 |
19 | # x86_64 GNU/Linux | |
bcbbf654 | 20 | { |
32ea6125 | 21 | Probably exception handling from G++ 5.1. |
bcbbf654 | 22 | Memcheck:Leak |
32ea6125 | 23 | match-leak-kinds: reachable |
bcbbf654 | 24 | fun:malloc |
32ea6125 AD |
25 | fun:pool |
26 | fun:__static_initialization_and_destruction_0 | |
27 | fun:_GLOBAL__sub_I_eh_alloc.cc | |
28 | fun:call_init.part.0 | |
29 | fun:_dl_init | |
30 | obj:/usr/lib/ld-2.21.so | |
bcbbf654 AD |
31 | } |
32 | ||
32ea6125 AD |
33 | # Linux seattle 2.6.32-5-amd64 #1 SMP Thu Mar 22 17:26:33 UTC 2012 |
34 | # x86_64 GNU/Linux | |
bcbbf654 | 35 | { |
32ea6125 AD |
36 | index |
37 | Memcheck:Cond | |
38 | fun:index | |
39 | fun:expand_dynamic_string_token | |
40 | fun:_dl_map_object | |
41 | fun:map_doit | |
42 | fun:_dl_catch_error | |
43 | fun:do_preload | |
44 | fun:dl_main | |
45 | fun:_dl_sysdep_start | |
46 | fun:_dl_start | |
47 | obj:/lib/ld-2.11.3.so | |
bcbbf654 | 48 | } |