Unused function in procfs.c on alpha-tru64.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 20 Apr 2010 22:36:35 +0000 (22:36 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 20 Apr 2010 22:36:35 +0000 (22:36 +0000)
commit1ca8fce0468fd95a151c232ce91cd181eab5d4fe
tree5273bf708d2ba66ba544967ddb513f14df132e73
parente9ef4f394d34b122da58a2706deb7e5f4f131a5b
Unused function in procfs.c on alpha-tru64.

The procfs_address_to_host_pointer function was not used outside of
alpha-tru64, and thus was triggering a compiler warning.  Adjusted
accordingly.

gdb/ChangeLog:

        * procfs.c (procfs_address_to_host_pointer): Only define when used.
gdb/ChangeLog
gdb/procfs.c