]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 1 Feb 2011 18:54:01 +0000 (18:54 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 1 Feb 2011 18:54:01 +0000 (18:54 +0000)
commit56c1241406fe9e7e542f30f773ae2678ab8e7055
tree71dff20fe25be77a3234f19fe5d16439b3918eb3
parent4be0c94123d83c68608a584f778f376cd4c11902
gdb/
Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
* ada-operator.inc: Rename the file to ...
* ada-operator.def: ... here, wrap all the entries by macro OP.
* expprint.c (op_name_standard): Remove all the entries.  Include
"std-operator.def" instead.
* expression.h (enum exp_opcode): Include "std-operator.def" and
"ada-operator.def".  Move all the entries ...
* std-operator.def: ... here, wrap all the entries by macro OP.
gdb/ChangeLog
gdb/ada-operator.def [new file with mode: 0644]
gdb/ada-operator.inc [deleted file]
gdb/expprint.c
gdb/expression.h
gdb/std-operator.def [new file with mode: 0644]