diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2010-06-02 00:40:40 +0000 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2010-06-02 00:40:40 +0000 |
commit | 7cf3118a8d89a5b59633c5724faeb15d46747205 (patch) | |
tree | f3d735e5dcc2717ad5f8868a4015395d4465108a /gdb/ChangeLog | |
parent | c46581e9f4ccc877ec19777d036e48b833c981a7 (diff) | |
download | gdb-7cf3118a8d89a5b59633c5724faeb15d46747205.zip gdb-7cf3118a8d89a5b59633c5724faeb15d46747205.tar.gz gdb-7cf3118a8d89a5b59633c5724faeb15d46747205.tar.bz2 |
2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
* expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
BINOP_EXCL.
(op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
(dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
UNOP_CHMAX, UNOP_CHMIN.
* expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
UNOP_CHMIN>: Remove opcodes.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 176a6ec..4fe625b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com> + + * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL, + BINOP_EXCL. + (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL, + UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH. + (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL, + BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, + UNOP_CHMAX, UNOP_CHMIN. + * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL, + UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX, + UNOP_CHMIN>: Remove opcodes. + 2010-06-01 Pierre Muller <muller@ics.u-strasbg.fr> * dwarf2read.c (read_func_scope): Do not complain for |