commit | 7607de943130608a0798a550581b15331d140825 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Feb 23 10:34:22 2023 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Tue Mar 14 08:16:39 2023 -0600 |
tree | cc6210f9401bd09698df64c6e4eadd6d731bb7e0 | |
parent | 7aeae94f88791399ca4b50f850c36180de420e92 [diff] |
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.