Commit 5ff94354 by J"orn Rennecke Committed by Joern Rennecke

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
parent c324db0a
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> 2002-05-22 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (*andorqi3): New. * config/h8300/h8300.md (*andorqi3): New.
......
#define L_bb
#undef inhibit_libc
#include "../../libgcc2.c"
...@@ -3,7 +3,14 @@ LIB1ASMFUNCS = _ashiftrt _ashiftrt_n _ashiftlt _lshiftrt _movstr \ ...@@ -3,7 +3,14 @@ LIB1ASMFUNCS = _ashiftrt _ashiftrt_n _ashiftlt _lshiftrt _movstr \
_movstr_i4 _mulsi3 _sdivsi3 _sdivsi3_i4 _udivsi3 _udivsi3_i4 _set_fpscr \ _movstr_i4 _mulsi3 _sdivsi3 _sdivsi3_i4 _udivsi3 _udivsi3_i4 _set_fpscr \
$(LIB1ASMFUNCS_CACHE) $(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 # We want fine grained libraries, so use the new code to build the
# floating point emulation libraries. # floating point emulation libraries.
......
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