remove d30v sanitization

This commit is contained in:
Ian Lance Taylor
1998-07-24 04:38:45 +00:00
parent 9af55dcfdf
commit 965f532708
5 changed files with 3 additions and 104 deletions

View File

@@ -146,34 +146,6 @@ Things-to-lose:
Do-last:
d30v_files="ChangeLog gennltvals.sh nltvals.def"
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
for i in $d30v_files ; do
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping d30v stuff in $i
fi
fi
done
else
for i in $d30v_files ; do
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"d30v\" from $i...
fi
cp $i new
sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...
fi
mv $i .Recover
fi
mv new $i
fi
done
fi
cygnus_files="ChangeLog Make-common.in"
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
for i in $cygnus_files ; do

View File

@@ -1318,9 +1318,8 @@ Tue Nov 25 20:12:46 1997 Michael Meissner <meissner@cygnus.com>
Tue Nov 25 00:12:38 1997 Doug Evans <devans@seba.cygnus.com>
start-sanitize-d30v
* gennltvals.sh: Generate syscall values for d30v.
end-sanitize-d30v
* gennltvals.sh: Use libgloss/syscall.h for sparc.
* nltvals.def: Regenerate.
@@ -3121,9 +3120,7 @@ Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
* Make-common.in (SIM_EXTRA_DEPS): New config var.
(sim_main_headers): Define.
(sim-*.o): Depend on $(SIM_EXTRA_DEPS).
start-sanitize-d30v
(BUILT_SRC_FROM_COMMON): Move here from ../d30v/Makefile.in.
end-sanitize-d30v
(clean): Use it.
(sim-utils.o): Add rule for.
* sim-utils.o: New file.