]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - include/aout/.Sanitize
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / include / aout / .Sanitize
CommitLineData
1ee1fd7e
SC
1
2# Sanitize.in for devo.
3# $Id$
4#
5
6# Each directory to survive it's way into a release will need a file
7# like this one called "./.Sanitize". All keyword lines must exist,
8# and must exist in the order specified by this file. Each directory
9# in the tree will be processed, top down, in the following order.
10
11# Hash started lines like this one are comments and will be deleted
12# before anything else is done. Blank lines will also be squashed
13# out.
14
15# The lines between the "Do-first:" line and the "Things-to-keep:"
16# line are executed as a /bin/sh shell script before anything else is
17# done in this
18
19Do-first:
20
21# All files listed between the "Things-to-keep:" line and the
22# "Files-to-sed:" line will be kept. All other files will be removed.
23# Directories listed in this section will have their own Sanitize
24# called. Directories not listed will be removed in their entirety
25# with rm -rf.
26
27Things-to-keep:
28
29ChangeLog
8513228a 30adobe.h
1ee1fd7e
SC
31aout64.h
32ar.h
0783d893 33dynix3.h
1ee1fd7e
SC
34encap.h
35host.h
36hp.h
a2d34a52 37hp300hpux.h
76b731f9 38hppa.h
1ee1fd7e
SC
39ranlib.h
40reloc.h
41stab.def
42stab_gnu.h
43sun4.h
44
87756e15
RP
45Things-to-lose:
46
1ee1fd7e
SC
47Do-last:
48
1ee1fd7e 49# End of file.