Introduce ada_binop_exp_operation
authorTom Tromey <tom@tromey.com>
Mon, 8 Mar 2021 14:27:57 +0000 (07:27 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 8 Mar 2021 14:28:35 +0000 (07:28 -0700)
commit065ec8268d5b1eb1895da4328d3bc9a5a5d043d1
treef35f293fc115f0079d571fc1dad0bf7790d9dac6
parent9e99f48f27790c43d5fd663c9eb4c3a19ae49efa
Introduce ada_binop_exp_operation

This adds class ada_binop_exp_operation, which implements BINOP_EXP
for Ada.

gdb/ChangeLog
2021-03-08  Tom Tromey  <tom@tromey.com>

* ada-lang.c (ada_binop_exp): No longer static.
* ada-exp.h (ada_binop_exp_operation): New typedef.
gdb/ChangeLog
gdb/ada-exp.h
gdb/ada-lang.c