OSDN Git Service

* eval.c (evaluate_subexp_standard): Add calls to binop_promote
authoruweigand <uweigand>
Thu, 11 Sep 2008 14:15:00 +0000 (14:15 +0000)
committeruweigand <uweigand>
Thu, 11 Sep 2008 14:15:00 +0000 (14:15 +0000)
commitc031f47b12a295e5726f36495f8cd90be51b7a55
tree39167509de8396e60ae31643477411146e22a492
parent9f847a0c6a00065b466c0c7ba02d735f50bf3e5b
* eval.c (evaluate_subexp_standard): Add calls to binop_promote
and unop_promote before calling value_binop et. al.
* ada-lang.c (ada_evaluate_subexp): Add calls to binop_promote
and unop_promote before calling value_binop et. al.

* valarith.c (value_binop): Do not call binop_promote or unop_promote.
(value_pos): Do not call unop_promote.
(value_neg, value_complement): Likewise.
gdb/ChangeLog
gdb/ada-lang.c
gdb/eval.c
gdb/valarith.c