diff options
author | Yao Qi <yao@codesourcery.com> | 2014-04-15 11:10:56 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2014-07-21 03:46:33 +0800 |
commit | 9c81664074faf6028036d9b3615ab860396b0c81 (patch) | |
tree | fd571939669a4151a5d6e78e700ef761f83585e1 /gdb/breakpoint.c | |
parent | 018dc9bedf40d528f1d05d56555e20ed54a77dc3 (diff) | |
download | binutils-9c81664074faf6028036d9b3615ab860396b0c81.zip binutils-9c81664074faf6028036d9b3615ab860396b0c81.tar.gz binutils-9c81664074faf6028036d9b3615ab860396b0c81.tar.bz2 |
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/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 908a1ea..bad375b 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -10602,7 +10602,6 @@ watchpoint_exp_is_const (const struct expression *exp) case BINOP_MAX: case BINOP_INTDIV: case BINOP_CONCAT: - case BINOP_IN: case BINOP_RANGE: case TERNOP_COND: case TERNOP_SLICE: |