Implement generic debugging support. Implement a stabs reader and
[deliverable/binutils-gdb.git] / binutils / .Sanitize
1 # .Sanitize for devo/binutils.
2
3 # Each directory to survive its way into a release will need a file
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
14 # done in this directory.
15
16 Do-first:
17
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
24 Things-to-keep:
25
26 ChangeLog
27 Makefile.in
28 NEWS
29 README
30 TODO
31 acconfig.h
32 aclocal.m4
33 alloca.c
34 ar.1
35 ar.c
36 arlex.l
37 arparse.y
38 arsup.c
39 arsup.h
40 binutils.texi
41 bucomm.c
42 bucomm.h
43 budbg.h
44 coffdump.c
45 coffgrok.c
46 coffgrok.h
47 config.in
48 configure
49 configure.bat
50 configure.in
51 cxxfilt.man
52 dlltool.c
53 debug.c
54 debug.h
55 dep-in.sed
56 defparse.y
57 deflex.l
58 filemode.c
59 gmalloc.c
60 is-ranlib.c
61 is-strip.c
62 mac-binutils.r
63 maybe-ranlib.c
64 maybe-strip.c
65 mpw-config.in
66 mpw-make.sed
67 nlmconv.1
68 nlmconv.c
69 nlmconv.h
70 nlmheader.y
71 nm.1
72 nm.c
73 not-ranlib.c
74 not-strip.c
75 objcopy.1
76 objcopy.c
77 objdump.1
78 objdump.c
79 prdbg.c
80 ranlib.1
81 ranlib.sh
82 rddbg.c
83 sanity.sh
84 size.1
85 size.c
86 srconv.c
87 stabs.c
88 strings.1
89 strings.c
90 strip.1
91 sysdump.c
92 sysinfo.y
93 syslex.l
94 sysroff.info
95 testsuite
96 version.c
97
98 Things-to-lose:
99
100 Do-last:
This page took 0.033429 seconds and 4 git commands to generate.