1994-06-27 07:41:34 +08:00
|
|
|
# .Sanitize for devo/gas.
|
1991-05-24 02:18:12 +09:00
|
|
|
|
1994-01-05 05:18:15 +08:00
|
|
|
# Each directory to survive its way into a release will need a file
|
1991-05-24 02:18:12 +09: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
|
1994-06-27 07:41:34 +08:00
|
|
|
# done in this directory.
|
1991-05-24 02:18:12 +09:00
|
|
|
|
|
|
|
Do-first:
|
|
|
|
|
|
|
|
# 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-12-08 16:05:32 +08:00
|
|
|
CONTRIBUTORS
|
1991-05-24 02:18:12 +09:00
|
|
|
COPYING
|
|
|
|
ChangeLog
|
1995-10-07 06:39:14 +08:00
|
|
|
ChangeLog.1
|
1991-05-24 02:18:12 +09:00
|
|
|
Makefile.in
|
1992-12-08 16:05:32 +08:00
|
|
|
NEWS
|
1991-05-24 02:18:12 +09:00
|
|
|
NOTES
|
|
|
|
NOTES.config
|
|
|
|
README
|
1992-02-13 18:13:24 +08:00
|
|
|
README-quirks
|
1992-12-08 16:05:32 +08:00
|
|
|
README-vms
|
1991-05-24 02:18:12 +09:00
|
|
|
README.coff
|
|
|
|
README.rich
|
1994-08-29 04:07:16 +08:00
|
|
|
acconfig.h
|
|
|
|
aclocal.m4
|
1991-05-24 02:18:12 +09:00
|
|
|
app.c
|
|
|
|
as.c
|
|
|
|
as.h
|
|
|
|
atof-generic.c
|
|
|
|
bignum-copy.c
|
|
|
|
bignum.h
|
1992-12-08 16:05:32 +08:00
|
|
|
bit_fix.h
|
1991-05-24 02:18:12 +09:00
|
|
|
cond.c
|
1994-08-29 04:07:16 +08:00
|
|
|
conf.in
|
1991-05-24 02:18:12 +09:00
|
|
|
config
|
1993-01-08 22:40:59 +08:00
|
|
|
config-gas.com
|
1994-08-29 04:07:16 +08:00
|
|
|
configure
|
1992-02-23 04:45:24 +08:00
|
|
|
configure.bat
|
1991-05-24 02:18:12 +09:00
|
|
|
configure.in
|
|
|
|
debug.c
|
1992-02-14 08:21:34 +08:00
|
|
|
doc
|
1993-11-18 07:23:39 +08:00
|
|
|
ecoff.c
|
|
|
|
ecoff.h
|
1995-05-12 08:04:35 +08:00
|
|
|
emul-target.h
|
|
|
|
emul.h
|
1991-05-24 02:18:12 +09:00
|
|
|
expr.c
|
|
|
|
expr.h
|
|
|
|
flonum-copy.c
|
1992-12-08 16:05:32 +08:00
|
|
|
flonum-konst.c
|
1991-05-24 02:18:12 +09:00
|
|
|
flonum-mult.c
|
|
|
|
flonum.h
|
|
|
|
frags.c
|
|
|
|
frags.h
|
1994-02-01 00:44:53 +08:00
|
|
|
gasp.c
|
1994-09-20 00:49:38 +08:00
|
|
|
gdbinit.in
|
1991-05-24 02:18:12 +09:00
|
|
|
hash.c
|
|
|
|
hash.h
|
|
|
|
input-file.c
|
|
|
|
input-file.h
|
|
|
|
input-scrub.c
|
1992-02-13 18:13:24 +08:00
|
|
|
link.cmd
|
1992-01-18 04:54:32 +08:00
|
|
|
listing.c
|
|
|
|
listing.h
|
1994-01-06 09:14:04 +08:00
|
|
|
literal.c
|
1995-09-29 10:38:28 +08:00
|
|
|
mac-as.r
|
Add support for macros.
* as.c: Include sb.h and macro.h.
(max_macro_next): New global variable.
(main): Call macro_init.
(macro_expr): New static function.
* as.h (max_macro_nest): Declare.
* read.c (line_label): Rename from mri_line_label. Change all
uses.
(potable): Add exitm, irp, irpc, macro, mexit, rept.
(read_a_source_file): Always clear line_label at the start of a
line, not just when flag_mri or LABELS_WITHOUT_COLONS. Fixup
MRI/LABELS_WITHOUT_COLONS handling. In MRI mode, permit label:
equ val. Set line_label when calling colon. In MRI mode, a
leading '.' does not imply a pseudo-op. Check for macro expansion
before calling md_assemble.
(s_irp): New function.
(get_line_sb): New static function.
(s_macro): New function.
(s_mexit): New function.
(s_rept): New function.
* read.h (line_label): Rename from mri_line_label.
(s_irp, s_rept): Declare.
(s_macro, s_mexit): Declare.
* input-scrub.c: Include sb.h.
(sb_index, from_sb): New static variables.
(macro_nest): New static variable.
(struct input_save): Add sb_index and from_sb fields. Change
next_saved_file field to be struct input_save *.
(next_saved_file): Changed to be struct input_save *.
(input_scrub_push): Change to return type struct input_save *.
Save sb_index and from_sb.
(input_scrub_pop): Change parameter type to struct input_save *.
Restore sb_index and from_sb.
(input_scrub_include_sb): New function.
(input_scrub_next_buffer): Handle reading from from_sb.
(bump_line_counters): Only increment lines if not using from_sb.
* config/tc-m68k.c (opt_table): Add nest.
(opt_nest): New static function.
* gasp.c: Include sb.h and macro.h. Move all sb related functions
and definitions to sb.h and sb.c. Move all macro related
functions and definitions to macro.h and macro.c.
* sb.h, sb.c: New files, extracted from gasp.c.
* macro.h, macro.c: Likewise.
* Makefile.in (OBJS): Add sb.o and macro.o
(GASPOBJS): Define.
(gasp.new): Depend upon $(GASPOBJS). Use $(GASPOBJS) to link.
(TARG_CPU_DEP_m68k): Depend upon subsegs.h.
(gasp.o): Depend upon sb.h and macro.h.
(sb.o): New target.
(macro.o): New target.
(as.o): Depend upon sb.h and macro.h.
(input-scrub.o): Depend upon sb.h.
(read.o): Depend upon sb.h and macro.h.
1995-08-22 02:35:11 +08:00
|
|
|
macro.c
|
|
|
|
macro.h
|
1991-05-24 02:18:12 +09:00
|
|
|
messages.c
|
1995-04-13 03:29:34 +08:00
|
|
|
mpw-config.in
|
1995-09-29 10:38:28 +08:00
|
|
|
mpw-make.sed
|
1991-05-24 02:18:12 +09:00
|
|
|
obj.h
|
|
|
|
output-file.c
|
|
|
|
output-file.h
|
|
|
|
read.c
|
|
|
|
read.h
|
Add support for macros.
* as.c: Include sb.h and macro.h.
(max_macro_next): New global variable.
(main): Call macro_init.
(macro_expr): New static function.
* as.h (max_macro_nest): Declare.
* read.c (line_label): Rename from mri_line_label. Change all
uses.
(potable): Add exitm, irp, irpc, macro, mexit, rept.
(read_a_source_file): Always clear line_label at the start of a
line, not just when flag_mri or LABELS_WITHOUT_COLONS. Fixup
MRI/LABELS_WITHOUT_COLONS handling. In MRI mode, permit label:
equ val. Set line_label when calling colon. In MRI mode, a
leading '.' does not imply a pseudo-op. Check for macro expansion
before calling md_assemble.
(s_irp): New function.
(get_line_sb): New static function.
(s_macro): New function.
(s_mexit): New function.
(s_rept): New function.
* read.h (line_label): Rename from mri_line_label.
(s_irp, s_rept): Declare.
(s_macro, s_mexit): Declare.
* input-scrub.c: Include sb.h.
(sb_index, from_sb): New static variables.
(macro_nest): New static variable.
(struct input_save): Add sb_index and from_sb fields. Change
next_saved_file field to be struct input_save *.
(next_saved_file): Changed to be struct input_save *.
(input_scrub_push): Change to return type struct input_save *.
Save sb_index and from_sb.
(input_scrub_pop): Change parameter type to struct input_save *.
Restore sb_index and from_sb.
(input_scrub_include_sb): New function.
(input_scrub_next_buffer): Handle reading from from_sb.
(bump_line_counters): Only increment lines if not using from_sb.
* config/tc-m68k.c (opt_table): Add nest.
(opt_nest): New static function.
* gasp.c: Include sb.h and macro.h. Move all sb related functions
and definitions to sb.h and sb.c. Move all macro related
functions and definitions to macro.h and macro.c.
* sb.h, sb.c: New files, extracted from gasp.c.
* macro.h, macro.c: Likewise.
* Makefile.in (OBJS): Add sb.o and macro.o
(GASPOBJS): Define.
(gasp.new): Depend upon $(GASPOBJS). Use $(GASPOBJS) to link.
(TARG_CPU_DEP_m68k): Depend upon subsegs.h.
(gasp.o): Depend upon sb.h and macro.h.
(sb.o): New target.
(macro.o): New target.
(as.o): Depend upon sb.h and macro.h.
(input-scrub.o): Depend upon sb.h.
(read.o): Depend upon sb.h and macro.h.
1995-08-22 02:35:11 +08:00
|
|
|
sb.c
|
|
|
|
sb.h
|
1993-11-22 14:04:32 +08:00
|
|
|
stabs.c
|
1991-05-24 02:18:12 +09:00
|
|
|
struc-symbol.h
|
|
|
|
subsegs.c
|
|
|
|
subsegs.h
|
|
|
|
symbols.c
|
|
|
|
symbols.h
|
|
|
|
tc.h
|
1993-03-29 21:27:13 +08:00
|
|
|
testsuite
|
1994-03-15 11:35:59 +08:00
|
|
|
vmsconf.sh
|
1991-05-24 02:18:12 +09:00
|
|
|
write.c
|
|
|
|
write.h
|
|
|
|
xmalloc.c
|
|
|
|
|
1993-05-27 14:44:29 +08:00
|
|
|
Things-to-lose:
|
|
|
|
|
1991-05-24 02:18:12 +09:00
|
|
|
Do-last:
|
|
|
|
|
1995-11-15 18:56:07 +08:00
|
|
|
rce_files="configure.in configure ChangeLog Makefile.in ChangeLog.1"
|
1994-11-25 05:48:21 +08:00
|
|
|
|
1994-11-25 08:01:26 +08:00
|
|
|
if ( echo $* | grep keep\-rce > /dev/null ) ; then
|
|
|
|
for i in $rce_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
|
1994-11-25 05:36:00 +08:00
|
|
|
if [ -n "${verbose}" ] ; then
|
1994-11-25 08:01:26 +08:00
|
|
|
echo Keeping rce stuff in $i
|
1994-11-25 05:36:00 +08:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
else
|
1994-11-25 08:01:26 +08:00
|
|
|
for i in $rce_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
|
1994-11-25 05:36:00 +08:00
|
|
|
if [ -n "${verbose}" ] ; then
|
1994-11-25 08:01:26 +08:00
|
|
|
echo Removing traces of \"rce\" from $i...
|
1994-11-25 05:36:00 +08:00
|
|
|
fi
|
|
|
|
cp $i new
|
1994-11-25 08:01:26 +08:00
|
|
|
sed '/start\-sanitize\-rce/,/end-\sanitize\-rce/d' < $i > new
|
1994-11-25 05:36:00 +08:00
|
|
|
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Caching $i in .Recover...
|
|
|
|
fi
|
|
|
|
mv $i .Recover
|
|
|
|
fi
|
|
|
|
mv new $i
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
1995-10-07 06:39:14 +08:00
|
|
|
arc_files="ChangeLog configure.in configure Makefile.in ChangeLog.1"
|
1994-11-30 10:16:54 +08:00
|
|
|
if ( echo $* | grep keep\-arc > /dev/null ) ; then
|
|
|
|
for i in $arc_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping arc stuff in $i
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
else
|
|
|
|
for i in $arc_files ; do
|
|
|
|
if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Removing traces of \"arc\" from $i...
|
|
|
|
fi
|
|
|
|
cp $i new
|
|
|
|
sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $i > new
|
|
|
|
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Caching $i in .Recover...
|
|
|
|
fi
|
|
|
|
mv $i .Recover
|
|
|
|
fi
|
|
|
|
mv new $i
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
1995-12-04 06:11:25 +08:00
|
|
|
if ( echo $* | grep keep\-gm > /dev/null ) ; then
|
|
|
|
for i in * ; do
|
|
|
|
if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping gm stuff in $i
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
else
|
|
|
|
for i in * ; do
|
|
|
|
if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Removing traces of \"gm\" from $i...
|
|
|
|
fi
|
|
|
|
cp $i new
|
|
|
|
sed '/start\-sanitize\-gm/,/end-\sanitize\-gm/d' < $i > new
|
|
|
|
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Caching $i in .Recover...
|
|
|
|
fi
|
|
|
|
mv $i .Recover
|
|
|
|
fi
|
|
|
|
mv new $i
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
1994-11-25 05:36:00 +08:00
|
|
|
for i in * ; do
|
|
|
|
if test ! -d $i && (grep sanitize $i > /dev/null) ; then
|
|
|
|
echo '***' Some mentions of Sanitize are still left in $i! 1>&2
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
1991-05-24 02:18:12 +09:00
|
|
|
#
|
|
|
|
# End of file.
|