From: Nicholas Nethercote Date: Thu, 14 Oct 2004 10:58:28 +0000 (+0000) Subject: Since we use "-Wl,-e,_ume_entry" when linking stage2, there is no need to X-Git-Tag: svn/VALGRIND_3_0_0~1527 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ca6b576e12ccced101a59805a3c8dbdb906c070;p=thirdparty%2Fvalgrind.git 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 --- diff --git a/coregrind/x86/Makefile.am b/coregrind/x86/Makefile.am index ec16264032..d104a04687 100644 --- a/coregrind/x86/Makefile.am +++ b/coregrind/x86/Makefile.am @@ -26,5 +26,4 @@ stage2.lds: Makefile $(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 $@