Rename gdb_mpq::val and make contents private
authorTom Tromey <tromey@adacore.com>
Thu, 23 Feb 2023 17:37:31 +0000 (10:37 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 14 Mar 2023 14:16:39 +0000 (08:16 -0600)
commit8176838655f6e1174cae2e3670ba172fa7b232db
treee088b4ac4cebb76ca0e97953e678e9ac41b575b9
parent7607de943130608a0798a550581b15331d140825
Rename gdb_mpq::val and make contents private

This changes gdb_mpq 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