X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fstd-operator.def;h=505d96b98cb468720113a02446fcc588535fe6a6;hb=8465445732dc04c3fb6cf954274e12d06b274f08;hp=c33a287c2a6d2c63538d7431d51249c338353f71;hpb=ae8fddda32d161ea0d8606fdd71349230d5b0ad6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/std-operator.def b/gdb/std-operator.def index c33a287c2a..505d96b98c 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-2016 Free Software Foundation, Inc. This file is part of GDB. @@ -93,8 +93,8 @@ 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,...].