* messages.c (as_abort): New function.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
9ce4de19
C
1Mon Feb 6 10:52:06 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2
3 * i386-dis.c (dis386_twobyte): Add cpuid, From Charles Hannum
4 (mycroft@netbsd.org).
5
6Mon Jan 30 12:38:00 1995 Ian Lance Taylor <ian@cygnus.com>
7
8 From "Logg, Ed" <elogg@ea.com>:
9 * ppc-opc.c (extract_bdm): Correct parenthezisation.
10 * ppc-dis.c (print_insn_powerpc): Print .long before unrecognized
11 value.
12
669124ef
ILT
13Thu Jan 26 18:32:08 1995 Ian Lance Taylor <ian@cygnus.com>
14
15 * ppc-opc.c: Changes based on patch from David Edelsohn
1af6f4bb 16 <edelsohn@mhpcc.edu>.
669124ef
ILT
17 (powerpc_operands): Add operands SPRBAT and SPRG. Split TBR out of
18 SPR.
19 (FXM_MASK): Define.
20 (insert_tbr): New static function.
21 (extract_tbr): New static function.
22 (XFXFXM_MASK, XFXM): Define.
23 (XSPRBAT_MASK, XSPRG_MASK): Define.
24 (powerpc_opcodes): Add instructions to access special registers by
25 name. Add mtcr and mftbu.
26
27Tue Jan 17 10:56:43 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
28
29 * mips-opc.c (P3): Define.
30 (mips_opcodes): Add mad and madu.
31
9f744f91
SC
32Sun Jan 15 16:32:59 1995 Steve Chamberlain <sac@splat>
33
34 * configure.in: Add W65 support.
35 * disassemble.c: Likewise.
36 * w65-opc.h, w65-dis.c: New files.
37
d383e289
SC
38Wed Dec 28 22:15:33 1994 Steve Chamberlain (sac@jonny.cygnus.com)
39
40 * h8300-dis.c (bfd_h8_disassemble): Add support for 2 bit
41 immediates.
42
43start-sanitize-arc
44Tue Dec 20 10:36:55 1994 Doug Evans <dje@canuck.cygnus.com>
45
46 * arc-dis.c (print_insn_arc): Branch offsets are relative to delay
47 slot.
48 * arc-opc.c (extract_reladdr): New function.
49 (insert_reladdr): Store address right-shifted by 2.
50end-sanitize-arc
51
27faaa41
ILT
52Tue Dec 20 11:25:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
53
54 * mips-opc.c: Add dli as a synonym for li.
55
edb35c13
DE
56start-sanitize-arc
57Mon Dec 19 12:35:51 1994 Doug Evans <dje@canuck.cygnus.com>
58
59 * arc-opc.c (insertion fns): Pass pointer to value's table entry.
60 All uses changed.
61 (extraction fns): Insn argument now array of two words. Return pointer
62 to value's table entry. All uses changed.
63 (arc_opcode_lookup_suffix): Exported for arc-dis.c.
64 (insert_multshift, extract_multshift): New fns.
65 (arc_operands): Add support for cache bypass suffix. Add support for
66 predefined aux regs. Modifier bits moved to flags field.
67 (arc_opcodes): Likewise.
68 Add mul/mulu/shift insns. Syntax of zero/sign extension insns changed.
69 New insn rlc. Update to syntax in programmer's manual.
70 (arc_reg_names): Fix typo in lp_count. Add predefined aux regs.
71 (arc_suffixes): New synonyms lo,hs for cs,cc. New suffix for cache
72 bypass.
73 (arc_opcode_init_tables): New argument to indicate cpu type.
74 (insert_reg): Handle predefined aux regs.
75 (extract_reg): Likewise.
76 (lookup_register): New fn.
77 * arc-dis.c (arc_condition_codes): Deleted.
78 (print_insn_arc): Handle insns with 32 bit immediate constants better.
79 Clean up modifier handling. Handle predefined aux regs.
80end-sanitize-arc
81
a8732972
KR
82Thu Dec 8 18:23:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
83
84 * alpha-dis.c (print_insn_alpha): Handle call_pal instruction, and
85 print something for reserved opcode values, even if it won't
86 assemble again.
87
88 * mips-dis.c (_print_insn_mips): When initializing, shift right
89 and mask, to avoid sign extension problems on the Alpha.
90
91 * m68k-dis.c (print_insn_arg, case 'J'): Handle buscr and pcr
92 control registers.
93
94start-sanitize-arc
95Tue Nov 29 18:02:43 1994 Doug Evans <dje@canuck.cygnus.com>
96
97 * configure.in: Add ARC support.
98 * disassemble.c: Likewise.
99 * arc-dis.c, arc-opc.c: New files.
100end-sanitize-arc
101
a90a64c1
SC
102Wed Nov 23 22:34:51 1994 Steve Chamberlain (sac@jonny.cygnus.com)
103
104 * sh-opc.h (mov.l gbr): Get direction right.
105 * sh-dis.c (print_insn_shx): New function.
106 (print_insn_shl, print_insn_sh): Call print_insn_shx to
107 print opcodes with right byte order.
108
109Thu Nov 3 19:32:22 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
110
111 * ns32k-dis.c (struct ns32k_option): Renamed from struct option,
112 to avoid conflicts with getopt.
113
dded3d14
ILT
114Mon Oct 31 18:48:10 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
115
116 * hppa-dis.c (print_insn_hppa): Read the instruction using
117 bfd_getb32, so that it works on a little endian or 64 bit host.
118 Remove unused local variable op.
119
cd4b8926
ILT
120Tue Oct 25 17:07:57 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
121
122 * mips-opc.c: Use or instead of addu for pseudo-op move, since
123 addu does not work correctly if -mips3.
124
009946c9
ILT
125Wed Oct 19 13:40:16 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
126
127 * a29k-dis.c (print_special): Add special register names defined
128 on 29030, 29040 and 29050.
129 (print_insn): Handle new operand type 'I'.
130
131Wed Oct 12 11:59:55 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
132
133 * Makefile.in (INSTALL): Use top level install.sh script.
134
135Wed Oct 5 19:16:29 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
136
137 * sparc-dis.c: Rewrite to use bitfields, rather than a union, so
138 that it works on a little endian host.
139
995b0d3f
ILT
140Tue Oct 4 12:14:21 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
141
142 * configure.in: Use ${config_shell} when running config.bfd.
143
144Wed Sep 21 18:49:12 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
145
146 * mips-opc.c (mips_opcodes): "dabs" is only available with -mips3.
147
e96a2b1d
ILT
148Thu Sep 15 16:30:22 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
149
150 * a29k-dis.c (print_insn): Print the opcode.
151
84909073
ILT
152Wed Sep 14 17:52:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
153
154 * mips-opc.c (mips_opcodes): Set WR_t for sc and scd.
155
da233e6e
JL
156Sun Sep 11 22:32:17 1994 Jeff Law (law@snake.cs.utah.edu)
157
158 * hppa-dis.c (reg_names): Use r26-r23 for arg0-arg3.
159
942a4965
ILT
160Tue Sep 6 11:37:12 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
161
162 * mips-opc.c: Set INSN_STORE_MEMORY flag for all instructions
163 which store a value into memory.
164
165Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
318b02b6
KR
166
167 * configure.in, Makefile.in, disassemble.c: Add support for the ARM.
168 * arm-dis.c, arm-opc.h: New files.
169
170Fri Aug 5 14:00:05 1994 Stan Shebs (shebs@andros.cygnus.com)
171
172 * Makefile.in (ns32k-dis.o): Add dependency.
173 * ns32k-dis.c (print_insn_arg): Declare initialized local as
174 string, not as array of chars.
175
c4396c87
KR
176Thu Jul 28 18:14:16 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
177
178 * sparc-dis.c (print_insn_sparc): Handle new operand type 'x'.
179
180 * sparc-opc.c: Added sparclite extended FP operations, and
181 versions of v9 impdep* instructions permitting specification of
182 the OPF field.
183
2a097d73
KR
184Tue Jul 26 16:36:03 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
185
186 * i960-dis.c (reg_names): Now const.
187 (struct sparse_tabent): New type, copied from array type in mem
188 function.
189 (ctrl): Local static array ctrl_tab now const.
190 (cobr): Local static array cobr_tab now const.
191 (mem): Local variables reg1, reg2, reg3 now point to const. Local
192 static variable mem_tab no longer explicitly initialized. Changed
193 mem_init to const array of struct sparse_tabent.
194 (reg): Local static variable reg_tab no longer explicitly
195 initialized. Changed reg_init to const array of struct
196 sparse_tabent.
197 (ea): Local static array scale_tab now const.
198
199 start-sanitize-i960xl
200 * i960-dis.c (reg): Added i960XL instructions to reg_init table.
201 (REG_MAX): Updated.
202 end-sanitize-i960xl
203
f61ca5fa
KR
204Tue Jul 19 21:00:00 1994 DJ Delorie (dj@ctron.com)
205
206 * configure.bat: the disassember needs to be enabled for
207 "objdump -d" to work in djgpp.
208
69bb683c
KR
209Wed Jul 13 18:01:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
210
211 * ns32k-dis.c: Deleted all code in "#ifdef GDB".
212 (invalid_float): Enabled general version, doesn't require running
60a70a7b
KR
213 on ns32k host. Changed to take char* argument, and test for
214 explicitly specified sizes, instead of using sizeof() on host CPU
215 types.
216 (INVALID_FLOAT): Cast first argument.
f61ca5fa
KR
217 (opt_u, opt_U, opt_O, opt_C, opt_S, list_P532, list_M532,
218 list_P032, list_M032): Now const.
219 (optlist, list_search): Made appropriate arguments now point to
220 const.
221 (print_insn_arg): Changed static array of one-character-string
222 pointers into a static const array of characters; fixed sprintf
223 statement accordingly.
69bb683c
KR
224
225Sun Jul 10 00:27:47 1994 Ian Dall (dall@hfrd.dsto.gov.au)
226
227 * opcodes/ns32k-dis.c: Semi-new file. Had apparently been dropped
228 from distribution. A ns32k-dis.c from a previous distribution has
229 been brought up to date and supports the new interface.
230
318b02b6 231 * disassemble.c: define ARCH_ns32k and add case bfd_arch_ns32k.
69bb683c
KR
232
233 * configure.in: add bfd_ns32k_arch target support.
234
235 * Makefile.in: add ns32k-dis.o to ALL_MACHINES.
236 Add ns32k-dis.c to CFILES. Add dependencies for ns32k-dis.o.
237
238Wed Jun 29 22:10:37 1994 Steve Chamberlain (sac@cygnus.com)
239
240 * h8300-dis.c (bfd_h8_disassemble): Get 16bit branch
241 disassembly right.
242
fea3fe64
SS
243Tue Jun 28 13:22:06 1994 Stan Shebs (shebs@andros.cygnus.com)
244
245 * h8300-dis.c, mips-dis.c: Don't use true and false.
246
247Thu Jun 23 12:53:19 1994 David J. Mackenzie (djm@rtl.cygnus.com)
248
249 * configure.in: Change --with-targets to --enable-targets.
250
72fcd790
ILT
251Wed Jun 22 13:38:32 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
252
253 * mips-dis.c (_print_insn_mips): Build a static hash table mapping
254 opcodes to the first instruction with that opcode, to speed
255 disassembly of large files. From ralphc@pyramid.com (Ralph
256 Campbell).
257
258Tue Jun 7 12:49:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
259
260 * Makefile.in (mostlyclean): Fix typo (was mostyclean).
261
c06e55d9
KR
262Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
263
264 * configure.bat: update to latest makefile.in
265
266Sat May 7 17:13:21 1994 Steve Chamberlain (sac@cygnus.com)
267
268 * a29k-dis.c (print_insn): Print 'x' type operand in hex.
269 * h8300-dis.c (bfd_h8_disassemble): Print 16bit rels correctly.
270 * sh-dis.c (print_insn_sh): Don't recur endlessly if delay
271 slot insn is in a delay slot.
272 * z8k-opc.h: (resflg): Fix patterns.
273 * h8500-opc.h Fix CR insn patterns.
274
275Fri May 6 14:34:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
276
277 * ppc-opc.c (powerpc_opcodes): Put PowerPC versions of "cmp" and
278 "cmpl" before POWER versions, so that gas -many uses them.
279
7495f83b
KR
280Thu Apr 28 18:32:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
281
c06e55d9
KR
282 * disassemble.c: New file.
283 * Makefile.in (OFILES): Add disassemble.o.
284 (disassemble.o): Provide dependencies; compile with $(ARCHDEFS).
285 * configure.in: Define ARCHDEFS in Makefile. Code taken from
286 binutils/configure.in.
287
7495f83b
KR
288 * m68k-dis.c (print_insn_m68k): If F_ALIAS flag is set, skip the
289 opcode being examined.
290
291Thu Apr 21 17:08:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
292
293 * ppc-opc.c (powerpc_operands): Added RAL, RAM and RAS.
294 (insert_ral, insert_ram, insert_ras): New functions.
295 (powerpc_opcodes): Use RAL for load with update, RAM for lmw, and
296 RAS for store with update.
297
8c546ded
ILT
298Sat Apr 16 23:41:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
299
300 * ppc-opc.c (powerpc_opcodes): Correct fcir. From David Edelsohn
301 (edelsohn@npac.syr.edu).
302
76336d50
ILT
303Wed Apr 6 17:11:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
304
305 * mips-opc.c (mips_opcodes): Correct operands of "nor" with an
306 immediate argument.
307
8055d512
DE
308Mon Apr 4 16:30:46 1994 Doug Evans (dje@canuck.cygnus.com)
309
310 * sparc-opc.c (sparc_opcodes): Fix "rd %fprs,%l0".
311
749a663d
ILT
312Mon Apr 4 13:22:00 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
313
314 * ppc-opc.c (powerpc_operands): The signedp field has been
315 removed, so don't initialize it. Set the PPC_OPERAND_SIGNED flag
316 instead. Add new operand SISIGNOPT.
317 (powerpc_opcodes): For lis, liu, addis, and cau use SISIGNOPT.
318 Based on patch from David Edelsohn (edelsohn@npac.syr.edu).
319 * ppc-dis.c (print_insn_powerpc): Check PPC_OPERAND_SIGNED rather
320 than signedp field.
321
878db64d
PS
322Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
323
324 * i386-dis.c (struct private): Renamed to dis_private. `private'
325 is a reserved word for dynix cc.
326
934ec70a
ILT
327Mon Mar 28 13:00:15 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
328
329 * configure.in: Change error message to refer to bfd/config.bfd
330 rather than bfd/configure.in.
331
54192495
ILT
332Mon Mar 28 12:28:30 1994 David Edelsohn (edelsohn@npac.syr.edu)
333
334 * ppc-opc.c: Define POWER2 as short alias flag.
335 (powerpc_opcodes): Add POWER/2 opcodes lfq*, stfq*, fcir[z], and
336 fsqrt.
337
338Wed Mar 23 12:23:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
339
340 * i960-dis.c (print_insn_i960): Don't read a second word for
341 opcodes 0, 1, 2 and 3.
342
343Wed Mar 16 15:37:58 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
344
345 * configure.in: Don't build m68881-ext.o for bfd_m68k_arch.
346
448ff992
ILT
347Mon Mar 14 14:53:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
348
c0386c7a
ILT
349 * m68881-ext.c: Removed; no longer used.
350 * Makefile.in: Changed accordingly.
351
448ff992
ILT
352 * m68k-dis.c (ext_format_68881): Don't declare.
353 (print_insn_m68k): If an instruction uses place 'i', it uses at
354 least four fixed bytes.
355 (print_insn_arg): Don't bump p by 2 for case 'I', place 'i'. For
356 extended float, convert to double using floatformat_to_double, not
357 ieee_extended_to_double, and fetch the data before converting it.
358
d75eb68c
ILT
359Tue Mar 8 18:12:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
360
361 * mips-opc.c: It's sqrt.s, not sqrt.w. From
362 davidj@ICSI.Berkeley.EDU (David Johnson).
363
9a458b67
ILT
364Tue Feb 8 16:55:27 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
365
366 * ppc-opc.c (powerpc_opcodes): The POWER uses bdn[l][a] where the
367 PowerPC uses bdnz[l][a].
368
5c9b5f58
PS
369Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
370
4dd4933e 371 * dis-buf.c, i386-dis.c: Include sysdep.h.
5c9b5f58
PS
372
373Mon Feb 7 19:22:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
374
375 * configure.in (bfd_powerpc_arch): Use ppc-dis.o and ppc-opc.o.
376
377 * ppc-opc.c (powerpc_opcodes): Mark POWER instructions supported
378 by Motorola PowerPC 601 with PPC_OPCODE_601.
379 * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc):
380 Disassemble Motorola PowerPC 601 instructions as well as normal
381 PowerPC instructions.
382
9f80c72b
JK
383Sun Feb 6 07:45:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
384
385 * i960-dis.c (reg, mem): Just use a static array instead of
386 calling xmalloc.
387
e3960b96
JL
388Sat Feb 5 00:04:02 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
389
0bb364c6
JL
390 * hppa-dis.c (print_insn_hppa): For '?' and '@' only adjust the
391 condition name index if this is for a negated condition.
392
e59f3227
JL
393 * hppa-dis.c (print_insn_hppa): No space before 'H' operand.
394 Floating point format for 'H' operand is backwards from normal
395 case (0 == double, 1 == single). For '4', '6', '7', '9', and '8'
396 operands (fmpyadd and fmpysub), handle bizarre register
397 translation correctly for single precision format.
398
e3960b96
JL
399 * hppa-dis.c (print_insn_hppa): Do not emit a space after 'F'
400 or 'I' operands if the next format specifier is 'M' (fcmp
401 condition completer).
402
403Feb 4 23:38:03 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1c214e4c
ILT
404
405 * ppc-opc.c (powerpc_operands): New operand type MBE to handle a
406 single number giving a bitmask for the MB and ME fields of an M
407 form instruction. Change NB to accept 32, and turn it into 0;
408 also turn 0 into 32 when disassembling. Seperated SH from NB.
409 (insert_mbe, extract_mbe): New functions.
410 (insert_nb, extract_nb): New functions.
411 (SC_MASK): Mask out SA and LK bits.
412 (powerpc_opcodes): Change "cal" to use RT, D, RA rather than RT,
413 RA, SI. Change "liu" and "cau" to use UI rather than SI. Mark
414 "bctr" and "bctrl" as accepted by POWER. Change "rlwimi",
415 "rlimi", "rlwimi.", "rlimi.", "rlwinm", "rlinm", "rlwinm.",
416 "rlinm.", "rlmi", "rlmi.", "rlwnm", "rlnm", "rlwnm.", "rlnm." to
417 use MBE rather than MB. Add "mfmq" and "mtmq" POWER instructions.
418 (powerpc_macros): Define table of macro definitions.
419 (powerpc_num_macros): Define.
420
421 * ppc-dis.c (print_insn_powerpc): Don't skip optional operands
422 if PPC_OPERAND_NEXT is set.
423
424Sat Jan 22 23:10:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
425
426 * i960-dis.c (print_insn_i960): Make buffer bfd_byte instead of
427 char. Retrieve contents using bfd_getl32 instead of shifting.
428
1211751d
ILT
429Fri Jan 21 19:01:39 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
430
431 * ppc-opc.c: New file. Opcode table for PowerPC, including
432 opcodes for POWER (RS/6000).
433 * ppc-dis.c: New file. PowerPC and Power (RS/6000) disassembler.
434 * Makefile.in (ALL_MACHINES): Add ppc-dis.o and ppc-opc.o.
435 (CFILES): Add ppc-dis.c.
436 (ppc-dis.o, ppc-opc.o): New targets.
437 * configure.in: Build ppc-dis.o and ppc-opc.o for bfd_rs6000_arch.
438
f037e5b0
JL
439Mon Jan 17 20:05:49 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
440
441 * hppa-dis.c (print_insn_hppa): Handle 'N' in assembler template.
442 No space before 'u', 'f', or 'N'.
443
a279b1f5
JK
444Sun Jan 16 14:20:16 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
445
4baf1a8c
JK
446 * i386-dis.c (print_insn_i386): Add FIXME comment regarding reading
447 farther than we should.
448
a279b1f5
JK
449 * i386-dis.c (dis386): Use Yb and Yv for scasb and scasS.
450
451Thu Jan 6 12:38:05 1994 David J. Mackenzie (djm@thepub.cygnus.com)
452
453 * sparc-dis.c m68k-dis.c alpha-dis.c a29k-dis.c: Fix comments.
454
455Wed Jan 5 11:56:21 1994 David J. Mackenzie (djm@thepub.cygnus.com)
456
457 * i960-dis.c (print_insn_i960): Only read word2 if the instruction
458 needs it, to prevent reading past the end of a section.
459
460Wed Nov 17 17:20:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
461
462 * mips-opc.h: Use macro for j instruction, to support SVR4 PIC.
463 Removed t,A case for la; always use t,A(b) case.
464
465Mon Nov 8 12:37:36 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
466
467 From Ted Lemen <mellon@pepper.ncd.com>
468 * mips-dis.c (print_insn_arg): Handle 'k'.
469 * mips-opc.c: Make cache use k, not t.
470
ba936a2e
PS
471Sun Nov 7 23:52:34 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
472
473 * alpha-opc.h, alpha-dis.c (print_insn_alpha): Add
474 FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct
475 FLOAT_FORMAT_CODE to put out floating point register names.
476
477Mon Nov 1 18:17:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
478
479 * mips-opc.c: Use macros for jal variants, to support SVR4 PIC.
480
bf04fba0
JK
481Thu Oct 28 17:42:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
482
483 * a29k-dis.c (print_insn): Use 0x%08x, not 0x%8x.
484
70643dbc
ILT
485Wed Oct 27 11:48:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
486
487 * mips-opc.c (dsll, dsra, dsrl): Added '>' cases for shift counts
488 larger than 32. Moved dsxx32 variants first for disassembler.
489
07bf1ce5
SC
490Mon Oct 25 11:33:14 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
491
492 * z8kgen.c, z8k-opc.h: Add full lda information.
493
494Tue Oct 19 12:39:25 1993 Jeffrey A Law (law@cs.utah.edu)
495
496 * hppa-dis.c (print_insn_hppa): Do not emit a space after
497 movb instructions. Any necessary space will be emitted by
498 the code to handle nullification completers.
499
500Wed Oct 13 16:19:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
501
502 * mips-opc.c: Moved l.d down so that it disassembles as ldc1.
503
bb959d0a
PS
504Fri Oct 8 02:34:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
505
506 * alpha-opc.h: Add ldl_l, fix typo for ldq_u.
507 * alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE.
508
9978cd4d
ILT
509Tue Oct 5 17:47:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
510
511 * mips-opc.c: Correct lwu opcode value (book had it wrong).
512
513Thu Sep 30 11:26:18 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
514
515 * z8k-dis.c (FETCH_DATA): get just the right amount of data.
516 (unpack_instr): Cope with ARG_IMM4M1 type instructions.
517
cb79d01d
RP
518Wed Sep 29 16:24:49 1993 K. Richard Pixley (rich@sendai.cygnus.com)
519
520 * m88k-dis.c (m88kdis): comment change. Remove space after
521 printing mnemonic.
522 (printop): handle new arg types DEC and XREG for m88110.
523
a0ad6c0f
JK
524Tue Sep 28 19:20:16 1993 Jeffrey A Law (law@snake.cs.utah.edu)
525
526 * hppa-dis.c (print_insn_hppa): Handle 'z' operand
527 type for absolute branch addresses. Delete special
528 "ble" and "be" code in 'W' operand code.
529
530Fri Sep 24 14:08:33 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
531
532 * mips-opc.c: Set hazard information correctly for branch
533 likely instructions.
534
535Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
536
537 * alpha-dis.c (print_insn_alpha), alpha-opc.h: Fix bugs, use
538 info->fprintf_func for printing and info->print_address_func for
539 address output.
540
541Wed Sep 15 12:12:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
542
543 * mips-opc.c: Set INSN_TRAP for tXX instructions.
544
545Thu Sep 9 10:11:27 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
546
547 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson):
548 Corrected second case of "b" for disassembler.
549
44647fcc
ILT
550Tue Sep 7 14:25:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
551
552 * mips-dis.c, m88k-dis.c: Don't include libbfd.h. Changed calls
553 to BFD swapping routines to correspond to BFD name changes.
554
a9c686ad
ILT
555Thu Sep 2 10:35:25 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
556
547998d2
ILT
557 * mips-opc.c: Change div machine instruction to be z,s,t rather
558 than s,t. Change div macro to be d,v,t rather than d,s,t.
559 Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu,
560 rem and remu which generates only the corresponding div
561 instruction. This is for compatibility with the MIPS assembler,
562 which only generates the simple machine instruction when an
563 explicit destination of $0 is used.
564 * mips-dis.c (print_insn_arg): Handle 'z' (always register zero).
a9c686ad 565
a5ba0d3f
ILT
566Thu Aug 26 17:41:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
567
568 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Set
569 WR_31 hazard for bal, bgezal, bltzal.
570
571Thu Aug 26 17:20:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
572
573 * hppa-dis.c (print_insn_hppa): Use print function
574 from within the disassemble_info, not fprintf_filtered.
575
576Wed Aug 25 13:51:40 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
577
578 * hppa-dis.c (print_insn_hppa): Handle '|' like '>'. (From Jeff
579 Law, law@cs.utah.edu.)
580
320cdccf
ILT
581Mon Aug 23 12:44:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
582
583 * mips-opc.c ("absu"): Removed.
584 ("dabs"): Added.
585
2bef2d3e
ILT
586Fri Aug 20 10:52:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
587
588 * mips-opc.c: Added r6000 and r4000 instructions and macros.
589 Changed hazard information to distinguish between memory load
590 delays and coprocessor load delays.
591
45b14705
ILT
592Wed Aug 18 15:39:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
593
594 * mips-opc.c: li.d uses "T,L", not "S,F". Added li.s.
595
ed2fe80f
DM
596Tue Aug 17 09:44:42 1993 David J. Mackenzie (djm@thepub.cygnus.com)
597
598 * configure.in: Don't pass cpu to config.bfd.
599
e9a30357
ILT
600Tue Aug 17 12:23:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
601
602 * m88k-dis.c (m88kdis): Make class unsigned.
603
604Thu Aug 12 15:08:18 1993 Ian Lance Taylor (ian@cygnus.com)
605
606 * alpha-dis.c (print_insn_alpha): One branch format case was
607 missing the instruction name.
608
609Wed Aug 11 19:29:39 1993 David J. Mackenzie (djm@thepub.cygnus.com)
610
611 * Makefile.in (ALL_MACHINES): Renamed from DIS_LIBS.
612 Add the arch-specific auxiliary files.
613 (OFILES): Remove the arch-specific auxiliary files
614 and use BFD_MACHINES instead of DIS_LIBS.
615 * configure.in: Set BFD_MACHINES based on --with-targets option.
616
786e4f1a
ILT
617Thu Aug 12 12:04:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
618
619 * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly
620 for swc1.
621
622Sun Aug 8 15:09:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
623
624 * sparc-opc.c: Change CONST to const to deal with gcc
625 -Dconst=__const -traditional.
626
11a0aaa7
ILT
627Fri Aug 6 10:58:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
628
629 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Took
630 coprocessor instructions out of #if 0, and made them use new
631 argument type "C".
632
071689e1
JK
633Thu Aug 5 17:11:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
634
635 * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h.
636
637Fri Jul 30 18:48:15 1993 John Gilmore (gnu@cygnus.com)
638
639 * sparc-opc.c: Add F_JSR, F_UNBR, or F_CONDBR flags to each branch
640 instruction, for use by the disassembler.
641
642 * sparc-dis.c (SEX): Add sign extension macro. Replace many
643 hand-coded sign extensions that depended on 32-bit host ints.
644 FIXME, we still depend on big-endian host bitfield ordering.
645 (sparc_print_insn): Set the insn_info_valid field, and the
646 other fields that describe the instruction being printed.
647
648Tue Jul 27 17:04:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
649
650 * sparc-opc.c (call): Accept all 6 addressing modes valid for
651 `jmp' instead of just one of them.
652
4d135f1c
JK
653Wed Jul 21 11:43:32 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
654
071689e1
JK
655 * hppa-dis.c: Move floating registers from reg_names to fp_reg_names.
656 (fput_fp_reg_r): Renamed from fput_reg_r.
657 (fput_fp_reg): New function.
658 (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate.
659
4d135f1c
JK
660 * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards.
661
662 * hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD.
663
17068960
JK
664Mon Jul 19 13:52:21 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
665
b2ad2e64
JK
666 * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
667
981b3a27
JK
668 * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
669 don't output a space.
670
17068960
JK
671 * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
672
32d2052a
JK
673Sun Jul 18 16:30:02 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
674
675 * mips-opc.c: New file, containing opcode table from
676 ../include/opcode/mips.h.
677 * Makefile.in: Add it.
678
a4c01299
ILT
679Thu Jul 15 12:37:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
680
681 * m88k-dis.c: New file, moved in from gdb and changed to use the
682 new dis-asm.h disassembler interface.
683 * Makefile.in (DIS_LIBS): Added m88k-dis.o.
684 (m88k-dis.o): New target.
685
37609724
ILT
686Tue Jul 13 10:04:16 1993 Ian Lance Taylor (ian@cygnus.com)
687
688 * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to
689 argument string const char * to correspond to opcode/mips.h.
690
fde326fb
ILT
691Tue Jul 6 15:18:37 1993 Ian Lance Taylor (ian@cygnus.com)
692
693 * mips-dis.c: Updated to account for name changes in new version
694 of opcode/mips.h.
695 * Makefile.in: Added header file dependencies.
696
a5b5f81d
DE
697Sat Jul 3 23:47:56 1993 Doug Evans (dje@canuck.cygnus.com)
698
699 * h8300-dis.c (bfd_h8_disassemble): Correct fetching of instruction.
700
701Thu Jul 1 12:23:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
702
703 * m68k-dis.c (NEXTWORD, NEXTLONG): Use ((x) ^ 0x8000) - 0x8000 to sign
704 extend, rather than shifts.
705
706Sun Jun 20 20:56:56 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
707
708 * Makefile.in: Undo 15 June change.
709
5b6c6336
PB
710Fri Jun 18 14:15:15 1993 Per Bothner (bothner@deneb.cygnus.com)
711
712 * m68k-dis.c (print_insn_arg): Change return value to byte count
713 or error code.
714 * m68k-dis.c: Re-write to detect invalid operands before
715 printing anything, so we can handle this the same way we
716 handle invalid opcodes.
717
219cf232
SC
718Thu Jun 17 15:01:36 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
719
720 * sh-dis.c, sh-opc.h: Understand some more opcodes.
721
91ea6ab0
ILT
722Wed Jun 16 13:48:05 1993 Ian Lance Taylor (ian@cygnus.com)
723
724 * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other
725 header files.
726
0a3c15c3
KR
727Tue Jun 15 21:45:26 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
728
729 * sparc-dis.c: Don't declare qsort, since sysdep.h might.
730
731 * configure.in: Do make sysdep.h link.
732 * Makefile.in: Search ../include. Don't search ../bfd.
733
5aef7c67
SG
734Tue Jun 15 13:36:10 1993 Stu Grossman (grossman@cygnus.com)
735
736 Changes from Jeff Law, law@cs.utah.edu:
737 * hppa-dis.c: Fix typo. 'a' and 'd' were reversed.
738 Do not print a space before the completers specified by
739 'a' and 'd'.
740
112087ed
KR
741Fri Jun 11 18:40:21 1993 Ken Raeburn (raeburn@cygnus.com)
742
998f2ef3
KR
743 * mips-dis.c: No longer need to bomb out if HOST_64_BIT is
744 defined, since gdb has been fixed.
745
112087ed
KR
746 Changes from Jeff Law, law@cs.utah.edu:
747 * hppa-dis.c (print_insn_hppa): Last argument to fput_reg,
748 fput_reg_r, fput_creg, fput_const, and fputs_filtered should
749 be a *disassemble_info, not a *FILE.
750 * hppa-dis.c: Support 'd', '!', and 'a'.
751 * hppa-dis.c: Support 's' to extract a 2 bit space register.
752 * hppa-dis.c: Delete cases which are no longer needed.
753
e6fb7139
JK
754Fri Jun 11 07:53:48 1993 Jim Kingdon (kingdon@cygnus.com)
755
756 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
757
758Tue Jun 8 12:25:01 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
759
760 * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
761 H8/300-H opcodes.
762
e0a8bcfb
PB
763Mon Jun 7 12:58:49 1993 Per Bothner (bothner@rtl.cygnus.com)
764
765 * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
766 * configure.in: No longer need to configure to get sysdep.h.
767
768Thu Jun 3 15:56:49 1993 Stu Grossman (grossman@cygnus.com)
769
770 * Patches from Jeffrey Law <law@cs.utah.edu>.
771 * hppa-dis.c: Support 'I', 'J', and 'K' in output
772 templates for 1.1 FP computational instructions.
773
774Tue May 25 13:05:48 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
775
776 * h8500-dis.c (print_insn_h8500): Address argument is type
777 bfd_vma.
778 * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002):
779 Ditto.
780
781 * h8500-opc.h (addr_class_type): No comma at end of enumerator.
782 * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto.
783
784 * sparc-dis.c (compare_opcodes): Move static declaration to
785 top-level.
786
787Fri May 21 14:17:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
788
789 * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
790 instruction, remove unimp hack from 'l' argument.
791
792Wed May 19 15:35:54 1993 Stu Grossman (grossman@cygnus.com)
793
794 * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's
795 happy.
796
797Fri May 14 15:22:46 1993 Ian Lance Taylor (ian@cygnus.com)
798
799 * Based on patches from davidj@ICSI.Berkeley.EDU (David Johnson):
800 * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
801 instructions.
802
cfa8d061
KR
803Fri May 14 00:09:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
804
d698222b
KR
805 * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some
806 arrays of string pointers to 2-d arrays of chars, to save
807 space.
cfa8d061
KR
808
809Thu May 6 20:51:17 1993 Fred Fish (fnf@cygnus.com)
810
811 * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
812 Cast second arg to read_memory_func to "bfd_byte *", as necessary.
813
814Tue May 4 20:31:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
815
816 * hppa-dis.c: New file from Utah, adapted to new disassembler
817 calling interface.
818 * Makefile.in: Include it.
819
820Mon Apr 26 18:17:42 1993 Steve Chamberlain (sac@thepub.cygnus.com)
821
822 * sh-dis.c, sh-opc.h: New files.
823
824Fri Apr 23 18:51:22 1993 Steve Chamberlain (sac@thepub.cygnus.com)
825
826 * alpha-dis.c, alpha-opc.h: New files.
827
828Tue Apr 6 12:54:08 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
829
830 * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
831 value.
832
d802b948
JG
833Mon Apr 5 17:37:37 1993 John Gilmore (gnu@cygnus.com)
834
835 * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
836
837Fri Apr 2 07:24:27 1993 Ian Lance Taylor (ian@cygnus.com)
838
839 * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
840 const.
841
720b3aed
JK
842Thu Apr 1 11:20:43 1993 Jim Kingdon (kingdon@cygnus.com)
843
844 * sparc-dis.c: Use fprintf_func a few places where I forgot,
845 and double percent signs a few places.
846
847 * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
848
849 * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
850 Use info->print_address_func not print_address.
851
852 * dis-buf.c (generic_print_address): New function.
853
f7ed13c7
JK
854Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
855
856 * Makefile.in: Add sparc-dis.c.
857 sparc-dis.c: New file, merges binutils and gdb versions as follows:
858 From GDB:
859 Add `add' instruction to the set that get checked
860 for a preceding `sethi' in order to print an absolute address.
861 * (print_insn): Disassembly prefers real instructions.
862 (is_delayed_branch): Speed up.
863 * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables.
864 Still missing some float ops, and needs testing.
865 * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
866 F_ALIAS. Use printf, not fprintf, when not passing a file
867 pointer...
868 (compare_opcodes): Check that identical instructions have
869 identical opcodes, complain otherwise.
870 From binutils:
871 * New 'm' arg.
872 * Include reg_names.
873 From neither:
874 Use dis-asm.h/read_memory_func interface.
875
05545edc
RP
876Wed Mar 31 20:49:06 1993 K. Richard Pixley (rich@rtl.cygnus.com)
877
878 * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
879 deliberately return non-zero to setjmp from longjmp. Otherwise
880 this code fails to compile.
881
cbe61cc6
SG
882Wed Mar 31 17:04:31 1993 Stu Grossman (grossman@cygnus.com)
883
884 * m68k-dis.c: Fix prototype for fetch_arg().
885
5d0734a7
JK
886Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
887
888 * dis-buf.c: New file, for new read_memory_func interface.
889 Makefile.in (OFILES): Include it.
890 m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
891 Use new read_memory_func interface.
892
893Mon Mar 29 14:02:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
894
895 * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
896 * h8500-opc.h: Fix couple of opcodes.
897
898Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
899
900 * Makefile.in: add dvi & installcheck targets
901
2cb563e6
JG
902Mon Mar 22 18:55:04 1993 John Gilmore (gnu@cygnus.com)
903
904 * Makefile.in: Update for h8500-dis.c.
905
337110ea
SC
906Fri Mar 19 14:27:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
907
908 * h8500-dis.c, h8500-opc.h: New files
909
c840244e
PB
910Thu Mar 18 14:12:37 1993 Per Bothner (bothner@rtl.cygnus.com)
911
912 * mips-dis.c, z8k-dis.c: Converted to use interface defined in
913 ../include/dis-asm.h.
914 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
915 and ../gdb/m68k-pinsn.c).
916 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
917 and ../gdb/i386-pinsn.c).
918 * m68881-ext.c: New file. Moved definition of
919 ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
920 * Makefile.in: Adjust for new files.
921 * i386-dis.c: Patches from John Hassey (hassey@dg-rtp.dg.com).
922 * m68k-dis.c: Recognize '9' placement code, so (say) pflush
923 can be dis-assembled.
924
925Wed Feb 17 09:19:47 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
926
927 * mips-dis.c (print_insn_arg): Now returns void.
928
929Mon Jan 11 16:09:16 1993 Fred Fish (fnf@cygnus.com)
930
931 * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h
932 files that use the macros.
933
934Thu Jan 7 13:15:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
935
936 * mips-dis.c: New file, from gdb/mips-pinsn.c.
937 * Makefile.in (DIS_LIBS): Added mips-dis.o.
938 (CFILES): Added mips-dis.c.
939
940Thu Jan 7 07:36:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
941
942 * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
943 * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
944
945Tue Dec 22 15:42:44 1992 Per Bothner (bothner@rtl.cygnus.com)
946
947 * Makefile.in: Improve *clean rules.
948 * configure.in: Allow a default host.
949
950Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
951
952 * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
953 files include other sysdep files
954
955Thu Nov 12 16:10:37 1992 Steve Chamberlain (sac@thepub.cygnus.com)
956
957 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
958
959Fri Oct 9 04:56:05 1992 John Gilmore (gnu@cygnus.com)
960
961 * configure.in: For host support, use ../bfd/configure.host
962 so it stays in sync with the ../bfd/hosts database.
963
d5dcef63
DZ
964Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
965
966 * configure.in: use cpu-vendor-os triple instead of nested cases
967
0843ea63
MW
968Wed Sep 30 16:09:20 1992 Michael Werner (mtw@cygnus.com)
969
970 * z8k-dis.c (unparse_instr): fix bug where opcode returned was
971 *always* the wrong one.
972
b31a1f81
SC
973Wed Sep 30 07:42:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
974
975 * z8kgen.c: added copyright info
976
447bbbea
SC
977Tue Sep 29 12:20:21 1992 Steve Chamberlain (sac@thepub.cygnus.com)
978
979 * z8k-dis.c (unparse_instr): prettier tabs
980 * z8kgen.c -> z8k-opc.h: bug fixes in tables
981
57cae454
SG
982Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com)
983
984 * configure.in: Add ncr* configuration.
985 * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make
986 picayune ANSI compilers happy.
987
988Sep 20 08:50:55 1992 Fred Fish (fnf@cygnus.com)
989
990 * configure.in (i386): Make i386 and i486 synonymous for now.
991 * configure.in (i[34]86-*-sysv4): Add my_host definition.
992
3a157902
KR
993Fri Sep 18 17:01:23 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
994
995 * Makefile.in (install): Fix typo.
996
68ca3238
JG
997Fri Sep 18 02:04:24 1992 John Gilmore (gnu@cygnus.com)
998
999 * Makefile.in (make): Remove obsolete crud.
1000 (sparc-opc.o): Avoid Sun Make VPATH bug.
1001
e5bc6aaf
RP
1002Tue Sep 8 17:29:27 1992 K. Richard Pixley (rich@sendai.cygnus.com)
1003
1004 * Makefile.in: since there are no SUBDIRS, remove rule and
68ca3238 1005 references of subdir_do.
e5bc6aaf 1006
794a16b0
KR
1007Tue Sep 8 17:02:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
1008
1009 * Makefile.in (install): Get the library name right here too.
1010 Don't install bfd.h, since it's unrelated to this library. No
1011 subdirs to recurse into, either.
1012 (CFILES): The source file has a .c suffix, not .o.
1013
1014 * sparc-opc.c: New file, moved from BFD.
1015 * Makefile.in (OFILES): Build it.
1016
1017Thu Sep 3 16:59:20 1992 Michael Werner (mtw@cygnus.com)
1018
1019 * z8k-dis.c: fixed forward refferences of some declarations.
1020
1021Mon Aug 31 16:09:45 1992 Michael Werner (mtw@cygnus.com)
1022
1023 * Makefile.in: get the name of the library right
1024
a4ccc310
SC
1025Mon Aug 31 13:47:35 1992 Steve Chamberlain (sac@thepub.cygnus.com)
1026
add1fb05 1027 * z8k-dis.c: knows how to disassemble z8k stuff
a4ccc310
SC
1028 * z8k-opc.h: new file full of z8000 opcodes
1029
9a458b67
ILT
1030\f
1031Local Variables:
1032version-control: never
1033End:
This page took 0.157532 seconds and 4 git commands to generate.