OSDN Git Service

* doublest.h (store_floating, extract_floating): Add comment
authorAndrew Cagney <cagney@redhat.com>
Mon, 24 Sep 2001 17:16:53 +0000 (17:16 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 24 Sep 2001 17:16:53 +0000 (17:16 +0000)
commite8e46f78df722854f4da3922d1529aacd387a231
tree0526e60d6a2e6d6c72673b565180b0ebce4d3e5b
parent555e77866119a37b58db92689e3f4f056efe40d4
* doublest.h (store_floating, extract_floating): Add comment
indicating these functions are deprecated.
(extract_typed_floating, store_typed_floating): Declare.
* doublest.c: Include "gdbtypes.h".
(extract_typed_floating, store_typed_floating): Define.

* stabsread.c (define_symbol): Use store_typed_floating.
* valarith.c (value_binop): Ditto.
* values.c (unpack_long): Use extract_typed_floating.
(unpack_double): Ditto.
gdb/ChangeLog
gdb/doublest.c
gdb/doublest.h
gdb/stabsread.c
gdb/valarith.c
gdb/values.c