aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-value.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-11-27 17:39:30 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-11-27 17:39:30 +0000
commit2bf50f6ff30b7eee9f5d524093440e4a6f197049 (patch)
treea9598bab221ca18c4d99a46d63a1a721d5024297 /gdb/python/py-value.c
parent744ab88c495eb1ab30b18480aa199f53ab70ff89 (diff)
downloadbinutils-2bf50f6ff30b7eee9f5d524093440e4a6f197049.zip
binutils-2bf50f6ff30b7eee9f5d524093440e4a6f197049.tar.gz
binutils-2bf50f6ff30b7eee9f5d524093440e4a6f197049.tar.bz2
remove use of sprintf_vma in remote_get_tracepoint_status
This function takes a VMA and was forcing us to perform a cast to compile without warning on one platform. Except that the cast caused a warning on sparc-solaris. This patch fixes the problem by using phex_nz instead. gdb/ChangeLog: * remote.c (remote_get_tracepoint_status): Delete addrbuf local variable. Avoid use of sprintf_vma.
Diffstat (limited to 'gdb/python/py-value.c')
0 files changed, 0 insertions, 0 deletions