Split out eval_op_equal
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:01 +0000 (07:28 -0700)
commit0cc96de858823ae76c23430b71304e306e55f861
tree199c2dcce009c2832bf79684a0e32cb647989eee
parent288d26bcd841072069237b03d8c1197aa68560d0
Split out eval_op_equal

This splits BINOP_EQUAL into a new function for future use.

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

* eval.c (eval_op_equal): New function.
(evaluate_subexp_standard): Use it.
gdb/ChangeLog
gdb/eval.c