* values.c (value_primitive_field): Account for offset when
[deliverable/binutils-gdb.git] / gprof / .Sanitize
CommitLineData
92f73b42 1# Sanitize.in for devo.
92f73b42
SEF
2#
3
4# Each directory to survive it's way into a release will need a file
5# like this one called "./.Sanitize". All keyword lines must exist,
6# and must exist in the order specified by this file. Each directory
7# in the tree will be processed, top down, in the following order.
8
9# Hash started lines like this one are comments and will be deleted
10# before anything else is done. Blank lines will also be squashed
11# out.
12
13# The lines between the "Do-first:" line and the "Things-to-keep:"
14# line are executed as a /bin/sh shell script before anything else is
15# done in this
16
17Do-first:
18
19# All files listed between the "Things-to-keep:" line and the
20# "Files-to-sed:" line will be kept. All other files will be removed.
21# Directories listed in this section will have their own Sanitize
22# called. Directories not listed will be removed in their entirety
23# with rm -rf.
24
25Things-to-keep:
87756e15 26
f86ee9d6 27.gdbinit
809f005e 28bb_exit_func.c
5d32c952 29ChangeLog
2f1fec47 30Makefile.am
92f73b42 31Makefile.in
f86ee9d6
KR
32NOTES
33TEST
34TODO
2f1fec47 35aclocal.m4
f86ee9d6
KR
36alpha.c
37alpha.h
38basic_blocks.c
39basic_blocks.h
3d3e494e 40bsd_callg_bl.m
f86ee9d6
KR
41call_graph.c
42call_graph.h
43cg_arcs.c
44cg_arcs.h
45cg_dfn.c
46cg_dfn.h
47cg_print.c
48cg_print.h
7858d8dc 49configure
bc63a3a0 50configure.bat
92f73b42 51configure.in
f86ee9d6
KR
52core.c
53core.h
92f73b42
SEF
54dummy.c
55dummy.h
3d3e494e
PB
56flat_bl.m
57fsf_callg_bl.m
58gen-c-prog.awk
92f73b42 59gmon.h
f86ee9d6
KR
60gmon_io.c
61gmon_io.h
62gmon_out.h
92f73b42
SEF
63gprof.1
64gprof.c
92f73b42 65gprof.h
5afba784 66gprof.texi
92f73b42 67hertz.c
f86ee9d6
KR
68hertz.h
69hist.c
70hist.h
92f73b42
SEF
71i386.c
72i386.h
d4e4b3f7
KR
73ns532.c
74ns532.h
f86ee9d6
KR
75search_list.c
76search_list.h
77source.c
78source.h
92f73b42
SEF
79sparc.c
80sparc.h
f86ee9d6
KR
81sym_ids.c
82sym_ids.h
83symtab.c
84symtab.h
92f73b42
SEF
85tahoe.c
86tahoe.h
74a89115
KR
87utils.c
88utils.h
92f73b42
SEF
89vax.c
90vax.h
91
87756e15
RP
92Things-to-lose:
93
f86ee9d6 94.cvsignore
71128bd7
JL
95make_hp_order_obj
96make_solaris_order_map
f86ee9d6 97
92f73b42
SEF
98Do-last:
99
100# End of file.
This page took 0.17683 seconds and 4 git commands to generate.