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