Remove sanitized-out Magic Cap support, will never be released
authorStan Shebs <shebs@codesourcery.com>
Mon, 6 Oct 1997 23:39:29 +0000 (23:39 +0000)
committerStan Shebs <shebs@codesourcery.com>
Mon, 6 Oct 1997 23:39:29 +0000 (23:39 +0000)
gas/.Sanitize
gas/ChangeLog

index 64d0fce..8a5f6a2 100644 (file)
@@ -119,34 +119,6 @@ Things-to-lose:
 
 Do-last:
 
-if ( echo $* | grep keep\-gm > /dev/null ) ; then
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping gm stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"gm\" from $i...
-                       fi
-                       cp $i new
-                       sed '/start\-sanitize\-gm/,/end-\sanitize\-gm/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
-
-
 v850_files="ChangeLog configure.in configure"
 if ( echo $* | grep keep\-v850e > /dev/null ) ; then
        for i in $v850_files ; do
index 33045e1..ea77a0b 100644 (file)
@@ -5591,9 +5591,6 @@ Fri Dec  1 11:57:56 1995  Stan Shebs  <shebs@andros.cygnus.com>
 
        * mpw-config.in: Don't always use te-generic.h for emulation.
        (powerpc-apple-macos): Use emulation te-macos.h.
-start-sanitize-gm
-       (mips-gm-magic): New configuration.
-end-sanitize-gm
        * mpw-make.sed (install, install-only): Edit in Mac-specific
        install procedure.