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
ultra3-xdep.c
umax-xdep.c
utils.c
+v850-tdep.c
+v850ice.c
valarith.c
valops.c
valprint.c
Things-to-lose:
-ser-go32-para.c
HOW_TO_RELEASE
+ser-go32-para.c
Do-last:
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
LIBS="${LIBS} v850.lib" ;;
esac
;;
-# end-sanitize-v850e
-# start-sanitize-v850eq
v850eq-*-*) gdb_target=v850
gdb_target_cpu=v850
case $gdb_host in
LIBS="${LIBS} v850.lib" ;;
esac
;;
-# end-sanitize-v850eq
+# end-sanitize-v850e
w65-*-*) gdb_target=w65 ;;
z8k-*-coff*) gdb_target=z8k ;;