* ld-srec/sr3.cc (__get_eh_context): New function.
[deliverable/binutils-gdb.git] / sim / txvu / .Sanitize
CommitLineData
b749e0e8
IC
1# .Sanitize for devo/sim/txvu.
2
3# Each directory to survive it's 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
15
16Do-first:
17
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:
26
27ChangeLog
1e1e3b61 28Makefile.in
1e1e3b61 29README.Cygnus
5da9ce07 30acconfig.h
2b9cac47 31config.in
1e1e3b61 32configure
2b9cac47
AMT
33configure.in
34device.c
35device.h
36dma.c
37dma.h
38engine-sky.c
1e1e3b61 39gencode.c
2b9cac47
AMT
40gpuif.c
41gpuif.h
42hardware.c
43hardware.h
44interp.c
45libvpe.c
46libvpe.h
1e1e3b61
IC
47m16.igen
48mdmx.igen
49mips.dc
50mips.igen
2b9cac47
AMT
51pke.c
52pke.h
1e1e3b61
IC
53r5900.igen
54sim-main.h
2b9cac47
AMT
55tconfig.in
56vpe.h
1e1e3b61 57vr5400.igen
2b9cac47
AMT
58vu.h
59vu0.c
1e1e3b61 60vu0.h
1e1e3b61 61vu1.c
2b9cac47 62vu1.h
b749e0e8
IC
63
64Things-to-lose:
65
66
67Do-last:
68
69for i in * ; do
70 if test ! -d $i && (grep sanitize $i > /dev/null) ; then
71 echo '***' Some mentions of Sanitize are still left in $i! 1>&2
72 fi
73done
74
75# End of file.
This page took 0.042344 seconds and 4 git commands to generate.