aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-07-26 22:20:48 +0000
committerKen Raeburn <raeburn@cygnus>1994-07-26 22:20:48 +0000
commitf68880ead99e2437448f37bcb9963f91e753c80b (patch)
treecfa05bd9549c7c837a85979a57325f2fd0cfbf0c
parent9a402d7ac51fc1c7bbd8b684bc530ebd1e3d06fa (diff)
downloadgdb-f68880ead99e2437448f37bcb9963f91e753c80b.zip
gdb-f68880ead99e2437448f37bcb9963f91e753c80b.tar.gz
gdb-f68880ead99e2437448f37bcb9963f91e753c80b.tar.bz2
ns32k files; i960xl sanitization
-rw-r--r--gas/config/.Sanitize23
1 files changed, 23 insertions, 0 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize
index bd547da..31796ae 100644
--- a/gas/config/.Sanitize
+++ b/gas/config/.Sanitize
@@ -138,6 +138,8 @@ te-linux.h
te-lynx.h
te-mach.h
te-netbsd.h
+te-netbsd532.h
+te-pc532mach.h
te-sco386.h
te-sun3.h
te-sysv32.h
@@ -148,4 +150,25 @@ Things-to-lose:
Do-last:
+i960xl_files=tc-i960.c
+if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
+ if [ -n "${verbose}" ] ; then
+ echo Keeping i960xl stuff in $i960xl_files.
+ fi
+else
+ if [ -n "${verbose}" ]; then
+ echo -n Cleaning i960xl in `pwd`:
+ fi
+ for f in $i960xl_files ; do
+ if [ -n "${verbose}" ] ; then
+ echo -n " " $f
+ fi
+ grep -v XL < $f > new
+ if [ -n "${safe}" ] ; then
+ mv $f .Recover
+ fi
+ mv new $f
+ done
+fi
+
# End of file.