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 | f0d4cc9e0ec5ad1533782d32bbf5029b2601828f (patch) | |
tree | 694515271aab5920d4cf655104b857ff03479e1a /gdb/arch-utils.h | |
parent | 1b3739704ea05cca80c0401d4b33ad3dc625e6f4 (diff) | |
download | gdb-f0d4cc9e0ec5ad1533782d32bbf5029b2601828f.zip gdb-f0d4cc9e0ec5ad1533782d32bbf5029b2601828f.tar.gz gdb-f0d4cc9e0ec5ad1533782d32bbf5029b2601828f.tar.bz2 |
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 5762cdd..a9ff6f5 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 |