Browse Source

New file

gdb-4_18-branch
Steve Chamberlain 34 years ago
parent
commit
337110eab7
  1. 2
      opcodes/.Sanitize
  2. 4
      opcodes/ChangeLog
  3. 2
      opcodes/Makefile.in

2
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

4
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

2
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.

Loading…
Cancel
Save