* doublest.c (NAN): Remove unused define.
authorUlrich Weigand <uweigand@de.ibm.com>
Mon, 18 May 2009 13:43:35 +0000 (13:43 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Mon, 18 May 2009 13:43:35 +0000 (13:43 +0000)
commite035e3736f445850fa1372f8d2a7f403cf1cf6a7
tree119a71eb84046a9fe4a6772a92331a541824b190
parent487df32df7f09e694bc8f4bc9e5aa7f55c50eb58
* doublest.c (NAN): Remove unused define.
(extract_floating_by_length, deprecated_extract_floating): Remove.
(store_floating_by_length, deprecated_store_floating): Remove.
(extract_typed_floating): Do not call extract_floating_by_length.
(store_typed_floating): Do not call store_floating_by_length.
(convert_typed_floating): Remove redundant assertions.
* doublest.h (deprecated_extract_floating): Remove.
(deprecated_store_floating): Remove.
* sh64-tdep.c (sh64_register_convert_to_raw): Call
extract_typed_floating instead of deprecated_extract_floating.
gdb/ChangeLog
gdb/doublest.c
gdb/doublest.h
gdb/sh64-tdep.c
This page took 0.024366 seconds and 4 git commands to generate.