summaryrefslogtreecommitdiffstats
path: root/perf-gcc460-build-fixes.patch
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2011-01-25 13:19:18 -0500
committerKyle McMartin <kyle@redhat.com>2011-01-25 13:19:18 -0500
commit84056ee1b86b6b8a96e32e54acf287912ada63df (patch)
tree31424764b9ebdff83440cfaaae132fba2a22d872 /perf-gcc460-build-fixes.patch
parentcfdfd01df88603fcc4dc5bca6ad164a5fb191fec (diff)
downloadkernel-84056ee1b86b6b8a96e32e54acf287912ada63df.tar.gz
kernel-84056ee1b86b6b8a96e32e54acf287912ada63df.tar.xz
kernel-84056ee1b86b6b8a96e32e54acf287912ada63df.zip
update to snapshot 2.6.38-rc2-git3
fix context in perf-gcc460-build-fixes.patch
Diffstat (limited to 'perf-gcc460-build-fixes.patch')
-rw-r--r--perf-gcc460-build-fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf-gcc460-build-fixes.patch b/perf-gcc460-build-fixes.patch
index 19fbffd06..074ab6f20 100644
--- a/perf-gcc460-build-fixes.patch
+++ b/perf-gcc460-build-fixes.patch
@@ -119,7 +119,7 @@ index 05344c6..373cfc0 100644
- len = sym->end - sym->start;
-
sprintf(command,
- "objdump --start-address=%#0*Lx --stop-address=%#0*Lx -dS %s",
+ "objdump --start-address=%#0*" PRIx64 " --stop-address=%#0*" PRIx64 " -dS %s",
BITS_PER_LONG / 4, map__rip_2objdump(map, sym->start),
@@ -1295,7 +1292,7 @@ static int __cmd_top(void)
{