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 67fa68aadaf3d0496c396f877b8282d309ee2bcc..065be20dcda802b1d1a6c5962da08c622d787ebc 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 9d829c5821195e0a1313d44e124cc02d8202ff20..9866fa5371d27683d3a9fe51581b6312f8af8574 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);
This page took 0.038208 seconds and 4 git commands to generate.