commit | d0aa28e155baf16ec37afdf0193c3d58816c1927 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Feb 23 10:45:47 2023 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Tue Mar 14 08:16:39 2023 -0600 |
tree | cd62ed889ad6e8a5ed1ff19708f8eca92e1de947 | |
parent | 8176838655f6e1174cae2e3670ba172fa7b232db [diff] |
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.