OSDN Git Service

* dfp.h (decimal_binop): Convert LEN_RESULT to input parameter.
authoruweigand <uweigand>
Wed, 3 Jun 2009 17:47:54 +0000 (17:47 +0000)
committeruweigand <uweigand>
Wed, 3 Jun 2009 17:47:54 +0000 (17:47 +0000)
commit34d8a799b459121019319d10ac9dca0cd7a510b7
tree6c2306a9aeec73fa3390439f9c354c8d4175e122
parent453fb5301018a67f7431ca867f34c01085c6b624
* dfp.h (decimal_binop): Convert LEN_RESULT to input parameter.
* dfp.c (promote_decimal): Remove.
(decimal_binop): Convert LEN_RESULT to input parameter.
Remove call to decimal_binop.
(decimal_compare): Remove call to decimal_binop.

* valarith.c (value_binop): Pass desired result type length
to decimal_binop.
gdb/ChangeLog
gdb/dfp.c
gdb/dfp.h
gdb/valarith.c