* frags.c (frag_var): fr_pcrel_adjust renamed to
[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 acconfig.h
31 aclocal.m4
32 addr2line.1
33 addr2line.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.com
51 configure.in
52 cxxfilt.man
53 dlltool.c
54 debug.c
55 debug.h
56 dep-in.sed
57 defparse.y
58 deflex.l
59 filemode.c
60 ieee.c
61 is-ranlib.c
62 is-strip.c
63 mac-binutils.r
64 makefile.vms
65 maybe-ranlib.c
66 maybe-strip.c
67 mpw-config.in
68 mpw-make.sed
69 nlmconv.1
70 nlmconv.c
71 nlmconv.h
72 nlmheader.y
73 nm.1
74 nm.c
75 not-ranlib.c
76 not-strip.c
77 objcopy.1
78 objcopy.c
79 objdump.1
80 objdump.c
81 prdbg.c
82 ranlib.1
83 ranlib.sh
84 rdcoff.c
85 rddbg.c
86 sanity.sh
87 size.1
88 size.c
89 srconv.c
90 stabs.c
91 strings.1
92 strings.c
93 strip.1
94 sysdump.c
95 sysinfo.y
96 syslex.l
97 sysroff.info
98 testsuite
99 version.c
100 wrstabs.c
101
102 Things-to-lose:
103
104 Do-last:
This page took 0.031149 seconds and 4 git commands to generate.