]> Git Repo - binutils.git/blame_incremental - include/.Sanitize
M68k opcodes with MRI names
[binutils.git] / include / .Sanitize
... / ...
CommitLineData
1# Sanitize.in for devo.
2# $Id$
3#
4
5# Each directory to survive it's way into a release will need a file
6# like this one called "./.Sanitize". All keyword lines must exist,
7# and must exist in the order specified by this file. Each directory
8# in the tree will be processed, top down, in the following order.
9
10# Hash started lines like this one are comments and will be deleted
11# before anything else is done. Blank lines will also be squashed
12# out.
13
14# The lines between the "Do-first:" line and the "Things-to-keep:"
15# line are executed as a /bin/sh shell script before anything else is
16# done in this
17
18Do-first:
19
20# All files listed between the "Things-to-keep:" line and the
21# "Files-to-sed:" line will be kept. All other files will be removed.
22# Directories listed in this section will have their own Sanitize
23# called. Directories not listed will be removed in their entirety
24# with rm -rf.
25
26Things-to-keep:
27
28COPYING
29ChangeLog
30ansidecl.h
31aout
32bfd.h
33bout.h
34coff
35elf
36fopen-bin.h
37fopen-same.h
38gdbm.h
39getopt.h
40ieee.h
41oasys.h
42obstack.h
43opcode
44wait.h
45
46Do-last:
47
48
49echo Done in `pwd`.
50
51#
52#
53# $Log$
54# Revision 1.24 1991/12/14 01:32:54 wilson
55# Keep fopen-bin.h and fopen-same.h.
56#
57# Revision 1.23 1991/12/01 04:56:32 sac
58# * bfd.h: change the documentation format.
59#
60# * created coff, elf and opcode and aout directories. Moved:
61#
62# aout64.h ==> aout/aout64.h
63# ar.h ==> aout/ar.h
64# a.out.encap.h ==> aout/encap.h
65# a.out.host.h ==> aout/host.h
66# a.out.hp.h ==> aout/hp.h
67# a.out.sun4.h ==> aout/sun4.h
68# ranlib.h ==> aout/ranlib.h
69# reloc.h ==> aout/reloc.h
70# stab.def ==> aout/stab.def
71# stab.gnu.h ==> aout/stab_gnu.h
72#
73# coff-a29k.h ==> coff/a29k.h
74# coff-h8300.h ==> coff/h8300.h
75# coff-i386.h ==> coff/i386.h
76# coff-i960.h ==> coff/i960.h
77# internalcoff.h ==> coff/internal.h
78# coff-m68k.h ==> coff/m68k.h
79# coff-m88k.h ==> coff/m88k.h
80# coff-mips.h ==> coff/mips.h
81# coff-rs6000.h ==> coff/rs6000.h
82#
83# elf-common.h ==> elf/common.h
84# dwarf.h ==> elf/dwarf.h
85# elf-external.h ==> elf/external.h
86# elf-internal.h ==> elf/internal.h
87#
88# a29k-opcode.h ==> opcode/a29k.h
89# arm-opcode.h ==> opcode/arm.h
90# h8300-opcode.h ==> opcode/h8300.h
91# i386-opcode.h ==> opcode/i386.h
92# i860-opcode.h ==> opcode/i860.h
93# i960-opcode.h ==> opcode/i960.h
94# m68k-opcode.h ==> opcode/m68k.h
95# m88k-opcode.h ==> opcode/m88k.h
96# mips-opcode.h ==> opcode/mips.h
97# np1-opcode.h ==> opcode/np1.h
98# ns32k-opcode.h ==> opcode/ns32k.h
99# pn-opcode.h ==> opcode/pn.h
100# pyr-opcode.h ==> opcode/pyr.h
101# sparc-opcode.h ==> opcode/sparc.h
102# tahoe-opcode.h ==> opcode/tahoe.h
103# vax-opcode.h ==> opcode/vax.h
104#
105# Revision 1.22 1991/11/27 22:25:34 sac
106# Added coff-h8300.h
107#
108# Revision 1.21 1991/11/21 04:06:22 gnu
109# Bring in HP a.out remnants from GDB. Eliminate obsolete a.out.gnu.h.
110#
111# Revision 1.20 1991/10/25 10:21:10 gnu
112# Rename coff-related files.
113#
114# Revision 1.19 1991/10/25 07:59:50 gnu
115# rs6000
116#
117# Revision 1.18 1991/10/24 18:12:14 fnf
118# Add "dwarf.h".
119#
120# Revision 1.17 1991/10/16 01:08:08 gnu
121# Remove include files to bfd/hosts.
122#
123# Revision 1.16 1991/10/05 06:18:24 gnu
124# a.out.vax.h gone.
125#
126# Revision 1.15 1991/10/03 22:24:27 gnu
127# Add elf-*.h files.
128#
129# Revision 1.14 1991/09/26 22:46:53 steve
130# Newly created
131#
132# Revision 1.13 1991/09/13 05:17:53 gnu
133# Removes sparc-opcode.h rather than the file it is sanitizing, if not testing!
134# (fixed...)
135#
136# Revision 1.12 1991/09/04 02:51:18 rich
137# Adding "recover"'ability.
138#
139# Revision 1.11 1991/09/02 21:21:47 rich
140# Recover the editted files.
141#
142# Revision 1.10 1991/08/29 00:34:45 gnu
143# Paperwork handled for AMD Coff.
144#
145# Revision 1.9 1991/08/22 08:00:35 gnu
146# Add ChangeLog for Include.
147#
148# Revision 1.8 1991/07/31 17:36:04 gnu
149# Remove amdcoff.h by default because its copyright is not assigned to FSF.
150# "Sanitize -keep-29k" will keep it.
151#
152# Revision 1.7 1991/07/31 03:11:46 gnu
153# Remove symseg.h, the ancient GDB symbol-segments (gdb-specific debug
154# information) definition.
155#
156# Revision 1.6 1991/07/24 01:07:25 gnu
157# Add COPYING file.
158#
159# Revision 1.5 1991/07/24 00:47:13 gnu
160# Blow away v9 stuff in aout64.h too.
161#
162# Revision 1.4 1991/07/15 23:34:14 steve
163# *** empty log message ***
164#
165# Revision 1.3 1991/06/14 22:14:07 steve
166# *** empty log message ***
167#
168# Revision 1.2 1991/05/31 11:26:52 gnu
169# Add i386coff.h. Print msg when sanitizing sparc-opcode.h.
170#
171# Revision 1.1 1991/05/23 17:00:59 rich
172# Initial revision
173#
174#
175#
176
177# End of file.
This page took 0.022604 seconds and 4 git commands to generate.