Commit 6e2f8c15 by Paul Koning Committed by Paul Koning

pdp11.c (pdp11_f_format, [...]): Update to current definition of struct_real_format.

* config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Update to
current definition of struct_real_format.

From-SVN: r165966
parent f28e93a8
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
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment