move split to divide tables more evenly
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
cfa8d061
KR
1Fri May 14 00:09:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2
3 * hppa-dis.c: Include dis-asm.h before sysdep.h.
4
5Thu May 6 20:51:17 1993 Fred Fish (fnf@cygnus.com)
6
7 * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
8 Cast second arg to read_memory_func to "bfd_byte *", as necessary.
9
10Tue May 4 20:31:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11
12 * hppa-dis.c: New file from Utah, adapted to new disassembler
13 calling interface.
14 * Makefile.in: Include it.
15
16Mon Apr 26 18:17:42 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17
18 * sh-dis.c, sh-opc.h: New files.
19
20Fri Apr 23 18:51:22 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21
22 * alpha-dis.c, alpha-opc.h: New files.
23
24Tue Apr 6 12:54:08 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25
26 * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
27 value.
28
d802b948
JG
29Mon Apr 5 17:37:37 1993 John Gilmore (gnu@cygnus.com)
30
31 * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
32
33Fri Apr 2 07:24:27 1993 Ian Lance Taylor (ian@cygnus.com)
34
35 * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
36 const.
37
720b3aed
JK
38Thu Apr 1 11:20:43 1993 Jim Kingdon (kingdon@cygnus.com)
39
40 * sparc-dis.c: Use fprintf_func a few places where I forgot,
41 and double percent signs a few places.
42
43 * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
44
45 * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
46 Use info->print_address_func not print_address.
47
48 * dis-buf.c (generic_print_address): New function.
49
f7ed13c7
JK
50Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
51
52 * Makefile.in: Add sparc-dis.c.
53 sparc-dis.c: New file, merges binutils and gdb versions as follows:
54 From GDB:
55 Add `add' instruction to the set that get checked
56 for a preceding `sethi' in order to print an absolute address.
57 * (print_insn): Disassembly prefers real instructions.
58 (is_delayed_branch): Speed up.
59 * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables.
60 Still missing some float ops, and needs testing.
61 * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
62 F_ALIAS. Use printf, not fprintf, when not passing a file
63 pointer...
64 (compare_opcodes): Check that identical instructions have
65 identical opcodes, complain otherwise.
66 From binutils:
67 * New 'm' arg.
68 * Include reg_names.
69 From neither:
70 Use dis-asm.h/read_memory_func interface.
71
05545edc
RP
72Wed Mar 31 20:49:06 1993 K. Richard Pixley (rich@rtl.cygnus.com)
73
74 * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
75 deliberately return non-zero to setjmp from longjmp. Otherwise
76 this code fails to compile.
77
cbe61cc6
SG
78Wed Mar 31 17:04:31 1993 Stu Grossman (grossman@cygnus.com)
79
80 * m68k-dis.c: Fix prototype for fetch_arg().
81
5d0734a7
JK
82Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
83
84 * dis-buf.c: New file, for new read_memory_func interface.
85 Makefile.in (OFILES): Include it.
86 m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
87 Use new read_memory_func interface.
88
89Mon Mar 29 14:02:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
90
91 * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
92 * h8500-opc.h: Fix couple of opcodes.
93
94Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
95
96 * Makefile.in: add dvi & installcheck targets
97
2cb563e6
JG
98Mon Mar 22 18:55:04 1993 John Gilmore (gnu@cygnus.com)
99
100 * Makefile.in: Update for h8500-dis.c.
101
337110ea
SC
102Fri Mar 19 14:27:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
103
104 * h8500-dis.c, h8500-opc.h: New files
105
c840244e
PB
106Thu Mar 18 14:12:37 1993 Per Bothner (bothner@rtl.cygnus.com)
107
108 * mips-dis.c, z8k-dis.c: Converted to use interface defined in
109 ../include/dis-asm.h.
110 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
111 and ../gdb/m68k-pinsn.c).
112 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
113 and ../gdb/i386-pinsn.c).
114 * m68881-ext.c: New file. Moved definition of
115 ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
116 * Makefile.in: Adjust for new files.
117 * i386-dis.c: Patches from John Hassey (hassey@dg-rtp.dg.com).
118 * m68k-dis.c: Recognize '9' placement code, so (say) pflush
119 can be dis-assembled.
120
121Wed Feb 17 09:19:47 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
122
123 * mips-dis.c (print_insn_arg): Now returns void.
124
125Mon Jan 11 16:09:16 1993 Fred Fish (fnf@cygnus.com)
126
127 * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h
128 files that use the macros.
129
130Thu Jan 7 13:15:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
131
132 * mips-dis.c: New file, from gdb/mips-pinsn.c.
133 * Makefile.in (DIS_LIBS): Added mips-dis.o.
134 (CFILES): Added mips-dis.c.
135
136Thu Jan 7 07:36:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
137
138 * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
139 * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
140
141Tue Dec 22 15:42:44 1992 Per Bothner (bothner@rtl.cygnus.com)
142
143 * Makefile.in: Improve *clean rules.
144 * configure.in: Allow a default host.
145
146Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
147
148 * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
149 files include other sysdep files
150
151Thu Nov 12 16:10:37 1992 Steve Chamberlain (sac@thepub.cygnus.com)
152
153 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
154
155Fri Oct 9 04:56:05 1992 John Gilmore (gnu@cygnus.com)
156
157 * configure.in: For host support, use ../bfd/configure.host
158 so it stays in sync with the ../bfd/hosts database.
159
d5dcef63
DZ
160Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
161
162 * configure.in: use cpu-vendor-os triple instead of nested cases
163
0843ea63
MW
164Wed Sep 30 16:09:20 1992 Michael Werner (mtw@cygnus.com)
165
166 * z8k-dis.c (unparse_instr): fix bug where opcode returned was
167 *always* the wrong one.
168
b31a1f81
SC
169Wed Sep 30 07:42:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
170
171 * z8kgen.c: added copyright info
172
447bbbea
SC
173Tue Sep 29 12:20:21 1992 Steve Chamberlain (sac@thepub.cygnus.com)
174
175 * z8k-dis.c (unparse_instr): prettier tabs
176 * z8kgen.c -> z8k-opc.h: bug fixes in tables
177
57cae454
SG
178Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com)
179
180 * configure.in: Add ncr* configuration.
181 * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make
182 picayune ANSI compilers happy.
183
184Sep 20 08:50:55 1992 Fred Fish (fnf@cygnus.com)
185
186 * configure.in (i386): Make i386 and i486 synonymous for now.
187 * configure.in (i[34]86-*-sysv4): Add my_host definition.
188
3a157902
KR
189Fri Sep 18 17:01:23 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
190
191 * Makefile.in (install): Fix typo.
192
68ca3238
JG
193Fri Sep 18 02:04:24 1992 John Gilmore (gnu@cygnus.com)
194
195 * Makefile.in (make): Remove obsolete crud.
196 (sparc-opc.o): Avoid Sun Make VPATH bug.
197
e5bc6aaf
RP
198Tue Sep 8 17:29:27 1992 K. Richard Pixley (rich@sendai.cygnus.com)
199
200 * Makefile.in: since there are no SUBDIRS, remove rule and
68ca3238 201 references of subdir_do.
e5bc6aaf 202
794a16b0
KR
203Tue Sep 8 17:02:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
204
205 * Makefile.in (install): Get the library name right here too.
206 Don't install bfd.h, since it's unrelated to this library. No
207 subdirs to recurse into, either.
208 (CFILES): The source file has a .c suffix, not .o.
209
210 * sparc-opc.c: New file, moved from BFD.
211 * Makefile.in (OFILES): Build it.
212
213Thu Sep 3 16:59:20 1992 Michael Werner (mtw@cygnus.com)
214
215 * z8k-dis.c: fixed forward refferences of some declarations.
216
217Mon Aug 31 16:09:45 1992 Michael Werner (mtw@cygnus.com)
218
219 * Makefile.in: get the name of the library right
220
a4ccc310
SC
221Mon Aug 31 13:47:35 1992 Steve Chamberlain (sac@thepub.cygnus.com)
222
add1fb05 223 * z8k-dis.c: knows how to disassemble z8k stuff
a4ccc310
SC
224 * z8k-opc.h: new file full of z8000 opcodes
225
226
227
This page took 0.049823 seconds and 4 git commands to generate.