diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-03 21:17:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-03 21:17:46 +0000 |
commit | 6c9370db2abfc53aadaf7b97409fb5a2ea391d80 (patch) | |
tree | 706ee5206a236a3c8d2349f482cfd8b530a895ed /opcodes | |
parent | 76f841e600426cdf83f028926e2cacaa1d2cf7ee (diff) | |
download | gdb-6c9370db2abfc53aadaf7b97409fb5a2ea391d80.zip gdb-6c9370db2abfc53aadaf7b97409fb5a2ea391d80.tar.gz gdb-6c9370db2abfc53aadaf7b97409fb5a2ea391d80.tar.bz2 |
* Makefile.in (ALL_MACHINES): Add mn10200-dis.o, mn10200-opc.o,
mn10300-dis.o, and mn10300-opc.o.
Also add d10v and v850 files, with appropriate sanitization.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/.Sanitize | 2 | ||||
-rw-r--r-- | opcodes/ChangeLog | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 4aa3000..d8cc1b4 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -154,7 +154,7 @@ else done fi -v850_files="ChangeLog configure.in configure disassemble.c" +v850_files="ChangeLog Makefile.in configure.in configure disassemble.c" if ( echo $* | grep keep\-v850 > /dev/null ) ; then for i in $v850_files ; do if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b9ee3181..3862e47 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 3 17:17:02 1996 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.in (ALL_MACHINES): Add mn10200-dis.o, mn10200-opc.o, + mn10300-dis.o, and mn10300-opc.o. + Thu Oct 3 10:06:07 1996 Jeffrey A Law (law@cygnus.com) * mn10200-opc.c, mn10300-opc.c: New files. |