Minor updates for successful standalone 80386 configuration of manual.
[deliverable/binutils-gdb.git] / include / .Sanitize
CommitLineData
0fd8d5d9
RP
1# Sanitize.in for devo.
2# $Id$
3#
4
5# Each directory to survive it's way into a release will need a file
6# like this one called "./.Sanitize". All keyword lines must exist,
7# and must exist in the order specified by this file. Each directory
8# in the tree will be processed, top down, in the following order.
9
10# Hash started lines like this one are comments and will be deleted
11# before anything else is done. Blank lines will also be squashed
12# out.
13
14# The lines between the "Do-first:" line and the "Things-to-keep:"
15# line are executed as a /bin/sh shell script before anything else is
16# done in this
17
18Do-first:
19
0fd8d5d9
RP
20# All files listed between the "Things-to-keep:" line and the
21# "Files-to-sed:" line will be kept. All other files will be removed.
22# Directories listed in this section will have their own Sanitize
23# called. Directories not listed will be removed in their entirety
24# with rm -rf.
25
26Things-to-keep:
27
8e71e6e3 28COPYING
49d6a0e6 29ChangeLog
0fd8d5d9 30ansidecl.h
11eab90c 31aout
0fd8d5d9
RP
32bfd.h
33bout.h
11eab90c
SC
34coff
35elf
0fd8d5d9
RP
36gdbm.h
37getopt.h
0fd8d5d9 38ieee.h
0fd8d5d9
RP
39oasys.h
40obstack.h
11eab90c 41opcode
0fd8d5d9
RP
42wait.h
43
44Do-last:
45
24d6615c 46
0fd8d5d9
RP
47echo Done in `pwd`.
48
49#
50#
51# $Log$
11eab90c
SC
52# Revision 1.23 1991/12/01 04:56:32 sac
53# * bfd.h: change the documentation format.
54#
55# * created coff, elf and opcode and aout directories. Moved:
56#
57# aout64.h ==> aout/aout64.h
58# ar.h ==> aout/ar.h
59# a.out.encap.h ==> aout/encap.h
60# a.out.host.h ==> aout/host.h
61# a.out.hp.h ==> aout/hp.h
62# a.out.sun4.h ==> aout/sun4.h
63# ranlib.h ==> aout/ranlib.h
64# reloc.h ==> aout/reloc.h
65# stab.def ==> aout/stab.def
66# stab.gnu.h ==> aout/stab_gnu.h
67#
68# coff-a29k.h ==> coff/a29k.h
69# coff-h8300.h ==> coff/h8300.h
70# coff-i386.h ==> coff/i386.h
71# coff-i960.h ==> coff/i960.h
72# internalcoff.h ==> coff/internal.h
73# coff-m68k.h ==> coff/m68k.h
74# coff-m88k.h ==> coff/m88k.h
75# coff-mips.h ==> coff/mips.h
76# coff-rs6000.h ==> coff/rs6000.h
77#
78# elf-common.h ==> elf/common.h
79# dwarf.h ==> elf/dwarf.h
80# elf-external.h ==> elf/external.h
81# elf-internal.h ==> elf/internal.h
82#
83# a29k-opcode.h ==> opcode/a29k.h
84# arm-opcode.h ==> opcode/arm.h
85# h8300-opcode.h ==> opcode/h8300.h
86# i386-opcode.h ==> opcode/i386.h
87# i860-opcode.h ==> opcode/i860.h
88# i960-opcode.h ==> opcode/i960.h
89# m68k-opcode.h ==> opcode/m68k.h
90# m88k-opcode.h ==> opcode/m88k.h
91# mips-opcode.h ==> opcode/mips.h
92# np1-opcode.h ==> opcode/np1.h
93# ns32k-opcode.h ==> opcode/ns32k.h
94# pn-opcode.h ==> opcode/pn.h
95# pyr-opcode.h ==> opcode/pyr.h
96# sparc-opcode.h ==> opcode/sparc.h
97# tahoe-opcode.h ==> opcode/tahoe.h
98# vax-opcode.h ==> opcode/vax.h
99#
100# Revision 1.22 1991/11/27 22:25:34 sac
875f1391
SC
101# Added coff-h8300.h
102#
103# Revision 1.21 1991/11/21 04:06:22 gnu
95b32bff
JG
104# Bring in HP a.out remnants from GDB. Eliminate obsolete a.out.gnu.h.
105#
106# Revision 1.20 1991/10/25 10:21:10 gnu
40458cc9
JG
107# Rename coff-related files.
108#
109# Revision 1.19 1991/10/25 07:59:50 gnu
fa8f1d09
JG
110# rs6000
111#
112# Revision 1.18 1991/10/24 18:12:14 fnf
fa4248e3
FF
113# Add "dwarf.h".
114#
115# Revision 1.17 1991/10/16 01:08:08 gnu
775e3a22
JG
116# Remove include files to bfd/hosts.
117#
118# Revision 1.16 1991/10/05 06:18:24 gnu
08c6aacc
JG
119# a.out.vax.h gone.
120#
121# Revision 1.15 1991/10/03 22:24:27 gnu
b14f76ed
JG
122# Add elf-*.h files.
123#
124# Revision 1.14 1991/09/26 22:46:53 steve
77507546
SC
125# Newly created
126#
127# Revision 1.13 1991/09/13 05:17:53 gnu
2fbf0d18
JG
128# Removes sparc-opcode.h rather than the file it is sanitizing, if not testing!
129# (fixed...)
130#
131# Revision 1.12 1991/09/04 02:51:18 rich
5f62d65b
RP
132# Adding "recover"'ability.
133#
134# Revision 1.11 1991/09/02 21:21:47 rich
1312dccc
RP
135# Recover the editted files.
136#
137# Revision 1.10 1991/08/29 00:34:45 gnu
4d84d6ad
JG
138# Paperwork handled for AMD Coff.
139#
140# Revision 1.9 1991/08/22 08:00:35 gnu
49d6a0e6
JG
141# Add ChangeLog for Include.
142#
143# Revision 1.8 1991/07/31 17:36:04 gnu
3097f718
JG
144# Remove amdcoff.h by default because its copyright is not assigned to FSF.
145# "Sanitize -keep-29k" will keep it.
146#
147# Revision 1.7 1991/07/31 03:11:46 gnu
51c27f49
JG
148# Remove symseg.h, the ancient GDB symbol-segments (gdb-specific debug
149# information) definition.
150#
151# Revision 1.6 1991/07/24 01:07:25 gnu
8e71e6e3
JG
152# Add COPYING file.
153#
154# Revision 1.5 1991/07/24 00:47:13 gnu
24d6615c
JG
155# Blow away v9 stuff in aout64.h too.
156#
157# Revision 1.4 1991/07/15 23:34:14 steve
a737c70b
SC
158# *** empty log message ***
159#
160# Revision 1.3 1991/06/14 22:14:07 steve
de9d4075
SC
161# *** empty log message ***
162#
163# Revision 1.2 1991/05/31 11:26:52 gnu
137a7f11
JG
164# Add i386coff.h. Print msg when sanitizing sparc-opcode.h.
165#
166# Revision 1.1 1991/05/23 17:00:59 rich
0fd8d5d9
RP
167# Initial revision
168#
169#
170#
171
172# End of file.
This page took 0.045452 seconds and 4 git commands to generate.