binutils-gdb/gas/config/.Sanitize

186 lines
3.0 KiB
Plaintext
Raw Normal View History

1994-01-04 22:18:15 +01:00
# .Sanitize for devo/gas/config
1991-05-23 19:10:40 +02:00
1994-01-04 22:18:15 +01:00
# Each directory to survive its way into a release will need a file
1991-05-23 19:10:40 +02:00
# like this one called "./.Sanitize". All keyword lines must exist,
# and must exist in the order specified by this file. Each directory
# in the tree will be processed, top down, in the following order.
# Hash started lines like this one are comments and will be deleted
# before anything else is done. Blank lines will also be squashed
# out.
# The lines between the "Do-first:" line and the "Things-to-keep:"
# line are executed as a /bin/sh shell script before anything else is
# done in this
Do-first:
arc_files="tc-arc.c tc-arc.h"
1994-11-30 03:48:31 +01:00
if ( echo $* | grep keep\-arc > /dev/null ) ; then
keep_these_too="${arc_files} ${keep_these_too}"
else
lose_these_too="${arc_files} ${lose_these_too}"
fi
d10v_files="tc-d10v.c tc-d10v.h"
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
keep_these_too="${d10v_files} ${keep_these_too}"
else
lose_these_too="${d10v_files} ${lose_these_too}"
fi
v850_files="tc-v850.c tc-v850.h"
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
keep_these_too="${v850_files} ${keep_these_too}"
else
lose_these_too="${v850_files} ${lose_these_too}"
fi
tic80_files="tc-tic80.c tc-tic80.h"
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
keep_these_too="${tic80_files} ${keep_these_too}"
else
lose_these_too="${tic80_files} ${lose_these_too}"
fi
1991-05-23 19:10:40 +02:00
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
# called. Directories not listed will be removed in their entirety
# with rm -rf.
Things-to-keep:
1992-02-27 19:52:18 +01:00
aout_gnu.h
arm-big.mt
arm-lit.mt
1991-05-23 19:10:40 +02:00
atof-ieee.c
1992-12-08 10:30:28 +01:00
atof-tahoe.c
1991-05-23 19:10:40 +02:00
atof-vax.c
1994-11-04 22:43:00 +01:00
go32.cfg
1995-05-12 02:04:35 +02:00
e-mipsecoff.c
e-mipself.c
1992-09-12 00:02:52 +02:00
i386coff.mt
* config/m68k-parse.y: New file: bison grammar for m68k operands, including support for Motorola syntax. * config/m68k-parse.h: New file; definitions shared between m68k-parse.y and tc-m68k.c. * config/tc-m68k.c: Include m68k-parse.h. (enum operand_type): Move to m68k-parse.h, where it is named m68k_operand_type. Rename all uses. Rearrange somewhat. Add FPREG. Rename AOFF to DISP. Rename AINDX to BASE. Rename APODX to POST. Rename APRDX to PRE. Remove AMIND. Rename MSCR to CONTROL. Remove DINDR. (struct m68k_exp): Move to m68k-parse.h. Remove e_beg, e_end and e_seg fields. Rename e_exp to exp. Rename e_siz to size, and change type to enum m68k_size. Change all uses. (enum _register): Move to m68k-parse.h, where it is named m68k_register. Rename all uses. Add ZDATA0-7 and ZADDR0-7. (struct m68k_op): Move to m68k-parse.h. Change all fields. (seg): Don't define. (add_exp): Remove. (FAIL, OK): Remove. (m68k_reg_parse): Move to m68k-parse.y, and rewrite. (SKIP_WHITE, SKIP_W): Remove. (try_moto_index, try_index): Remove. (m68k_ip_op): Move to m68k-parse.y, and rewrite to use grammar. (main): Remove obsolete test function. (m68k_ip): Extensive changes to use new grammar. (get_regs): Remove. (crack_operand): m68k_ip_op now returns 0 on success. (init_table): Add ssp, zd0-7 and za0-7. (md_assemble): Make er const. Correct loop over operands when looking for error message. (md_begin): Set alt_notend_table for '(' and '@'. (get_num): Expression is already parsed. Don't set seg. * configure.in: If cpu_type is m68k, put m68k-parse.o in extra-objects. * configure: Rebuild. * Makefile.in (DISTSTUFF): Add m68k-parse.c. (BISON): Use ../bison/bison if it exists. (BISONFLAGS): Define as empty. (TARG_CPU_DEP_m68k): Depend upon $(srcdir)/config/m68k-parse.h. (m68k-parse.c, m68k-parse.o): New targets.
1995-08-08 04:36:10 +02:00
m68k-parse.h
m68k-parse.y
m68kcoff.mt
1992-07-23 20:23:44 +02:00
m88k-opcode.h
m88kcoff.mt
1993-03-09 17:12:44 +01:00
mips-big.mt
mips-lit.mt
1991-05-23 19:10:40 +02:00
obj-aout.c
obj-aout.h
obj-bout.c
obj-bout.h
obj-coff.c
obj-coff.h
1993-03-09 17:12:44 +01:00
obj-ecoff.c
obj-ecoff.h
1993-02-08 20:24:09 +01:00
obj-elf.c
obj-elf.h
obj-evax.c
obj-evax.h
1991-05-23 19:10:40 +02:00
obj-generic.c
obj-generic.h
1993-05-06 04:03:00 +02:00
obj-hp300.c
obj-hp300.h
obj-ieee.c
obj-ieee.h
1995-05-12 02:04:35 +02:00
obj-multi.c
obj-multi.h
obj-som.c
obj-som.h
1992-12-08 10:30:28 +01:00
obj-vms.c
obj-vms.h
1995-05-09 23:17:19 +02:00
ppc-big.mt
ppc-lit.mt
ppc-sol.mt
sco5.mt
1991-05-23 19:10:40 +02:00
tc-a29k.c
tc-a29k.h
tc-alpha.c
tc-alpha.h
1994-09-09 20:35:11 +02:00
tc-arm.c
tc-arm.h
1991-05-23 19:10:40 +02:00
tc-generic.c
tc-generic.h
tc-h8300.c
tc-h8300.h
tc-h8500.c
tc-h8500.h
1993-05-06 04:03:00 +02:00
tc-hppa.c
tc-hppa.h
1991-05-23 19:10:40 +02:00
tc-i386.c
tc-i386.h
tc-i860.c
tc-i860.h
tc-i960.c
tc-i960.h
tc-m68851.h
tc-m68k.c
tc-m68k.h
1992-07-23 20:23:44 +02:00
tc-m88k.c
tc-m88k.h
tc-mips.c
tc-mips.h
tc-mn10200.c
tc-mn10200.h
tc-mn10300.c
tc-mn10300.h
1991-05-23 19:10:40 +02:00
tc-ns32k.c
tc-ns32k.h
tc-ppc.c
tc-ppc.h
1993-04-27 03:32:09 +02:00
tc-sh.c
tc-sh.h
1991-11-12 00:36:39 +01:00
tc-sparc.c
1992-02-13 11:13:24 +01:00
tc-sparc.h
1992-12-08 10:42:06 +01:00
tc-tahoe.c
tc-tahoe.h
1991-05-23 19:10:40 +02:00
tc-vax.c
tc-vax.h
1995-01-16 01:42:14 +01:00
tc-w65.c
tc-w65.h
1992-08-26 00:12:54 +02:00
tc-z8k.c
tc-z8k.h
1993-05-06 04:03:00 +02:00
te-386bsd.h
te-aux.h
1994-11-09 20:57:37 +01:00
te-delta.h
te-delt88.h
1991-05-23 19:10:40 +02:00
te-dpx2.h
te-generic.h
1994-11-04 22:43:00 +01:00
te-go32.h
1993-05-06 04:03:00 +02:00
te-hp300.h
te-hppa.h
1992-07-23 20:23:44 +02:00
te-i386aix.h
1991-05-23 19:10:40 +02:00
te-ic960.h
1993-05-06 04:03:00 +02:00
te-linux.h
1993-09-28 21:20:27 +01:00
te-lynx.h
1994-02-18 23:04:40 +01:00
te-mach.h
1995-11-14 05:46:32 +01:00
te-macos.h
1995-05-12 02:04:35 +02:00
te-multi.h
1994-11-04 17:44:58 +01:00
te-nbsd.h
1994-10-13 16:45:43 +01:00
te-nbsd532.h
1994-07-27 00:20:48 +02:00
te-pc532mach.h
te-pe.h
1994-11-04 22:43:00 +01:00
te-ppcnw.h
te-psos.h
te-riscix.h
1991-05-23 19:10:40 +02:00
te-sco386.h
te-sparcaout.h
1991-05-23 19:10:40 +02:00
te-sun3.h
1992-02-13 11:13:24 +01:00
te-sysv32.h
1991-05-23 19:10:40 +02:00
vax-inst.h
1994-09-22 00:18:06 +02:00
vms-conf.h
vms-a-conf.h
1991-05-23 19:10:40 +02:00
1993-05-27 08:44:29 +02:00
Things-to-lose:
1991-05-23 19:10:40 +02:00
Do-last:
# End of file.