* 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)
commit4066e6467217a64d3c0517038dfc5dd2566355e1
tree5031e18407ab27c3ea3adde10e176f1ca7cb70a2
parent89eef114606ca0510db54cec2fc60946a91990e8
* 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
This page took 0.025503 seconds and 4 git commands to generate.