* gas/mips/mips.exp (ilocks) : Added mips64vr4320*-*-*.

This commit is contained in:
Gavin Romig-Koch 1998-03-03 16:12:56 +00:00
parent 33d917afb9
commit c594deb253
3 changed files with 62 additions and 0 deletions

View File

@ -212,6 +212,34 @@ else
done
fi
vr4320_files="ChangeLog"
if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
for i in $vr4320_files ; do
if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping vr4320 stuff in $i
fi
fi
done
else
for i in $vr4320_files ; do
if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"vr4320\" from $i...
fi
cp $i new
sed '/start\-sanitize\-vr4320/,/end-\sanitize\-vr4320/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
sky_files="ChangeLog"
if ( echo $* | grep keep\-sky > /dev/null ) ; then
for i in $sky_files ; do

View File

@ -1,3 +1,9 @@
start-sanitize-vr4320
Tue Mar 3 11:06:53 1998 Gavin Koch <gavin@cygnus.com>
* gas/mips/mips.exp (ilocks) : Added mips64vr4320*-*-*.
end-sanitize-vr4320
Mon Mar 2 13:30:40 1998 Doug Evans <devans@seba.cygnus.com>
* gas/m32r/allinsn.[sd] (ldi8a,ldi16a): Delete.

View File

@ -227,6 +227,34 @@ else
done
fi
vr4320_files="mips.exp"
if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
for i in $vr4320_files ; do
if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping vr4320 stuff in $i
fi
fi
done
else
for i in $vr4320_files ; do
if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"vr4320\" from $i...
fi
cp $i new
sed '/start\-sanitize\-vr4320/,/end-\sanitize\-vr4320/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
vr5400_files="mips.exp"
if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
for i in $vr5400_files ; do