* mklibgcc.in (LIB2FUNCS): Add missing space.

From-SVN: r34699
This commit is contained in:
Michael Hayes 2000-06-25 22:26:33 +00:00 committed by Michael Hayes
parent ae4a4c88d0
commit ece0fc8dcb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-06-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* mklibgcc.in (LIB2FUNCS): Add missing space.
2000-06-24 Bernd Schmidt <bernds@cygnus.co.uk>
* tree.h (enum tree_index): Add vector type nodes.

View File

@ -101,7 +101,7 @@ case X"$LIBGCC1" in
# Remove any objects from LIB2FUNCS that are defined as optimized
# assembly code in LIB1ASMFUNCS.
LIB2FUNCS=`echo $LIB2FUNCS | sed -e 's/^'$name' //' \
-e 's/ '$name' //' \
-e 's/ '$name' / /' \
-e 's/ '$name'$//'`
done
libgcc1_objs="$libgcc1_objs ${name}${objext}"