Hide the implementation of gdb_mpf
authorTom Tromey <tromey@adacore.com>
Thu, 23 Feb 2023 17:45:47 +0000 (10:45 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 14 Mar 2023 14:16:39 +0000 (08:16 -0600)
commitd0aa28e155baf16ec37afdf0193c3d58816c1927
treecd62ed889ad6e8a5ed1ff19708f8eca92e1de947
parent8176838655f6e1174cae2e3670ba172fa7b232db
Hide the implementation of gdb_mpf

This renames the data member of gdb_mpf and makes it private.  It also
adds a single new method to aid in this change.  Unlike the earlier
changes here, I did this one all together because gdb_mpf has very few
uses.
gdb/gmp-utils.h
gdb/valprint.c