t-sh (LIB2FUNCS_EXTRA): Now embed-bb.c.

* t-sh (LIB2FUNCS_EXTRA): Now embed-bb.c.
	(embed-bb.c): New rule.
	* config/sh/embed_bb.c: Delete.

From-SVN: r53737
This commit is contained in:
J"orn Rennecke 2002-05-22 16:24:44 +00:00 committed by Joern Rennecke
parent c324db0adf
commit 5ff9435403
3 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,9 @@
Wed May 22 17:08:48 2002 J"orn Rennecke <joern.rennecke@superh.com>
* t-sh (LIB2FUNCS_EXTRA): Now embed-bb.c.
(embed-bb.c): New rule.
* config/sh/embed_bb.c: Delete.
2002-05-22 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (*andorqi3): New.

View File

@ -1,3 +0,0 @@
#define L_bb
#undef inhibit_libc
#include "../../libgcc2.c"

View File

@ -3,7 +3,14 @@ LIB1ASMFUNCS = _ashiftrt _ashiftrt_n _ashiftlt _lshiftrt _movstr \
_movstr_i4 _mulsi3 _sdivsi3 _sdivsi3_i4 _udivsi3 _udivsi3_i4 _set_fpscr \
$(LIB1ASMFUNCS_CACHE)
LIB2FUNCS_EXTRA=$(srcdir)/config/sh/embed_bb.c
LIB2FUNCS_EXTRA=embed-bb.c
embed-bb.c: $(srcdir)/libgcc2.c
echo '#ifdef inhibit_libc' > $@
echo '#define L_bb' >> $@
echo '#undef inhibit_libc' >> $@
cat $< >> $@
echo '#endif' >> $@
# We want fine grained libraries, so use the new code to build the
# floating point emulation libraries.