|
From: Petar J. <mip...@gm...> - 2019-12-17 22:53:33
|
On Tue, Dec 17, 2019 at 9:05 PM Matthias Schwarzott <zz...@ge...> wrote: > > I never used mips, but I understand the reason for the patch: > Exclude platforms that are not supported by valgrind from valgrind.h. > > Then any user-code can unconditionally include valgrind.h and call > client-requests without additional checks that valgrind supports the > platform or not. > > On unsupported platforms the macros just end up empty. > I understand what you are saying. My reply was not whether or not to include the patch (it is already in), but rather a note that Valgrind does not support mips16 (in case someone is making an attempt to build it for mips16). Regards, Petar |