Fix 128-bit integer bug in Ada
authorTom Tromey <tromey@adacore.com>
Wed, 1 Mar 2023 22:13:39 +0000 (15:13 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 27 Mar 2023 14:20:29 +0000 (08:20 -0600)
commit7005080802d695d112530a7c24c9d3d44ee109a3
tree2ac928ddeac271b1e0276ac0ea9bf34ef1b33d67
parent303a881f8789733248f27af0c872d356a34be009
Fix 128-bit integer bug in Ada

While working on 128-bit integer support, I found one spot in Ada that
needed a fix as well.
gdb/ada-lang.c
gdb/testsuite/gdb.ada/verylong.exp [new file with mode: 0644]
gdb/testsuite/gdb.ada/verylong/prog.adb [new file with mode: 0644]