|
From: Nicholas N. <nj...@ca...> - 2004-10-14 10:58:35
|
CVS commit by nethercote:
Since we use "-Wl,-e,_ume_entry" when linking stage2, there is no need to
rename "_start" as "_ume_entry" in stage2.lds.
M +0 -1 Makefile.am 1.13
--- valgrind/coregrind/x86/Makefile.am #1.12:1.13
@@ -27,4 +27,3 @@
-e '1,/^=====\+$$/d' \
-e '/^=====\+$$/d' \
- -e 's/ENTRY(_start)/ENTRY(_ume_entry)/' \
-e 's/0x08048000/kickstart_base/g' > $@ || rm -f $@
|