X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fstd-operator.def;h=f51dda77762d5009c92b7d8940bb6b3445d6b3ff;hb=6f9b84910f8cabf565598f499258bbea51cc06d4;hp=16014e0914a2a8feac13f120b59bdfc4cad7f3a0;hpb=9c81664074faf6028036d9b3615ab860396b0c81;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/std-operator.def b/gdb/std-operator.def index 16014e0914..f51dda7776 100644 --- a/gdb/std-operator.def +++ b/gdb/std-operator.def @@ -1,6 +1,6 @@ /* Standard language operator definitions for GDB, the GNU debugger. - Copyright (C) 1986-2014 Free Software Foundation, Inc. + Copyright (C) 1986-2015 Free Software Foundation, Inc. This file is part of GDB. @@ -87,18 +87,14 @@ OP (BINOP_VAL) the second operand with itself that many times. */ OP (BINOP_CONCAT) -/* This is the "colon operator" used various places in (the - deleted) Chill. */ -OP (BINOP_RANGE) - /* This must be the highest BINOP_ value, for expprint.c. */ OP (BINOP_END) /* Operates on three values computed by following subexpressions. */ OP (TERNOP_COND) /* ?: */ -/* A sub-string/sub-array. (the deleted) Chill syntax: - OP1(OP2:OP3). Return elements OP2 through OP3 of OP1. */ +/* A sub-string/sub-array. Ada syntax: OP1(OP2..OP3). Return + elements OP2 through OP3 of OP1. */ OP (TERNOP_SLICE) /* Multidimensional subscript operator, such as Modula-2 x[a,b,...].