Implement Ada equality operators
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:32 +0000 (07:28 -0700)
commit6e8fb7b723199eed2706e5ef9ee464ed8b467f7f
tree11d3fc419f081f59781ed3fd22bdb0f9130b3d26
parentd9e7db065eb663303dc8f0dad2c784dde9df6555
Implement Ada equality operators

This implements the Ada equal and not-equal operators.

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

* ada-lang.c (ada_equal_binop): No longer static.
* ada-exp.h (class ada_binop_equal_operation): New.
gdb/ChangeLog
gdb/ada-exp.h
gdb/ada-lang.c