aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/delta-assign/main.adb
AgeCommit message (Collapse)AuthorFilesLines
8 daysUpdate copyright dates to include 2025Tom Tromey1-1/+1
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 Tromey1-0/+24
Ada 2022 includes a "delta aggregates" feature that can sometimes simplify aggregate creation. This patch implements this feature for GDB.