mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
temporarily sanitize fr30
This commit is contained in:
parent
f3dc77c243
commit
04ad3a5905
@ -74,10 +74,6 @@ d30v-opc.c
|
||||
dep-in.sed
|
||||
dis-buf.c
|
||||
disassemble.c
|
||||
fr30-asm.c
|
||||
fr30-dis.c
|
||||
fr30-opc.c
|
||||
fr30-opc.h
|
||||
h8300-dis.c
|
||||
h8500-dis.c
|
||||
h8500-opc.h
|
||||
@ -124,6 +120,11 @@ z8kgen.c
|
||||
|
||||
Things-to-lose:
|
||||
|
||||
fr30-asm.c
|
||||
fr30-dis.c
|
||||
fr30-opc.c
|
||||
fr30-opc.h
|
||||
|
||||
Do-last:
|
||||
|
||||
cygnus_files="ChangeLog Makefile.am Makefile.in configure.in configure"
|
||||
|
@ -1,3 +1,4 @@
|
||||
start-sanitize-fr30
|
||||
Wed Nov 4 18:46:47 1998 Dave Brolley <brolley@cygnus.com>
|
||||
|
||||
* configure.in: Added case for bfd_fr30_arch.
|
||||
@ -12,6 +13,7 @@ Wed Nov 4 18:46:47 1998 Dave Brolley <brolley@cygnus.com>
|
||||
* po/POTFILES.in: Regenerated
|
||||
* po/opcodes.pot: Regenerated
|
||||
|
||||
end-sanitize-fr30
|
||||
start-sanitize-m32rx
|
||||
Mon Nov 2 20:08:03 1998 Doug Evans <devans@canuck.cygnus.com>
|
||||
|
||||
|
@ -37,9 +37,11 @@ CFILES = \
|
||||
d30v-opc.c \
|
||||
dis-buf.c \
|
||||
disassemble.c \
|
||||
$(start-sanitize-fr30) \
|
||||
fr30-asm.c \
|
||||
fr30-dis.c \
|
||||
fr30-opc.c \
|
||||
$(end-sanitize-fr30) \
|
||||
h8300-dis.c \
|
||||
h8500-dis.c \
|
||||
hppa-dis.c \
|
||||
@ -84,9 +86,11 @@ ALL_MACHINES = \
|
||||
d10v-opc.lo \
|
||||
d30v-dis.lo \
|
||||
d30v-opc.lo \
|
||||
$(end-sanitize-fr30) \
|
||||
fr30-asm.lo \
|
||||
fr30-dis.lo \
|
||||
fr30-opc.lo \
|
||||
$(end-sanitize-fr30) \
|
||||
h8300-dis.lo \
|
||||
h8500-dis.lo \
|
||||
hppa-dis.lo \
|
||||
@ -166,8 +170,11 @@ config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
|
||||
|
||||
CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1
|
||||
# start-sanitize-cygnus
|
||||
CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1 stamp-m32r stamp-fr30
|
||||
CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1 stamp-m32r
|
||||
# end-sanitize-cygnus
|
||||
# start-sanitize-fr30
|
||||
CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1 stamp-m32r stamp-fr30
|
||||
# end-sanitize-fr30
|
||||
|
||||
# start-sanitize-cygnus
|
||||
# CGEN support is sanitized out of FSF releases for now.
|
||||
@ -210,11 +217,13 @@ m32r-opc.h m32r-opc.c m32r-asm.c m32r-dis.c: $(M32R_DEPS)
|
||||
@true
|
||||
stamp-m32r: $(CGENFILES) $(CGENDIR)/m32r.cpu $(CGENDIR)/m32r.opc
|
||||
$(MAKE) run-cgen arch=m32r prefix=m32r
|
||||
# end-sanitize-cygnus
|
||||
# start-sanitize-fr30
|
||||
fr30-opc.h fr30-opc.c fr30-asm.c fr30-dis.c: $(FR30_DEPS)
|
||||
@true
|
||||
stamp-fr30: $(CGENFILES) $(CGENDIR)/fr30.cpu $(CGENDIR)/fr30.opc
|
||||
$(MAKE) run-cgen arch=fr30 prefix=fr30
|
||||
# end-sanitize-cygnus
|
||||
# end-sanitize-fr30
|
||||
|
||||
# start-sanitize-tic80
|
||||
tic80-dis.lo: tic80-dis.c $(INCDIR)/dis-asm.h ../bfd/bfd.h \
|
||||
@ -231,6 +240,18 @@ mips-dis.lo: mips-dis.c
|
||||
$(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/mips-dis.c
|
||||
# end-sanitize-sky
|
||||
|
||||
# start-sanitize-fr30
|
||||
fr30-asm.lo: fr30-asm.c sysdep.h config.h $(BFD_H) \
|
||||
$(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
||||
$(BFD_H) $(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
# end-sanitize-fr30
|
||||
|
||||
# This dependency stuff is copied from BFD.
|
||||
|
||||
.dep: dep.sed $(CFILES) $(HFILES) config.h
|
||||
@ -321,15 +342,6 @@ m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
||||
$(BFD_H) $(INCDIR)/symcat.h m32r-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
fr30-asm.lo: fr30-asm.c sysdep.h config.h $(BFD_H) \
|
||||
$(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
||||
$(BFD_H) $(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
m68k-dis.lo: m68k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h opintl.h \
|
||||
$(INCDIR)/opcode/m68k.h
|
||||
|
@ -143,9 +143,11 @@ CFILES = \
|
||||
d30v-opc.c \
|
||||
dis-buf.c \
|
||||
disassemble.c \
|
||||
$(start-sanitize-fr30) \
|
||||
fr30-asm.c \
|
||||
fr30-dis.c \
|
||||
fr30-opc.c \
|
||||
$(end-sanitize-fr30) \
|
||||
h8300-dis.c \
|
||||
h8500-dis.c \
|
||||
hppa-dis.c \
|
||||
@ -190,9 +192,11 @@ ALL_MACHINES = \
|
||||
d10v-opc.lo \
|
||||
d30v-dis.lo \
|
||||
d30v-opc.lo \
|
||||
$(end-sanitize-fr30) \
|
||||
fr30-asm.lo \
|
||||
fr30-dis.lo \
|
||||
fr30-opc.lo \
|
||||
$(end-sanitize-fr30) \
|
||||
h8300-dis.lo \
|
||||
h8500-dis.lo \
|
||||
hppa-dis.lo \
|
||||
@ -252,8 +256,11 @@ POTFILES = $(HFILES) $(CFILES)
|
||||
|
||||
CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1
|
||||
# start-sanitize-cygnus
|
||||
CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1 stamp-m32r stamp-fr30
|
||||
CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1 stamp-m32r
|
||||
# end-sanitize-cygnus
|
||||
# start-sanitize-fr30
|
||||
CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1 stamp-m32r stamp-fr30
|
||||
# end-sanitize-fr30
|
||||
|
||||
# start-sanitize-cygnus
|
||||
# CGEN support is sanitized out of FSF releases for now.
|
||||
@ -666,11 +673,13 @@ m32r-opc.h m32r-opc.c m32r-asm.c m32r-dis.c: $(M32R_DEPS)
|
||||
@true
|
||||
stamp-m32r: $(CGENFILES) $(CGENDIR)/m32r.cpu $(CGENDIR)/m32r.opc
|
||||
$(MAKE) run-cgen arch=m32r prefix=m32r
|
||||
# end-sanitize-cygnus
|
||||
# start-sanitize-fr30
|
||||
fr30-opc.h fr30-opc.c fr30-asm.c fr30-dis.c: $(FR30_DEPS)
|
||||
@true
|
||||
stamp-fr30: $(CGENFILES) $(CGENDIR)/fr30.cpu $(CGENDIR)/fr30.opc
|
||||
$(MAKE) run-cgen arch=fr30 prefix=fr30
|
||||
# end-sanitize-cygnus
|
||||
# end-sanitize-fr30
|
||||
|
||||
# start-sanitize-tic80
|
||||
tic80-dis.lo: tic80-dis.c $(INCDIR)/dis-asm.h ../bfd/bfd.h \
|
||||
@ -687,6 +696,18 @@ mips-dis.lo: mips-dis.c
|
||||
$(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/mips-dis.c
|
||||
# end-sanitize-sky
|
||||
|
||||
# start-sanitize-fr30
|
||||
fr30-asm.lo: fr30-asm.c sysdep.h config.h $(BFD_H) \
|
||||
$(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
||||
$(BFD_H) $(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
# end-sanitize-fr30
|
||||
|
||||
# This dependency stuff is copied from BFD.
|
||||
|
||||
.dep: dep.sed $(CFILES) $(HFILES) config.h
|
||||
@ -777,15 +798,6 @@ m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
||||
$(BFD_H) $(INCDIR)/symcat.h m32r-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
fr30-asm.lo: fr30-asm.c sysdep.h config.h $(BFD_H) \
|
||||
$(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
||||
$(BFD_H) $(INCDIR)/symcat.h fr30-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
m68k-dis.lo: m68k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h opintl.h \
|
||||
$(INCDIR)/opcode/m68k.h
|
||||
|
Loading…
Reference in New Issue
Block a user