* h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
[external/binutils.git] / opcodes / ChangeLog
1 Wed Mar 31 20:49:06 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
2
3         * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
4           deliberately return non-zero to setjmp from longjmp.  Otherwise
5           this code fails to compile.
6
7 Wed Mar 31 17:04:31 1993  Stu Grossman  (grossman@cygnus.com)
8
9         * m68k-dis.c:  Fix prototype for fetch_arg().
10
11 Wed Mar 31 10:07:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12
13         * dis-buf.c: New file, for new read_memory_func interface.
14         Makefile.in (OFILES): Include it.
15         m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
16         Use new read_memory_func interface.
17
18 Mon Mar 29 14:02:17 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19
20         * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
21         * h8500-opc.h: Fix couple of opcodes.
22
23 Wed Mar 24 02:03:36 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
24
25         * Makefile.in: add dvi & installcheck targets
26
27 Mon Mar 22 18:55:04 1993  John Gilmore  (gnu@cygnus.com)
28
29         * Makefile.in:  Update for h8500-dis.c.
30
31 Fri Mar 19 14:27:17 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
32
33         * h8500-dis.c, h8500-opc.h: New files
34
35 Thu Mar 18 14:12:37 1993  Per Bothner  (bothner@rtl.cygnus.com)
36
37         * mips-dis.c, z8k-dis.c:  Converted to use interface defined in
38         ../include/dis-asm.h.
39         * m68k-dis.c:  New file (merge of ../binutils/m68k-pinsn.c
40         and ../gdb/m68k-pinsn.c).
41         * i386-dis.c:  New file (merge of ../binutils/i386-pinsn.c
42         and ../gdb/i386-pinsn.c).
43         * m68881-ext.c:  New file.  Moved definition of
44         ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
45         * Makefile.in:  Adjust for new files.
46         * i386-dis.c:  Patches from John Hassey (hassey@dg-rtp.dg.com).
47         * m68k-dis.c:  Recognize '9' placement code, so (say) pflush
48         can be dis-assembled.
49
50 Wed Feb 17 09:19:47 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
51
52         * mips-dis.c (print_insn_arg): Now returns void.
53
54 Mon Jan 11 16:09:16 1993  Fred Fish  (fnf@cygnus.com)
55
56         * mips-dis.c (ansidecl.h):  Include for benefit of sysdep.h
57         files that use the macros.
58
59 Thu Jan  7 13:15:17 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
60
61         * mips-dis.c: New file, from gdb/mips-pinsn.c.
62         * Makefile.in (DIS_LIBS): Added mips-dis.o.
63         (CFILES): Added mips-dis.c.
64
65 Thu Jan  7 07:36:33 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
66
67         * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
68         * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
69
70 Tue Dec 22 15:42:44 1992  Per Bothner  (bothner@rtl.cygnus.com)
71
72         * Makefile.in:  Improve *clean rules.
73         * configure.in:  Allow a default host.
74
75 Tue Nov 17 19:53:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
76
77         * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
78         files include other sysdep files
79
80 Thu Nov 12 16:10:37 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
81
82         * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
83
84 Fri Oct  9 04:56:05 1992  John Gilmore  (gnu@cygnus.com)
85
86         * configure.in:  For host support, use ../bfd/configure.host
87         so it stays in sync with the ../bfd/hosts database.
88
89 Thu Oct  1 23:38:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
90
91         * configure.in: use cpu-vendor-os triple instead of nested cases
92
93 Wed Sep 30 16:09:20 1992  Michael Werner  (mtw@cygnus.com)
94
95         * z8k-dis.c (unparse_instr): fix bug where opcode returned was
96         *always* the wrong one.
97
98 Wed Sep 30 07:42:17 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
99
100         * z8kgen.c: added copyright info
101
102 Tue Sep 29 12:20:21 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
103
104         * z8k-dis.c (unparse_instr): prettier tabs
105         * z8kgen.c -> z8k-opc.h: bug fixes in tables
106
107 Fri Sep 25 12:50:32 1992  Stu Grossman  (grossman at cygnus.com)
108
109         * configure.in:  Add ncr* configuration.
110         * z8k-dis.c (struct instr_data_s):  Make instr_asmsrc char to make
111         picayune ANSI compilers happy.
112
113 Sep 20 08:50:55 1992  Fred Fish  (fnf@cygnus.com)
114
115         * configure.in (i386):  Make i386 and i486 synonymous for now.
116         * configure.in (i[34]86-*-sysv4):  Add my_host definition.
117
118 Fri Sep 18 17:01:23 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
119
120         * Makefile.in (install): Fix typo.
121
122 Fri Sep 18 02:04:24 1992  John Gilmore  (gnu@cygnus.com)
123
124         * Makefile.in (make):  Remove obsolete crud.
125         (sparc-opc.o):  Avoid Sun Make VPATH bug.
126
127 Tue Sep  8 17:29:27 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
128
129         * Makefile.in: since there are no SUBDIRS, remove rule and
130         references of subdir_do.
131
132 Tue Sep  8 17:02:58 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
133
134         * Makefile.in (install): Get the library name right here too.
135         Don't install bfd.h, since it's unrelated to this library.  No
136         subdirs to recurse into, either.
137         (CFILES): The source file has a .c suffix, not .o.
138
139         * sparc-opc.c: New file, moved from BFD.
140         * Makefile.in (OFILES): Build it.
141
142 Thu Sep  3 16:59:20 1992  Michael Werner  (mtw@cygnus.com)
143
144         * z8k-dis.c: fixed forward refferences of some declarations.
145
146 Mon Aug 31 16:09:45 1992  Michael Werner  (mtw@cygnus.com)
147
148         * Makefile.in: get the name of the library right
149
150 Mon Aug 31 13:47:35 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
151
152         * z8k-dis.c: knows how to disassemble z8k stuff
153         * z8k-opc.h: new file full of z8000 opcodes
154
155
156