diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-06-02 01:59:13 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-06-02 01:59:13 +0000 |
commit | 52b48a386a3e7ac8718b87a63a52f66503c1081c (patch) | |
tree | 7e97658d371f8ae406a0ed35e706c6b55fdd34bd /gdb/arch-utils.h | |
parent | 9722e73be4f91b51eda185ef26050623443cab92 (diff) | |
download | gdb-52b48a386a3e7ac8718b87a63a52f66503c1081c.tar.gz |
Multiarch TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT,
TARGET_LONG_DOUBLE_FORMAT. Update d10v.
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index 5762cddccd8..a9ff6f52ad9 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -63,4 +63,8 @@ extern gdbarch_prologue_frameless_p_ftype generic_prologue_frameless_p; extern int core_addr_lessthan (CORE_ADDR lhs, CORE_ADDR rhs); extern int core_addr_greaterthan (CORE_ADDR lhs, CORE_ADDR rhs); +/* Floating point values. */ +extern const struct floatformat *default_float_format (struct gdbarch *gdbarch); +extern const struct floatformat *default_double_format (struct gdbarch *gdbarch); + #endif |