aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-11-06 00:01:02 +0000
committerDoug Evans <dje@google.com>1998-11-06 00:01:02 +0000
commit04ad3a5905d70a683b7f2c1a9635b3a7fd96927a (patch)
tree53a809e2ce972ec004a9184095fb4efda7016e8a /opcodes
parentf3dc77c2433574f65f892e0946aeb0f3fd5205c1 (diff)
downloadgdb-04ad3a5905d70a683b7f2c1a9635b3a7fd96927a.zip
gdb-04ad3a5905d70a683b7f2c1a9635b3a7fd96927a.tar.gz
gdb-04ad3a5905d70a683b7f2c1a9635b3a7fd96927a.tar.bz2
temporarily sanitize fr30
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/.Sanitize9
-rw-r--r--opcodes/ChangeLog2
-rw-r--r--opcodes/Makefile.am34
-rw-r--r--opcodes/Makefile.in34
4 files changed, 53 insertions, 26 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize
index fd6d4a6..aeb3665 100644
--- a/opcodes/.Sanitize
+++ b/opcodes/.Sanitize
@@ -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"
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 724e89c..453e645 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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>
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index 860b738..b63f011 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -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
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index b0e21ff..6e79465 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -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