aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-03-19 22:39:35 +0000
committerSteve Chamberlain <sac@cygnus>1993-03-19 22:39:35 +0000
commit337110eab7a32a71ef852e5ffb328a5cfb926f18 (patch)
tree126fb5f40c5dcb5959b303c88943e44462d2e361 /opcodes
parent45798e50ad0e634f50543175082e49a2bc0f3717 (diff)
downloadfsf-binutils-gdb-337110eab7a32a71ef852e5ffb328a5cfb926f18.zip
fsf-binutils-gdb-337110eab7a32a71ef852e5ffb328a5cfb926f18.tar.gz
fsf-binutils-gdb-337110eab7a32a71ef852e5ffb328a5cfb926f18.tar.bz2
New file
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/.Sanitize2
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/Makefile.in2
3 files changed, 7 insertions, 1 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize
index b627a21..5b3c6de 100644
--- a/opcodes/.Sanitize
+++ b/opcodes/.Sanitize
@@ -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
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index f03c1e7..6eb6ac8 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index 1dfe004..42eb114 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.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.