aboutsummaryrefslogtreecommitdiff
path: root/include/.Sanitize
blob: 4fcc35833f84c011b736644ddc037572b97d8fe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# Sanitize.in for devo.
# $Id$
#

# Each directory to survive it's way into a release will need a file
# like this one called "./.Sanitize".  All keyword lines must exist,
# and must exist in the order specified by this file.  Each directory
# in the tree will be processed, top down, in the following order.

# Hash started lines like this one are comments and will be deleted
# before anything else is done.  Blank lines will also be squashed
# out.

# The lines between the "Do-first:" line and the "Things-to-keep:"
# line are executed as a /bin/sh shell script before anything else is
# done in this 

Do-first:

# 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
# called.  Directories not listed will be removed in their entirety
# with rm -rf.

Things-to-keep:

COPYING
ChangeLog
ansidecl.h
aout
bfd.h
bout.h
coff
demangle.h
elf
fopen-bin.h
fopen-same.h
gdbm.h
getopt.h
ieee.h
oasys.h
obstack.h
opcode
wait.h

Do-last:


echo Done in `pwd`.

#
#
# $Log$
# Revision 1.25  1992/08/31 00:57:03  bothner
# 	* demangle.h:  New file, moved from ../gdb.  Made independent
# 	of gdb.  Allow demangling style option to be passed as a
# 	parameter to cplus_demangle(), but using the
# 	current_demangling_style global as the default.
#
# Revision 1.24  1991/12/14  01:32:54  wilson
# Keep fopen-bin.h and fopen-same.h.
#
# Revision 1.23  1991/12/01  04:56:32  sac
# 	* bfd.h: change the documentation format.
#
# 	* created coff, elf and opcode and aout directories. Moved:
#
# 	aout64.h	==> aout/aout64.h
# 	ar.h		==> aout/ar.h
# 	a.out.encap.h	==> aout/encap.h
# 	a.out.host.h	==> aout/host.h
# 	a.out.hp.h	==> aout/hp.h
# 	a.out.sun4.h	==> aout/sun4.h
# 	ranlib.h	==> aout/ranlib.h
# 	reloc.h		==> aout/reloc.h
# 	stab.def	==> aout/stab.def
# 	stab.gnu.h	==> aout/stab_gnu.h
#
# 	coff-a29k.h	==> coff/a29k.h
# 	coff-h8300.h	==> coff/h8300.h
# 	coff-i386.h	==> coff/i386.h
# 	coff-i960.h	==> coff/i960.h
# 	internalcoff.h	==> coff/internal.h
# 	coff-m68k.h	==> coff/m68k.h
# 	coff-m88k.h	==> coff/m88k.h
# 	coff-mips.h	==> coff/mips.h
# 	coff-rs6000.h	==> coff/rs6000.h
#
# 	elf-common.h	==> elf/common.h
# 	dwarf.h		==> elf/dwarf.h
# 	elf-external.h	==> elf/external.h
# 	elf-internal.h  ==> elf/internal.h
#
# 	a29k-opcode.h	==> opcode/a29k.h
# 	arm-opcode.h	==> opcode/arm.h
# 	h8300-opcode.h	==> opcode/h8300.h
# 	i386-opcode.h	==> opcode/i386.h
# 	i860-opcode.h	==> opcode/i860.h
# 	i960-opcode.h	==> opcode/i960.h
# 	m68k-opcode.h	==> opcode/m68k.h
# 	m88k-opcode.h	==> opcode/m88k.h
# 	mips-opcode.h	==> opcode/mips.h
# 	np1-opcode.h	==> opcode/np1.h
# 	ns32k-opcode.h	==> opcode/ns32k.h
# 	pn-opcode.h	==> opcode/pn.h
# 	pyr-opcode.h	==> opcode/pyr.h
# 	sparc-opcode.h	==> opcode/sparc.h
# 	tahoe-opcode.h	==> opcode/tahoe.h
# 	vax-opcode.h	==> opcode/vax.h
#
# Revision 1.22  1991/11/27  22:25:34  sac
# Added coff-h8300.h
#
# Revision 1.21  1991/11/21  04:06:22  gnu
# Bring in HP a.out remnants from GDB.  Eliminate obsolete a.out.gnu.h.
#
# Revision 1.20  1991/10/25  10:21:10  gnu
# Rename coff-related files.
#
# Revision 1.19  1991/10/25  07:59:50  gnu
# rs6000
#
# 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
#
#
#

# End of file.