xref: /netbsd-src/external/gpl3/gdb/dist/gnulib/import/rawmemchr.valgrind (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
18dffb485Schristos# Suppress a valgrind message about use of uninitialized memory in rawmemchr().
28dffb485Schristos
3*4b169a6bSchristos# Copyright (C) 2008-2022 Free Software Foundation, Inc.
48dffb485Schristos#
5*4b169a6bSchristos# This file is free software: you can redistribute it and/or modify
6*4b169a6bSchristos# it under the terms of the GNU Lesser General Public License as
7*4b169a6bSchristos# published by the Free Software Foundation; either version 2.1 of the
8*4b169a6bSchristos# License, or (at your option) any later version.
98dffb485Schristos#
10*4b169a6bSchristos# This file is distributed in the hope that it will be useful,
118dffb485Schristos# but WITHOUT ANY WARRANTY; without even the implied warranty of
128dffb485Schristos# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13*4b169a6bSchristos# GNU Lesser General Public License for more details.
148dffb485Schristos#
15*4b169a6bSchristos# You should have received a copy of the GNU Lesser General Public License
168dffb485Schristos# along with this program.  If not, see <https://www.gnu.org/licenses/>.
178dffb485Schristos
188dffb485Schristos# This use is OK because it provides only a speedup.
198dffb485Schristos{
208dffb485Schristos    rawmemchr-value4
218dffb485Schristos    Memcheck:Value4
228dffb485Schristos    fun:rawmemchr
238dffb485Schristos}
248dffb485Schristos{
258dffb485Schristos    rawmemchr-value8
268dffb485Schristos    Memcheck:Value8
278dffb485Schristos    fun:rawmemchr
288dffb485Schristos}
29