diff options
author | Tom Tromey <tromey@adacore.com> | 2023-03-01 15:13:21 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-03-27 08:20:29 -0600 |
commit | 303a881f8789733248f27af0c872d356a34be009 (patch) | |
tree | 9ffda24d7cd521e72e568bae8d8df20e5c94bc7a /gdb/NEWS | |
parent | d784fa8fb2936fb9bd2ebb8e1854b855ca206d96 (diff) | |
download | gdb-303a881f8789733248f27af0c872d356a34be009.zip gdb-303a881f8789733248f27af0c872d356a34be009.tar.gz gdb-303a881f8789733248f27af0c872d356a34be009.tar.bz2 |
Use gdb_gmp for scalar arithmetic
This changes gdb to use scalar arithmetic for expression evaluation.
I suspect this patch is not truly complete, as there may be code paths
that still don't correctly handle 128-bit integers. However, many
things do work now.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30190
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ *** Changes since GDB 13 +* GDB now has some support for integer types larger than 64 bits. + * Removed targets and native configurations GDB no longer supports AIX 4.x, AIX 5.x and AIX 6.x. The minimum supported |