Rename gdb_mpz::val and make contents private
authorTom Tromey <tromey@adacore.com>
Thu, 23 Feb 2023 17:05:58 +0000 (10:05 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 14 Mar 2023 14:16:39 +0000 (08:16 -0600)
commit7aeae94f88791399ca4b50f850c36180de420e92
treeea10e0294332f7f6fdf5360c12df46e061d32bd1
parent302273ca843fc3ddbe8210e6d30459316bf04f0e
Rename gdb_mpz::val and make contents private

This changes gdb_mpz to hide its data, and renames the data member
from 'val' to 'm_val', following gdb convention.
gdb/gmp-utils.c
gdb/gmp-utils.h