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