aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/.Sanitize28
-rw-r--r--gas/ChangeLog3
2 files changed, 0 insertions, 31 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize
index 64d0fce..8a5f6a2 100644
--- a/gas/.Sanitize
+++ b/gas/.Sanitize
@@ -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
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 33045e1..ea77a0b 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.