* target.h: Add enum target_waitkind, enum target_signal, and
[deliverable/binutils-gdb.git] / gdb / config / .Sanitize
CommitLineData
2d797c08
RP
1# Each directory to survive it's way into a release will need a file
2# like this one called "./.Sanitize". All keyword lines must exist,
3# and must exist in the order specified by this file. Each directory
4# in the tree will be processed, top down, in the following order.
5
6# Hash started lines like this one are comments and will be deleted
7# before anything else is done. Blank lines will also be squashed
8# out.
9
10# The lines between the "Do-first:" line and the "Things-to-keep:"
11# line are executed as a /bin/sh shell script before anything else is
12# done in this
13
14Do-first:
15
2d797c08
RP
16# All files listed between the "Things-to-keep:" line and the
17# "Files-to-sed:" line will be kept. All other files will be removed.
18# Directories listed in this section will have their own Sanitize
19# called. Directories not listed will be removed in their entirety
20# with rm -rf.
21
22Things-to-keep:
23
034ac992 24a29k
3a91417c 25alpha
034ac992
FF
26arm
27convex
28gould
29h8300
30h8500
31i386
034ac992
FF
32i960
33m68k
34m88k
35mips
92d47a66 36nm-lynx.h
c2d751d5 37nm-m3.h
034ac992
FF
38nm-sysv4.h
39nm-trash.h
40none
41ns32k
42pa
43pyr
44romp
45rs6000
9faacb92 46sh
034ac992
FF
47sparc
48tahoe
92d47a66 49tm-lynx.h
034ac992
FF
50tm-sunos.h
51tm-sysv4.h
52vax
00bac334 53xm-lynx.h
034ac992
FF
54xm-sysv4.h
55z8k
56
87756e15 57
e26140c2
FF
58# Things which are explicitly *not* kept, for now.
59# i860 - Not yet ready for prime time.
60
87756e15
RP
61Things-to-lose:
62
63i860
64
2d797c08
RP
65Do-last:
66
2d797c08 67# End of file.
This page took 0.116633 seconds and 4 git commands to generate.