Since we use "-Wl,-e,_ume_entry" when linking stage2, there is no need to
rename "_start" as "_ume_entry" in stage2.lds.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2766 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/x86/Makefile.am b/coregrind/x86/Makefile.am
index ec16264..d104a04 100644
--- a/coregrind/x86/Makefile.am
+++ b/coregrind/x86/Makefile.am
@@ -26,5 +26,4 @@
 	$(CC) -Wl,--verbose -nostdlib 2>&1 | sed \
 		-e '1,/^=====\+$$/d' \
 		-e '/^=====\+$$/d' \
-		-e 's/ENTRY(_start)/ENTRY(_ume_entry)/' \
 		-e 's/0x08048000/kickstart_base/g' > $@ || rm -f $@