perf tools: Fix dwarf-aux.c compilation on i386
authorJiri Olsa <jolsa@kernel.org>
Fri, 15 May 2015 16:23:11 +0000 (18:23 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 15 May 2015 19:59:43 +0000 (16:59 -0300)
commitc1b9034db7c85428f96db4ecf77abbf02d96de71
tree7d74a133dc70744fc8dea704633b1b53dde52c5f
parentf812d3045c2385ac16237e68b156859c4005526e
perf tools: Fix dwarf-aux.c compilation on i386

Replacing %lu format strings for Dwarf_Addr type with PRIu64 as it fits
for Dwarf_Addr (defined as uint64_t) type and works also on both 32/64
bits.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: He Kuang <hekuang@huawei.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1431706991-15646-1-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/dwarf-aux.c