Remove unused Modula-2 opcodes
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:42 +0000 (07:28 -0700)
commitd357570da8c055765d243a140be2fae9811a051d
treefcdab4625ce20840e3d40581179744a64aff3f0b
parent0922dc847e90e6ab53acd2ef7725103e027126b9
Remove unused Modula-2 opcodes

As noted in an earlier patch, Modula-2 defined some opcodes but then
never implemented them.  This patch removes the unnecessary constants.

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

* std-operator.def (UNOP_CAP, UNOP_CHR, UNOP_ORD, UNOP_FLOAT)
(UNOP_MAX, UNOP_MIN, UNOP_ODD, UNOP_TRUNC, OP_M2_STRING): Remove.
gdb/ChangeLog
gdb/std-operator.def
This page took 0.024738 seconds and 4 git commands to generate.