diff options
author | John Gilmore <gnu@cygnus> | 1993-03-23 02:55:56 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-03-23 02:55:56 +0000 |
commit | 2cb563e6f41ab7f71879273826b16efeb7b119dd (patch) | |
tree | 799b7a71e1e13b10366c5341258b621d9c420ce0 /opcodes | |
parent | 9a07ddf2afbf5c29c74b62da8feccd97afea597e (diff) | |
download | gdb-2cb563e6f41ab7f71879273826b16efeb7b119dd.zip gdb-2cb563e6f41ab7f71879273826b16efeb7b119dd.tar.gz gdb-2cb563e6f41ab7f71879273826b16efeb7b119dd.tar.bz2 |
Update for h8500-dis.c. (Avoid Sun Make vpath bug)
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 |