summaryrefslogtreecommitdiff
path: root/gdb/std-operator.def
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2014-04-15 11:10:56 +0800
committerYao Qi <yao@codesourcery.com>2014-07-21 03:46:33 +0800
commit9c81664074faf6028036d9b3615ab860396b0c81 (patch)
treefd571939669a4151a5d6e78e700ef761f83585e1 /gdb/std-operator.def
parent018dc9bedf40d528f1d05d56555e20ed54a77dc3 (diff)
downloadbinutils-gdb-9c81664074faf6028036d9b3615ab860396b0c81.tar.gz
Remove operator BINOP_IN
Chill language support was removed several years ago, and BINOP_IN isn't used for Pascal. This patch is to remove BINOP_IN. gdb: 2014-07-20 Yao Qi <yao@codesourcery.com> * std-operator.def: Remove BINOP_IN. * breakpoint.c (watchpoint_exp_is_const): Update. * eval.c (evaluate_subexp_standard): Likewise. * expprint.c (dump_subexp_body_standard): Likewise.
Diffstat (limited to 'gdb/std-operator.def')
-rw-r--r--gdb/std-operator.def3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/std-operator.def b/gdb/std-operator.def
index e530654ffda..16014e0914a 100644
--- a/gdb/std-operator.def
+++ b/gdb/std-operator.def
@@ -87,9 +87,6 @@ OP (BINOP_VAL)
the second operand with itself that many times. */
OP (BINOP_CONCAT)
-/* For (the deleted) Chill and Pascal. */
-OP (BINOP_IN) /* Returns 1 iff ARG1 IN ARG2. */
-
/* This is the "colon operator" used various places in (the
deleted) Chill. */
OP (BINOP_RANGE)