OSDN Git Service

* expression.h (enum exp_opcode): Document OP_COMPLEX to take
authoruweigand <uweigand>
Thu, 11 Sep 2008 14:12:15 +0000 (14:12 +0000)
committeruweigand <uweigand>
Thu, 11 Sep 2008 14:12:15 +0000 (14:12 +0000)
commit3ecaa241c1463ac47574d6d92cb1cd7fc7d7b71f
tree781014d82243a0f02b5822c57b015da7a21bef79
parent84f4e90fdc66446516a66b2bc638f372defdf2ac
* 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