Add operators and methods to gdb_mpq
authorTom Tromey <tromey@adacore.com>
Thu, 23 Feb 2023 17:34:22 +0000 (10:34 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 14 Mar 2023 14:16:39 +0000 (08:16 -0600)
commit7607de943130608a0798a550581b15331d140825
treecc6210f9401bd09698df64c6e4eadd6d731bb7e0
parent7aeae94f88791399ca4b50f850c36180de420e92
Add operators and methods to gdb_mpq

This adds some operators and methods to gdb_mpq, in preparation for
making its implementation private.

This only adds the operators currently needed by gdb.  More could be
added as necessary.
gdb/gmp-utils.h
gdb/unittests/gmp-utils-selftests.c
gdb/valarith.c
gdb/valops.c