Removed v850eq sanitization.

This commit is contained in:
Nick Clifton 1997-09-21 01:19:51 +00:00
parent 8f3c5ddbde
commit 446df8b8d5
3 changed files with 6 additions and 39 deletions

View File

@ -74,12 +74,6 @@ else
fi
fi
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
keep_these_too="v850-tdep.c v850ice.c ${keep_these_too}"
else
lose_these_too="v850-tdep.c v850ice.c ${lose_these_too}"
fi
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
@ -410,6 +404,8 @@ ultra3-nat.c
ultra3-xdep.c
umax-xdep.c
utils.c
v850-tdep.c
v850ice.c
valarith.c
valops.c
valprint.c
@ -432,8 +428,8 @@ z8k-tdep.c
Things-to-lose:
ser-go32-para.c
HOW_TO_RELEASE
ser-go32-para.c
Do-last:
@ -496,33 +492,6 @@ else
done
fi
if ( echo $* | grep keep\-v850eq > /dev/null ) ; then
for i in * ; do
if test ! -d $i && (grep sanitize-v850eq $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping v850eq stuff in $i
fi
fi
done
else
for i in * ; do
if test ! -d $i && (grep sanitize-v850eq $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"v850eq\" from $i...
fi
cp $i new
sed '/start\-sanitize\-v850eq/,/end-\sanitize\-v850eq/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
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
for i in * ; do
if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then

View File

@ -236,11 +236,11 @@ Mon Aug 18 11:14:15 1997 Nick Clifton <nickc@cygnus.com>
* configure.tgt: Add support for v850e target.
start-sanitize-v850eq
start-sanitize-v850e
Mon Aug 18 11:14:15 1997 Nick Clifton <nickc@cygnus.com>
* configure.tgt: Add support for v850eq target.
end-sanitize-v850eq
end-sanitize-v850e
Sun Aug 17 20:31:57 1997 Michael Snyder (msnyder@cleaver.cygnus.com)

View File

@ -281,8 +281,6 @@ v850e-*-*) gdb_target=v850
LIBS="${LIBS} v850.lib" ;;
esac
;;
# end-sanitize-v850e
# start-sanitize-v850eq
v850eq-*-*) gdb_target=v850
gdb_target_cpu=v850
case $gdb_host in
@ -291,7 +289,7 @@ v850eq-*-*) gdb_target=v850
LIBS="${LIBS} v850.lib" ;;
esac
;;
# end-sanitize-v850eq
# end-sanitize-v850e
w65-*-*) gdb_target=w65 ;;
z8k-*-coff*) gdb_target=z8k ;;