* mklibgcc.in (LIB2FUNCS): Add missing space.
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Sun, 25 Jun 2000 22:26:33 +0000 (22:26 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Sun, 25 Jun 2000 22:26:33 +0000 (22:26 +0000)
From-SVN: r34699

gcc/ChangeLog
gcc/mklibgcc.in

index b769598..8ba6736 100644 (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.
index 761464f..5973006 100644 (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}"