* nm-hp300bsd.h (PTRACE_ARG3_TYPE): FSF's hp300's have int* not caddr_t.
[deliverable/binutils-gdb.git] / gas / .Sanitize
index ea7212846f9c184242673cc530423c44b7cdfb1e..86f408a09dd0beb171e4a95c616bd9d06564670e 100644 (file)
@@ -17,7 +17,6 @@
 
 Do-first:
 
-echo Sanitizing `pwd`...
 
 # All files listed between the "Things-to-keep:" line and the
 # "Files-to-sed:" line will be kept.  All other files will be removed.
@@ -28,43 +27,41 @@ echo Sanitizing `pwd`...
 Things-to-keep:
 
 .gdbinit
+CONTRIBUTORS
 COPYING
 ChangeLog
-Makefile.bat
+ChangeLog.v9
 Makefile.in
+NEWS
 NOTES
 NOTES.config
 README
 README-quirks
-README-vms-dbg
+README-vms
 README.coff
-obstack.h
-obstack.c
-bit_fix.h
-strerror.c
 README.rich
-a.out.gnu.h
 app.c
 as.c
 as.h
 atof-generic.c
 bignum-copy.c
 bignum.h
+bit_fix.h
 cond.c
 config
+config-gas.com
 configure.bat
 configure.in
 debug.c
 doc
 expr.c
 expr.h
-flonum-const.c
 flonum-copy.c
+flonum-konst.c
 flonum-mult.c
 flonum.h
 frags.c
 frags.h
-gas-format.el
 hash.c
 hash.h
 hex-value.c
@@ -75,16 +72,12 @@ link.cmd
 listing.c
 listing.h
 make-gas.com
-makefile.dos
 messages.c
 obj.h
-objdump.c
-obsolete
 output-file.c
 output-file.h
 read.c
 read.h
-strstr.c
 struc-symbol.h
 subsegs.c
 subsegs.h
@@ -92,21 +85,48 @@ symbols.c
 symbols.h
 tc.h
 testscripts
-ver960.c
 version.c
 write.c
 write.h
 xmalloc.c
-xrealloc.c
 
 Do-last:
 
-echo Done in `pwd`.
+if ( echo $* | grep keep-v9 > /dev/null ) ; then
+       echo Keeping ChangeLog.v9.
+else
+       echo Removing ChangeLog.v9
+       if [ -n "${safe}" ] ; then
+               mv ChangeLog.v9 .Recover
+       else
+               rm ChangeLog.v9
+       fi
+fi
+
 
 #
 #
 # $Log$
-# Revision 1.10  1992/02/22 20:44:46  sac
+# Revision 1.15  1993/02/13 10:12:16  zoo
+# removing excess verbosity
+#
+# Revision 1.14  1993/01/08  14:40:59  raeburn
+# keep config-gas.com.
+# if purging v9, discard ChangeLog.v9, keep otherwise.
+#
+# Revision 1.13  1992/12/08  08:05:32  raeburn
+# updated for added/deleted files
+#
+# Revision 1.12  1992/07/28  18:58:12  gumby
+# Don't save obsolete/
+#
+# Revision 1.11  1992/03/13  16:04:15  sac
+# Fri Mar 13 08:03:03 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
+#
+#      * flonum-const.c: renamed flonum-konst.c to stop dos name
+#      conflict.
+#
+# Revision 1.10  1992/02/22  20:44:46  sac
 #      * app.c: MRI compatibility - allow single quote to start a string.
 #      * as.c: fix typo recently introduced.
 #      * as.h : Don't include aout/reloc.h - it's not right for COFF!
This page took 0.023818 seconds and 4 git commands to generate.