fp-bit.c (__gexf2, [...]): Add function stubs.
* config/fp-bit.c (__gexf2, __fixxfsi, __floatsixf): Add function stubs. From-SVN: r21009
This commit is contained in:
parent
2b47c34bb8
commit
15bfc37c69
@ -1,5 +1,8 @@
|
|||||||
1998-07-08 Vladimir N. Makarov <vmakarov@cygnus.com>
|
1998-07-08 Vladimir N. Makarov <vmakarov@cygnus.com>
|
||||||
|
|
||||||
|
* config/fp-bit.c (__gexf2, __fixxfsi, __floatsixf): Add function
|
||||||
|
stubs.
|
||||||
|
|
||||||
* toplev.c (lang_options): Add -Wlong-long, -Wno-long-long
|
* toplev.c (lang_options): Add -Wlong-long, -Wno-long-long
|
||||||
options.
|
options.
|
||||||
* c-decl.c (warn_long_long): Define.
|
* c-decl.c (warn_long_long): Define.
|
||||||
|
@ -150,6 +150,9 @@ __negtf2 (){ abort(); }
|
|||||||
__netf2 (){ abort(); }
|
__netf2 (){ abort(); }
|
||||||
__subtf3 (){ abort(); }
|
__subtf3 (){ abort(); }
|
||||||
__trunctfdf2 (){ abort(); }
|
__trunctfdf2 (){ abort(); }
|
||||||
|
__gexf2 (){ abort(); }
|
||||||
|
__fixxfsi (){ abort(); }
|
||||||
|
__floatsixf (){ abort(); }
|
||||||
#else /* !EXTENDED_FLOAT_STUBS, rest of file */
|
#else /* !EXTENDED_FLOAT_STUBS, rest of file */
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user