]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Introduce concat_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:19 +0000 (07:28 -0700)
commite51e26a090053f8f8354692fff6dce20ed2e47ba
tree9f703afaf461c5eaa05838e8e4b0b3843f89c09f
parent07f724a8c604cdfa1639f757e577dd6eb9caed25
Introduce concat_operation

This adds class concat_operation, which implements BINOP_CONCAT.

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

* expop.h (class concat_operation): New.
* eval.c (eval_op_concat): No longer static.  Remove "op"
parameter.
(evaluate_subexp_standard): Update.
gdb/ChangeLog
gdb/eval.c
gdb/expop.h