Index: contrib/ChangeLog
===================================================================
--- contrib/ChangeLog	(revision 187901)
+++ contrib/ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2012-05-25  Steven Bosscher  <steven at gcc dot gnu dot org>
+
+	* check_makefile_deps.sh: Add ecrti.o and ecrtn.o to the list of
+	objects to skip unconditionaly.  Check for c-common.o in c-family/.
+
 2012-05-25  H.J. Lu  <hongjiu dot lu at intel dot com>

 	PR bootstrap/53472
Index: contrib/check_makefile_deps.sh
===================================================================
--- contrib/check_makefile_deps.sh	(revision 187901)
+++ contrib/check_makefile_deps.sh	(working copy)
@@ -19,7 +19,7 @@

 # Skip some objects unconditionally; make sure each name in this list is
 # surrounded by spaces.
-skip=" crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o
crtfastmath.o crtprec64.o crtprec80.o crtprec32.o "
+skip=" crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o
crtfastmath.o crtprec64.o crtprec80.o crtprec32.o ecrti.o ecrtn.o "

