New file
This commit is contained in:
parent
45798e50ad
commit
337110eab7
3 changed files with 7 additions and 1 deletions
|
@ -25,6 +25,8 @@ Things-to-keep:
|
|||
ChangeLog
|
||||
Makefile.in
|
||||
configure.in
|
||||
h8500-dis.c
|
||||
h8500-opc.h
|
||||
i386-dis.c
|
||||
m68881-ext.c
|
||||
m68k-dis.c
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
Fri Mar 19 14:27:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
|
||||
|
||||
* h8500-dis.c, h8500-opc.h: New files
|
||||
|
||||
Thu Mar 18 14:12:37 1993 Per Bothner (bothner@rtl.cygnus.com)
|
||||
|
||||
* mips-dis.c, z8k-dis.c: Converted to use interface defined in
|
||||
|
|
|
@ -62,7 +62,7 @@ DEP = mkdep
|
|||
TARGETLIB = libopcodes.a
|
||||
|
||||
|
||||
DIS_LIBS = i386-dis.o z8k-dis.o m68k-dis.o mips-dis.o
|
||||
DIS_LIBS = i386-dis.o z8k-dis.o m68k-dis.o mips-dis.o h8500-dis.o
|
||||
|
||||
OFILES = $(DIS_LIBS) sparc-opc.o m68881-ext.o
|
||||
#### host and target dependent Makefile fragments come in here.
|
||||
|
|
Loading…
Reference in a new issue