|
From: <sv...@va...> - 2014-12-21 17:02:45
|
Author: philippe
Date: Sun Dec 21 17:02:38 2014
New Revision: 14826
Log:
342063 wrong format specifier for test mcblocklistsearch in gdbserver_tests
Patch from Ivo Raisr.
Modified:
trunk/NEWS
trunk/gdbserver_tests/mcblocklistsearch.stdinB.gdb
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sun Dec 21 17:02:38 2014
@@ -95,6 +95,7 @@
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.
Modified: trunk/gdbserver_tests/mcblocklistsearch.stdinB.gdb
==============================================================================
--- trunk/gdbserver_tests/mcblocklistsearch.stdinB.gdb (original)
+++ trunk/gdbserver_tests/mcblocklistsearch.stdinB.gdb Sun Dec 21 17:02:38 2014
@@ -18,7 +18,7 @@
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
|