From: Joern Rennecke Date: Tue, 2 Sep 1997 22:57:50 +0000 (+0000) Subject: Support restore-sanitize-sh4 . X-Git-Tag: gdb-4_18~4898 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=134f75d8bab7faf55c0514e949949a1d61026967;p=platform%2Fupstream%2Fbinutils.git Support restore-sanitize-sh4 . --- diff --git a/sim/sh/.Sanitize b/sim/sh/.Sanitize index 6b3a315..8f80c35 100644 --- a/sim/sh/.Sanitize +++ b/sim/sh/.Sanitize @@ -57,7 +57,7 @@ else echo Removing traces of \"sh4\" from $i... fi cp $i new - sed '/start\-sanitize\-sh4/,/end-\sanitize\-sh4/d' < $i > new + sed -e '/start\-sanitize\-sh4/,/end-\sanitize\-sh4/d' -e 's/.*restore\-sanitize\-sh4//' < $i > new if [ -n "${safe}" -a ! -f .Recover/$i ] ; then if [ -n "${verbose}" ] ; then echo Caching $i in .Recover...