* mips.h: Added M_LI_S and M_LI_SS.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
ed2fe80f
DM
1Tue Aug 17 09:44:42 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2
3 * configure.in: Don't pass cpu to config.bfd.
4
e9a30357
ILT
5Tue Aug 17 12:23:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6
7 * m88k-dis.c (m88kdis): Make class unsigned.
8
9Thu Aug 12 15:08:18 1993 Ian Lance Taylor (ian@cygnus.com)
10
11 * alpha-dis.c (print_insn_alpha): One branch format case was
12 missing the instruction name.
13
14Wed Aug 11 19:29:39 1993 David J. Mackenzie (djm@thepub.cygnus.com)
15
16 * Makefile.in (ALL_MACHINES): Renamed from DIS_LIBS.
17 Add the arch-specific auxiliary files.
18 (OFILES): Remove the arch-specific auxiliary files
19 and use BFD_MACHINES instead of DIS_LIBS.
20 * configure.in: Set BFD_MACHINES based on --with-targets option.
21
786e4f1a
ILT
22Thu Aug 12 12:04:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
23
24 * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly
25 for swc1.
26
27Sun Aug 8 15:09:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28
29 * sparc-opc.c: Change CONST to const to deal with gcc
30 -Dconst=__const -traditional.
31
11a0aaa7
ILT
32Fri Aug 6 10:58:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
33
34 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Took
35 coprocessor instructions out of #if 0, and made them use new
36 argument type "C".
37
071689e1
JK
38Thu Aug 5 17:11:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
39
40 * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h.
41
42Fri Jul 30 18:48:15 1993 John Gilmore (gnu@cygnus.com)
43
44 * sparc-opc.c: Add F_JSR, F_UNBR, or F_CONDBR flags to each branch
45 instruction, for use by the disassembler.
46
47 * sparc-dis.c (SEX): Add sign extension macro. Replace many
48 hand-coded sign extensions that depended on 32-bit host ints.
49 FIXME, we still depend on big-endian host bitfield ordering.
50 (sparc_print_insn): Set the insn_info_valid field, and the
51 other fields that describe the instruction being printed.
52
53Tue Jul 27 17:04:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
54
55 * sparc-opc.c (call): Accept all 6 addressing modes valid for
56 `jmp' instead of just one of them.
57
4d135f1c
JK
58Wed Jul 21 11:43:32 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
59
071689e1
JK
60 * hppa-dis.c: Move floating registers from reg_names to fp_reg_names.
61 (fput_fp_reg_r): Renamed from fput_reg_r.
62 (fput_fp_reg): New function.
63 (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate.
64
4d135f1c
JK
65 * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards.
66
67 * hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD.
68
17068960
JK
69Mon Jul 19 13:52:21 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
70
b2ad2e64
JK
71 * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
72
981b3a27
JK
73 * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
74 don't output a space.
75
17068960
JK
76 * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
77
32d2052a
JK
78Sun Jul 18 16:30:02 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
79
80 * mips-opc.c: New file, containing opcode table from
81 ../include/opcode/mips.h.
82 * Makefile.in: Add it.
83
a4c01299
ILT
84Thu Jul 15 12:37:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
85
86 * m88k-dis.c: New file, moved in from gdb and changed to use the
87 new dis-asm.h disassembler interface.
88 * Makefile.in (DIS_LIBS): Added m88k-dis.o.
89 (m88k-dis.o): New target.
90
37609724
ILT
91Tue Jul 13 10:04:16 1993 Ian Lance Taylor (ian@cygnus.com)
92
93 * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to
94 argument string const char * to correspond to opcode/mips.h.
95
fde326fb
ILT
96Tue Jul 6 15:18:37 1993 Ian Lance Taylor (ian@cygnus.com)
97
98 * mips-dis.c: Updated to account for name changes in new version
99 of opcode/mips.h.
100 * Makefile.in: Added header file dependencies.
101
a5b5f81d
DE
102Sat Jul 3 23:47:56 1993 Doug Evans (dje@canuck.cygnus.com)
103
104 * h8300-dis.c (bfd_h8_disassemble): Correct fetching of instruction.
105
106Thu Jul 1 12:23:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
107
108 * m68k-dis.c (NEXTWORD, NEXTLONG): Use ((x) ^ 0x8000) - 0x8000 to sign
109 extend, rather than shifts.
110
111Sun Jun 20 20:56:56 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
112
113 * Makefile.in: Undo 15 June change.
114
5b6c6336
PB
115Fri Jun 18 14:15:15 1993 Per Bothner (bothner@deneb.cygnus.com)
116
117 * m68k-dis.c (print_insn_arg): Change return value to byte count
118 or error code.
119 * m68k-dis.c: Re-write to detect invalid operands before
120 printing anything, so we can handle this the same way we
121 handle invalid opcodes.
122
219cf232
SC
123Thu Jun 17 15:01:36 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
124
125 * sh-dis.c, sh-opc.h: Understand some more opcodes.
126
91ea6ab0
ILT
127Wed Jun 16 13:48:05 1993 Ian Lance Taylor (ian@cygnus.com)
128
129 * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other
130 header files.
131
0a3c15c3
KR
132Tue Jun 15 21:45:26 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
133
134 * sparc-dis.c: Don't declare qsort, since sysdep.h might.
135
136 * configure.in: Do make sysdep.h link.
137 * Makefile.in: Search ../include. Don't search ../bfd.
138
5aef7c67
SG
139Tue Jun 15 13:36:10 1993 Stu Grossman (grossman@cygnus.com)
140
141 Changes from Jeff Law, law@cs.utah.edu:
142 * hppa-dis.c: Fix typo. 'a' and 'd' were reversed.
143 Do not print a space before the completers specified by
144 'a' and 'd'.
145
112087ed
KR
146Fri Jun 11 18:40:21 1993 Ken Raeburn (raeburn@cygnus.com)
147
998f2ef3
KR
148 * mips-dis.c: No longer need to bomb out if HOST_64_BIT is
149 defined, since gdb has been fixed.
150
112087ed
KR
151 Changes from Jeff Law, law@cs.utah.edu:
152 * hppa-dis.c (print_insn_hppa): Last argument to fput_reg,
153 fput_reg_r, fput_creg, fput_const, and fputs_filtered should
154 be a *disassemble_info, not a *FILE.
155 * hppa-dis.c: Support 'd', '!', and 'a'.
156 * hppa-dis.c: Support 's' to extract a 2 bit space register.
157 * hppa-dis.c: Delete cases which are no longer needed.
158
e6fb7139
JK
159Fri Jun 11 07:53:48 1993 Jim Kingdon (kingdon@cygnus.com)
160
161 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
162
163Tue Jun 8 12:25:01 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
164
165 * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
166 H8/300-H opcodes.
167
e0a8bcfb
PB
168Mon Jun 7 12:58:49 1993 Per Bothner (bothner@rtl.cygnus.com)
169
170 * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
171 * configure.in: No longer need to configure to get sysdep.h.
172
173Thu Jun 3 15:56:49 1993 Stu Grossman (grossman@cygnus.com)
174
175 * Patches from Jeffrey Law <law@cs.utah.edu>.
176 * hppa-dis.c: Support 'I', 'J', and 'K' in output
177 templates for 1.1 FP computational instructions.
178
179Tue May 25 13:05:48 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
180
181 * h8500-dis.c (print_insn_h8500): Address argument is type
182 bfd_vma.
183 * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002):
184 Ditto.
185
186 * h8500-opc.h (addr_class_type): No comma at end of enumerator.
187 * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto.
188
189 * sparc-dis.c (compare_opcodes): Move static declaration to
190 top-level.
191
192Fri May 21 14:17:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
193
194 * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
195 instruction, remove unimp hack from 'l' argument.
196
197Wed May 19 15:35:54 1993 Stu Grossman (grossman@cygnus.com)
198
199 * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's
200 happy.
201
202Fri May 14 15:22:46 1993 Ian Lance Taylor (ian@cygnus.com)
203
204 * Based on patches from davidj@ICSI.Berkeley.EDU (David Johnson):
205 * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
206 instructions.
207
cfa8d061
KR
208Fri May 14 00:09:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
209
d698222b
KR
210 * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some
211 arrays of string pointers to 2-d arrays of chars, to save
212 space.
cfa8d061
KR
213
214Thu May 6 20:51:17 1993 Fred Fish (fnf@cygnus.com)
215
216 * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
217 Cast second arg to read_memory_func to "bfd_byte *", as necessary.
218
219Tue May 4 20:31:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
220
221 * hppa-dis.c: New file from Utah, adapted to new disassembler
222 calling interface.
223 * Makefile.in: Include it.
224
225Mon Apr 26 18:17:42 1993 Steve Chamberlain (sac@thepub.cygnus.com)
226
227 * sh-dis.c, sh-opc.h: New files.
228
229Fri Apr 23 18:51:22 1993 Steve Chamberlain (sac@thepub.cygnus.com)
230
231 * alpha-dis.c, alpha-opc.h: New files.
232
233Tue Apr 6 12:54:08 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
234
235 * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
236 value.
237
d802b948
JG
238Mon Apr 5 17:37:37 1993 John Gilmore (gnu@cygnus.com)
239
240 * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
241
242Fri Apr 2 07:24:27 1993 Ian Lance Taylor (ian@cygnus.com)
243
244 * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
245 const.
246
720b3aed
JK
247Thu Apr 1 11:20:43 1993 Jim Kingdon (kingdon@cygnus.com)
248
249 * sparc-dis.c: Use fprintf_func a few places where I forgot,
250 and double percent signs a few places.
251
252 * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
253
254 * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
255 Use info->print_address_func not print_address.
256
257 * dis-buf.c (generic_print_address): New function.
258
f7ed13c7
JK
259Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
260
261 * Makefile.in: Add sparc-dis.c.
262 sparc-dis.c: New file, merges binutils and gdb versions as follows:
263 From GDB:
264 Add `add' instruction to the set that get checked
265 for a preceding `sethi' in order to print an absolute address.
266 * (print_insn): Disassembly prefers real instructions.
267 (is_delayed_branch): Speed up.
268 * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables.
269 Still missing some float ops, and needs testing.
270 * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
271 F_ALIAS. Use printf, not fprintf, when not passing a file
272 pointer...
273 (compare_opcodes): Check that identical instructions have
274 identical opcodes, complain otherwise.
275 From binutils:
276 * New 'm' arg.
277 * Include reg_names.
278 From neither:
279 Use dis-asm.h/read_memory_func interface.
280
05545edc
RP
281Wed Mar 31 20:49:06 1993 K. Richard Pixley (rich@rtl.cygnus.com)
282
283 * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
284 deliberately return non-zero to setjmp from longjmp. Otherwise
285 this code fails to compile.
286
cbe61cc6
SG
287Wed Mar 31 17:04:31 1993 Stu Grossman (grossman@cygnus.com)
288
289 * m68k-dis.c: Fix prototype for fetch_arg().
290
5d0734a7
JK
291Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
292
293 * dis-buf.c: New file, for new read_memory_func interface.
294 Makefile.in (OFILES): Include it.
295 m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
296 Use new read_memory_func interface.
297
298Mon Mar 29 14:02:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
299
300 * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
301 * h8500-opc.h: Fix couple of opcodes.
302
303Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
304
305 * Makefile.in: add dvi & installcheck targets
306
2cb563e6
JG
307Mon Mar 22 18:55:04 1993 John Gilmore (gnu@cygnus.com)
308
309 * Makefile.in: Update for h8500-dis.c.
310
337110ea
SC
311Fri Mar 19 14:27:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
312
313 * h8500-dis.c, h8500-opc.h: New files
314
c840244e
PB
315Thu Mar 18 14:12:37 1993 Per Bothner (bothner@rtl.cygnus.com)
316
317 * mips-dis.c, z8k-dis.c: Converted to use interface defined in
318 ../include/dis-asm.h.
319 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
320 and ../gdb/m68k-pinsn.c).
321 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
322 and ../gdb/i386-pinsn.c).
323 * m68881-ext.c: New file. Moved definition of
324 ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
325 * Makefile.in: Adjust for new files.
326 * i386-dis.c: Patches from John Hassey (hassey@dg-rtp.dg.com).
327 * m68k-dis.c: Recognize '9' placement code, so (say) pflush
328 can be dis-assembled.
329
330Wed Feb 17 09:19:47 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
331
332 * mips-dis.c (print_insn_arg): Now returns void.
333
334Mon Jan 11 16:09:16 1993 Fred Fish (fnf@cygnus.com)
335
336 * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h
337 files that use the macros.
338
339Thu Jan 7 13:15:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
340
341 * mips-dis.c: New file, from gdb/mips-pinsn.c.
342 * Makefile.in (DIS_LIBS): Added mips-dis.o.
343 (CFILES): Added mips-dis.c.
344
345Thu Jan 7 07:36:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
346
347 * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
348 * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
349
350Tue Dec 22 15:42:44 1992 Per Bothner (bothner@rtl.cygnus.com)
351
352 * Makefile.in: Improve *clean rules.
353 * configure.in: Allow a default host.
354
355Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
356
357 * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
358 files include other sysdep files
359
360Thu Nov 12 16:10:37 1992 Steve Chamberlain (sac@thepub.cygnus.com)
361
362 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
363
364Fri Oct 9 04:56:05 1992 John Gilmore (gnu@cygnus.com)
365
366 * configure.in: For host support, use ../bfd/configure.host
367 so it stays in sync with the ../bfd/hosts database.
368
d5dcef63
DZ
369Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
370
371 * configure.in: use cpu-vendor-os triple instead of nested cases
372
0843ea63
MW
373Wed Sep 30 16:09:20 1992 Michael Werner (mtw@cygnus.com)
374
375 * z8k-dis.c (unparse_instr): fix bug where opcode returned was
376 *always* the wrong one.
377
b31a1f81
SC
378Wed Sep 30 07:42:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
379
380 * z8kgen.c: added copyright info
381
447bbbea
SC
382Tue Sep 29 12:20:21 1992 Steve Chamberlain (sac@thepub.cygnus.com)
383
384 * z8k-dis.c (unparse_instr): prettier tabs
385 * z8kgen.c -> z8k-opc.h: bug fixes in tables
386
57cae454
SG
387Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com)
388
389 * configure.in: Add ncr* configuration.
390 * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make
391 picayune ANSI compilers happy.
392
393Sep 20 08:50:55 1992 Fred Fish (fnf@cygnus.com)
394
395 * configure.in (i386): Make i386 and i486 synonymous for now.
396 * configure.in (i[34]86-*-sysv4): Add my_host definition.
397
3a157902
KR
398Fri Sep 18 17:01:23 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
399
400 * Makefile.in (install): Fix typo.
401
68ca3238
JG
402Fri Sep 18 02:04:24 1992 John Gilmore (gnu@cygnus.com)
403
404 * Makefile.in (make): Remove obsolete crud.
405 (sparc-opc.o): Avoid Sun Make VPATH bug.
406
e5bc6aaf
RP
407Tue Sep 8 17:29:27 1992 K. Richard Pixley (rich@sendai.cygnus.com)
408
409 * Makefile.in: since there are no SUBDIRS, remove rule and
68ca3238 410 references of subdir_do.
e5bc6aaf 411
794a16b0
KR
412Tue Sep 8 17:02:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
413
414 * Makefile.in (install): Get the library name right here too.
415 Don't install bfd.h, since it's unrelated to this library. No
416 subdirs to recurse into, either.
417 (CFILES): The source file has a .c suffix, not .o.
418
419 * sparc-opc.c: New file, moved from BFD.
420 * Makefile.in (OFILES): Build it.
421
422Thu Sep 3 16:59:20 1992 Michael Werner (mtw@cygnus.com)
423
424 * z8k-dis.c: fixed forward refferences of some declarations.
425
426Mon Aug 31 16:09:45 1992 Michael Werner (mtw@cygnus.com)
427
428 * Makefile.in: get the name of the library right
429
a4ccc310
SC
430Mon Aug 31 13:47:35 1992 Steve Chamberlain (sac@thepub.cygnus.com)
431
add1fb05 432 * z8k-dis.c: knows how to disassemble z8k stuff
a4ccc310
SC
433 * z8k-opc.h: new file full of z8000 opcodes
434
435
436
This page took 0.074476 seconds and 4 git commands to generate.