Split out eval_op_notequal
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)
commit1fcb3559382cab6feac678faebe99e65b23d553c
tree92c66ea05f37ab82d595cd8b4189c4dee8c36659
parent0cc96de858823ae76c23430b71304e306e55f861
Split out eval_op_notequal

This splits BINOP_NOTEQUAL into a new function for future use.

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

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