* ada-lang.c (cast_to_fixed): Do not cast to builtin_type_double.
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 11 Sep 2008 14:18:34 +0000 (14:18 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Thu, 11 Sep 2008 14:18:34 +0000 (14:18 +0000)
commita53b7a21e59731ac4d6980b7787edcf2eb61944f
treea9d7cc16d789835a000e8f975425af184bc6ddda
parent22fe0fbb30429cd8f4f086a1da5d4821433e6a41
* ada-lang.c (cast_to_fixed): Do not cast to builtin_type_double.
(cast_from_fixed_to_double): Rename to ...
(cast_from_fixed): ... this.  Add TYPE parameter.  Use it instead
of builtin_type_double.
(ada_value_cast): Use cast_from_fixed instead of casting result
of cast_from_fixed_to_double.
(ada_evaluate_subexp): Update calls to cast_from_fixed_to_double.
gdb/ChangeLog
gdb/ada-lang.c
This page took 0.033526 seconds and 4 git commands to generate.