From 21b01032d8a568112b02472c425d1f94c1b6c5a9 Mon Sep 17 00:00:00 2001 From: vmakarov Date: Wed, 8 Jul 1998 13:44:21 +0000 Subject: * config/fp-bit.c (__gexf2, __fixxfsi, __floatsixf): Add function stubs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21009 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/fp-bit.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/config/fp-bit.c') diff --git a/gcc/config/fp-bit.c b/gcc/config/fp-bit.c index ebb62cd84c0..f4a1e2ad8fd 100644 --- a/gcc/config/fp-bit.c +++ b/gcc/config/fp-bit.c @@ -150,6 +150,9 @@ __negtf2 (){ abort(); } __netf2 (){ abort(); } __subtf3 (){ abort(); } __trunctfdf2 (){ abort(); } +__gexf2 (){ abort(); } +__fixxfsi (){ abort(); } +__floatsixf (){ abort(); } #else /* !EXTENDED_FLOAT_STUBS, rest of file */ -- cgit v1.2.1