aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-16 23:09:16 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-16 23:09:16 +0000
commit17ef5d921164f4f967914d403aa984760f36abee (patch)
treeed883c7ccffb88676f30623153df9c7ceb830225 /gdb/gdbarch.h
parent5d6e06d90f5ae95b3c39fc367dab6796c156ad4b (diff)
downloadgdb-17ef5d921164f4f967914d403aa984760f36abee.zip
gdb-17ef5d921164f4f967914d403aa984760f36abee.tar.gz
gdb-17ef5d921164f4f967914d403aa984760f36abee.tar.bz2
* gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
* gdbarch.h, gdbarch.c: Re-generate.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r--gdb/gdbarch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 90e9e62..da5156c 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -212,7 +212,7 @@ extern void set_gdbarch_double_bit (struct gdbarch *gdbarch, int double_bit);
/* Default (value) for non- multi-arch platforms. */
#if (!GDB_MULTI_ARCH) && !defined (TARGET_LONG_DOUBLE_BIT)
-#define TARGET_LONG_DOUBLE_BIT (2*TARGET_DOUBLE_BIT)
+#define TARGET_LONG_DOUBLE_BIT (8*TARGET_CHAR_BIT)
#endif
extern int gdbarch_long_double_bit (struct gdbarch *gdbarch);