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
This commit is contained in:
Paul Koning 2010-10-26 11:00:54 -04:00 committed by Paul Koning
parent f28e93a8a5
commit 6e2f8c15bc
2 changed files with 7 additions and 2 deletions

View 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

View 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,