Commit 15bfc37c by Vladimir N. Makarov Committed by Vladimir Makarov

fp-bit.c (__gexf2, [...]): Add function stubs.

	* config/fp-bit.c (__gexf2, __fixxfsi, __floatsixf): Add function
	stubs.

From-SVN: r21009
parent 2b47c34b
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(); } ...@@ -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 */
......
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