aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-07-24 00:47:13 +0000
committerJohn Gilmore <gnu@cygnus>1991-07-24 00:47:13 +0000
commit24d6615cd0fa1f22af798c4cd1276d4f7fde3cb8 (patch)
treeb35816eabcfa57998e28a5b50352ce633db9cecd /include
parentbdedf53f2a2c33160069b533710c3432a5598c41 (diff)
downloadgdb-24d6615cd0fa1f22af798c4cd1276d4f7fde3cb8.zip
gdb-24d6615cd0fa1f22af798c4cd1276d4f7fde3cb8.tar.gz
gdb-24d6615cd0fa1f22af798c4cd1276d4f7fde3cb8.tar.bz2
Blow away v9 stuff in aout64.h too.
Diffstat (limited to 'include')
-rw-r--r--include/.Sanitize15
1 files changed, 14 insertions, 1 deletions
diff --git a/include/.Sanitize b/include/.Sanitize
index 3ddc06f..b64a72b 100644
--- a/include/.Sanitize
+++ b/include/.Sanitize
@@ -87,12 +87,25 @@ else
mv new sparc-opcode.h
fi
+if ( echo $* | grep keep\-v9 > /dev/null ) ; then
+ echo Keeping v9 in aout64.h.
+else
+ echo Sanitizing v9 in aout64.h.
+ rm -f new
+ grep -v v9 aout64.h > new
+ rm aout64.h
+ mv new aout64.h
+fi
+
echo Done in `pwd`.
#
#
# $Log$
-# Revision 1.4 1991/07/15 23:34:14 steve
+# Revision 1.5 1991/07/24 00:47:13 gnu
+# Blow away v9 stuff in aout64.h too.
+#
+# Revision 1.4 1991/07/15 23:34:14 steve
# *** empty log message ***
#
# Revision 1.3 1991/06/14 22:14:07 steve