]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* expression.h (enum exp_opcode): Document OP_COMPLEX to take
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 11 Sep 2008 14:12:15 +0000 (14:12 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Thu, 11 Sep 2008 14:12:15 +0000 (14:12 +0000)
commitc806c55a0672b52f228ce56f5bf57f065c447506
tree1ba1bd00de1325503ac16e28493fec8e1d0ef10a
parentfbb06eb1ba120adde645d64133f5a9bbf2d62ec7
* expression.h (enum exp_opcode): Document OP_COMPLEX to take
a type parameter as expression element.
* eval.c (evaluate_subexp_standard) [OP_COMPLEX]: Retrieve result
type as expression element.
* f-exp.y: Pass in type when buildin OP_COMPLEX expression.
* parse.c (operator_length_standard): Update length of OP_COMPLEX.
gdb/ChangeLog
gdb/eval.c
gdb/expression.h
gdb/f-exp.y
gdb/parse.c