define FPRINTF_ALREADY_DECLARED
[deliverable/binutils-gdb.git] / include / .Sanitize
index dd6cbb005342c9b7b7aaa2ac787cdb5965158a15..adfc8321bf9e7d8e4b5e17be63a5157231cfdb61 100644 (file)
@@ -17,8 +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.
 # Directories listed in this section will have their own Sanitize
@@ -29,138 +27,28 @@ Things-to-keep:
 
 COPYING
 ChangeLog
-a.out.encap.h
-a.out.gnu.h
-a.out.host.h
-a.out.sun4.h
-a29k-opcode.h
-h8300-opcode.h
-amdcoff.h
 ansidecl.h
-aout64.h
-ar.h
-arm-opcode.h
-bcs88kcoff.h
-bfd.h
+aout
 bout.h
-convx-opcode.h
-dwarf.h
-ecoff.h
-elf-common.h
-elf-external.h
-elf-internal.h
+coff
+demangle.h
+dis-asm.h
+elf
+fopen-bin.h
+fopen-same.h
 gdbm.h
 getopt.h
-i386-opcode.h
-i386coff.h
-i860-opcode.h
-i960-opcode.h
 ieee.h
-intel-coff.h
-m68k-opcode.h
-m68kcoff.h
-m88k-bcs.h
-internalcoff.h
-m88k-opcode.h
-mips-opcode.h
-np1-opcode.h
-ns32k-opcode.h
+ieee-float.h
+nlm
 oasys.h
 obstack.h
-pn-opcode.h
-pyr-opcode.h
-ranlib.h
-reloc.h
-sparc-opcode.h
-stab.def
-stab.gnu.h
-tahoe-opcode.h
-vax-opcode.h
+opcode
 wait.h
 
-Do-last:
-
-v9dirty="sparc-opcode.h aout64.h"
-
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
-       echo Keeping v9 in ${v9dirty}
-else
-       for i in ${v9dirty} ; do
-               echo Sanitizing v9 in $i
-               rm -f new
-               grep -v v9 $i > new
-               if [ -n "${safe}" ] ; then
-                       mv $i .Recover
-               else
-                       rm $i
-               fi
-               mv new $i
-       done
-fi
+Things-to-lose:
 
-echo Done in `pwd`.
 
-#
-#
-# $Log$
-# Revision 1.18  1991/10/24 18:12:14  fnf
-# Add "dwarf.h".
-#
-# Revision 1.17  1991/10/16  01:08:08  gnu
-# Remove include files to bfd/hosts.
-#
-# Revision 1.16  1991/10/05  06:18:24  gnu
-# a.out.vax.h gone.
-#
-# Revision 1.15  1991/10/03  22:24:27  gnu
-# Add elf-*.h files.
-#
-# Revision 1.14  1991/09/26  22:46:53  steve
-# Newly created
-#
-# Revision 1.13  1991/09/13  05:17:53  gnu
-# Removes sparc-opcode.h rather than the file it is sanitizing, if not testing!
-# (fixed...)
-#
-# Revision 1.12  1991/09/04  02:51:18  rich
-# Adding "recover"'ability.
-#
-# Revision 1.11  1991/09/02  21:21:47  rich
-# Recover the editted files.
-#
-# Revision 1.10  1991/08/29  00:34:45  gnu
-# Paperwork handled for AMD Coff.
-#
-# Revision 1.9  1991/08/22  08:00:35  gnu
-# Add ChangeLog for Include.
-#
-# Revision 1.8  1991/07/31  17:36:04  gnu
-# Remove amdcoff.h by default because its copyright is not assigned to FSF.
-# "Sanitize -keep-29k" will keep it.
-#
-# Revision 1.7  1991/07/31  03:11:46  gnu
-# Remove symseg.h, the ancient GDB symbol-segments (gdb-specific debug
-# information) definition.
-#
-# Revision 1.6  1991/07/24  01:07:25  gnu
-# Add COPYING file.
-#
-# 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
-# *** empty log message ***
-#
-# Revision 1.2  1991/05/31  11:26:52  gnu
-# Add i386coff.h.  Print msg when sanitizing sparc-opcode.h.
-#
-# Revision 1.1  1991/05/23  17:00:59  rich
-# Initial revision
-#
-#
-#
+Do-last:
 
 # End of file.
This page took 0.028623 seconds and 4 git commands to generate.