clean up Sanitize for gas

This commit is contained in:
K. Richard Pixley
1992-02-13 10:13:24 +00:00
parent a7f4a774e6
commit 920babce5a
2 changed files with 20 additions and 8 deletions

View File

@ -34,6 +34,7 @@ Makefile.in
NOTES NOTES
NOTES.config NOTES.config
README README
README-quirks
README-vms-dbg README-vms-dbg
README.coff README.coff
README.rich README.rich
@ -57,12 +58,14 @@ flonum-mult.c
flonum.h flonum.h
frags.c frags.c
frags.h frags.h
gas-format.el
hash.c hash.c
hash.h hash.h
hex-value.c hex-value.c
input-file.c input-file.c
input-file.h input-file.h
input-scrub.c input-scrub.c
link.cmd
listing.c listing.c
listing.h listing.h
make-gas.com make-gas.com
@ -70,6 +73,7 @@ makefile.dos
messages.c messages.c
obj.h obj.h
objdump.c objdump.c
obsolete
output-file.c output-file.c
output-file.h output-file.h
read.c read.c
@ -81,6 +85,8 @@ subsegs.h
symbols.c symbols.c
symbols.h symbols.h
tc.h tc.h
testscripts
ver960.c
version.c version.c
write.c write.c
write.h write.h
@ -94,6 +100,9 @@ echo Done in `pwd`.
# #
# #
# $Log$ # $Log$
# Revision 1.7 1992/02/13 10:13:19 rich
# clean up Sanitize for gas
#
# Revision 1.6 1992/01/17 20:54:32 rich # Revision 1.6 1992/01/17 20:54:32 rich
# keep listing* # keep listing*
# #

View File

@ -50,10 +50,11 @@ mh-a29k
mh-cygnus mh-cygnus
mh-i386 mh-i386
mt-ebmon29k mt-ebmon29k
mt-h8300hds
mt-h8300 mt-h8300
mt-h8300hds
mt-m68k mt-m68k
mt-mips mt-mips
mt-rs6000
obj-aout.c obj-aout.c
obj-aout.h obj-aout.h
obj-bfd-sunos.c obj-bfd-sunos.c
@ -92,19 +93,18 @@ tc-mips.c
tc-mips.h tc-mips.h
tc-ns32k.c tc-ns32k.c
tc-ns32k.h tc-ns32k.h
tc-sparc.h tc-rs6000.c
tc-rs6000.h
tc-sparc.c tc-sparc.c
tc-sparc.h
tc-vax.c tc-vax.c
tc-vax.h tc-vax.h
te-dpx2.h te-dpx2.h
te-generic.h te-generic.h
te-ic960.h te-ic960.h
te-motor.h
te-sco386.h te-sco386.h
te-sparc.h
te-sun3.h te-sun3.h
te-unisoft.h te-sysv32.h
tmake-m68k
vax-inst.h vax-inst.h
vms vms
@ -128,6 +128,9 @@ echo Done in `pwd`.
# #
# #
# $Log$ # $Log$
# Revision 1.14 1992/02/13 10:13:24 rich
# clean up Sanitize for gas
#
# Revision 1.13 1992/02/11 00:51:52 sac # Revision 1.13 1992/02/11 00:51:52 sac
# New files for MRI syntax assembler # New files for MRI syntax assembler
# #