2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Wed, 11 Jun 2003 22:03:16 +0000 (22:03 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Wed, 11 Jun 2003 22:03:16 +0000 (22:03 +0000)
        * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
        bits to 128.

gdb/ChangeLog
gdb/ia64-tdep.c

index 67fa68a..065be20 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-11  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * ia64-tdep.c (ia64_gdbarch_init): Set number of long double 
+       bits to 128.
+
 2003-06-11  Andrew Cagney  <cagney@redhat.com>
 
        * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
index 9d829c5..9866fa5 100644 (file)
@@ -2243,7 +2243,7 @@ ia64_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   set_gdbarch_long_long_bit (gdbarch, 64);
   set_gdbarch_float_bit (gdbarch, 32);
   set_gdbarch_double_bit (gdbarch, 64);
-  set_gdbarch_long_double_bit (gdbarch, 64);
+  set_gdbarch_long_double_bit (gdbarch, 128);
   set_gdbarch_ptr_bit (gdbarch, 64);
 
   set_gdbarch_num_regs (gdbarch, ia64_num_regs);