]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Introduce and use aggregate_assigner type
authorTom Tromey <tromey@adacore.com>
Tue, 5 Mar 2024 14:25:08 +0000 (07:25 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 2 Apr 2024 17:24:26 +0000 (11:24 -0600)
commitd9d782dd8b6c3665c28f6b610175a0756a7805a4
treea673e1724f14062e581bb43370169275d28067cb
parentc2cf30e7608093773286081ebfc4067246ecba7e
Introduce and use aggregate_assigner type

This patch is a refactoring to add a new aggregate_assigner type.
This type is passed to Ada aggregate assignment operations in place of
passing a number of separate arguments.  This new approach makes it
simpler to change some aspects of aggregate assignment behavior.
gdb/ada-exp.h
gdb/ada-lang.c