diff options
author | vmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-08 13:44:21 +0000 |
---|---|---|
committer | vmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-08 13:44:21 +0000 |
commit | 21b01032d8a568112b02472c425d1f94c1b6c5a9 (patch) | |
tree | 28bab1b1201e0c962f0d43276678ffc5abf9162e /gcc/config/fp-bit.c | |
parent | 4ccc08851c09e0f6d09bb15a7803763f044a16cb (diff) | |
download | gcc-21b01032d8a568112b02472c425d1f94c1b6c5a9.tar.gz |
* 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
Diffstat (limited to 'gcc/config/fp-bit.c')
-rw-r--r-- | gcc/config/fp-bit.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |