diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-11-27 17:39:30 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-11-27 17:39:30 +0000 |
commit | 2bf50f6ff30b7eee9f5d524093440e4a6f197049 (patch) | |
tree | a9598bab221ca18c4d99a46d63a1a721d5024297 /gdb/python/py-value.c | |
parent | 744ab88c495eb1ab30b18480aa199f53ab70ff89 (diff) | |
download | binutils-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