|
From: Jeremy F. <je...@go...> - 2003-12-24 01:51:42
|
CVS commit by fitzhardinge:
It seems newer linkers have scripts which mention the base address twice
on one line.
M +1 -1 Makefile.am 1.4
--- valgrind/coregrind/x86/Makefile.am #1.3:1.4
@@ -18,3 +18,3 @@
-e '/^=====\+$$/d' \
-e 's/ENTRY(_start)/ENTRY(_ume_entry)/' \
- -e 's/0x08048000/kickstart_base/' > $@ || rm -f $@
+ -e 's/0x08048000/kickstart_base/g' > $@ || rm -f $@
|