diff options
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 6eb6ac8..ba4f852 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 22 18:55:04 1993 John Gilmore (gnu@cygnus.com) + + * Makefile.in: Update for h8500-dis.c. + Fri Mar 19 14:27:17 1993 Steve Chamberlain (sac@thepub.cygnus.com) * h8500-dis.c, h8500-opc.h: New files diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 42eb114..517f753 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -112,6 +112,7 @@ $(TARGETLIB): $(OFILES) # Circumvent Sun Make bug with VPATH. sparc-opc.o: sparc-opc.c m68881-ext.o: m68881-ext.c +h8500-dis.o: h8500-dis.c tags etags: TAGS |