pdp11.c (pdp11_f_format, [...]): Update to current definition of struct_real_format.
authorPaul Koning <ni1d@arrl.net>
Tue, 26 Oct 2010 15:00:54 +0000 (11:00 -0400)
committerPaul Koning <pkoning@gcc.gnu.org>
Tue, 26 Oct 2010 15:00:54 +0000 (11:00 -0400)
* config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Update to
current definition of struct_real_format.

From-SVN: r165966

gcc/ChangeLog
gcc/config/pdp11/pdp11.c

index 922b195..c0c8cff 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-26  Paul Koning  <ni1d@arrl.net>
+
+       * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Update to
+       current definition of struct_real_format.
+
 2010-10-26  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/44948
index 78b4283..6850baa 100644 (file)
@@ -63,12 +63,12 @@ const struct real_format pdp11_f_format =
     encode_pdp11_f,
     decode_pdp11_f,
     2,
-    1,
     24,
     24,
     -127,
     127,
     15,
+    15,
     false,
     false,
     false,
@@ -84,12 +84,12 @@ const struct real_format pdp11_d_format =
     encode_pdp11_d,
     decode_pdp11_d,
     2,
-    1,
     56,
     56,
     -127,
     127,
     15,
+    15,
     false,
     false,
     false,