* target.h: Add enum target_waitkind, enum target_signal, and
[deliverable/binutils-gdb.git] / gdb / config / .Sanitize
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
14 Do-first:
15
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
22 Things-to-keep:
23
24 a29k
25 alpha
26 arm
27 convex
28 gould
29 h8300
30 h8500
31 i386
32 i960
33 m68k
34 m88k
35 mips
36 nm-lynx.h
37 nm-m3.h
38 nm-sysv4.h
39 nm-trash.h
40 none
41 ns32k
42 pa
43 pyr
44 romp
45 rs6000
46 sh
47 sparc
48 tahoe
49 tm-lynx.h
50 tm-sunos.h
51 tm-sysv4.h
52 vax
53 xm-lynx.h
54 xm-sysv4.h
55 z8k
56
57
58 # Things which are explicitly *not* kept, for now.
59 # i860 - Not yet ready for prime time.
60
61 Things-to-lose:
62
63 i860
64
65 Do-last:
66
67 # End of file.
This page took 0.030494 seconds and 4 git commands to generate.