This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 1/3] Remove OP_BITSTRING
>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:
Yao> 2012-08-10 Yao Qi <yao@codesourcery.com>
Yao> * std-operator.def: Remove OP_BITSTRING.
Yao> * breakpoint.c (watchpoint_exp_is_const): Update.
Yao> * eval.c (evaluate_subexp_standard): Remove handling to
Yao> OP_BITSTRING.
Yao> * expprint.c (print_subexp_standard): Likewise.
Yao> (dump_subexp_body_standard): Likewise.
Yao> * parse.c (operator_length_standard): Likewise.
Yao> * valops.c (value_bitstring): Remove.
Yao> * value.h: Remove the declaration of 'value_bitstring'.
Ok.
Tom