OSDN Git Service

* value.h (unop_promote, binop_promote): Add prototypes.
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 11 Sep 2008 14:14:20 +0000 (14:14 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Thu, 11 Sep 2008 14:14:20 +0000 (14:14 +0000)
commit6a466f224c6f8018e288b6bdf630a8782e97f188
tree21e65bf6e32acecfff434d8f1aee051be27d62b8
parente9ff7d5d866bd91e95b830a0cd60ea7181f23050
* value.h (unop_promote, binop_promote): Add prototypes.
* eval.c (unop_promote, binop_promote): New functions.
* valarith.c (unop_result_type, binop_result_type): Remove.
(value_binop): Call binop_promote or unop_promote.
Inline remaining parts of binop_result_type.  Remove special
code to truncate integer values for unsigned operations.
(value_pos): Call unop_promote.  Inline remaining parts of
unop_result_type.
(value_neg, value_complement): Likewise.
gdb/ChangeLog
gdb/eval.c
gdb/valarith.c
gdb/value.h