|
From: Bart V. A. <bar...@gm...> - 2008-04-26 08:17:55
|
On Fri, Apr 25, 2008 at 1:33 PM, <sv...@va...> wrote: > Author: dirk > Date: 2008-04-25 12:33:30 +0100 (Fri, 25 Apr 2008) > New Revision: 7915 > > Log: > glibc 2.8 has the very same checking reports as did > glibc 2.7 have.. as did glibc 2.6, as did glibc 2.5, as did glibc 2.4 > as did glibc 2.4. so consolidate into one suppression file Hello Dirk, Although your modifications are OK they break Valgrind on OpenSUSE 11. This is because of a bug in the OpenSUSE glibc-devel package: $ rpm -qf /usr/include/features.h glibc-devel-2.8-6 $ grep 'define.*__GLIBC_MINOR__' /usr/include/features.h #define __GLIBC_MINOR__ 7 Bart. |