Remove sparc-opc.c

This commit is contained in:
Steve Chamberlain 1992-09-10 17:22:33 +00:00
parent 62ba1060a4
commit 5d74c1e534
1 changed files with 1 additions and 11 deletions

View File

@ -96,7 +96,6 @@ libieee.h
liboasys.h liboasys.h
newsos3.c newsos3.c
oasys.c oasys.c
sparc-opc.c
opncls.c opncls.c
reloc.c reloc.c
rs6000-core.c rs6000-core.c
@ -116,7 +115,7 @@ trad-core.h
Do-last: Do-last:
if ( echo $* | grep keep\-v9 > /dev/null ) ; then if ( echo $* | grep keep\-v9 > /dev/null ) ; then
echo Keeping v9 in aoutx.h sparc-opc.c echo Keeping v9 in aoutx.h
else else
echo Sanitizing v9 in aoutx.h echo Sanitizing v9 in aoutx.h
rm -f new rm -f new
@ -129,15 +128,6 @@ else
fi fi
mv new aoutx.h mv new aoutx.h
done done
echo Sanitizing v9 in sparc-opc.c
rm -f new
grep -v v9 sparc-opc.c > new
if [ -n "${safe}" ] ; then
mv sparc-opc.c .Recover
else
rm sparc-opc.c
fi
mv new sparc-opc.c
fi fi
echo Done in `pwd`. echo Done in `pwd`.