From: Philippe Waroquiers Date: Sun, 21 Dec 2014 17:02:38 +0000 (+0000) Subject: 342063 wrong format specifier for test mcblocklistsearch in gdbserver_tests X-Git-Tag: svn/VALGRIND_3_11_0~760 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b08bb282f85809b2f1bdd284730f3a52b8cb7009;p=thirdparty%2Fvalgrind.git 342063 wrong format specifier for test mcblocklistsearch in gdbserver_tests Patch from Ivo Raisr. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14826 --- diff --git a/NEWS b/NEWS index 2e9e57c947..f3704fe889 100644 --- a/NEWS +++ b/NEWS @@ -95,6 +95,7 @@ where XXXXXX is the bug number as listed below. 340922 arm64: unhandled getgroups/setgroups syscalls 341238 Recognize GCC5/DWARFv5 DW_LANG constants (Go, C11, C++11, C++14) 341789 aarch64: shmat fails with valgrind on ARMv8 +342063 wrong format specifier for test mcblocklistsearch in gdbserver_tests n-i-bz Provide implementations of certain compiler builtins to support compilers who may not provide those n-i-bz Old STABS code is still being compiled, but never used. Remove it. diff --git a/gdbserver_tests/mcblocklistsearch.stdinB.gdb b/gdbserver_tests/mcblocklistsearch.stdinB.gdb index 19fe0e5313..ba30a5ed7d 100644 --- a/gdbserver_tests/mcblocklistsearch.stdinB.gdb +++ b/gdbserver_tests/mcblocklistsearch.stdinB.gdb @@ -18,7 +18,7 @@ set $0xA = t continue # # check who points at A -eval "monitor who_points_at 0x%x 1", $0xA +eval "monitor who_points_at 0x%lx 1", $0xA # do a leak check, and then list the blocks lost echo full leak search \n monitor leak_check full reachable any