Kill r16/rce/acp stuff.
authorJim Wilson <wilson@tuliptree.org>
Sat, 8 Jun 1996 03:06:36 +0000 (03:06 +0000)
committerJim Wilson <wilson@tuliptree.org>
Sat, 8 Jun 1996 03:06:36 +0000 (03:06 +0000)
gdb/.Sanitize
gdb/configure
gdb/configure.in

index 637c22c1515a86462d6c57429697263868fedd15..811a1ad2687689fc46e827c9bfb4c5784c86ec50 100644 (file)
@@ -438,35 +438,6 @@ else
        done
 fi
 
-r16_files="configure.in configure"
-
-if ( echo $* | grep keep\-r16 > /dev/null ) ; then
-       for i in $r16_files ; do
-               if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping r16 stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in $r16_files ; do
-               if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"r16\" from $i...
-                       fi
-                       cp $i new
-                       sed '/start\-sanitize\-r16/,/end-\sanitize\-r16/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
-
 arc_files="configure.in configure ChangeLog-95"
 
 if ( echo $* | grep keep\-arc > /dev/null ) ; then
index b5cedfaa60e2964a462a994e309cd65694221075..a2ddc5851f1ae4e6e5c1eb0362d6e2dc49219870 100755 (executable)
@@ -3393,10 +3393,6 @@ h8500-*-*)               gdb_target=h8500 ;;
 
 sh-*-*)                        gdb_target=sh ;;
 
-# start-sanitize-r16
-r16-*-*)               gdb_target=r16 ;;
-# end-sanitize-r16
-
 hppa*-*-bsd*)          gdb_target=hppabsd ;;
 hppa*-*-pro*)          gdb_target=hppapro ;;
 hppa*-*-hpux*)         gdb_target=hppahpux ;;
index 39d520ce148198255dfb361ef594b3636b2028e5..001beb30aef6ff651183f239a215ddef2dc70511 100644 (file)
@@ -477,10 +477,6 @@ h8500-*-*)         gdb_target=h8500 ;;
 
 sh-*-*)                        gdb_target=sh ;;
 
-# start-sanitize-r16
-r16-*-*)               gdb_target=r16 ;;
-# end-sanitize-r16
-
 hppa*-*-bsd*)          gdb_target=hppabsd ;;
 hppa*-*-pro*)          gdb_target=hppapro ;;
 hppa*-*-hpux*)         gdb_target=hppahpux ;;