X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=include%2Ffloatformat.h;h=0fc8e75dc8b3316a05022406c8d75e296ad9a7be;hp=c5f60a3cd93a285dfb8d3e063a614bd196a7a125;hb=b2d1762876ba5bb6106070e8f3cf6440bb43ea0d;hpb=224d1be8f8f43018b693a591fb2b8ca813aa5f1d diff --git a/include/floatformat.h b/include/floatformat.h index c5f60a3cd93..0fc8e75dc8b 100644 --- a/include/floatformat.h +++ b/include/floatformat.h @@ -96,6 +96,8 @@ struct floatformat /* floatformats for IEEE single and double, big and little endian. */ +extern const struct floatformat floatformat_ieee_half_big; +extern const struct floatformat floatformat_ieee_half_little; extern const struct floatformat floatformat_ieee_single_big; extern const struct floatformat floatformat_ieee_single_little; extern const struct floatformat floatformat_ieee_double_big;