mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 01:24:12 +08:00
* 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.
This commit is contained in:
@ -154,7 +154,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
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
|
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
|
||||||
for i in $v850_files ; do
|
for i in $v850_files ; do
|
||||||
if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
|
||||||
|
@ -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)
|
Thu Oct 3 10:06:07 1996 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
* mn10200-opc.c, mn10300-opc.c: New files.
|
* mn10200-opc.c, mn10300-opc.c: New files.
|
||||||
|
Reference in New Issue
Block a user