]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/stabsread.c
* 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)
commit96d2f608dcfdd177211dbb65b607d3bc03d1b320
treed8af318ce072f6251da5ca6bc159c7a6b490a53d
parent2f8d8971c6c9992e015c50639186db1e6ad2f0c4
* 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