]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Since we use "-Wl,-e,_ume_entry" when linking stage2, there is no need to
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 14 Oct 2004 10:58:28 +0000 (10:58 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Thu, 14 Oct 2004 10:58:28 +0000 (10:58 +0000)
rename "_start" as "_ume_entry" in stage2.lds.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2766

coregrind/x86/Makefile.am

index ec16264032d944cb761cc68e2c28988d884b1e86..d104a0468749a27734e1b1db5181f91bd22c699e 100644 (file)
@@ -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 $@