aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1993-06-07 19:59:50 +0000
committerPer Bothner <per@bothner.com>1993-06-07 19:59:50 +0000
commite0a8bcfb5437af5294cdae2d513eca3d601534ab (patch)
treea293afff8278c30d86bf999c2aa67a5df25d09fc /opcodes
parent7f2649bb061f8e22a046845224262cbd768a850d (diff)
downloadgdb-e0a8bcfb5437af5294cdae2d513eca3d601534ab.zip
gdb-e0a8bcfb5437af5294cdae2d513eca3d601534ab.tar.gz
gdb-e0a8bcfb5437af5294cdae2d513eca3d601534ab.tar.bz2
* Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
* configure.in: No longer need to configure to get sysdep.h.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog40
-rw-r--r--opcodes/Makefile.in9
2 files changed, 47 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index f667e38..1eb414b 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,43 @@
+Mon Jun 7 12:58:49 1993 Per Bothner (bothner@rtl.cygnus.com)
+
+ * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
+ * configure.in: No longer need to configure to get sysdep.h.
+
+Thu Jun 3 15:56:49 1993 Stu Grossman (grossman@cygnus.com)
+
+ * Patches from Jeffrey Law <law@cs.utah.edu>.
+ * hppa-dis.c: Support 'I', 'J', and 'K' in output
+ templates for 1.1 FP computational instructions.
+
+Tue May 25 13:05:48 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
+
+ * h8500-dis.c (print_insn_h8500): Address argument is type
+ bfd_vma.
+ * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002):
+ Ditto.
+
+ * h8500-opc.h (addr_class_type): No comma at end of enumerator.
+ * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto.
+
+ * sparc-dis.c (compare_opcodes): Move static declaration to
+ top-level.
+
+Fri May 21 14:17:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+
+ * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
+ instruction, remove unimp hack from 'l' argument.
+
+Wed May 19 15:35:54 1993 Stu Grossman (grossman@cygnus.com)
+
+ * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's
+ happy.
+
+Fri May 14 15:22:46 1993 Ian Lance Taylor (ian@cygnus.com)
+
+ * Based on patches from davidj@ICSI.Berkeley.EDU (David Johnson):
+ * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
+ instructions.
+
Fri May 14 00:09:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
* hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index 1ab55e9..246bda7 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -55,7 +55,7 @@ RANLIB = ranlib
INCDIR = $(srcdir)/../include
BFDDIR = $(srcdir)/../bfd
-CSEARCH = -I. -I$(srcdir) -I$(INCDIR) -I$(BFDDIR)
+CSEARCH = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR)
DEP = mkdep
@@ -64,7 +64,7 @@ TARGETLIB = libopcodes.a
# To circumvent a Sun make VPATH bug, each file listed here
# should also have a foo.o: foo.c line further along in this file.
DIS_LIBS = i386-dis.o z8k-dis.o m68k-dis.o mips-dis.o h8500-dis.o dis-buf.o \
- sparc-dis.o
+ sparc-dis.o a29k-dis.o i960-dis.o alpha-dis.o sh-dis.o hppa-dis.o
OFILES = $(DIS_LIBS) sparc-opc.o m68881-ext.o
#### host and target dependent Makefile fragments come in here.
@@ -113,15 +113,20 @@ $(TARGETLIB): $(OFILES)
$(RANLIB) $(TARGETLIB)
# Circumvent Sun Make bug with VPATH.
+a29k-dis.o: a29k-dis.c
dis-buf.o: dis-buf.c
h8500-dis.o: h8500-dis.c
i386-dis.o: i386-dis.c
+i960-dis.o: i960-dis.c
m68881-ext.o: m68881-ext.c
m68k-dis.o: m68k-dis.c
mips-dis.o: mips-dis.c
sparc-dis.o: sparc-dis.c
sparc-opc.o: sparc-opc.c
z8k-dis.o: z8k-dis.c
+sh-dis.o: sh-dis.c
+alpha-dis.o: alpha-dis.c
+hppa-dis.o: hppa-dis.c $(srcdir)/../include/opcode/hppa.h
tags etags: TAGS