This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2 8/8] Rename OP_F90_RANGE to OP_RANGE.
- From: Pedro Alves <palves at redhat dot com>
- To: Tom Tromey <tom at tromey dot com>, gdb-patches at sourceware dot org
- Date: Wed, 27 Apr 2016 22:26:09 +0100
- Subject: Re: [PATCH v2 8/8] Rename OP_F90_RANGE to OP_RANGE.
- Authentication-results: sourceware.org; auth=none
- References: <1461789279-15996-1-git-send-email-tom at tromey dot com> <1461789279-15996-9-git-send-email-tom at tromey dot com>
On 04/27/2016 09:34 PM, Tom Tromey wrote:
> This renames OP_F90_RANGE to OP_RANGE, and similarly renames the
> f90_range_type enum.
>
> 2016-04-27 Tom Tromey <tom@tromey.com>
>
> * std-operator.def (OP_RANGE): Rename from OP_F90_RANGE.
> * rust-lang.c: Don't include f-lang.h.
> (rust_range, rust_compute_range, rust_subscript)
> (rust_evaluate_subexp): Update.
> * rust-exp.y: Don't include f-lang.h.
> (ast_range, convert_ast_to_expression): Update.
> * parse.c (operator_length_standard): Update.
> * f-lang.h (enum f90_range_type): Move to expression.h.
> * f-exp.y: Use OP_RANGE.
> * expression.h (enum range_type): New enum; renamed from
> f90_range_type.
> * expprint.c: Don't include f-lang.h.
> (print_subexp_standard, dump_subexp_body_standard): Use OP_RANGE.
> * eval.c (value_f90_subarray, evaluate_subexp_standard): Update.
OK.
Thanks,
Pedro Alves