Remove operator BINOP_IN
authorYao Qi <yao@codesourcery.com>
Tue, 15 Apr 2014 03:10:56 +0000 (11:10 +0800)
committerYao Qi <yao@codesourcery.com>
Sun, 20 Jul 2014 19:46:33 +0000 (03:46 +0800)
commit9c81664074faf6028036d9b3615ab860396b0c81
treefd571939669a4151a5d6e78e700ef761f83585e1
parent018dc9bedf40d528f1d05d56555e20ed54a77dc3
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.
gdb/ChangeLog
gdb/breakpoint.c
gdb/eval.c
gdb/expprint.c
gdb/std-operator.def
This page took 0.026157 seconds and 4 git commands to generate.