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:
Vladimir N. Makarov 1998-07-08 13:44:21 +00:00 committed by Vladimir Makarov
parent 2b47c34bb8
commit 15bfc37c69
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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 */