aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/delta-assign
AgeCommit message (Collapse)AuthorFilesLines
2025-04-08Update copyright dates to include 2025Tom Tromey3-3/+3
This updates the copyright headers to include 2025. I did this by running gdb/copyright.py and then manually modifying a few files as noted by the script. Approved-By: Eli Zaretskii <eliz@gnu.org>
2024-03-21Implement Ada 2022 delta aggregatesTom Tromey3-0/+89
Ada 2022 includes a "delta aggregates" feature that can sometimes simplify aggregate creation. This patch implements this feature for GDB.