* ../common/aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
1eb54bb4
FF
1start-sanitize-tic80
2Wed Jan 22 20:13:51 1997 Fred Fish <fnf@cygnus.com>
3
4 * tic80-opc.c (tic80_opcodes): Expand comment to note that the
5 entries are presorted so that entries with the same mnemonic are
6 adjacent to each other in the table. Sort the entries for each
7 instruction so that this is true.
8
9end-sanitize-tic80
84be8dcf
ILT
10Mon Jan 20 12:48:57 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11
12 * m68k-dis.c: Include <libiberty.h>.
13 (print_insn_m68k): Sort the opcode table on the most significant
14 nibble of the opcode.
15
8fdffbc4 16start-sanitize-tic80
68c7761c
FF
17Sat Jan 18 15:15:05 1997 Fred Fish <fnf@cygnus.com>
18
19 * tic80-dis.c (tic80_opcodes): Add "wrcr", "vmpy", "vrnd",
20 "vsub", "vst", "xnor", and "xor" instructions.
21 (V_a1): Renamed from V_a, msb of accumulator reg number.
22 (V_a0): Add macro, lsb of accumulator reg number.
23
8fdffbc4
FF
24Fri Jan 17 18:24:31 1997 Fred Fish <fnf@cygnus.com>
25
26 * tic80-dis.c (print_insn_tic80): Broke excessively long
27 function up into several smaller ones and arranged for
28 the instruction printing function to be callable recursively
29 to print vector instructions that have both a load and a
30 math instruction packed into a single opcode.
31 * tic80-opc.c (tic80_opcodes): Expand comment for vld opcode
32 to explain why it comes after the other vector opcodes.
33
34end-sanitize-tic80
a3d4e445
C
35Fri Jan 17 16:19:15 1997 J.T. Conklin <jtc@beauty.cygnus.com>
36
37 * m68k-opc.c (m68k_opcodes): add b, w, or l specifier to coldfire
38 move insns to handle immediate operands.
39
40Thu Jan 17 16:19:00 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
41
c49bbc27
C
42 * m68k-opc.c (m68k_opcodes): Delete duplicate entry for "cmpil".
43 fix operand mask in the "moveml" entries for the coldfire.
a3d4e445 44
003df617 45start-sanitize-tic80
c977d8fb
FF
46Thu Jan 16 20:54:40 1997 Fred Fish <fnf@cygnus.com>
47
48 * tic80-opc.c (V_a, V_m, V_S, V_Z, V_p, OP_V, MASK_V):
49 New macros for building vector instruction opcodes.
50 (tic80_opcodes): Remove all uses of FMT_SI, FMT_REG, and
51 FMT_LI, which were unused. The field is now a flags field.
52 Remove some opcodes that are possible, but illegal, such
53 as long immediate instructions with doubles for immediate
54 values. Add "vadd" and "vld" instructions.
55
5fdeceb4
FF
56Wed Jan 15 18:59:51 1997 Fred Fish <fnf@cygnus.com>
57
58 * tic80-opc.c (tic80_operands): Reorder some table entries to make
59 the order more logical. Move the shift alias instructions ("rotl",
60 "shl", "ins", "rotr", "extu", "exts", "srl", and "sra" to be
61 interspersed with the regular sr.x and sl.x instructions. Add
62 and test new instruction opcodes for "sl", "sli", "sr", "sri", "st",
63 "sub", "subu", "swcr", and "trap".
64
65Tue Jan 14 19:42:50 1997 Fred Fish <fnf@cygnus.com>
66
67 * tic80-opc.c (OFF_SS_PC): Renamed from OFF_SS.
68 (OFF_SL_PC): Renamed from OFF_SL.
69 (OFF_SS_BR): New operand type for base relative operand.
70 (OFF_SL_BR): New operand type for base relative operand.
71 (REG_BASE): New operand type for base register operand.
72 (tic80_opcodes): Add and test "fmpy", "frndm", "frndn", "frndp",
73 "frndz", "fsqrt", "fsub", "illop0", "illopF", "ins", "jsr",
74 "ld", "ld.u", "lmo", "or", "rdcr", "rmo", "rotl", and "rotr"
75 instructions.
76 * tic80-dis.c (print_insn_tic80): Print opcode name with fixed width
77 10 char field, padded with spaces on rhs, rather than a string
78 followed by a tab. Use renamed TIC80_OPERAND_PCREL flag bit rather
79 than old TIC80_OPERAND_RELATIVE. Add support for new
80 TIC80_OPERAND_BASEREL flag bit.
81
003df617
FF
82Mon Jan 13 15:58:56 1997 Fred Fish <fnf@cygnus.com>
83
84 * tic80-dis.c (print_insn_tic80): Print floating point operands
85 as floats.
86 * tic80-opc.c (SPFI): Add single precision floating point
87 immediate operand type.
88 (ROTATE): Add rotate operand type for shifts.
89 (ENDMASK): Add for shifts.
90 (n): Macro for the 'n' bit.
91 (i): Macro for the 'i' bit.
92 (PD): Macro for the 'PD' field.
93 (P2): Macro for the 'P2' field.
94 (P1): Macro for the 'P1' field.
5fdeceb4 95 (tic80_opcodes): Add entries for "exts", "extu", "fadd",
003df617
FF
96 "fcmp", and "fdiv".
97
98end-sanitize-tic80
09171e3f
JL
99Mon Jan 6 15:06:55 1997 Jeffrey A Law (law@cygnus.com)
100
101 * mn10200-dis.c (disassemble): Mask off unwanted bits after
102 adding in current address for pc-relative operands.
103
1f8c8c60 104start-sanitize-tic80
50965d0e
FF
105Mon Jan 6 10:56:25 1997 Fred Fish <fnf@cygnus.com>
106
107 * tic80-dis.c (R_SCALED): Add macro to test for ":s" modifier bit.
108 (print_insn_tic80): If R_SCALED then print ":s" modifier for operand.
109 * tic80-opc.c (REG0, REG22, REG27, SSOFF, LSOFF): Names
110 changed to REG_0, REG_22, REG_DEST, OFF_SS, OFF_SL respectively.
111 (SICR, LICR, REGM_SI, REGM_LI): Names changed to CR_SI, CR_LI,
112 REG_BASE_M_SI, REG_BASE_M_LI respectively.
113 (REG_SCALED, LSI_SCALED): New operand types.
114 (E): New macro for 'E' bit at bit 27.
115 (tic80_opcodes): Add and test dld, dld.u, dst, estop, and etrap
116 opcodes, including the various size flavors (b,h,w,d) for
117 the direct load and store instructions.
118
937fe722
FF
119Sun Jan 5 12:18:14 1997 Fred Fish <fnf@cygnus.com>
120
121 * tic80-dis.c (M_SI, M_LI): Add macros to test for ":m" modifier bit
122 in an instruction.
123 * tic80-dis.c (print_insn_tic80): Change comma and paren handling.
124 Use M_SI and M_LI macros to check for ":m" modifier for GPR operands.
125 * tic80-opc.c (tic80_operands): Add REGM_SI and REGM_LI operands.
126 (F, M_REG, M_LI, M_SI, SZ_REG, SZ_LI, SZ_SI, D, S): New bit-twiddlers.
127 (MASK_LI_M, MASK_SI_M, MASK_REG_M): Remove and replace in opcode
128 masks with "MASK_* & ~M_*" to get the M bit reset.
129 (tic80_opcodes): Add bsr, bsr.a, cmnd, cmp, dcachec, and dcachef.
130
1f8c8c60
FF
131Sat Jan 4 19:05:05 1997 Fred Fish <fnf@cygnus.com>
132
133 * tic80-dis.c (print_insn_tic80): Print TIC80_OPERAND_RELATIVE
134 correctly. Add support for printing TIC80_OPERAND_BITNUM and
135 TIC80_OPERAND_CC, and TIC80_OPERAND_CR operands in symbolic
136 form.
137 * tic80-opc.c (tic80_operands): Add SSOFF, LSOFF, BITNUM,
138 CC, SICR, and LICR table entries.
139 (tic80_opcodes): Add and test "nop", "br", "bbo", "bbz",
140 "bcnd", and "brcr" opcodes.
141
142end-sanitize-tic80
872dc6f0
FF
143Fri Jan 3 18:32:11 1997 Fred Fish <fnf@cygnus.com>
144
145 * ppc-opc.c (powerpc_operands): Make comment match the
146 actual fields (no shift field).
147 * sparc-opc.c (sparc_opcodes): Document why this cannot be "const".
148start-sanitize-tic80
149 * tic80-dis.c (print_insn_tic80): Replace abort stub with a
150 partial implementation, work in progress.
151 * tic80-opc.c (tic80_operands): Begin construction operands table.
152 (tic80_opcodes): Continue populating opcodes table and start
153 filling in the operand indices.
154 (tic80_num_opcodes): Add this.
155end-sanitize-tic80
156
a3ecb49f
ILT
157Fri Jan 3 12:13:52 1997 Ian Lance Taylor <ian@cygnus.com>
158
159 * m68k-opc.c: Add #B case for moveq.
160
bc830321
JL
161Thu Jan 2 12:14:29 1997 Jeffrey A Law (law@cygnus.com)
162
163 * mn10300-dis.c (disassemble): Make sure all variables are initialized
164 before they are used.
165
160cca64
JL
166start-sanitize-v850
167Tue Dec 31 12:20:38 1996 Jeffrey A Law (law@cygnus.com)
168
169 * v850-opc.c (v850_opcodes): Put curly-braces around operands
170 for "breakpoint" instruction.
171
172end-sanitize-v850
1a4752c6
ILT
173Tue Dec 31 15:38:13 1996 Ian Lance Taylor <ian@cygnus.com>
174
175 * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
176 (dep): Use ALL_CFLAGS rather than CFLAGS.
177
0068e79c
MM
178start-sanitize-v850
179Tue Dec 31 15:09:16 1996 Michael Meissner <meissner@tiktok.cygnus.com>
180
181 * v850-opc.c (D8_{6,7}): Set V850_OPERAND_ADJUST_SHORT_MEMORY
182 flag.
183
184end-sanitize-v850
39620b71
FF
185Mon Dec 30 17:02:11 1996 Fred Fish <fnf@cygnus.com>
186
187 * Makefile.in (m68k-opc.o, alpha-opc.o): Remove dis-asm.h dependency.
188start-sanitize-tic80
189 (tic80-dis.o, tic80-opc.o): Add rules per comment in Makefile.in.
190end-sanitize-tic80
191
ea6c5620
ILT
192Mon Dec 30 11:38:01 1996 Ian Lance Taylor <ian@cygnus.com>
193
194 * mips16-opc.c: Add "abs".
195
6357e7f6 196start-sanitize-tic80
a79d0193
FF
197Sun Dec 29 10:58:22 1996 Fred Fish <fnf@cygnus.com>
198
199 * Makefile.in (ALL_MACHINES): Add tic80-dis.o and tic80-opc.o.
200 * disassemble.c (ARCH_tic80): Define if ARCH_all is defined.
201 (disassembler): Add bfd_arch_tic80 support to set disassemble
202 to print_insn_tic80.
203 * tic80-dis.c (print_insn_tic80): Add stub.
204
6357e7f6
FF
205Fri Dec 27 22:30:57 1996 Fred Fish <fnf@cygnus.com>
206
207 * configure.in (arch in $selarchs): Add bfd_tic80_arch entry.
208 * configure: Regenerate with autoconf.
209 * tic80-dis.c: Add file.
210 * tic80-opc.c: Add file.
211
f204f752 212end-sanitize-tic80
b5baebe4
MH
213start-sanitize-d10v
214Fri Dec 20 14:30:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
215
216 * d10v-opc.c (pre_defined_registers): Add cr[0-15], dpc, dpsw, link.
217
218end-sanitize-d10v
d21f1eae
JL
219Mon Dec 16 13:00:15 1996 Jeffrey A Law (law@cygnus.com)
220
e098bae8
JL
221 * mn10200-opc.c (mn10200_operands): Add SIMM16N.
222 (mn10200_opcodes): Use it for some logicals and btst insns.
223 Add "break" and "trap" instructions.
224
374cb302
JL
225 * mn10300-opc.c (mn10300_opcodes): Add "break" instruction.
226
d21f1eae
JL
227 * mn10200-opc.c: Add pseudo-ops for "mov (an),am" and "mov an,(am)".
228
39e5bea2
ILT
229Sat Dec 14 22:36:20 1996 Ian Lance Taylor <ian@cygnus.com>
230
231 * mips-dis.c (print_mips16_insn_arg): The base address of a PC
232 relative load or add now depends upon whether the instruction is
233 in a delay slot.
234
532700fc
JL
235Wed Dec 11 09:23:46 1996 Jeffrey A Law (law@cygnus.com)
236
c6b62ad1
JL
237 * mn10200-dis.c: Finish writing disassembler.
238 * mn10200-opc.c (mn10200_opcodes): Fix mask for "mov imm8,dn".
239 Fix mask for "jmp (an)".
240
241 * mn10300-dis.c (disassemble, print_insn_mn10300): Corrently
242 handle endianness issues for mn10300.
243
532700fc
JL
244 * mn10200-opc.c (mn10200_opcodes): Fix operands for "movb dm,(an)".
245
0888b4a3
JL
246Tue Dec 10 12:08:05 1996 Jeffrey A Law (law@cygnus.com)
247
7bfc95d9
JL
248 * mn10200-opc.c (mn10200_opcodes): "mov imm8,d0" is a format 2
249 instruction. Fix opcode field for "movb (imm24),dn".
250
0888b4a3
JL
251 * mn10200-opc.c (mn10200_operands): Fix insertion position
252 for DI operand.
253
781766e7
JL
254Mon Dec 9 16:42:43 1996 Jeffrey A Law (law@cygnus.com)
255
256 * mn10200-opc.c: Create mn10200 opcode table.
257 * mn10200-dis.c: Flesh out mn10200 disassembler. Not ready,
258 but moving along nicely.
259
b65415a4
PS
260Sun Dec 8 04:28:31 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
261
262 * Makefile.in (ALL_MACHINES): Add mips16-opc.o.
263
6827a1c7
C
264Fri Dec 6 16:47:40 1996 J.T. Conklin <jtc@rhino.cygnus.com>
265
266 * m68k-opc.c (m68k_opcodes): Revert change to use < and >
267 specifiers for fmovem* instructions.
268
4db788a6
JL
269Fri Dec 6 14:48:09 1996 Jeffrey A Law (law@cygnus.com)
270
271 * mn10300-dis.c (disassemble): Remove '$' register prefixing.
272
34212ec3
ILT
273Fri Dec 6 17:34:39 1996 Ian Lance Taylor <ian@cygnus.com>
274
275 * mips16-opc.c: Change opcode for entry/exit to avoid conflicting
276 with dsrl.
277
83296990
JL
278Fri Dec 6 14:48:09 1996 Jeffrey A Law (law@cygnus.com)
279
280 * mn10300-opc.c: Add some comments explaining the various
281 operands and such.
282
283 * mn10300-dis.c (disassemble): Fix minor gcc -Wall warnings.
284
e72d5a50
C
285Thu Dec 5 12:09:48 1996 J.T. Conklin <jtc@rtl.cygnus.com>
286
287 * m68k-dis.c (print_insn_arg): Handle new < and > operand
288 specifiers.
289
290 * m68k-opc.c (m68k_opcodes): Simplify table by using < and >
291 operand specifiers in fmovm* instructions.
292
70eb6bdd
ILT
293Wed Dec 4 14:52:18 1996 Ian Lance Taylor <ian@cygnus.com>
294
295 * ppc-opc.c (insert_li): Give an error if the offset has the two
296 least significant bits set.
297
298Wed Nov 27 13:09:01 1996 Ian Lance Taylor <ian@cygnus.com>
299
300 * mips-dis.c (print_insn_mips16): Separate the instruction from
301 the arguments with a tab, not a space.
302
23b01150
JL
303Tue Nov 26 13:24:17 1996 Jeffrey A Law (law@cygnus.com)
304
069279b3
JL
305 * mn10300-dis.c (disasemble): Finish conversion to '$' as
306 register prefix.
307
23b01150
JL
308 * mn10300-opc.c (mn10300_opcodes): Fix mask field for
309 mov am,(imm32,sp).
310
8d67dc30
ILT
311Tue Nov 26 10:53:21 1996 Ian Lance Taylor <ian@cygnus.com>
312
0e809bba
ILT
313 * configure: Rebuild with autoconf 2.12.
314
8d67dc30
ILT
315 Add support for mips16 (16 bit MIPS implementation):
316 * mips16-opc.c: New file.
317 * mips-dis.c: Include "elf-bfd.h" and "elf/mips.h".
318 (mips16_reg_names): New static array.
319 (print_insn_big_mips): Use print_insn_mips16 in 16 bit mode or
320 after seeing a 16 bit symbol.
321 (print_insn_little_mips): Likewise.
322 (print_insn_mips16): New static function.
323 (print_mips16_insn_arg): New static function.
324 * mips-opc.c: Add jalx instruction.
325 * Makefile.in (mips16-opc.o): New target.
326 * configure.in: Use mips16-opc.o for bfd_mips_arch.
327 * configure: Rebuild.
328
0dd19a8f
C
329Mon Nov 25 16:15:17 1996 J.T. Conklin <jtc@cygnus.com>
330
520e44a1
C
331 * m68k-opc.c (m68k_opcodes): Simplify table by using < and >
332 operand specifiers in *save, *restore and movem* instructions.
333
334 * m68k-opc.c (m68k_opcodes): Fix move and movem instructions for
da34628a 335 the coldfire.
1852237c 336
520e44a1 337 * m68k-opc.c (m68k_opcodes): The coldfire (mcf5200) can only use
09d205d1
C
338 register operands for immediate arithmetic, not, neg, negx, and
339 set according to condition instructions.
340
1852237c
C
341 * m68k-opc.c (m68k_opcodes): Consistantly Use "s" as the storage
342 specifier of the effective-address operand in immediate forms of
343 arithmetic instructions. The specifier for the immediate operand
344 notes how and where the constant will be stored.
345
11cd057a
JL
346Mon Nov 25 11:17:01 1996 Jeffrey A Law (law@cygnus.com)
347
1852237c
C
348 * mn10300-opc.c (mn10300_opcodes): Remove redundant "lcc"
349 opcode.
350
76783aa3
JL
351 * mn10300-dis.c (disassemble): Use '$' instead of '%' for
352 register prefix.
353
11cd057a
JL
354 * mn10300-dis.c (disassemble): Prefix registers with '%'.
355
f497f3ae
JL
356Wed Nov 20 10:37:13 1996 Jeffrey A Law (law@cygnus.com)
357
f0e98103
JL
358 * mn10300-dis.c (disassemble): Handle register lists.
359
f0398190
JL
360 * mn10300-opc.c: Fix handling of register list operand for
361 "call", "ret", and "rets" instructions.
362
aa9c04cd
JL
363 * mn10300-dis.c (disassemble): Print PC-relative and memory
364 addresses symbolically if possible.
365 * mn10300-opc.c: Distinguish between absolute memory addresses,
366 pc-relative offsets & random immediates.
367
f497f3ae
JL
368 * mn10300-dis.c (print_insn_mn10300): Fix fetch of last byte
369 in 7 byte insns.
370 (disassemble): Handle SPLIT and EXTENDED operands.
371
99246e03
JL
372Tue Nov 19 13:33:01 1996 Jeffrey A Law (law@cygnus.com)
373
d91028d2
JL
374 * mn10300-dis.c: Rough cut at printing some operands.
375
4aa92185
JL
376 * mn10300-dis.c: Start working on disassembler support.
377 * mn10300-opc.c (mn10300_opcodes): Fix masks on several insns.
378
99246e03
JL
379 * mn10300-opc.c (mn10300_operands): Add "REGS" for a register
380 list.
381 (mn10300_opcodes): Use REGS for register list in "movm" instructions.
382
b337f869
MM
383start-sanitize-d10v
384Mon Nov 18 15:20:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
385
386 * d10v-opc.c (d10v_opcodes): Add3 sets the carry.
387
388end-sanitize-d10v
54dfaf0a
JL
389Fri Nov 15 13:43:19 1996 Jeffrey A Law (law@cygnus.com)
390
391 * mn10300-opc.c (mn10300_opcodes): Demand parens around
392 register argument is calls and jmp instructions.
393
394Thu Nov 7 00:26:05 1996 Jeffrey A Law (law@cygnus.com)
395
396 * mn10300-opc.c (mn10300_opcodes): Use DN01 for putx and
397 getx operand. Fix opcode for mulqu imm,dn.
398
fdef41f3
JL
399Wed Nov 6 13:42:32 1996 Jeffrey A Law (law@cygnus.com)
400
26433754
JL
401 * mn10300-opc.c (mn10300_operands): Hijack "bits" field
402 in MN10300_OPERAND_SPLIT operands for how many bits
403 appear in the basic insn word. Add IMM32_HIGH24,
404 IMM32_HIGH24_LOWSHIFT8, IMM8E_SHIFT8.
405 (mn10300_opcodes): Use new operands as needed.
406
64ce0668
JL
407 * mn10300-opc.c (mn10300_operands): Add IMM32_LOWSHIFT8
408 for bset, bclr, btst instructions.
409 (mn10300_opcodes): Use new IMM32_LOWSHIFT8 as needed.
410
fdef41f3
JL
411 * mn10300-opc.c (mn10300_operands): Remove many redundant
412 operands. Update opcode table as appropriate.
413 (IMM32): Add MN10300_OPERAND_SPLIT flag.
414 (mn10300_opcodes): Fix single bit error in mov imm32,dn insn.
415
bb5e141a
JL
416Tue Nov 5 13:26:58 1996 Jeffrey A Law (law@cygnus.com)
417
418 * mn10300-opc.c (mn10300_operands): Add DN2, DM2, AN2, AM2
419 operands (for indexed load/stores). Fix bitpos for DI
420 operand. Add SN8N_SHIFT8, IMM8_SHIFT8, and D16_SHIFT for the
421 few instructions that insert immediates/displacements in the
422 middle of the instruction. Add IMM8E for 8 bit immediate in
423 the extended part of an instruction.
424 (mn10300_operands): Use new opcodes as appropriate.
425
73386165
MH
426start-sanitize-d10v
427Tue Nov 5 10:30:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
428
429 * d10v-opc.c (d10v_opcodes): Declare the trap instruction
430 sequential so the assembler never parallelizes it with
431 other instructions.
432
433end-sanitize-d10v
e85c140a
JL
434Mon Nov 4 12:50:40 1996 Jeffrey A Law (law@cygnus.com)
435
436 * mn10300-opc.c (mn10300_operands): Add DN01 and AN01 for
437 a data/address register that appears in register field 0
438 and register field 1.
439 (mn10300_opcodes): Use DN01 and AN01 for mov/cmp imm8,DN/AN
440
03e95623
ILT
441Fri Nov 1 10:29:11 1996 Richard Henderson <rth@tamu.edu>
442
443 * alpha-dis.c (print_insn_alpha): Use new NOPAL mask for
444 standard disassembly.
445
446 * alpha-opc.c (alpha_operands): Rearrange flags slot.
447 (alpha_opcodes): Add new BWX, CIX, and MAX instructions.
448 Recategorize PALcode instructions.
449
7d2759fc
JL
450start-sanitize-v850
451Wed Oct 30 16:46:58 1996 Jeffrey A Law (law@cygnus.com)
452
453 * v850-opc.c (v850_opcodes): Add relaxing "jbr".
454
455end-sanitize-v850
b56c3d6c
ILT
456Tue Oct 29 16:30:28 1996 Ian Lance Taylor <ian@cygnus.com>
457
458 * mips-dis.c (_print_insn_mips): Don't print a trailing tab if
459 there are no operand types.
460
244558e3
JL
461start-sanitize-v850
462Tue Oct 29 12:22:21 1996 Jeffrey A Law (law@cygnus.com)
463
464 * v850-opc.c (D9_RELAX): Renamed from D9, all references
465 changed.
466 (v850_operands): Make sure D22 immediately follows D9_RELAX.
467
468end-sanitize-v850
469Fri Oct 25 12:12:53 1996 Ian Lance Taylor <ian@cygnus.com>
470
471 * i386-dis.c (print_insn_x86): Set info->bytes_per_line to 5.
472
0f02ae6e
JL
473start-sanitize-v850
474Thu Oct 24 17:53:52 1996 Jeffrey A Law (law@cygnus.com)
475
244558e3
JL
476 * v850-opc.c (insert_d8_6): Fix operand insertion for sld.w
477 and sst.w instructions.
478
0f02ae6e
JL
479 * v850-opc.c (v850_opcodes): Add "jCC" instructions (aliases for
480 "bCC"instructions).
481
482end-sanitize-v850
4f6d7c2c
ILT
483Thu Oct 24 17:21:20 1996 Ian Lance Taylor <ian@cygnus.com>
484
485 * mips-dis.c (_print_insn_mips): Use a tab between the instruction
486 and the arguments.
487
de145351
ILT
488Tue Oct 22 23:32:56 1996 Ian Lance Taylor <ian@cygnus.com>
489
490 * ppc-opc.c (PPCPWR2): Define.
491 (powerpc_opcodes): Use PPCPWR2 for fsqrt, rather than duplicating
492 it.
493
63dc694d
JL
494Fri Oct 11 16:03:49 1996 Jeffrey A Law (law@cygnus.com)
495
496 * mn10300-opc.c (mn10300_opcodes): Fix typo in opcode
497 field for movhu instruction.
498start-sanitize-v850
499
500 * v850-dis.c (disassemble): For V850_OPERAND_SIGNED operands,
501 cast value to "long" not "signed long" to keep hpux10
502 compiler quiet.
503end-sanitize-v850
504
36b34aa4
JL
505Thu Oct 10 10:25:58 1996 Jeffrey A Law (law@cygnus.com)
506
02d4ad19
JL
507 * mn10300-opc.c (mn10300_opcodes): Fix typo in opcode field
508 for mov (abs16),DN.
509
ba8ed10c
JL
510 * mn10300-opc.c (FMT*): Remove definitions.
511
1e5ddd3b
JL
512 * mn10300-opc.c (mn10300_opcodes): Fix destination register
513 for shift-by-register opcodes.
514
36b34aa4
JL
515 * mn10300-opc.c (mn10300_operands): Break DN, DM, AN, AM
516 into [AD][MN][01] for encoding the position of the register
517 in the opcode.
518
344d6417
JL
519Wed Oct 9 11:19:26 1996 Jeffrey A Law (law@cygnus.com)
520
521 * mn10300-opc.c (mn10300_opcodes): Add "extended" instructions,
522 "putx", "getx", "mulq", "mulqu", "sat16", "sat24", "bsch".
523
06b79658
JL
524Tue Oct 8 11:55:35 1996 Jeffrey A Law (law@cygnus.com)
525
db229054
JL
526 * mn10300-opc.c (mn10300_operands): Remove "REGS" operand.
527 Fix various typos. Add "PAREN" operand.
528 (MEM, MEM2): Define.
529 (mn10300_opcodes): Surround all memory addresses with "PAREN"
530 operands. Fix several typos.
531
06b79658
JL
532 * mn10300-opc.c (mn10300_opcodes): Fix typos in yesterday's
533 changes.
534
5ab7bce6
JL
535Mon Oct 7 16:48:45 1996 Jeffrey A Law (law@cygnus.com)
536
537 * mn10300-opc.c (FMT_XX): Renumber starting at one.
538 (mn10300_operands): Rough cut. Enough to parse "mov" instructions
539 at this time.
540 (mn10300_opcodes): Break opcode format out into its own field.
541 Update many operand fields to deal with signed vs unsigned
542 issues. Fix one or two typos in the "mov" instruction
543 opcode, mask and/or operand fields.
544
6ba7ecd4
ILT
545Mon Oct 7 11:39:49 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
546
547 * m68k-opc.c (plusha): Prefer encoding for m68040up, in case
548 m68851 wasn't reset.
549
6c9370db
ILT
550Thu Oct 3 17:17:02 1996 Ian Lance Taylor <ian@cygnus.com>
551
99777c0b
JL
552 * mn10300-opc.c (mn10300_opcodes): Add opcode & masks for
553 all opcodes. Very rough cut at operands for all opcodes.
554
cd8a9026
JL
555 * mn10300-opc.c (mn10300_opcodes): Start fleshing out the
556 opcode table.
6c9370db 557
ae1b99e4
JL
558Thu Oct 3 10:06:07 1996 Jeffrey A Law (law@cygnus.com)
559
560 * mn10200-opc.c, mn10300-opc.c: New files.
561 * mn10200-dis.c, mn10300-dis.c: New files.
562 * mn10x00-opc.c, mn10x00-dis.c: Deleted.
563 * disassemble.c: Break mn10x00 support into 10200 and 10300
564 support.
565 * configure.in: Likewise.
566 * configure: Rebuilt.
567
42b4add9
JM
568Thu Oct 3 15:59:12 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
569
570 * Makefile.in (MOSTLYCLEAN): Move config.log to distclean.
571
e7c50cef
JL
572Wed Oct 2 23:28:42 1996 Jeffrey A Law (law@cygnus.com)
573
574 * mn10x00-opc.c, mn10x00-dis.c: New files for Matsushita
575 MN10x00 processors.
576 * disassemble (ARCH_mn10x00): Define.
577 (disassembler): Handle bfd_arch_mn10x00.
578 * configure.in: Recognize bfd_mn10x00_arch.
579 * configure: Rebuilt.
580
a5cb84dd
ILT
581Tue Oct 1 10:49:11 1996 Ian Lance Taylor <ian@cygnus.com>
582
583 * i386-dis.c (op_rtn): Change to be a pointer. Adjust uses
584 accordingly. Don't declare functions using op_rtn.
585
586start-sanitize-v850
587Fri Sep 27 18:28:59 1996 Stu Grossman (grossman@critters.cygnus.com)
588
589 * v850-dis.c (disassemble): Add memaddr argument. Re-arrange
590 params to be more standard.
591 * (disassemble): Print absolute addresses and symbolic names for
592 branch and jump targets.
593 * v850-opc.c (v850_operand): Add displacement flag to 9 and 22
594 bit operands.
595 * (v850_opcodes): Add breakpoint insn.
596
597end-sanitize-v850
598Mon Sep 23 12:32:26 1996 Ian Lance Taylor <ian@cygnus.com>
599
600 * m68k-opc.c: Move the fmovemx data register cases before the
601 other cases, so that they get recognized before the data register
602 does gets treated as a degenerate register list.
603
800bda83
ILT
604Tue Sep 17 12:06:51 1996 Ian Lance Taylor <ian@cygnus.com>
605
606 * mips-opc.c: Add a case for "div" and "divu" with two registers
607 and a destination of $0.
608
d7deed25
FF
609Tue Sep 10 16:12:39 1996 Fred Fish <fnf@rtl.cygnus.com>
610
611 * mips-dis.c (print_insn_arg): Add prototype.
612 (_print_insn_mips): Ditto.
613
30b1724c
ILT
614Mon Sep 9 14:26:26 1996 Ian Lance Taylor <ian@cygnus.com>
615
616 * mips-dis.c (print_insn_arg): Print condition code registers as
617 $fccN.
618
619Tue Sep 3 12:09:46 1996 Doug Evans <dje@canuck.cygnus.com>
620
621 * sparc-opc.c (sparc_opcodes): Add setuw, setsw, setx.
622
6d1e1ee8 623start-sanitize-v850
eb5c28e1
JL
624Tue Sep 3 12:05:25 1996 Jeffrey A Law (law@cygnus.com)
625
626 * v850-dis.c (disassemble): Make static. Provide prototype.
627
628Sun Sep 1 22:30:40 1996 Jeffrey A Law (law@cygnus.com)
629
630 * v850-opc.c (insert_d9, insert_d22): Fix boundary case
631 in range checks.
632
574b9cb3
JL
633Sat Aug 31 01:27:26 1996 Jeffrey A Law (law@cygnus.com)
634
09478dc3
JL
635 * v850-dis.c (disassemble): Handle insertion of ',', '[' and
636 ']' characters into the output stream.
637 * v850-opc.c (v850_opcodes: Remove size field from all opcodes.
638 Add "memop" field to all opcodes (for the disassembler).
639 Reorder opcodes so that "nop" comes before "mov" and "jr"
640 comes before "jarl".
641
642 * v850-dis.c (print_insn_v850): Fix typo in last change.
643
e05cae19
JL
644 * v850-dis.c (print_insn_v850): Properly handle disassembling
645 a two byte insn at the end of a memory region when the memory
646 region's size is only two byte aligned.
647
a5f2a4e5
JL
648 * v850-dis.c (v850_cc_names): Fix stupid thinkos.
649
502535cf
JL
650 * v850-dis.c (v850_reg_names): Define.
651 (v850_sreg_names, v850_cc_names): Likewise.
652 (disassemble): Very rough cut at printing operands (unformatted).
653
654 * v850-opc.c (BOP_MASK): Fix.
655 (v850_opcodes): Fix mask for jarl and jr.
656
ba39d3dd
JL
657 * v850-dis.c: New file. Skeleton for disassembler support.
658 * Makefile.in Remove v850 references, they're not needed here
659 and they weren't being sanitized away.
660 * configure.in: Add v850-dis.o when building v850 toolchains.
661 * configure: Rebuilt.
662 * disassemble.c (disassembler): Call v850 disassembler.
663
b2194164
JL
664 * v850-opc.c (insert_d8_7, extract_d8_7): New functions.
665 (insert_d8_6, extract_d8_6): New functions.
666 (v850_operands): Rename D7S to D7; operand for D7 is unsigned.
667 Rename D8 to D8_7, use {insert,extract}_d8_7 routines.
668 Add D8_6.
669 (IF4A, IF4B): Use "D7" instead of "D7S".
670 (IF4C, IF4D): Use "D8_7" instead of "D8".
671 (IF4E, IF4F): New. Use "D8_6".
672 (v850_opcodes): Use IF4A/IF4B for sld.b/sst.b. Use IF4C/IF4D for
673 sld.h/sst.h. Use IF4E/IF4F for sld.w/sst.w.
674
c6b9c135
JL
675 * v850-opc.c (insert_d16_15, extract_d16_15): New functions.
676 (v850_operands): Change D16 to D16_15, use special insert/extract
677 routines. New new D16 that uses the generic insert/extract code.
678 (IF7A, IF7B): Use D16_15.
679 (IF7C, IF7D): New. Use D16.
680 (v850_opcodes): Use IF7C and IF7D for ld.b and st.b.
681
fb8c25a3
JL
682 * v850-opc.c (insert_d9, insert_d22): Slightly improve error
683 message. Issue an error if the branch offset is odd.
684
69ae4b82
JL
685 * v850-opc.c: Add notes about needing special insert/extract
686 for all the load/store insns, except "ld.b" and "st.b".
687
574b9cb3
JL
688 * v850-opc.c (insert_d22, extract_d22): New functions.
689 (v850_operands): Use insert_d22 and extract_d22 for
690 D22 operands.
691 (insert_d9): Fix range check.
692
d44b697b
C
693Fri Aug 30 18:01:02 1996 J.T. Conklin <jtc@hippo.cygnus.com>
694
695 * v850-opc.c (v850_operands): Add V850_OPERAND_SIGNED flag
696 and set bits field to D9 and D22 operands.
697
e7f3e5fb
JL
698Thu Aug 29 11:10:46 1996 Jeffrey A Law (law@cygnus.com)
699
e9ebb364
JL
700 * v850-opc.c (v850_operands): Define SR2 operand.
701 (v850_opcodes): "ldsr" uses R1,SR2.
702
e7f3e5fb
JL
703 * v850-opc.c (v850_opcodes): Fix opcode specs for
704 sld.w, sst.b, sst.h, sst.w, and nop.
705
e7dd7775
JL
706Wed Aug 28 15:55:43 1996 Jeffrey A Law (law@cygnus.com)
707
708 * v850-opc.c (v850_opcodes): Add null opcode to mark the
709 end of the opcode table.
710
711end-sanitize-v850
712start-sanitize-d10v
713Mon Aug 26 13:35:53 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
714
715 * d10v-opc.c (pre_defined_registers): Added register pairs,
716 "r0-r1", "r2-r3", etc.
717
718end-sanitize-d10v
719start-sanitize-v850
cc6e50b5
JL
720Fri Aug 23 00:27:01 1996 Jeffrey A Law (law@cygnus.com)
721
e7dd7775
JL
722 * v850-opc.c (v850_operands): Make I16 be a signed operand.
723 Create I16U for an unsigned 16bit mmediate operand.
724 (v850_opcodes): Use I16U for "ori", "andi" and "xori".
725
d3edb57f
JL
726 * v850-opc.c (v850_operands): Define EP operand.
727 (IF4A, IF4B, IF4C, IF4D): Use EP.
728
18c97701
JL
729 * v850-opc.c (v850_opcodes): Fix opcode numbers for "mov"
730 with immediate operand, "movhi". Tweak "ldsr".
731
fb6da868
JL
732 * v850-opc.c (v850_opcodes): Get ld.[bhw] and st.[bhw]
733 correct. Get sld.[bhw] and sst.[bhw] closer.
734
38c7a450
JL
735 * v850-opc.c (v850_operands): "not" is a two byte insn
736
6c1fc4d3
JL
737 * v850-opc.c (v850_opcodes): Correct bit pattern for setf.
738
9ab069ea
JL
739 * v850-opc.c (v850_operands): D16 inserts at offset 16!
740
b1e897a9
JL
741 * v850-opc.c (two): Get order of words correct.
742
9ad8ddf1
JL
743 * v850-opc.c (v850_operands): I16 inserts at offset 16!
744
e41c99bd
JL
745 * v850-opc.c (v850_operands): Add "SR1" and "SR2" for system
746 register source and destination operands.
747 (v850_opcodes): Use SR1 and SR2 for "ldsr" and "stsr".
748
c262d7d8
JL
749 * v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode. Fix
750 same thinko in "trap" opcode.
85b52013 751
280d40df
JL
752 * v850-opc.c (v850_opcodes): Add initializer for size field
753 on all opcodes.
754
4be84c49
JL
755 * v850-opc.c (v850_operands): D6 -> DS7. References changed.
756 Add D8 for 8-bit unsigned field in short load/store insns.
757 (IF4A, IF4D): These both need two registers.
758 (IF4C, IF4D): Define. Use 8-bit unsigned field.
759 (v850_opcodes): For "sld.h", "sld.w", "sst.h", "sst.w", use
760 IF4C & IF4D. For "trap" use I5U, not I5. Add IF1 operand
761 for "ldsr" and "stsr".
762 * v850-opc.c (v850_operands): 3-bit immediate for bit insns
3c72ab70
JL
763 is unsigned.
764
cc6e50b5
JL
765 * v850-opc.c (v850_opcodes): Correct short store half (sst.h) and
766 short store word (sst.w).
767
69463cbb
C
768Thu Aug 22 16:57:27 1996 J.T. Conklin <jtc@rtl.cygnus.com>
769
770 * v850-opc.c (v850_operands): Added insert and extract fields,
771 pointers to functions that handle unusual operand encodings.
772
0bdf3144
JL
773Thu Aug 22 01:05:24 1996 Jeffrey A Law (law@cygnus.com)
774
9c201b1f
JL
775 * v850-opc.c (v850_opcodes): Enable "trap".
776
0bdf3144
JL
777 * v850-opc.c (v850_opcodes): Fix order of displacement
778 and register for "set1", "clr1", "not1", and "tst1".
779
b10e29f4
JL
780Wed Aug 21 18:46:26 1996 Jeffrey A Law (law@cygnus.com)
781
7c8157dd
JL
782 * v850-opc.c (v850_operands): Add "B3" support.
783 (v850_opcodes): Fix and enable "set1", "clr1", "not1"
784 and "tst1".
785
786 * v850-opc.c (v850_opcodes): "jmp" has only an R1 operand.
fed1d21f 787
b10e29f4
JL
788 * v850-opc.c: Close unterminated comment.
789
6bc33c7f
C
790Wed Aug 21 17:31:26 1996 J.T. Conklin <jtc@hippo.cygnus.com>
791
69463cbb
C
792 * v850-opc.c (v850_operands): Add flags field.
793 (v850_opcodes): add move opcodes.
6bc33c7f 794
6d1e1ee8
C
795Tue Aug 20 14:41:03 1996 J.T. Conklin <jtc@hippo.cygnus.com>
796
797 * Makefile.in (ALL_MACHINES): Add v850-opc.o.
798 * configure: (bfd_v850v_arch) Add new case.
799 * configure.in: (bfd_v850_arch) Add new case.
800 * v850-opc.c: New file.
801
802end-sanitize-v850
5751b0d7
DE
803Mon Aug 19 15:21:38 1996 Doug Evans <dje@canuck.cygnus.com>
804
805 * sparc-dis.c (print_insn_sparc): Handle little endian sparcs.
806
807start-sanitize-d10v
808Thu Aug 15 13:14:43 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
809
810 * d10v-opc.c: Add additional information to the opcode
811 table to help determinine which instructions can be done
812 in parallel.
813
814end-sanitize-d10v
a952ea1c
SS
815Thu Aug 15 13:11:13 1996 Stan Shebs <shebs@andros.cygnus.com>
816
817 * mpw-make.sed: Update editing of include pathnames to be
818 more general.
819
820Thu Aug 15 16:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
821
822 * arm-opc.h: Added "bx" instruction definition.
823
375d76ef
ILT
824Wed Aug 14 17:00:04 1996 Richard Henderson <rth@tamu.edu>
825
826 * alpha-opc.c (EV4EXTHWINDEX): Field width should be 8 not 5.
827
cff827d7 828start-sanitize-d10v
ed36b6cd
MH
829Mon Aug 12 14:30:37 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
830
831 * d10v-opc.c (d10v_opcodes): Minor fixes to addi and bl.l.
832
cff827d7
MH
833Fri Aug 9 13:21:59 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
834
835 * d10v-opc.c (d10v_opcodes): Correct 'mv' unit entry to EITHER.
836
837end-sanitize-d10v
0f38eaa0
ILT
838Thu Aug 8 12:43:52 1996 Klaus Kaempf <kkaempf@progis.de>
839
840 * makefile.vms: Update for alpha-opc changes.
841
484c4645
ILT
842Wed Aug 7 11:55:10 1996 Ian Lance Taylor <ian@cygnus.com>
843
844 * i386-dis.c (print_insn_i386): Actually return the correct value.
845 (ONE, OP_ONE): #ifdef out; not used.
846
c5e1996f
MH
847start-sanitize-d10v
848Fri Aug 2 17:47:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
849
cff827d7 850 * d10v-opc.c (d10v_opcodes): Added 2 accumulator sub instructions.
c5e1996f
MH
851 Changed subi operand type to treat 0 as 16.
852
853end-sanitize-d10v
82e8213e
ILT
854Wed Jul 31 16:21:41 1996 Ian Lance Taylor <ian@cygnus.com>
855
856 * m68k-opc.c: Add cpushl for the mcf5200. From Ken Rose
857 <rose@netcom.com>.
858
50569dee
JSC
859Wed Jul 31 14:39:27 1996 James G. Smith <jsmith@cygnus.co.uk>
860
861 * arm-opc.h: (arm_opcodes): Added halfword and sign-extension
862 memory transfer instructions. Add new format string entries %h and %s.
863 * arm-dis.c: (print_insn_arm): Provide decoding of the new
864 formats %h and %s.
865
3dd5a8d3
MH
866start-sanitize-d10v
867Fri Jul 26 11:45:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
868
869 * d10v-opc.c (d10v_operands): Added UNUM4S; a 4-bit accumulator shift.
870 (d10v_opcodes): Modified accumulator shift instructions to use UNUM4S.
871
872end-sanitize-d10v
239ce44d
ILT
873Fri Jul 26 14:01:43 1996 Ian Lance Taylor <ian@cygnus.com>
874
875 * alpha-dis.c (print_insn_alpha_osf): Remove.
876 (print_insn_alpha_vms): Remove.
877 (print_insn_alpha): Make globally visible. Chose the register
878 names based on info->flavour.
879 * disassemble.c: Always return print_insn_alpha for the alpha.
880
687c3cc8 881start-sanitize-d10v
ab0a2294
MH
882Thu Jul 25 15:24:17 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
883
884 * d10v-dis.c (dis_long): Handle unknown opcodes.
885
0be71562
MH
886Thu Jul 25 12:08:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
887
888 * d10v-opc.c: Changes to support signed and unsigned numbers.
889 All instructions with the same name that have long and short forms
890 now end in ".l" or ".s". Divs added.
891 * d10v-dis.c: Changes to support signed and unsigned numbers.
892
687c3cc8
MH
893Tue Jul 23 11:02:53 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
894
895 * d10v-dis.c: Change all functions to use info->print_address_func.
896
897end-sanitize-d10v
354447a4
ILT
898Mon Jul 22 15:38:53 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
899
900 * m68k-opc.c (m68k_opcodes): Make opcode masks for the ColdFire
901 move ccr/sr insns more strict so that the disassembler only
902 selects them when the addressing mode is data register.
903
95e3e733
MH
904start-sanitize-d10v
905Mon Jul 22 11:25:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
906 * d10v-opc.c (pre_defined_registers): Declare.
907 * d10v-dis.c (print_operand): Now uses pre_defined_registers
908 to pick a better name for the registers.
354447a4 909
95e3e733 910end-sanitize-d10v
e4024966
ILT
911Mon Jul 22 13:47:23 1996 Ian Lance Taylor <ian@cygnus.com>
912
913 * sparc-opc.c: Fix opcode values for fpack16, and fpackfix. Fix
914 operands for fexpand and fpmerge. From Christian Kuehnke
915 <Christian.Kuehnke@arbi.informatik.uni-oldenburg.de>.
916
e7bc7bc3
ILT
917Mon Jul 22 13:17:06 1996 Richard Henderson <rth@tamu.edu>
918
919 * alpha-dis.c (print_insn_alpha): No longer the user-visible
920 print routine. Take new regnames and cpumask arguments.
921 Kill the environment variable nonsense.
922 (print_insn_alpha_osf): New function. Do OSF/1 style regnames.
923 (print_insn_alpha_vms): New function. Do VMS style regnames.
924 * disassemble.c (disassembler): Test bfd flavour to pick
925 between OSF and VMS routines. Default to OSF.
926
8ec90465
ILT
927Thu Jul 18 17:19:34 1996 Ian Lance Taylor <ian@cygnus.com>
928
929 * configure.in: Call AC_SUBST (INSTALL_SHLIB).
930 * configure: Rebuild.
931 * Makefile.in (install): Use @INSTALL_SHLIB@.
932
e3659cbf
MH
933start-sanitize-d10v
934 Wed Jul 17 14:39:05 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
935
936 * configure: (bfd_d10v_arch) Add new case.
937 * configure.in: (bfd_d10v_arch) Add new case.
938 * d10v-dis.c: New file.
939 * d10v-opc.c: New file.
940 * disassemble.c (disassembler) Add entry for d10v.
e4024966 941
e3659cbf 942end-sanitize-d10v
dec678d6
C
943Wed Jul 17 10:12:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>
944
945 * m68k-opc.c (m68k_opcodes): Fix bugs in coldfire insns relating
946 to bcc, trapfl, subxl, and wddata discovered by Andreas Schwab.
947
9498be1a
SG
948Mon Jul 15 16:59:55 1996 Stu Grossman (grossman@critters.cygnus.com)
949
950 * i386-dis.c: Get rid of print_insn_i8086. Use info.mach to
951 distinguish between variants of the instruction set.
952 * sparc-dis.c: Get rid of print_insn_sparclite. Use info.mach to
953 distinguish between variants of the instruction set.
954
be0c8b05
SG
955Fri Jul 12 10:12:01 1996 Stu Grossman (grossman@critters.cygnus.com)
956
957 * i386-dis.c (print_insn_i8086): New routine to disassemble using
958 the 8086 instruction set.
959 * i386-dis.c: General cleanups. Make most things static. Add
960 prototypes. Get rid of static variables aflags and dflags. Pass
961 them as args (to almost everything).
962
0decb7fd 963Thu Jul 11 11:58:44 1996 Jeffrey A Law (law@cygnus.com)
52aa5336 964
3b2a7894
JL
965 * h8300-dis.c (bfd_h8_disassemble): Handle macregs in ldmac insns.
966
8e9c1f74
JL
967 * h8300-dis.c (bfd_h8_disassemble): Handle "ldm.l" and "stm.l".
968
52aa5336
JL
969 * h8300-dis.c (bfd_h8_disassemble): "abs" is implicitly two
970 if the next arg is marked with SRC_IN_DST. Gross.
971
b3ef936e
JL
972 * h8300-dis.c (bfd_h8_disassemble): Print "exr" when
973 we're looking for and find EXR.
974
81fc72a7
JL
975 * h8300-dis.c (bfd_h8_disassemble): We don't have a match
976 if we're looking for KBIT and we don't find it.
0decb7fd 977
bf0b880f
JL
978 * h8300-dis.c (bfd_h8_disassemble): Mask off unwanted bits
979 for L_3 and L_2.
980
0decb7fd
JL
981 * h8300-dis.c (bfd_h8_disassemble): Don't set plen for
982 3bit immediate operands.
983
16954037 984Tue Jul 9 10:55:20 1996 Ian Lance Taylor <ian@cygnus.com>
972b1bb0 985
25b344a4
JL
986 * Released binutils 2.7.
987
16954037
ILT
988 * alpha-opc.c: Add new case of "mov". From Klaus Kaempf
989 <kkaempf@progis.ac-net.de>.
990
991Thu Jul 4 11:42:51 1996 Ian Lance Taylor <ian@cygnus.com>
992
972b1bb0
ILT
993 * alpha-opc.c: Correct second case of "mov" to use OPRL.
994
eb2c8518
SG
995Wed Jul 3 16:03:47 1996 Stu Grossman (grossman@critters.cygnus.com)
996
997 * sparc-dis.c (print_insn_sparclite): New routine to print
998 sparclite instructions.
999
9070eaff
C
1000Wed Jul 3 14:21:18 1996 J.T. Conklin <jtc@rtl.cygnus.com>
1001
1002 * m68k-opc.c (m68k_opcodes): Add coldfire support.
1003
b1dd184e
DE
1004Fri Jun 28 15:53:51 1996 Doug Evans <dje@canuck.cygnus.com>
1005
1006 * sparc-opc.c (asi_table): Add #ASI_N, #ASI_N_L, #ASI_NUCLEUS,
1007 #ASI_NUCLEUS_LITTLE. Rename #ASI_AS_IF_USER_{PRIMARY,SECONDARY}_L
1008 to #ASI_AS_IF_USER_{PRIMARY,SECONDARY}_LITTLE.
1009
2f70f660
JM
1010Tue Jun 25 22:58:31 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1011
1012 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
1013 Use autoconf-set values.
1014 (docdir, oldincludedir): Removed.
1015 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1016
1017Fri Jun 21 13:53:36 1996 Richard Henderson <rth@tamu.edu>
1018
1019 * alpha-opc.c: New file.
1020 * alpha-opc.h: Remove.
1021 * alpha-dis.c: Complete rewrite to use new opcode table.
1022 * configure.in: For bfd_alpha_arch, use alpha-opc.o.
1023 * configure: Rebuild with autoconf 2.10.
1024 * Makefile.in (ALL_MACHINES): Add alpha-opc.o.
1025 (alpha-dis.o): Depend upon $(INCDIR)/opcode/alpha.h, not
1026 alpha-opc.h.
1027 (alpha-opc.o): New target.
1028
c635473f
ILT
1029Wed Jun 19 15:55:12 1996 Ian Lance Taylor <ian@cygnus.com>
1030
4264a46e
ILT
1031 * sparc-dis.c (print_insn_sparc): Remove unused local variable i.
1032 Set imm_added_to_rs1 even if the source and destination register
1033 are not the same.
1034
c635473f
ILT
1035 * sparc-opc.c: Add some two operand forms of the wr instruction.
1036
cc973817
JL
1037Tue Jun 18 15:58:27 1996 Jeffrey A. Law <law@rtl.cygnus.com>
1038
1039 * h8300-dis.c (bfd_h8_disassemble): Rename "hmode" argument
1040 to just "mode".
1041
cc973817
JL
1042 * disassemble.c (disassembler): Handle H8/S.
1043 * h8300-dis.c (print_insn_h8300s): New function for H8/S.
25b344a4 1044
1b5dbf74
ILT
1045Tue Jun 18 18:06:50 1996 Ian Lance Taylor <ian@cygnus.com>
1046
c635473f
ILT
1047 * sparc-opc.c: Add beq/teq as aliases for be/te.
1048
1b5dbf74
ILT
1049 * ppc-opc.c: Fix fcmpo opcode. From Sergei Steshenko
1050 <sergei@msil.sps.mot.com>.
1051
03496c49
ILT
1052Tue Jun 18 15:08:54 1996 Klaus Kaempf <kkaempf@progis.de>
1053
1054 * makefile.vms: New file.
1055
1056 * alpha-dis.c (print_insn_alpha): Print lda ra,lit(rz) as mov.
1057
1058Mon Jun 10 18:50:38 1996 Ian Lance Taylor <ian@cygnus.com>
1059
1060 * h8300-dis.c (bfd_h8_disassemble): Always print ABS8MEM with :8,
1061 regardless of plen.
1062
1063Tue Jun 4 09:15:53 1996 Doug Evans <dje@canuck.cygnus.com>
1064
1065 * i386-dis.c (OP_OFF): Call append_prefix.
1066
366323cf
MM
1067Thu May 23 15:18:23 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1068
1069 * ppc-opc.c (instruction encoding macros): Add explicit casts to
1070 unsigned long to silence a warning from the Solaris PowerPC
1071 compiler.
1072
1073Thu Apr 25 19:33:32 1996 Doug Evans <dje@canuck.cygnus.com>
1074
1075 * sparc-opc.c (sparc_opcodes): Add ultrasparc vis extensions.
1076
1077Mon Apr 22 17:12:35 1996 Doug Evans <dje@blues.cygnus.com>
1078
1079 * sparc-dis.c (X_IMM,X_SIMM): New macros.
1080 (X_IMM13): Delete.
1081 (print_insn_sparc): Merge cases i,I,j together. New cases X,Y.
1082 * sparc-opc.c (sparc_opcodes): Use X for 5 bit shift constants,
1083 Y for 6 bit shift constants. Rewrite entries for crdcxt, cwrcxt,
1084 cpush, cpusha, cpull sparclet insns.
1085
ec680fc5
DE
1086Wed Apr 17 14:20:22 1996 Doug Evans <dje@canuck.cygnus.com>
1087
366323cf 1088 * sparc-dis.c (compute_arch_mask): Replace ANSI style def with K&R.
ec680fc5 1089
1dd37c48
ILT
1090Thu Apr 11 17:30:02 1996 Ian Lance Taylor <ian@cygnus.com>
1091
1092 * sparc-opc.c: Set F_FBR on floating point branch instructions.
1093 Set F_FLOAT on other floating point instructions.
1094
95bc20ec
MM
1095Mon Apr 8 17:02:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1096
1097 * ppc-opc.c (PPC860): Macro for 860/821 specific instructions and
1098 registers.
1099 (powerpc_opcodes): Add 860/821 specific SPRs.
1100
639b5a09
ILT
1101Mon Apr 8 14:00:44 1996 Ian Lance Taylor <ian@cygnus.com>
1102
1103 * configure.in: Permit --enable-shared to specify a list of
57117785 1104 directories. Set and substitute BFD_PICLIST.
639b5a09 1105 * configure: Rebuild.
57117785
ILT
1106 * Makefile.in (BFD_PICLIST): Rename from BFD_LIST. Change all
1107 uses. Set to @BFD_PICLIST@.
639b5a09 1108
d2f6ce6a
JL
1109Fri Apr 5 17:12:27 1996 Jeffrey A Law (law@cygnus.com)
1110
1111 * h8300-dis.c (bfd_h8_disassemble): Use "bit" for L_3 immediates,
1112 not "abs", which may be needed for the absolute in something
1113 like btst #0,@10:8. Print L_3 immediates separately from other
1114 immediates. Change ABSMOV reference to ABS8MEM.
1115
d302b5f2
DE
1116Wed Apr 3 10:40:45 1996 Doug Evans <dje@canuck.cygnus.com>
1117
1118 * sparc-dis.c (opcodes_initialized): Move inside print_insn_sparc.
1119 (current_arch_mask): New static global.
1120 (compute_arch_mask): New static function.
1121 (print_insn_sparc): Delete sparc_v9_p. New static local
1122 current_mach. Resort opcode table if current_mach changes.
1123 Generalize "insn not supported" test.
1124 (compare_opcodes): Prefer supported opcodes to nonsupported ones.
1125 Delete test for v9/!v9.
1126 * sparc-opc.c (MASK_*): Use SPARC_OPCODE_ARCH_MASK.
1127 (v6notlet): Define.
1128 (brfc): Split into CBR and FBR for coprocessor/fp branches.
1129 (brfcx): Renamed to FBRX.
1130 (condfc): Renamed to CONDFC. Pass v6notlet to CBR (standard
1131 coprocessor mnemonics are not supported on the sparclet).
1132 (condf): Renamed to CONDF.
1133 (SLCBCC2): Delete F_ALIAS flag.
1134
03481f0e
DE
1135Sat Mar 30 21:45:59 1996 Doug Evans <dje@canuck.cygnus.com>
1136
1137 * sparc-opc.c (sparc_opcodes): rd must be 0 for
1138 mov foo,{%y,%psr,%wim,%tbr}. Support mov foo,%asrX.
1139
c8303271
ILT
1140Fri Mar 29 13:02:40 1996 Ian Lance Taylor <ian@cygnus.com>
1141
1142 * Makefile.in (config.status): Depend upon BFD VERSION file, so
1143 that the shared library version number is set correctly.
1144
7919b9ec
ILT
1145Tue Mar 26 15:47:14 1996 Ian Lance Taylor <ian@cygnus.com>
1146
1147 * configure.in: Use AC_CHECK_TOOL to find ar and ranlib. From
1148 Miles Bader <miles@gnu.ai.mit.edu>.
1149 * configure: Rebuild.
1150
1151Sat Mar 16 13:04:07 1996 Fred Fish <fnf@cygnus.com>
1152
1153 * z8kgen.c (internal, gas): Call xmalloc rather than unchecked
1154 malloc.
1155
ea2488ad
ILT
1156Tue Mar 12 12:14:10 1996 Ian Lance Taylor <ian@cygnus.com>
1157
1158 * configure: Rebuild with autoconf 2.8.
1159
1160Thu Mar 7 15:11:10 1996 Doug Evans <dje@charmed.cygnus.com>
1161
1162 * sparc-dis.c (print_insn_sparc): Handle 'O' operand char like 'r'.
1163 * sparc-opc.c (sparc_opcodes): Use 'O' operand char for `neg reg'.
1164
8f218e05
ILT
1165Tue Mar 5 15:51:57 1996 Ian Lance Taylor <ian@cygnus.com>
1166
1167 * configure.in: Don't set SHLIB or SHLINK to an empty string,
1168 since they appear as targets in Makefile.in.
1169 * configure: Rebuild.
1170
c8f388e7
SS
1171Mon Feb 26 13:03:40 1996 Stan Shebs <shebs@andros.cygnus.com>
1172
1173 * mpw-make.sed: Edit out shared library support bits.
1174
38399547
DE
1175Tue Feb 20 20:48:28 1996 Doug Evans <dje@charmed.cygnus.com>
1176
1177 * sparc-opc.c (v8,v6notv9): Add MASK_SPARCLET.
1178 (sparc_opcode_archs): Add MASK_V8 to sparclet entry.
1179 (sparc_opcodes): Add sparclet insns.
1180 (sparclet_cpreg_table): New static local.
1181 (sparc_{encode,decode}_sparclet_cpreg): New functions.
1182 * sparc-dis.c (print_insn_sparc): Handle sparclet cpregs.
1183
1184Tue Feb 20 11:02:44 1996 Alan Modra <alan@mullet.Levels.UniSA.Edu.Au>
1185
1186 * i386-dis.c (index16): New static variable.
1187 (putop): Print jecxz for 32 bit case, jcxz for 16 bit, not the
1188 other way around.
1189 (OP_indirE): Return result of OP_E.
1190 (OP_E): Check for 16 bit addressing mode, and disassemble
1191 correctly. Optimised 32 bit case a little. Don't print
1192 "(base,index,scale)" when sib specifies only an offset.
1193
a9c5cc53
ILT
1194Mon Feb 19 12:32:17 1996 Ian Lance Taylor <ian@cygnus.com>
1195
1196 * configure.in: Set and substitute SHLIB_DEP.
1197 * configure: Rebuild.
1198 * Makefile.in (SHLIB_DEP): New variable.
1199 (LIBIBERTY_LISTS, BFD_LIST): New variables.
1200 (stamp-piclist): Depend upon LIBIBERTY_LISTS and BFD_LIST. If
1201 COMMON_SHLIB, add them to piclist with appropriate modifications.
1202 ($(SHLIB)): Depend upon $(SHLIB_DEP). Don't check COMMON_SHLIB
1203 here: just use piclist.
1204
b62e64e9
DE
1205Mon Feb 19 02:03:50 1996 Doug Evans <dje@charmed.cygnus.com>
1206
1207 * sparc-dis.c (MASK_V9,V9_ONLY_P,V9_P): Define.
1208 (print_insn_sparc): Rewrite v9/not-v9 tests.
1209 (compare_opcodes): Likewise.
1210 * sparc-opc.c (MASK_<ARCH>): Define.
1211 (v6,v7,v8,sparclite,v9,v9a): Redefine.
1212 (sparclet,v6notv9): Define.
1213 (sparc_opcode_archs): Delete member `conflicts'. Add `supported'.
1214 (sparc_opcodes): Delete F_NOTV9, use v6notv9 instead.
1215
6d76c71f
ILT
1216Thu Feb 15 14:45:05 1996 Ian Lance Taylor <ian@cygnus.com>
1217
46bcd2ec
ILT
1218 * configure.in: Call AC_PROG_CC before configure.host.
1219 * configure: Rebuild.
1220
6d76c71f
ILT
1221 * Makefile.in (SONAME): Remove leading ../bfd/ from $(SHLIB).
1222
03db5a93
ILT
1223Wed Feb 14 19:01:27 1996 Alan Modra <alan@spri.levels.unisa.edu.au>
1224
1225 * i386-dis.c (onebyte_has_modrm): New static array.
1226 (twobyte_has_modrm): New static array.
1227 (print_insn_i386): Only fetch the mod/reg/rm byte if it is needed.
1228
1229Tue Feb 13 15:15:01 1996 Ian Lance Taylor <ian@cygnus.com>
1230
1231 * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not
1232 $(SHLINK).
1233
222e3f6e
MM
1234Mon Feb 12 16:26:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1235
1236 * ppc-opc.c (PPC): Undef, so default defination on Windows NT
1237 doesn't conflict.
1238
c07dc459
ILT
1239Wed Feb 7 13:59:54 1996 Ian Lance Taylor <ian@cygnus.com>
1240
222e3f6e
MM
1241 * m68k-opc.c (m68k_opcodes): The bkpt instruction is supported on
1242 m68010up, not just m68020up | cpu32.
1243
c07dc459
ILT
1244 * Makefile.in (SONAME): New variable.
1245 ($(SHLINK)): Make a link to the transformed name, as well.
1246 (stamp-tshlink): New target.
1247 (install): Skip stamp-tshlink during install.
1248
1249Tue Feb 6 12:28:54 1996 Ian Lance Taylor <ian@cygnus.com>
1250
1251 * configure.in: Call AC_ARG_PROGRAM.
1252 * configure: Rebuild.
1253 * Makefile.in (program_transform_name): New variable.
1254 (install): Transform library name before installing it.
1255
e0bf1022
ILT
1256Mon Feb 5 16:14:42 1996 Ian Lance Taylor <ian@cygnus.com>
1257
1a4dd30e 1258 * i960-dis.c (mem): Add HX dcinva instruction.
1a4dd30e 1259
e0bf1022
ILT
1260 Support for building as a shared library, based on patches from
1261 Alan Modra <alan@spri.levels.unisa.edu.au>:
1262 * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
1263 New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
1264 SHLIB_CFLAGS, COMMON_SHLIB, SHLINK.
1265 * configure: Rebuild.
1266 * Makefile.in (ALLLIBS): New variable.
1267 (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
1268 (COMMON_SHLIB, SHLINK): New variables.
1269 (.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
1270 (STAGESTUFF): Remove variable.
1271 (all): Depend upon $(ALLLIBS) rather than $(TARGETLIB).
1272 (stamp-piclist, piclist): New targets.
1273 ($(SHLIB), $(SHLINK)): New targets.
1274 ($(OFILES)): Depend upon stamp-picdir.
1275 (disassemble.o): Build twice if PICFLAG is set.
1276 (MOSTLYCLEAN): Add pic/*.o.
1277 (clean): Remove $(SHLIB), $(SHLINK), piclist, and stamp-piclist.
1278 (distclean): Remove pic and stamp-picdir.
1279 (install): Install shared libraries.
1280 (stamp-picdir): New target.
1281
1282Fri Feb 2 17:15:25 1996 Doug Evans <dje@charmed.cygnus.com>
1283
1284 * sparc-dis.c (print_insn_sparc): Delete DISASM_RAW_INSN support.
1285 Print unknown instruction as "unknown", rather than in hex.
1286
9fcea7ef
ILT
1287Tue Jan 30 14:06:08 1996 Ian Lance Taylor <ian@cygnus.com>
1288
1289 * dis-buf.c: Include "sysdep.h" before "dis-asm.h".
1290
1291Thu Jan 25 20:24:07 1996 Doug Evans <dje@charmed.cygnus.com>
1292
1293 * sparc-opc.c (sparc_opcode_archs): Mark v8/sparclite as conflicting.
1294
931c53ab
ILT
1295Thu Jan 25 11:56:49 1996 Ian Lance Taylor <ian@cygnus.com>
1296
1297 * i386-dis.c (print_insn_i386): Only fetch the mod/reg/rm byte
1298 when necessary. From Ulrich Drepper
1299 <drepper@myware.rz.uni-karlsruhe.de>.
1300
ca4cb8bc
DE
1301Thu Jan 25 03:39:10 1996 Doug Evans <dje@charmed.cygnus.com>
1302
1303 * sparc-dis.c (print_insn_sparc): NUMOPCODES replaced with
1304 sparc_num_opcodes. Update architecture enum values.
1305 * sparc-opc.c (sparc_opcode_archs): Replaces architecture_pname.
1306 (sparc_opcode_lookup_arch): New function.
1307 (sparc_num_opcodes): Renamed from bfd_sparc_num_opcodes.
1308 (sparc_opcodes): Add v9a shutdown insn.
1309
187fddf7
DE
1310Mon Jan 22 08:29:59 1996 Doug Evans <dje@charmed.cygnus.com>
1311
986c92a7
DE
1312 * sparc-dis.c (print_insn_sparc): Renamed from print_insn.
1313 If DISASM_RAW_INSN, print insn in hex. Handle v9a as opcode
1314 architecture.
1315 (print_insn_sparc64): Deleted.
1316 * disassemble.c (disassembler, case bfd_arch_sparc): Always use
1317 print_insn_sparc.
79ae32ab 1318
187fddf7
DE
1319 * sparc-opc.c (architecture_pname): Add v9a.
1320
6ddc0baa
ILT
1321Fri Jan 12 14:35:58 1996 David Mosberger-Tang <davidm@AZStarNet.com>
1322
1323 * alpha-opc.h (alpha_insn_set): VAX floating point opcode was
1324 incorrectly defined as 0x16 when it should be 0x15.
1325 (FLOAT_FORMAT_MASK): function code is 11 bits, not just 7 bits!
1326 (alpha_insn_set): added cvtst and cvttq float ops. Also added
1327 excb (exception barrier) which is defined in the Alpha
1328 Architecture Handbook version 2.
1329 * alpha-dis.c (print_insn_alpha): Fixed special-case decoding for
1330 OPERATE_FORMAT_CODE type instructions. The bug caused mulq to be
1331 disassembled as or, for example.
1332
fef0b65b
ILT
1333Wed Jan 10 12:37:22 1996 Ian Lance Taylor <ian@cygnus.com>
1334
1335 * mips-dis.c (print_insn_arg): Print cases 'i' and 'u' in hex.
1336 (_print_insn_mips): Change i from int to unsigned int.
1337
3cf013f8
MM
1338Thu Jan 4 17:21:10 1996 David Edelsohn <edelsohn@mhpcc.edu>
1339
1340 * ppc-opc.c (powerpc_opcodes): tlbi POWER opcode form different
1341 from tlbie PowerPC opcode. Add PPC603 tlbld and tlbli.
1342
1d935cf6
MM
1343Thu Dec 28 13:29:19 1995 John Hassey <hassey@rtp.dg.com>
1344
1345 * i386-dis.c: Added Pentium Pro instructions.
1346
1347Tue Dec 19 22:56:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1348
1349 * ppc-opc.c (fsqrt{,.}): Duplicate for PowerPC in addition to
1350 being for Power2.
1351
1352Fri Dec 15 14:14:15 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1353
1354 * sh-opc.h (sh_nibble_type): Added REG_B.
1355 (sh_arg_type): Added A_REG_B.
1356 (sh_table): Added pref and bank reg versions of ldc, ldc.l, stc
1357 and stc.l opcodes.
1358 * sh-dis.c (print_insn_shx): Added cases for REG_B and A_REG_B.
1359
ab0ec5d0
ILT
1360Fri Dec 15 16:44:31 1995 Ian Lance Taylor <ian@cygnus.com>
1361
1362 * disassemble.c (disassembler): Use new bfd_big_endian macro.
1363
1d776313
ILT
1364Tue Dec 12 12:22:24 1995 Ian Lance Taylor <ian@cygnus.com>
1365
1366 * Makefile.in (distclean): Remove stamp-h. From Ronald
1367 F. Guilmette <rfg@monkeys.com>.
1368
211eda66
SS
1369Tue Dec 5 13:42:44 1995 Stan Shebs <shebs@andros.cygnus.com>
1370
1371 From David Mosberger-Tang <davidm@azstarnet.com>:
1372 * alpha-dis.c (print_insn_alpha): fixed decoding of cpys
1373 instruction.
1374
60da0079
C
1375Mon Dec 4 12:29:05 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1376
1377 * sh-opc.h (sh_arg_type): Added A_SSR and A_SPC.
1378 (sh_table): Added many SH3 opcodes.
1379 * sh-dis.c (print_insn_shx): Added cases for A_SSR and A_SPC.
1380
695b028f
MM
1381Fri Dec 1 07:42:18 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1382
1383 * ppc-opc.c (subfc., subfco): Mark this PPCCOM, not PPC.
1384 (subco,subco.): Mark this PPC, not PPCCOM.
1385
bd22cd1e
ILT
1386Mon Nov 27 13:09:52 1995 Ian Lance Taylor <ian@cygnus.com>
1387
1388 * configure: Rebuild with autoconf 2.7.
1389
00103dfa
ILT
1390Tue Nov 21 18:28:06 1995 Ian Lance Taylor <ian@cygnus.com>
1391
1392 * configure: Rebuild with autoconf 2.6.
1393
1394Wed Nov 15 19:02:53 1995 Ken Raeburn <raeburn@cygnus.com>
1395
1396 * configure.in: Sort list of architectures. Accept but do nothing
1397 for alliant, convex, pyramid, romp, and tahoe.
1398
1399Wed Nov 8 20:18:59 1995 Ian Lance Taylor <ian@cygnus.com>
1400
1401 * a29k-dis.c (print_special): Change num to unsigned int.
1402
1403Wed Nov 8 20:10:35 1995 Eric Freudenthal <freudenthal@nyu.edu>
1404
1405 * a29k-dis.c (print_insn): Cast insn24 to unsigned long when
1406 shifting it.
1407
6a468850
ILT
1408Tue Nov 7 15:21:06 1995 Ian Lance Taylor <ian@cygnus.com>
1409
1410 * configure.in: Call AC_CHECK_PROG to find and cache AR.
1411 * configure: Rebuilt.
1412
f98c3369
ILT
1413Mon Nov 6 17:39:47 1995 Harry Dolan <dolan@ssd.intel.com>
1414
1415 * configure.in: Add case for bfd_i860_arch.
1416 * configure: Rebuild.
1417
681447c6
ILT
1418Fri Nov 3 12:45:31 1995 Ian Lance Taylor <ian@cygnus.com>
1419
1420 * m68k-opc.c (m68k_opcodes): Correct fmoveml operands.
1421 * m68k-dis.c (NEXTSINGLE): Change i to unsigned int.
1422 (NEXTDOUBLE): Likewise.
1423 (print_insn_m68k): Don't match fmoveml if there is more than one
1424 register in the list.
1425 (print_insn_arg): Handle a place of '8' for a type of 'L'.
1426
dbf7e45f
ILT
1427Thu Nov 2 23:06:33 1995 Ian Lance Taylor <ian@cygnus.com>
1428
1429 * m68k-opc.c: Use #W rather than #w.
1430 * m68k-dis.c (print_insn_arg): Handle new 'W' place.
1431
681bbcf5
ILT
1432Wed Nov 1 13:30:24 1995 Ian Lance Taylor <ian@cygnus.com>
1433
1434 * m68k-opc.c (m68k_opcode_aliases): Add dbfw as an alias for dbf,
1435 and likewise for all the dbxx opcodes.
1436
76ab2645
FF
1437Mon Oct 30 20:50:40 1995 Fred Fish <fnf@cygnus.com>
1438
1439 * arc-dis.c: Include elf-bfd.h rather than libelf.h.
1440
a2bdba31
JSC
1441Mon Oct 23 11:11:34 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
1442
1443 * mips-opc.c: Added shorthand (V1) for INSN_4100 manifest. Added
1444 the VR4100 specific instructions to the mips_opcodes structure.
1445
1446Thu Oct 19 11:05:23 1995 Stan Shebs <shebs@andros.cygnus.com>
1447
1448 * mpw-config.in, mpw-make.sed: Remove ugly workaround for
1449 ugly Metrowerks bug in CW6, is fixed in CW7.
1450
d75c2e0f
MM
1451Mon Oct 16 12:59:01 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1452
1453 * ppc-opc.c (whole file): Add flags for common/any support.
1454
1455Tue Oct 10 11:06:07 1995 Fred Fish <fnf@cygnus.com>
1456
1457 * Makefile.in (BISON): Remove macro.
1458 (FLAGS_TO_PASS): Remove BISON.
1459
9e0b0ae7
KR
1460Fri Oct 6 16:26:45 1995 Ken Raeburn <raeburn@cygnus.com>
1461
1462 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1463
1464 * m68k-dis.c (print_insn_m68k): Recognize all two-word
1465 instructions that take no args by looking at the match mask.
1466 (print_insn_arg): Always print "%" before register names.
1467 [case 'c']: Use "nc" for the no-cache case, as recognized by gas.
1468 [case '_']: Don't print "@#" before address.
1469 [case 'J']: Use "%s" as format string, not register name.
1470 [case 'B']: Treat place == 'C' like 'l' and 'L'.
1471
726257a8
KR
1472Thu Oct 5 22:16:20 1995 Ken Raeburn <raeburn@cygnus.com>
1473
1474 * i386-dis.c: Describe cmpxchg8b operand, and spell the opcode
1475 name correctly.
1476
e521d840
SC
1477Tue Oct 3 08:30:20 1995 steve chamberlain <sac@slash.cygnus.com>
1478
1479 From David Mosberger-Tang <davidm@azstarnet.com>
1480
1481 * alpha-opc.h (MEMORY_FUNCTION_FORMAT_MASK): added.
1482 (alpha_insn_set): added definitions for VAX floating point
1483 instructions (Unix compilers don't generate these, but handcoded
1484 assembly might still use them).
1485
1486 * alpha-dis.c (print_insn_alpha): added support for disassembling
1487 the miscellaneous instructions in the Alpha instruction set.
1488
1489Tue Sep 26 18:47:20 1995 Stan Shebs <shebs@andros.cygnus.com>
1490
1491 * mpw-config.in: Add m68k-opc.c.o to BFD_MACHINES for m68k,
1492 no longer create sysdep.h, sed ppc-opc.c to work around a
1493 serious Metrowerks C bug.
1494 * mpw-make.in: Remove.
1495 * mpw-make.sed: New file, used by mpw-configure to edit
1496 Makefile.in into an MPW makefile.
1497
1cd3bab3
ILT
1498Wed Sep 20 12:55:28 1995 Ian Lance Taylor <ian@cygnus.com>
1499
1500 * Makefile.in (maintainer-clean): New synonym for realclean.
1501
a4a879cd
ILT
1502Tue Sep 19 15:28:36 1995 Ian Lance Taylor <ian@cygnus.com>
1503
1504 * m68k-opc.c: Split pmove patterns which use 'P' into patterns
1505 which use '0', '1', and '2' instead. Specify the proper size for
1506 a pmove immediate operand. Correct the pmovefd patterns to be
1507 moves to a register, not from a register.
1508 * m68k-dis.c (print_insn_arg): Replace 'P' with '0', '1', '2'.
1509
4814df24
DE
1510Thu Sep 14 11:58:22 1995 Doug Evans <dje@canuck.cygnus.com>
1511
1512 * sparc-opc.c (sparc_opcodes): Mark all insns that reference
1513 %psr, %wim, %tbr as F_NOTV9.
1514
84c1534f
ILT
1515Fri Sep 8 01:07:38 1995 Ian Lance Taylor <ian@cygnus.com>
1516
824155e8
ILT
1517 * Makefile.in (Makefile): Just rebuild Makefile when running
1518 config.status.
1519 (config.h, stamp-h): New targets.
1520 * configure.in: Call AC_CONFIG_HEADER and AC_CANONICAL_SYSTEM
1521 earlier. Don't bother to call AC_ARG_PROGRAM. Touch stamp-h when
1522 rebuilding config.h.
1523 * configure: Rebuild.
1524
84c1534f
ILT
1525 * mips-opc.c: Change unaligned loads and stores with "t,A"
1526 operands to use "t,A(b)".
1527
84c1534f
ILT
1528Thu Sep 7 19:02:46 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1529
1530 * sh-dis.c (print_insn_shx): Add F_FR0 support.
1531
84c1534f
ILT
1532Thu Sep 7 19:02:46 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1533
1534 * sh-dis.c (print_insn_shx): Change loop over op->arg[n] to iterate
1535 until 3 instead of until 2.
1536
40db6118
ILT
1537Wed Sep 6 21:21:33 1995 Ian Lance Taylor <ian@cygnus.com>
1538
1539 * Makefile.in (ALL_CFLAGS): Define.
1540 (.c.o, disassemble.o): Use $(ALL_CFLAGS).
1541 (MOSTLYCLEAN): Add config.log.
1542 (distclean): Don't remove config.log.
1543 * configure.in: Substitute HDEFINES.
1544 * configure: Rebuild.
1545
dd6ed5ab
JW
1546Wed Sep 6 15:08:09 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1547
1548 * sh-opc.h (sh_arg_type): Add F_FR0.
1549 (sh_table, case fmac): Add F_FR0 as first argument.
1550
dd6ed5ab
JW
1551Wed Sep 6 15:08:09 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1552
1553 * sh-opc.h (sh_opcode_info): Increase arg array size to 4.
1554
49cb62cd
DE
1555Tue Sep 5 18:28:10 1995 Doug Evans <dje@canuck.cygnus.com>
1556
1557 * sparc-dis.c: Remove all references to NO_V9.
1558
beb926c0
ILT
1559Tue Sep 5 20:03:26 1995 Ian Lance Taylor <ian@cygnus.com>
1560
1561 * aclocal.m4: Just include ../bfd/aclocal.m4.
1562 * configure: Rebuild.
1563
fdd7e4ef
DE
1564Tue Sep 5 16:09:59 1995 Doug Evans <dje@canuck.cygnus.com>
1565
1566 * sparc-dis.c (X_DISP19): Define.
1567 (print_insn, case 'G'): Use it.
1568 (print_insn, case 'L'): Sign extend displacement.
1569
c62d1274
ILT
1570Mon Sep 4 14:28:46 1995 Ian Lance Taylor <ian@cygnus.com>
1571
9b65d522
ILT
1572 * configure.in: Run ../bfd/configure.host before AC_PROG_CC.
1573 Subsitute CFLAGS and AR. Call AC_PROG_INSTALL. Don't substitute
1574 host_makefile_frag or frags.
1575 * aclocal.m4: New file.
1576 * configure: Rebuild.
1577 * Makefile.in (INSTALL): Set to @INSTALL@.
1578 (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
1579 (INSTALL_DATA): Set to @INSTALL_DATA@.
1580 (AR): Set to @AR@.
1581 (AR_FLAGS): Set to rc rather than qc.
1582 (CC): Define as @CC@.
1583 (CFLAGS): Set to @CFLAGS@.
1584 (@host_makefile_frag@): Remove.
1585 (config.status): Remove dependency upon @frags@.
1586
c62d1274
ILT
1587 * configure.in: ../bfd/config.bfd now just sets shell variables.
1588 Use them rather than looking through target Makefile fragments.
1589 * configure: Rebuild.
1590
db29ae72
JW
1591Thu Aug 31 12:35:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1592
1593 * sh-opc.h (ftrc): Change FPUL_N to FPUL_M.
1594
a69d3a72
DE
1595Wed Aug 30 13:52:28 1995 Doug Evans <dje@canuck.cygnus.com>
1596
90c45f31
DE
1597 * sparc-opc.c (sparc_opcodes): Delete duplicate wr %y insn.
1598 Add clrx, iprefetch, signx, clruw, cas, casl, casx, casxl synthetic
1599 sparc64 insns.
1600
1601 * sparc-opc.c (sparc_opcodes): Fix prefetcha insn.
a69d3a72
DE
1602 (lookup_{name,value}): New functions.
1603 (prefetch_table): New static local.
1604 (sparc_{encode,decode}_prefetch): New functions.
1605 * sparc-dis.c (print_insn): Handle '*' arg (prefetch function).
1606
9b39b1a8
JW
1607Wed Aug 30 11:11:58 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1608
1609 * sh-opc.h: Add blank lines to improve readabililty of sh3e
1610 instructions.
1611
66f6448d
JW
1612Wed Aug 30 11:09:38 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1613
1614 * sh-dis.c: Correct comment on first line of file.
1615
7ec65830
DE
1616Tue Aug 29 15:37:18 1995 Doug Evans <dje@canuck.cygnus.com>
1617
201bf506
DE
1618 * disassemble.c (disassembler): Handle bfd_mach_sparc64.
1619
66f6448d
JW
1620 * sparc-opc.c (asi, membar): New static locals.
1621 (sparc_{encode,decode}_{asi,membar}): New functions.
1622 (sparc_opcodes, membar insn): Fix.
7ec65830 1623 * sparc-dis.c (print_insn): Call sparc_decode_asi.
66f6448d
JW
1624 Support decoding of membar masks.
1625 (X_MEMBAR): Define.
7ec65830
DE
1626
1627Sat Aug 26 21:22:48 1995 Ian Lance Taylor <ian@cygnus.com>
1628
1629 * m68k-opc.c (m68k_opcode_aliases): Add br, brs, brb, brw, brl.
1630
259d19c2
ILT
1631Mon Aug 21 17:33:36 1995 Ian Lance Taylor <ian@cygnus.com>
1632
1633 * m68k-opc.c (m68k_opcode_aliases): Add bhib as an alias for bhis,
1634 and likewise for the other branches. Add bhs as an alias for bcc,
1635 and likewise for the size variants. Add dbhs as an alias for
1636 dbcc.
1637
259d19c2
ILT
1638Fri Aug 11 13:40:24 1995 Jeff Law (law@snake.cs.utah.edu)
1639
1640 * sh-opc.h (FP sts instructions): Update to match reality.
1641
3d915dd2
ILT
1642Mon Aug 7 16:12:58 1995 Ian Lance Taylor <ian@cygnus.com>
1643
1644 * m68k-dis.c: (fpcr_names): Add % before all register names.
1645 (reg_names): Likewise.
1646 (print_insn_arg): Don't explicitly print % before register names.
1647 Add % before register names in static array names. In case 'r',
1648 print data registers as `@(Dn)', not `Dn@'. When printing a
1649 memory address, don't print @# before it.
1650 (print_indexed): Change base_disp and outer_disp from int to
1651 bfd_vma. Print using MIT syntax, not mutant invalid Motorola
1652 syntax. Sign extend 8 byte displacement correctly.
1653 (print_base): Print using MIT syntax. Print zpc when appropriate.
1654 Change parameter disp from int to bfd_vma.
1655
1656 * m68k-opc.c (m68k_opcode_aliases): Add jsrl and jsrs as aliases
1657 for jsr.
1658
1ca31557
JL
1659Mon Aug 7 02:21:40 1995 Jeff Law (law@snake.cs.utah.edu)
1660
1661 * sh-dis.c (print_insn_shx): Handle new operand types F_REG_N,
1662 F_REG_M, FPSCR_M, FPSCR_N, FPUL_M and FPUL_N.
1663 * sh-opc.h (sh_arg_type): Add new operand types.
1664 (sh_table): Add new opcodes from SH3E Floating Point ISA.
1665
1ca31557
JL
1666Sat Aug 5 16:50:14 1995 Fred Fish <fnf@cygnus.com>
1667
1668 * Makefile.in (distclean): Remove generated file config.h.
1669
1670Sat Aug 5 16:50:14 1995 Fred Fish <fnf@cygnus.com>
1671
1672 * Makefile.in (distclean): Remove generated file config.h.
1673
1674Wed Aug 2 18:33:40 1995 Ian Lance Taylor <ian@cygnus.com>
1675
1676 * m68k-opc.c: New file, holding tables from include/opcode/m68k.h.
1677 Clean up tables.
1678 * m68k-dis.c: Remove BREAK_UP_BIG_DECL stuff.
1679 (opcode): Remove.
1680 (print_insn_m68k): Change d to be const. Use m68k_numopcodes
1681 rather than numopcodes. Use m68k_opcodes rather than removed
1682 opcode function. Don't check F_ALIAS.
1683 (print_insn_arg): Change first parameter to be const char *.
1684 * Makefile.in (ALL_MACHINES): Add m68k-opc.o.
1685 (m68k-opc.o): New target.
1686 * configure.in: Build m68k-opc.o for bfd_m68k_arch.
1687 * configure: Rebuild.
1688
f069afb4
DE
1689Wed Aug 2 08:23:38 1995 Doug Evans <dje@canuck.cygnus.com>
1690
1691 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
9a84bc05 1692 (opcode_bits, opcode_hash_table): New variables.
f069afb4
DE
1693 (opcodes_initialized): Renamed from opcodes_sorted.
1694 (build_hash_table): New function.
1695 (is_delayed_branch): Use hash table.
1696 (print_insn): Renamed from print_insn_sparc, made static.
9a84bc05 1697 Build and use hash table. If !sparc64, ignore sparc64 insns,
f069afb4 1698 and vice-versa if sparc64.
9a84bc05
DE
1699 (print_insn_sparc, print_insn_sparc64): New functions.
1700 (compare_opcodes): Move sparc64 opcodes to end.
1701 Print commutative insns with constant second.
f069afb4
DE
1702 * sparc-opc.c (all non-v9 insns): Use flag F_NOTV9 instead of F_ALIAS.
1703
1704Tue Aug 1 00:12:49 1995 Ian Lance Taylor <ian@cygnus.com>
1705
1706 * sh-dis.c (print_insn_shx): Remove unused local dslot. Use
1707 print_address_func for A_BDISP12 and A_BDISP8. Correct test which
1708 avoids printing a delay slot in a delay slot.
1709 * sh-opc.h (sh_table): Fully bracket last entry.
1710
1711Mon Jul 31 12:04:47 1995 Doug Evans <dje@canuck.cygnus.com>
1712
1713 * sparc-opc.c (sllx, srax, srlx): Fix disassembly.
1714
1715Wed Jul 12 00:59:34 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
1716
1717 * configure.in: Get host_makefile_frag from ${srcdir}.
1718
1719 * configure.in: Autoconfiscated. Check for string[s].h. Create
1720 config.h from config.in. Don't set up sysdep.h link.
1721 * sysdep.h: New file.
1722 * configure, config.in: New files, generated from configure.in.
1723 * Makefile.in: Updated to be processed autoconf-style.
1724 (distclean): Keep sysdep.h. Remove config.log and config.cache.
1725 (Makefile): Depend on config.status.
1726 (config.status): New rule.
1727 * configure.bat: Update Makefile substitutions.
1728
89abbf9d
ILT
1729Tue Jul 11 14:23:37 1995 Jeff Spiegel <jeffs@lsil.com>
1730
1731 * mips-opc.c (L1): Define.
1732 (mips_opcodes): Add R4010 instructions: flushi, flushd, flushid,
1733 addciu, madd, maddu, ffc, ffs, msub, msubu, selsi, selsr, waiti,
1734 and wb.
1735
141b9f1b
ILT
1736Tue Jul 11 11:49:49 1995 Ian Lance Taylor <ian@cygnus.com>
1737
89abbf9d
ILT
1738 * mips-opc.c (mips_opcodes): For the move pseudo-op, prefer daddu
1739 if ISA 3 and addu otherwise, replacing or, since some MIPS chips
1740 have multiple add units but only a single logical unit.
1741
141b9f1b
ILT
1742 * ppc-opc.c (powerpc_operands): Change CR to use a bitsize of 3,
1743 shifted by 18, without any insertion or extraction function.
1744 (insert_cr, extract_cr): Remove.
1745
1746start-sanitize-arc
1747Mon Jul 3 11:54:31 1995 Ian Lance Taylor <ian@cygnus.com>
1748
1749 * Makefile.in (ALL_MACHINES): Add arc-dis.o and arc-opc.o.
1750
1751end-sanitize-arc
1752Wed Jun 21 20:05:39 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1753
1754 * m68k-dis.c (print_insn_arg, print_indexed): Print "%" before
1755 register names.
1756
6efe6dc5
SS
1757Thu Jun 15 17:23:31 1995 Stan Shebs <shebs@andros.cygnus.com>
1758
1759 * mpw-config.in: Add sh and i386 configs, remove sparc config.
1760 * sh-opc.h: Add copyright.
1761
1762Mon Jun 5 03:30:43 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
1763
1764 * Makefile.in (crunch-m68k): Delete extra target accidentally
1765 checked in a while ago.
1766
1767Wed May 24 16:22:13 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1768
1769 * sh-opc.h (sh_table): Add SH3 support.
1770
1ff71ed0
SC
1771Wed May 24 14:16:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
1772
1773 * sh-opc.h: Added bsrf and braf.
1774
1775Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
1776
1777 * arm-opc.h (arm_opcodes): Add 64-bit multiply patterns. Delete
1778 bogus [ls]fm{ea,fd} patterns.
1779
1780 * arm-opc.h (arm_opcodes): Correct typos in stm, ldm, std, and ldc.
1781 * arm-dis.c (print_insn_arm): Make GIVEN a parameter, don't try and
1782 initialize it from memory. Make function static.
1783 (print_insn_{big,little}_arm): New functions.
1784 * disassemble.c (disassembler, case bfd_arch_arm): Disassemble for
1785 the correct endianness.
1786
1787start-sanitize-arc
1788Sat Apr 29 23:20:05 1995 Doug Evans <dje@chestnut.cygnus.com>
1789
1790 * arc-opc.c (arc_opcodes): Add ARC_OPCODE_CONDITIONAL_BRANCH flag.
1791 (arc_suffixes): Use ARC_DELAY_{NONE,NORMAL,JUMP}.
1792end-sanitize-arc
1793
8f96fa0e
JM
1794Mon Apr 24 14:18:05 1995 Jason Molenda (crash@phydeaux.cygnus.com>
1795
1ff71ed0 1796 * sh-opc.h (sh_nibble_type, sh_arg_type): remove trailing , from
8f96fa0e
JM
1797 enum list.
1798
4121273f
MM
1799Wed Apr 19 14:07:03 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1800
1801 * m68k-dis.c (opcode): Finish change made by Kung Hsu on April
1802 17th, so that it builds again using GCC as the compiler.
1803
6a37aaf1
KR
1804Tue Apr 18 12:14:51 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1805
1806 * mips-dis.c (print_insn_little_mips): Cast return value from
1807 bfd_getl32 from bfd_vma to unsigned long, because _print_insn_mips
1808 expects an unsigned long, and that might be fewer words of
1809 argument storage (e.g., if bfd_vma is long long on a 32-bit
1810 machine).
1811 (print_insn_big_mips): Likewise with bfd_getb32 value.
1812 (_print_insn_mips): Now static.
1813
1814Mon Apr 17 12:23:28 1995 Kung Hsu <kung@rtl.cygnus.com>
1815
1816 * m68k-dis.c: Take out #define BREAK_UP_BIG_DECL kludge, because
1817 gcc memory hog problem with initializer is fixed.
1818
1819start-sanitize-arc
1820Wed Apr 12 09:04:12 1995 Doug Evans <dje@canuck.cygnus.com>
1821
1822 * arc-opc.c (NULL): Define.
1823 (arc_operands, insn fields u,s): Delete.
1824 (arc_operands, insn fields a,b,c): Mark as signed.
1825 (arc_opcodes): No longer const, links computed at run-time.
1826 (arc_opcodes, mac/mul insns): Breakout suffixes as we don't handle
1827 suffixes that affect the insn code.
1828 (arc_opcodes): Resort table to macros are first.
1829 (arc_opcodes, ld [b,c] entry): Add %Q to prevent shimms.
1830 (arc_opcodes, st [b] entry): Likewise.
1831 (arc_opcodes, st [b,d] entry): Fix mask, value.
1832 (arc_reg_names): Add entries for r29, r30, r31, r60.
1833 (opcode_map, icode_map): New static globals.
1834 (arc_opcode_init_tables): Initialize them.
1835 (arc_opcode_lookup_asm, arc_opcode_lookup_dis): New functions.
1836 (insert_shimmoffset): Signal error if register present.
1837 Validate constant.
1838 * arc-dis.c (print_insn): Call arc_opcode_lookup_dis.
1839end-sanitize-arc
1840
1e095685
SS
1841Mon Apr 10 15:55:01 1995 Stan Shebs <shebs@andros.cygnus.com>
1842
1843 Merge in support for Mac MPW as a host.
1844 (Old change descriptions retained for informational value.)
1845
1846 * mpw-config.in (archname): Compute from the config.
1847 (BFD_MACHINES, ARCHDEFS): Put into mk.tmp.
1848
1849 * mpw-config.in (target_arch): Compute from canonical target.
1850 (m68k, mips, powerpc, sparc): Add architectures.
1851 * mpw-make.in (disassemble.c.o): Add.
1852 (ALL_CFLAGS): Remove special flags (-mc68020 -mc68881 -model far).
1853
1854 * mpw-config.in (BFD_MACHINES): Set to a default value.
1855 * mpw-make.in (BFD_MACHINES): Remove wired-in value.
1856
1857 * mpw-make.in (CSEARCH): Add extra-include to search path.
1858
1859 * mpw-config.in (varargs.h): Don't create.
1860 (sysdep.h): Create using forward-include.
1861 * mpw-make.in (CSEARCH): Add include/mpw to search path.
1862
1863 * mpw-config.in: New file, MPW version of configure.in.
1864 * mpw-make.in: New file, MPW version of Makefile.in.
1865
1a56be5c
DE
1866start-sanitize-arc
1867Thu Apr 6 20:36:08 1995 Doug Evans <dje@chestnut.cygnus.com>
1868
1869 * arc-dis.c (print_insn): New parameter `big_p'. Callers updated.
1870 Call arc_get_opcode_mach to map bfd mach number to opcode value.
1871 (print_insn_*): Pass bfd mach number, not opcode version.
1872 * arc-opc.c (arc_get_opcode_mach): New function.
1873end-sanitize-arc
1874
1875Fri Mar 31 14:23:38 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1876
1877 * alpha-dis.c (print_insn_alpha): Put empty statement after
1878 default label.
1879
1880Tue Mar 21 10:51:40 1995 Jeff Law (law@snake.cs.utah.edu)
1881
1882 * hppa-dis.c (sign_extend): Delete, redundant with libhppa.h version.
1883 (low_sign_extend): Likewise.
1884 (get_field): Delete unused function.
1885 (set_field, deposit_14, deposit_21): Likewise.
1886
1887Fri Mar 17 15:55:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1888
1889 * i386-dis.c: Support for more pentium opcodes. From Guy Harris
1890 (guy@netapp.com).
1891
c024cc11
KR
1892Tue Mar 14 00:52:57 1995 Ken Raeburn (raeburn@kr-pc.cygnus.com)
1893
1894 Sat Feb 11 17:22:41 1995 Klaus Kaempf (kkaempf@didymus.rmi.de)
1895
1896 * alpha-opc.h (OSF_ASMCODE): define
1897 print pal-code names as defined in App C of the
1898 Alpha Architecture Reference Manual
1899
1900 * alpha-dis.c: cleaned up output
1901 print stylized code forms as defined in App A.4.3 of the
1902 Alpha Architecture Reference Manual
1903
8dbed89e
DE
1904Wed Mar 8 15:21:14 1995 Ian Lance Taylor <ian@cygnus.com>
1905
1906 * mips-opc.c: Add new mips4 instructions. Don't set INSN_RFE for
1907 `rfe'.
1908 * mips-dis.c (print_insn_arg): Handle new argument types 'h', 'R',
1909 'N', and 'M'.
1910
029e2524
KR
1911Wed Mar 8 02:54:05 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1912
1913 * m68k-dis.c (opcode): New function. Returns address of opcode
1914 table entry given index, even if the opcode table was split to
1915 work around gcc bugs.
1916 (print_insn_m68k): Call opcode instead of referencing m68k_opcodes
1917 directly.
8cf2e6eb
KR
1918 (BREAK_UP_BIG_DECL): Make secondary array static and const.
1919 (reg_names): Now const.
1920 (print_insn_arg): Arrays cacheFieldName and names now const.
1921 (print_indexed): Array scales now const.
029e2524 1922
3aa44a1d
DE
1923start-sanitize-arc
1924Tue Mar 7 21:14:14 1995 Doug Evans <dje@chestnut.cygnus.com>
1925
1926 * arc-dis.c (print_insn_arc_base): Split into big and little fns.
1927 (print_insn_arc_{host,graphics,audio}): Likewise.
1928 (print_insn): Add prototype.
3aa44a1d
DE
1929 (arc_get_disassembler): New arg `big_p'. Return little or big
1930 print fn accordingly.
1931 * arc-opc.c (arc_opcode_init_tables): Init arc_operand_map once.
1932 (arc_opcode_supported): Use ARC_OPCODE_CPU to ignore byte order.
1933 (arc_opval_supported): Likewise.
1934 * disassemble.c (disassembler): Pass big endian flag to
1935 arc_get_disassembler.
1936end-sanitize-arc
1937
ab204453
ILT
1938Tue Mar 7 16:41:21 1995 Ian Lance Taylor <ian@cygnus.com>
1939
1940 * ppc-opc.c: Sort recently added instructions by minor opcode
1941 number within major opcode number.
1942
3f073f06
JL
1943Mon Mar 6 10:04:36 1995 Jeff Law (law@snake.cs.utah.edu)
1944
1945 * hppa-dis.c: Include libhppa.h.
1946
1947Fri Feb 24 19:15:36 1995 Ian Lance Taylor <ian@cygnus.com>
1948
1949 * mips-opc.c: Change dli to use M_DLI, and add dla.
1950
f1cb5ff2
PS
1951Mon Feb 20 23:54:38 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1952
1953 * Makefile.in (ALL_MACHINES): Add w65-dis.o.
1954
07f27bb8
DE
1955start-sanitize-arc
1956Fri Feb 17 12:42:25 1995 Doug Evans <dje@chestnut.cygnus.com>
1957
1958 * arc-dis.c (arc_get_disassembler): Change argument to int,
1959 one of bfd_mach_arc_xxx. All callers updated.
1960end-sanitize-arc
1961
f27ab330
ILT
1962Thu Feb 16 17:34:41 1995 Ian Lance Taylor <ian@cygnus.com>
1963
1964 * mips-opc.c: Add r4650 mul instruction.
1965
470feacf
ILT
1966Wed Feb 15 15:45:20 1995 Ian Lance Taylor <ian@cygnus.com>
1967
1968 * mips-opc.c: Add uld and usd macros for unaligned double load and
1969 store.
1970
1971Tue Feb 14 13:17:37 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1972
1973 * ppc-opc.c (powerpc_opcodes): Add 403GA opcodes rfci, dccci,
1974 mfdcr, mtdcr, icbt, iccci.
1975
6acc9345 1976start-sanitize-arc
470feacf
ILT
1977Mon Feb 13 11:09:17 1995 Doug Evans <dje@canuck.cygnus.com>
1978
1979 * arc-dis.c (print_insn): Handle ARC_OPERAND_ADDRESS.
1980 * arc-opc.c (arc_operands): New operand 'J' for jump addresses.
1981 ('L' operand): Mark as ARC_OPERAND_ADDRESS.
1982 (arc_opcodes, j insn): Use 'J' operand type, not 'L'.
1983 (arc_opcodes, ld/st insns): Fix address writeback operand letter.
1984 (insert_absaddr): New function.
1985
6acc9345
DE
1986Thu Feb 9 19:19:23 1995 Doug Evans <dje@canuck.cygnus.com>
1987
1988 * arc-dis.c (print_insn_arc): Rename to print_insn and make static.
1989 New argument `cpu', pass it to arc_opcode_init_tables.
1990 Document byte order dependencies. Ignore unsupported insns.
c81a2ce3 1991 (arc_get_disassembler): New function.
6acc9345
DE
1992 (print_insn_arc_base, print_insn_arc_host, print_insn_arc_graphics,
1993 print_insn_arc_audio): New functions.
1994 * arc-opc.c (MULTSHIFT operand): Delete.
1995 (UNSIGNED, SATURATION): New operands.
1996 (mac, mul, mul64, mulu64): New insns.
1997 (ext. asl, asr, lsr, ror): Only available on host and graphics cpus.
1998 (padc, padd, pmov, pand, psbc, psub, swap): New insns.
1999 (host,graphics,audio extended and auxiliary regs): Define.
2000 (ss, sc, mh, ml): New suffixes.
2001 (arc_opcode_supported, arc_opval_supported): New functions.
2002 (insert_multshift, extract_multshift): Deleted.
9f05921f 2003 * disassemble.c (disassembler, case bfd_arch_arc): Call
c81a2ce3 2004 arc_get_disassembler to get disassembler routine.
6acc9345
DE
2005end-sanitize-arc
2006
7010c43a
SS
2007Thu Feb 9 12:28:13 1995 Stan Shebs <shebs@andros.cygnus.com>
2008
2009 * i960-dis.c (struct tabent, struct sparse_tabent): Change the
2010 signed char fields to shorts, more portable.
2011
ce2349c5
SS
2012Wed Feb 8 17:29:29 1995 Stan Shebs <shebs@andros.cygnus.com>
2013
2014 * i960-dis.c (struct tabent, struct sparse_tabent): Declare the
2015 char fields as signed chars, since they may have negative values.
2016
9ce4de19
C
2017Mon Feb 6 10:52:06 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2018
2019 * i386-dis.c (dis386_twobyte): Add cpuid, From Charles Hannum
2020 (mycroft@netbsd.org).
2021
2022Mon Jan 30 12:38:00 1995 Ian Lance Taylor <ian@cygnus.com>
2023
2024 From "Logg, Ed" <elogg@ea.com>:
2025 * ppc-opc.c (extract_bdm): Correct parenthezisation.
2026 * ppc-dis.c (print_insn_powerpc): Print .long before unrecognized
2027 value.
2028
669124ef
ILT
2029Thu Jan 26 18:32:08 1995 Ian Lance Taylor <ian@cygnus.com>
2030
2031 * ppc-opc.c: Changes based on patch from David Edelsohn
1af6f4bb 2032 <edelsohn@mhpcc.edu>.
669124ef
ILT
2033 (powerpc_operands): Add operands SPRBAT and SPRG. Split TBR out of
2034 SPR.
2035 (FXM_MASK): Define.
2036 (insert_tbr): New static function.
2037 (extract_tbr): New static function.
2038 (XFXFXM_MASK, XFXM): Define.
2039 (XSPRBAT_MASK, XSPRG_MASK): Define.
2040 (powerpc_opcodes): Add instructions to access special registers by
2041 name. Add mtcr and mftbu.
2042
2043Tue Jan 17 10:56:43 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
2044
2045 * mips-opc.c (P3): Define.
2046 (mips_opcodes): Add mad and madu.
2047
9f744f91
SC
2048Sun Jan 15 16:32:59 1995 Steve Chamberlain <sac@splat>
2049
2050 * configure.in: Add W65 support.
2051 * disassemble.c: Likewise.
2052 * w65-opc.h, w65-dis.c: New files.
2053
d383e289
SC
2054Wed Dec 28 22:15:33 1994 Steve Chamberlain (sac@jonny.cygnus.com)
2055
2056 * h8300-dis.c (bfd_h8_disassemble): Add support for 2 bit
2057 immediates.
2058
2059start-sanitize-arc
2060Tue Dec 20 10:36:55 1994 Doug Evans <dje@canuck.cygnus.com>
2061
2062 * arc-dis.c (print_insn_arc): Branch offsets are relative to delay
2063 slot.
2064 * arc-opc.c (extract_reladdr): New function.
2065 (insert_reladdr): Store address right-shifted by 2.
2066end-sanitize-arc
2067
27faaa41
ILT
2068Tue Dec 20 11:25:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2069
2070 * mips-opc.c: Add dli as a synonym for li.
2071
edb35c13
DE
2072start-sanitize-arc
2073Mon Dec 19 12:35:51 1994 Doug Evans <dje@canuck.cygnus.com>
2074
2075 * arc-opc.c (insertion fns): Pass pointer to value's table entry.
2076 All uses changed.
2077 (extraction fns): Insn argument now array of two words. Return pointer
2078 to value's table entry. All uses changed.
2079 (arc_opcode_lookup_suffix): Exported for arc-dis.c.
2080 (insert_multshift, extract_multshift): New fns.
2081 (arc_operands): Add support for cache bypass suffix. Add support for
2082 predefined aux regs. Modifier bits moved to flags field.
2083 (arc_opcodes): Likewise.
2084 Add mul/mulu/shift insns. Syntax of zero/sign extension insns changed.
2085 New insn rlc. Update to syntax in programmer's manual.
2086 (arc_reg_names): Fix typo in lp_count. Add predefined aux regs.
2087 (arc_suffixes): New synonyms lo,hs for cs,cc. New suffix for cache
2088 bypass.
2089 (arc_opcode_init_tables): New argument to indicate cpu type.
2090 (insert_reg): Handle predefined aux regs.
2091 (extract_reg): Likewise.
2092 (lookup_register): New fn.
2093 * arc-dis.c (arc_condition_codes): Deleted.
2094 (print_insn_arc): Handle insns with 32 bit immediate constants better.
2095 Clean up modifier handling. Handle predefined aux regs.
2096end-sanitize-arc
2097
a8732972
KR
2098Thu Dec 8 18:23:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2099
2100 * alpha-dis.c (print_insn_alpha): Handle call_pal instruction, and
2101 print something for reserved opcode values, even if it won't
2102 assemble again.
2103
2104 * mips-dis.c (_print_insn_mips): When initializing, shift right
2105 and mask, to avoid sign extension problems on the Alpha.
2106
2107 * m68k-dis.c (print_insn_arg, case 'J'): Handle buscr and pcr
2108 control registers.
2109
2110start-sanitize-arc
2111Tue Nov 29 18:02:43 1994 Doug Evans <dje@canuck.cygnus.com>
2112
2113 * configure.in: Add ARC support.
2114 * disassemble.c: Likewise.
2115 * arc-dis.c, arc-opc.c: New files.
2116end-sanitize-arc
2117
a90a64c1
SC
2118Wed Nov 23 22:34:51 1994 Steve Chamberlain (sac@jonny.cygnus.com)
2119
2120 * sh-opc.h (mov.l gbr): Get direction right.
2121 * sh-dis.c (print_insn_shx): New function.
2122 (print_insn_shl, print_insn_sh): Call print_insn_shx to
2123 print opcodes with right byte order.
2124
2125Thu Nov 3 19:32:22 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2126
2127 * ns32k-dis.c (struct ns32k_option): Renamed from struct option,
2128 to avoid conflicts with getopt.
2129
dded3d14
ILT
2130Mon Oct 31 18:48:10 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2131
2132 * hppa-dis.c (print_insn_hppa): Read the instruction using
2133 bfd_getb32, so that it works on a little endian or 64 bit host.
2134 Remove unused local variable op.
2135
cd4b8926
ILT
2136Tue Oct 25 17:07:57 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2137
2138 * mips-opc.c: Use or instead of addu for pseudo-op move, since
2139 addu does not work correctly if -mips3.
2140
009946c9
ILT
2141Wed Oct 19 13:40:16 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2142
2143 * a29k-dis.c (print_special): Add special register names defined
2144 on 29030, 29040 and 29050.
2145 (print_insn): Handle new operand type 'I'.
2146
2147Wed Oct 12 11:59:55 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2148
2149 * Makefile.in (INSTALL): Use top level install.sh script.
2150
2151Wed Oct 5 19:16:29 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2152
2153 * sparc-dis.c: Rewrite to use bitfields, rather than a union, so
2154 that it works on a little endian host.
2155
995b0d3f
ILT
2156Tue Oct 4 12:14:21 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2157
2158 * configure.in: Use ${config_shell} when running config.bfd.
2159
2160Wed Sep 21 18:49:12 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2161
2162 * mips-opc.c (mips_opcodes): "dabs" is only available with -mips3.
2163
e96a2b1d
ILT
2164Thu Sep 15 16:30:22 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2165
2166 * a29k-dis.c (print_insn): Print the opcode.
2167
84909073
ILT
2168Wed Sep 14 17:52:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2169
2170 * mips-opc.c (mips_opcodes): Set WR_t for sc and scd.
2171
da233e6e
JL
2172Sun Sep 11 22:32:17 1994 Jeff Law (law@snake.cs.utah.edu)
2173
2174 * hppa-dis.c (reg_names): Use r26-r23 for arg0-arg3.
2175
942a4965
ILT
2176Tue Sep 6 11:37:12 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2177
2178 * mips-opc.c: Set INSN_STORE_MEMORY flag for all instructions
2179 which store a value into memory.
2180
2181Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
318b02b6
KR
2182
2183 * configure.in, Makefile.in, disassemble.c: Add support for the ARM.
2184 * arm-dis.c, arm-opc.h: New files.
2185
2186Fri Aug 5 14:00:05 1994 Stan Shebs (shebs@andros.cygnus.com)
2187
2188 * Makefile.in (ns32k-dis.o): Add dependency.
2189 * ns32k-dis.c (print_insn_arg): Declare initialized local as
2190 string, not as array of chars.
2191
c4396c87
KR
2192Thu Jul 28 18:14:16 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2193
2194 * sparc-dis.c (print_insn_sparc): Handle new operand type 'x'.
2195
2196 * sparc-opc.c: Added sparclite extended FP operations, and
2197 versions of v9 impdep* instructions permitting specification of
2198 the OPF field.
2199
2a097d73
KR
2200Tue Jul 26 16:36:03 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2201
2202 * i960-dis.c (reg_names): Now const.
2203 (struct sparse_tabent): New type, copied from array type in mem
2204 function.
2205 (ctrl): Local static array ctrl_tab now const.
2206 (cobr): Local static array cobr_tab now const.
2207 (mem): Local variables reg1, reg2, reg3 now point to const. Local
2208 static variable mem_tab no longer explicitly initialized. Changed
2209 mem_init to const array of struct sparse_tabent.
2210 (reg): Local static variable reg_tab no longer explicitly
2211 initialized. Changed reg_init to const array of struct
2212 sparse_tabent.
2213 (ea): Local static array scale_tab now const.
2214
315f8809 2215 * i960-dis.c (reg): Added i960JX instructions to reg_init table.
2a097d73 2216 (REG_MAX): Updated.
2a097d73 2217
f61ca5fa
KR
2218Tue Jul 19 21:00:00 1994 DJ Delorie (dj@ctron.com)
2219
2220 * configure.bat: the disassember needs to be enabled for
2221 "objdump -d" to work in djgpp.
2222
69bb683c
KR
2223Wed Jul 13 18:01:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2224
2225 * ns32k-dis.c: Deleted all code in "#ifdef GDB".
2226 (invalid_float): Enabled general version, doesn't require running
60a70a7b
KR
2227 on ns32k host. Changed to take char* argument, and test for
2228 explicitly specified sizes, instead of using sizeof() on host CPU
2229 types.
2230 (INVALID_FLOAT): Cast first argument.
f61ca5fa
KR
2231 (opt_u, opt_U, opt_O, opt_C, opt_S, list_P532, list_M532,
2232 list_P032, list_M032): Now const.
2233 (optlist, list_search): Made appropriate arguments now point to
2234 const.
2235 (print_insn_arg): Changed static array of one-character-string
2236 pointers into a static const array of characters; fixed sprintf
2237 statement accordingly.
69bb683c
KR
2238
2239Sun Jul 10 00:27:47 1994 Ian Dall (dall@hfrd.dsto.gov.au)
2240
2241 * opcodes/ns32k-dis.c: Semi-new file. Had apparently been dropped
2242 from distribution. A ns32k-dis.c from a previous distribution has
2243 been brought up to date and supports the new interface.
2244
318b02b6 2245 * disassemble.c: define ARCH_ns32k and add case bfd_arch_ns32k.
69bb683c
KR
2246
2247 * configure.in: add bfd_ns32k_arch target support.
2248
2249 * Makefile.in: add ns32k-dis.o to ALL_MACHINES.
2250 Add ns32k-dis.c to CFILES. Add dependencies for ns32k-dis.o.
2251
2252Wed Jun 29 22:10:37 1994 Steve Chamberlain (sac@cygnus.com)
2253
2254 * h8300-dis.c (bfd_h8_disassemble): Get 16bit branch
2255 disassembly right.
2256
fea3fe64
SS
2257Tue Jun 28 13:22:06 1994 Stan Shebs (shebs@andros.cygnus.com)
2258
2259 * h8300-dis.c, mips-dis.c: Don't use true and false.
2260
2261Thu Jun 23 12:53:19 1994 David J. Mackenzie (djm@rtl.cygnus.com)
2262
2263 * configure.in: Change --with-targets to --enable-targets.
2264
72fcd790
ILT
2265Wed Jun 22 13:38:32 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2266
2267 * mips-dis.c (_print_insn_mips): Build a static hash table mapping
2268 opcodes to the first instruction with that opcode, to speed
2269 disassembly of large files. From ralphc@pyramid.com (Ralph
2270 Campbell).
2271
2272Tue Jun 7 12:49:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2273
2274 * Makefile.in (mostlyclean): Fix typo (was mostyclean).
2275
c06e55d9
KR
2276Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
2277
2278 * configure.bat: update to latest makefile.in
2279
2280Sat May 7 17:13:21 1994 Steve Chamberlain (sac@cygnus.com)
2281
2282 * a29k-dis.c (print_insn): Print 'x' type operand in hex.
2283 * h8300-dis.c (bfd_h8_disassemble): Print 16bit rels correctly.
2284 * sh-dis.c (print_insn_sh): Don't recur endlessly if delay
2285 slot insn is in a delay slot.
2286 * z8k-opc.h: (resflg): Fix patterns.
2287 * h8500-opc.h Fix CR insn patterns.
2288
2289Fri May 6 14:34:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2290
2291 * ppc-opc.c (powerpc_opcodes): Put PowerPC versions of "cmp" and
2292 "cmpl" before POWER versions, so that gas -many uses them.
2293
7495f83b
KR
2294Thu Apr 28 18:32:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2295
c06e55d9
KR
2296 * disassemble.c: New file.
2297 * Makefile.in (OFILES): Add disassemble.o.
2298 (disassemble.o): Provide dependencies; compile with $(ARCHDEFS).
2299 * configure.in: Define ARCHDEFS in Makefile. Code taken from
2300 binutils/configure.in.
2301
7495f83b
KR
2302 * m68k-dis.c (print_insn_m68k): If F_ALIAS flag is set, skip the
2303 opcode being examined.
2304
2305Thu Apr 21 17:08:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2306
2307 * ppc-opc.c (powerpc_operands): Added RAL, RAM and RAS.
2308 (insert_ral, insert_ram, insert_ras): New functions.
2309 (powerpc_opcodes): Use RAL for load with update, RAM for lmw, and
2310 RAS for store with update.
2311
8c546ded
ILT
2312Sat Apr 16 23:41:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2313
2314 * ppc-opc.c (powerpc_opcodes): Correct fcir. From David Edelsohn
2315 (edelsohn@npac.syr.edu).
2316
76336d50
ILT
2317Wed Apr 6 17:11:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2318
2319 * mips-opc.c (mips_opcodes): Correct operands of "nor" with an
2320 immediate argument.
2321
8055d512
DE
2322Mon Apr 4 16:30:46 1994 Doug Evans (dje@canuck.cygnus.com)
2323
2324 * sparc-opc.c (sparc_opcodes): Fix "rd %fprs,%l0".
2325
749a663d
ILT
2326Mon Apr 4 13:22:00 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2327
2328 * ppc-opc.c (powerpc_operands): The signedp field has been
2329 removed, so don't initialize it. Set the PPC_OPERAND_SIGNED flag
2330 instead. Add new operand SISIGNOPT.
2331 (powerpc_opcodes): For lis, liu, addis, and cau use SISIGNOPT.
2332 Based on patch from David Edelsohn (edelsohn@npac.syr.edu).
2333 * ppc-dis.c (print_insn_powerpc): Check PPC_OPERAND_SIGNED rather
2334 than signedp field.
2335
878db64d
PS
2336Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2337
2338 * i386-dis.c (struct private): Renamed to dis_private. `private'
2339 is a reserved word for dynix cc.
2340
934ec70a
ILT
2341Mon Mar 28 13:00:15 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2342
2343 * configure.in: Change error message to refer to bfd/config.bfd
2344 rather than bfd/configure.in.
2345
54192495
ILT
2346Mon Mar 28 12:28:30 1994 David Edelsohn (edelsohn@npac.syr.edu)
2347
2348 * ppc-opc.c: Define POWER2 as short alias flag.
2349 (powerpc_opcodes): Add POWER/2 opcodes lfq*, stfq*, fcir[z], and
2350 fsqrt.
2351
2352Wed Mar 23 12:23:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2353
2354 * i960-dis.c (print_insn_i960): Don't read a second word for
2355 opcodes 0, 1, 2 and 3.
2356
2357Wed Mar 16 15:37:58 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2358
2359 * configure.in: Don't build m68881-ext.o for bfd_m68k_arch.
2360
448ff992
ILT
2361Mon Mar 14 14:53:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2362
c0386c7a
ILT
2363 * m68881-ext.c: Removed; no longer used.
2364 * Makefile.in: Changed accordingly.
2365
448ff992
ILT
2366 * m68k-dis.c (ext_format_68881): Don't declare.
2367 (print_insn_m68k): If an instruction uses place 'i', it uses at
2368 least four fixed bytes.
2369 (print_insn_arg): Don't bump p by 2 for case 'I', place 'i'. For
2370 extended float, convert to double using floatformat_to_double, not
2371 ieee_extended_to_double, and fetch the data before converting it.
2372
d75eb68c
ILT
2373Tue Mar 8 18:12:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2374
2375 * mips-opc.c: It's sqrt.s, not sqrt.w. From
2376 davidj@ICSI.Berkeley.EDU (David Johnson).
2377
9a458b67
ILT
2378Tue Feb 8 16:55:27 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2379
2380 * ppc-opc.c (powerpc_opcodes): The POWER uses bdn[l][a] where the
2381 PowerPC uses bdnz[l][a].
2382
5c9b5f58
PS
2383Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2384
4dd4933e 2385 * dis-buf.c, i386-dis.c: Include sysdep.h.
5c9b5f58
PS
2386
2387Mon Feb 7 19:22:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2388
2389 * configure.in (bfd_powerpc_arch): Use ppc-dis.o and ppc-opc.o.
2390
2391 * ppc-opc.c (powerpc_opcodes): Mark POWER instructions supported
2392 by Motorola PowerPC 601 with PPC_OPCODE_601.
2393 * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc):
2394 Disassemble Motorola PowerPC 601 instructions as well as normal
2395 PowerPC instructions.
2396
9f80c72b
JK
2397Sun Feb 6 07:45:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2398
2399 * i960-dis.c (reg, mem): Just use a static array instead of
2400 calling xmalloc.
2401
e3960b96
JL
2402Sat Feb 5 00:04:02 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2403
0bb364c6
JL
2404 * hppa-dis.c (print_insn_hppa): For '?' and '@' only adjust the
2405 condition name index if this is for a negated condition.
2406
e59f3227
JL
2407 * hppa-dis.c (print_insn_hppa): No space before 'H' operand.
2408 Floating point format for 'H' operand is backwards from normal
2409 case (0 == double, 1 == single). For '4', '6', '7', '9', and '8'
2410 operands (fmpyadd and fmpysub), handle bizarre register
2411 translation correctly for single precision format.
2412
e3960b96
JL
2413 * hppa-dis.c (print_insn_hppa): Do not emit a space after 'F'
2414 or 'I' operands if the next format specifier is 'M' (fcmp
2415 condition completer).
2416
2417Feb 4 23:38:03 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1c214e4c
ILT
2418
2419 * ppc-opc.c (powerpc_operands): New operand type MBE to handle a
2420 single number giving a bitmask for the MB and ME fields of an M
2421 form instruction. Change NB to accept 32, and turn it into 0;
2422 also turn 0 into 32 when disassembling. Seperated SH from NB.
2423 (insert_mbe, extract_mbe): New functions.
2424 (insert_nb, extract_nb): New functions.
2425 (SC_MASK): Mask out SA and LK bits.
2426 (powerpc_opcodes): Change "cal" to use RT, D, RA rather than RT,
2427 RA, SI. Change "liu" and "cau" to use UI rather than SI. Mark
2428 "bctr" and "bctrl" as accepted by POWER. Change "rlwimi",
2429 "rlimi", "rlwimi.", "rlimi.", "rlwinm", "rlinm", "rlwinm.",
2430 "rlinm.", "rlmi", "rlmi.", "rlwnm", "rlnm", "rlwnm.", "rlnm." to
2431 use MBE rather than MB. Add "mfmq" and "mtmq" POWER instructions.
2432 (powerpc_macros): Define table of macro definitions.
2433 (powerpc_num_macros): Define.
2434
2435 * ppc-dis.c (print_insn_powerpc): Don't skip optional operands
2436 if PPC_OPERAND_NEXT is set.
2437
2438Sat Jan 22 23:10:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2439
2440 * i960-dis.c (print_insn_i960): Make buffer bfd_byte instead of
2441 char. Retrieve contents using bfd_getl32 instead of shifting.
2442
1211751d
ILT
2443Fri Jan 21 19:01:39 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2444
2445 * ppc-opc.c: New file. Opcode table for PowerPC, including
2446 opcodes for POWER (RS/6000).
2447 * ppc-dis.c: New file. PowerPC and Power (RS/6000) disassembler.
2448 * Makefile.in (ALL_MACHINES): Add ppc-dis.o and ppc-opc.o.
2449 (CFILES): Add ppc-dis.c.
2450 (ppc-dis.o, ppc-opc.o): New targets.
2451 * configure.in: Build ppc-dis.o and ppc-opc.o for bfd_rs6000_arch.
2452
f037e5b0
JL
2453Mon Jan 17 20:05:49 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2454
2455 * hppa-dis.c (print_insn_hppa): Handle 'N' in assembler template.
2456 No space before 'u', 'f', or 'N'.
2457
a279b1f5
JK
2458Sun Jan 16 14:20:16 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
2459
4baf1a8c
JK
2460 * i386-dis.c (print_insn_i386): Add FIXME comment regarding reading
2461 farther than we should.
2462
a279b1f5
JK
2463 * i386-dis.c (dis386): Use Yb and Yv for scasb and scasS.
2464
2465Thu Jan 6 12:38:05 1994 David J. Mackenzie (djm@thepub.cygnus.com)
2466
2467 * sparc-dis.c m68k-dis.c alpha-dis.c a29k-dis.c: Fix comments.
2468
2469Wed Jan 5 11:56:21 1994 David J. Mackenzie (djm@thepub.cygnus.com)
2470
2471 * i960-dis.c (print_insn_i960): Only read word2 if the instruction
2472 needs it, to prevent reading past the end of a section.
2473
2474Wed Nov 17 17:20:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2475
2476 * mips-opc.h: Use macro for j instruction, to support SVR4 PIC.
2477 Removed t,A case for la; always use t,A(b) case.
2478
2479Mon Nov 8 12:37:36 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2480
2481 From Ted Lemen <mellon@pepper.ncd.com>
2482 * mips-dis.c (print_insn_arg): Handle 'k'.
2483 * mips-opc.c: Make cache use k, not t.
2484
ba936a2e
PS
2485Sun Nov 7 23:52:34 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2486
2487 * alpha-opc.h, alpha-dis.c (print_insn_alpha): Add
2488 FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct
2489 FLOAT_FORMAT_CODE to put out floating point register names.
2490
2491Mon Nov 1 18:17:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2492
2493 * mips-opc.c: Use macros for jal variants, to support SVR4 PIC.
2494
bf04fba0
JK
2495Thu Oct 28 17:42:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2496
2497 * a29k-dis.c (print_insn): Use 0x%08x, not 0x%8x.
2498
70643dbc
ILT
2499Wed Oct 27 11:48:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2500
2501 * mips-opc.c (dsll, dsra, dsrl): Added '>' cases for shift counts
2502 larger than 32. Moved dsxx32 variants first for disassembler.
2503
07bf1ce5
SC
2504Mon Oct 25 11:33:14 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
2505
2506 * z8kgen.c, z8k-opc.h: Add full lda information.
2507
2508Tue Oct 19 12:39:25 1993 Jeffrey A Law (law@cs.utah.edu)
2509
2510 * hppa-dis.c (print_insn_hppa): Do not emit a space after
2511 movb instructions. Any necessary space will be emitted by
2512 the code to handle nullification completers.
2513
2514Wed Oct 13 16:19:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2515
2516 * mips-opc.c: Moved l.d down so that it disassembles as ldc1.
2517
bb959d0a
PS
2518Fri Oct 8 02:34:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2519
2520 * alpha-opc.h: Add ldl_l, fix typo for ldq_u.
2521 * alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE.
2522
9978cd4d
ILT
2523Tue Oct 5 17:47:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2524
2525 * mips-opc.c: Correct lwu opcode value (book had it wrong).
2526
2527Thu Sep 30 11:26:18 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
2528
2529 * z8k-dis.c (FETCH_DATA): get just the right amount of data.
2530 (unpack_instr): Cope with ARG_IMM4M1 type instructions.
2531
cb79d01d
RP
2532Wed Sep 29 16:24:49 1993 K. Richard Pixley (rich@sendai.cygnus.com)
2533
2534 * m88k-dis.c (m88kdis): comment change. Remove space after
2535 printing mnemonic.
2536 (printop): handle new arg types DEC and XREG for m88110.
2537
a0ad6c0f
JK
2538Tue Sep 28 19:20:16 1993 Jeffrey A Law (law@snake.cs.utah.edu)
2539
2540 * hppa-dis.c (print_insn_hppa): Handle 'z' operand
2541 type for absolute branch addresses. Delete special
2542 "ble" and "be" code in 'W' operand code.
2543
2544Fri Sep 24 14:08:33 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2545
2546 * mips-opc.c: Set hazard information correctly for branch
2547 likely instructions.
2548
2549Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2550
2551 * alpha-dis.c (print_insn_alpha), alpha-opc.h: Fix bugs, use
2552 info->fprintf_func for printing and info->print_address_func for
2553 address output.
2554
2555Wed Sep 15 12:12:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2556
2557 * mips-opc.c: Set INSN_TRAP for tXX instructions.
2558
2559Thu Sep 9 10:11:27 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2560
2561 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson):
2562 Corrected second case of "b" for disassembler.
2563
44647fcc
ILT
2564Tue Sep 7 14:25:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2565
2566 * mips-dis.c, m88k-dis.c: Don't include libbfd.h. Changed calls
2567 to BFD swapping routines to correspond to BFD name changes.
2568
a9c686ad
ILT
2569Thu Sep 2 10:35:25 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2570
547998d2
ILT
2571 * mips-opc.c: Change div machine instruction to be z,s,t rather
2572 than s,t. Change div macro to be d,v,t rather than d,s,t.
2573 Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu,
2574 rem and remu which generates only the corresponding div
2575 instruction. This is for compatibility with the MIPS assembler,
2576 which only generates the simple machine instruction when an
2577 explicit destination of $0 is used.
2578 * mips-dis.c (print_insn_arg): Handle 'z' (always register zero).
a9c686ad 2579
a5ba0d3f
ILT
2580Thu Aug 26 17:41:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2581
2582 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Set
2583 WR_31 hazard for bal, bgezal, bltzal.
2584
2585Thu Aug 26 17:20:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2586
2587 * hppa-dis.c (print_insn_hppa): Use print function
2588 from within the disassemble_info, not fprintf_filtered.
2589
2590Wed Aug 25 13:51:40 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2591
2592 * hppa-dis.c (print_insn_hppa): Handle '|' like '>'. (From Jeff
2593 Law, law@cs.utah.edu.)
2594
320cdccf
ILT
2595Mon Aug 23 12:44:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2596
2597 * mips-opc.c ("absu"): Removed.
2598 ("dabs"): Added.
2599
2bef2d3e
ILT
2600Fri Aug 20 10:52:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2601
2602 * mips-opc.c: Added r6000 and r4000 instructions and macros.
2603 Changed hazard information to distinguish between memory load
2604 delays and coprocessor load delays.
2605
45b14705
ILT
2606Wed Aug 18 15:39:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2607
2608 * mips-opc.c: li.d uses "T,L", not "S,F". Added li.s.
2609
ed2fe80f
DM
2610Tue Aug 17 09:44:42 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2611
2612 * configure.in: Don't pass cpu to config.bfd.
2613
e9a30357
ILT
2614Tue Aug 17 12:23:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2615
2616 * m88k-dis.c (m88kdis): Make class unsigned.
2617
2618Thu Aug 12 15:08:18 1993 Ian Lance Taylor (ian@cygnus.com)
2619
2620 * alpha-dis.c (print_insn_alpha): One branch format case was
2621 missing the instruction name.
2622
2623Wed Aug 11 19:29:39 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2624
2625 * Makefile.in (ALL_MACHINES): Renamed from DIS_LIBS.
2626 Add the arch-specific auxiliary files.
2627 (OFILES): Remove the arch-specific auxiliary files
2628 and use BFD_MACHINES instead of DIS_LIBS.
2629 * configure.in: Set BFD_MACHINES based on --with-targets option.
2630
786e4f1a
ILT
2631Thu Aug 12 12:04:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2632
2633 * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly
2634 for swc1.
2635
2636Sun Aug 8 15:09:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2637
2638 * sparc-opc.c: Change CONST to const to deal with gcc
2639 -Dconst=__const -traditional.
2640
11a0aaa7
ILT
2641Fri Aug 6 10:58:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2642
2643 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Took
2644 coprocessor instructions out of #if 0, and made them use new
2645 argument type "C".
2646
071689e1
JK
2647Thu Aug 5 17:11:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2648
2649 * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h.
2650
2651Fri Jul 30 18:48:15 1993 John Gilmore (gnu@cygnus.com)
2652
2653 * sparc-opc.c: Add F_JSR, F_UNBR, or F_CONDBR flags to each branch
2654 instruction, for use by the disassembler.
2655
2656 * sparc-dis.c (SEX): Add sign extension macro. Replace many
2657 hand-coded sign extensions that depended on 32-bit host ints.
2658 FIXME, we still depend on big-endian host bitfield ordering.
2659 (sparc_print_insn): Set the insn_info_valid field, and the
2660 other fields that describe the instruction being printed.
2661
2662Tue Jul 27 17:04:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
2663
2664 * sparc-opc.c (call): Accept all 6 addressing modes valid for
2665 `jmp' instead of just one of them.
2666
4d135f1c
JK
2667Wed Jul 21 11:43:32 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
2668
071689e1
JK
2669 * hppa-dis.c: Move floating registers from reg_names to fp_reg_names.
2670 (fput_fp_reg_r): Renamed from fput_reg_r.
2671 (fput_fp_reg): New function.
2672 (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate.
2673
4d135f1c
JK
2674 * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards.
2675
2676 * hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD.
2677
17068960
JK
2678Mon Jul 19 13:52:21 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
2679
b2ad2e64
JK
2680 * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
2681
981b3a27
JK
2682 * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
2683 don't output a space.
2684
17068960
JK
2685 * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
2686
32d2052a
JK
2687Sun Jul 18 16:30:02 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
2688
2689 * mips-opc.c: New file, containing opcode table from
2690 ../include/opcode/mips.h.
2691 * Makefile.in: Add it.
2692
a4c01299
ILT
2693Thu Jul 15 12:37:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2694
2695 * m88k-dis.c: New file, moved in from gdb and changed to use the
2696 new dis-asm.h disassembler interface.
2697 * Makefile.in (DIS_LIBS): Added m88k-dis.o.
2698 (m88k-dis.o): New target.
2699
37609724
ILT
2700Tue Jul 13 10:04:16 1993 Ian Lance Taylor (ian@cygnus.com)
2701
2702 * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to
2703 argument string const char * to correspond to opcode/mips.h.
2704
fde326fb
ILT
2705Tue Jul 6 15:18:37 1993 Ian Lance Taylor (ian@cygnus.com)
2706
2707 * mips-dis.c: Updated to account for name changes in new version
2708 of opcode/mips.h.
2709 * Makefile.in: Added header file dependencies.
2710
a5b5f81d
DE
2711Sat Jul 3 23:47:56 1993 Doug Evans (dje@canuck.cygnus.com)
2712
2713 * h8300-dis.c (bfd_h8_disassemble): Correct fetching of instruction.
2714
2715Thu Jul 1 12:23:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2716
2717 * m68k-dis.c (NEXTWORD, NEXTLONG): Use ((x) ^ 0x8000) - 0x8000 to sign
2718 extend, rather than shifts.
2719
2720Sun Jun 20 20:56:56 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
2721
2722 * Makefile.in: Undo 15 June change.
2723
5b6c6336
PB
2724Fri Jun 18 14:15:15 1993 Per Bothner (bothner@deneb.cygnus.com)
2725
2726 * m68k-dis.c (print_insn_arg): Change return value to byte count
2727 or error code.
2728 * m68k-dis.c: Re-write to detect invalid operands before
2729 printing anything, so we can handle this the same way we
2730 handle invalid opcodes.
2731
219cf232
SC
2732Thu Jun 17 15:01:36 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
2733
2734 * sh-dis.c, sh-opc.h: Understand some more opcodes.
2735
91ea6ab0
ILT
2736Wed Jun 16 13:48:05 1993 Ian Lance Taylor (ian@cygnus.com)
2737
2738 * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other
2739 header files.
2740
0a3c15c3
KR
2741Tue Jun 15 21:45:26 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2742
2743 * sparc-dis.c: Don't declare qsort, since sysdep.h might.
2744
2745 * configure.in: Do make sysdep.h link.
2746 * Makefile.in: Search ../include. Don't search ../bfd.
2747
5aef7c67
SG
2748Tue Jun 15 13:36:10 1993 Stu Grossman (grossman@cygnus.com)
2749
2750 Changes from Jeff Law, law@cs.utah.edu:
2751 * hppa-dis.c: Fix typo. 'a' and 'd' were reversed.
2752 Do not print a space before the completers specified by
2753 'a' and 'd'.
2754
112087ed
KR
2755Fri Jun 11 18:40:21 1993 Ken Raeburn (raeburn@cygnus.com)
2756
998f2ef3
KR
2757 * mips-dis.c: No longer need to bomb out if HOST_64_BIT is
2758 defined, since gdb has been fixed.
2759
112087ed
KR
2760 Changes from Jeff Law, law@cs.utah.edu:
2761 * hppa-dis.c (print_insn_hppa): Last argument to fput_reg,
2762 fput_reg_r, fput_creg, fput_const, and fputs_filtered should
2763 be a *disassemble_info, not a *FILE.
2764 * hppa-dis.c: Support 'd', '!', and 'a'.
2765 * hppa-dis.c: Support 's' to extract a 2 bit space register.
2766 * hppa-dis.c: Delete cases which are no longer needed.
2767
e6fb7139
JK
2768Fri Jun 11 07:53:48 1993 Jim Kingdon (kingdon@cygnus.com)
2769
2770 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
2771
2772Tue Jun 8 12:25:01 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
2773
2774 * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
2775 H8/300-H opcodes.
2776
e0a8bcfb
PB
2777Mon Jun 7 12:58:49 1993 Per Bothner (bothner@rtl.cygnus.com)
2778
2779 * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
2780 * configure.in: No longer need to configure to get sysdep.h.
2781
2782Thu Jun 3 15:56:49 1993 Stu Grossman (grossman@cygnus.com)
2783
2784 * Patches from Jeffrey Law <law@cs.utah.edu>.
2785 * hppa-dis.c: Support 'I', 'J', and 'K' in output
2786 templates for 1.1 FP computational instructions.
2787
2788Tue May 25 13:05:48 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2789
2790 * h8500-dis.c (print_insn_h8500): Address argument is type
2791 bfd_vma.
2792 * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002):
2793 Ditto.
2794
2795 * h8500-opc.h (addr_class_type): No comma at end of enumerator.
2796 * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto.
2797
2798 * sparc-dis.c (compare_opcodes): Move static declaration to
2799 top-level.
2800
2801Fri May 21 14:17:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2802
2803 * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
2804 instruction, remove unimp hack from 'l' argument.
2805
2806Wed May 19 15:35:54 1993 Stu Grossman (grossman@cygnus.com)
2807
2808 * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's
2809 happy.
2810
2811Fri May 14 15:22:46 1993 Ian Lance Taylor (ian@cygnus.com)
2812
2813 * Based on patches from davidj@ICSI.Berkeley.EDU (David Johnson):
2814 * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
2815 instructions.
2816
cfa8d061
KR
2817Fri May 14 00:09:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2818
d698222b
KR
2819 * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some
2820 arrays of string pointers to 2-d arrays of chars, to save
2821 space.
cfa8d061
KR
2822
2823Thu May 6 20:51:17 1993 Fred Fish (fnf@cygnus.com)
2824
2825 * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
2826 Cast second arg to read_memory_func to "bfd_byte *", as necessary.
2827
2828Tue May 4 20:31:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2829
2830 * hppa-dis.c: New file from Utah, adapted to new disassembler
2831 calling interface.
2832 * Makefile.in: Include it.
2833
2834Mon Apr 26 18:17:42 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2835
2836 * sh-dis.c, sh-opc.h: New files.
2837
2838Fri Apr 23 18:51:22 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2839
2840 * alpha-dis.c, alpha-opc.h: New files.
2841
2842Tue Apr 6 12:54:08 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2843
2844 * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
2845 value.
2846
d802b948
JG
2847Mon Apr 5 17:37:37 1993 John Gilmore (gnu@cygnus.com)
2848
2849 * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
2850
2851Fri Apr 2 07:24:27 1993 Ian Lance Taylor (ian@cygnus.com)
2852
2853 * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
2854 const.
2855
720b3aed
JK
2856Thu Apr 1 11:20:43 1993 Jim Kingdon (kingdon@cygnus.com)
2857
2858 * sparc-dis.c: Use fprintf_func a few places where I forgot,
2859 and double percent signs a few places.
2860
2861 * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
2862
2863 * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
2864 Use info->print_address_func not print_address.
2865
2866 * dis-buf.c (generic_print_address): New function.
2867
f7ed13c7
JK
2868Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2869
2870 * Makefile.in: Add sparc-dis.c.
2871 sparc-dis.c: New file, merges binutils and gdb versions as follows:
2872 From GDB:
2873 Add `add' instruction to the set that get checked
2874 for a preceding `sethi' in order to print an absolute address.
2875 * (print_insn): Disassembly prefers real instructions.
2876 (is_delayed_branch): Speed up.
2877 * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables.
2878 Still missing some float ops, and needs testing.
2879 * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
2880 F_ALIAS. Use printf, not fprintf, when not passing a file
2881 pointer...
2882 (compare_opcodes): Check that identical instructions have
2883 identical opcodes, complain otherwise.
2884 From binutils:
2885 * New 'm' arg.
2886 * Include reg_names.
2887 From neither:
2888 Use dis-asm.h/read_memory_func interface.
2889
05545edc
RP
2890Wed Mar 31 20:49:06 1993 K. Richard Pixley (rich@rtl.cygnus.com)
2891
2892 * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
2893 deliberately return non-zero to setjmp from longjmp. Otherwise
2894 this code fails to compile.
2895
cbe61cc6
SG
2896Wed Mar 31 17:04:31 1993 Stu Grossman (grossman@cygnus.com)
2897
2898 * m68k-dis.c: Fix prototype for fetch_arg().
2899
5d0734a7
JK
2900Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2901
2902 * dis-buf.c: New file, for new read_memory_func interface.
2903 Makefile.in (OFILES): Include it.
2904 m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
2905 Use new read_memory_func interface.
2906
2907Mon Mar 29 14:02:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2908
2909 * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
2910 * h8500-opc.h: Fix couple of opcodes.
2911
2912Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
2913
2914 * Makefile.in: add dvi & installcheck targets
2915
2cb563e6
JG
2916Mon Mar 22 18:55:04 1993 John Gilmore (gnu@cygnus.com)
2917
2918 * Makefile.in: Update for h8500-dis.c.
2919
337110ea
SC
2920Fri Mar 19 14:27:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2921
2922 * h8500-dis.c, h8500-opc.h: New files
2923
c840244e
PB
2924Thu Mar 18 14:12:37 1993 Per Bothner (bothner@rtl.cygnus.com)
2925
2926 * mips-dis.c, z8k-dis.c: Converted to use interface defined in
2927 ../include/dis-asm.h.
2928 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
2929 and ../gdb/m68k-pinsn.c).
2930 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
2931 and ../gdb/i386-pinsn.c).
2932 * m68881-ext.c: New file. Moved definition of
2933 ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
2934 * Makefile.in: Adjust for new files.
2935 * i386-dis.c: Patches from John Hassey (hassey@dg-rtp.dg.com).
2936 * m68k-dis.c: Recognize '9' placement code, so (say) pflush
2937 can be dis-assembled.
2938
2939Wed Feb 17 09:19:47 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2940
2941 * mips-dis.c (print_insn_arg): Now returns void.
2942
2943Mon Jan 11 16:09:16 1993 Fred Fish (fnf@cygnus.com)
2944
2945 * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h
2946 files that use the macros.
2947
2948Thu Jan 7 13:15:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2949
2950 * mips-dis.c: New file, from gdb/mips-pinsn.c.
2951 * Makefile.in (DIS_LIBS): Added mips-dis.o.
2952 (CFILES): Added mips-dis.c.
2953
2954Thu Jan 7 07:36:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2955
2956 * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
2957 * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
2958
2959Tue Dec 22 15:42:44 1992 Per Bothner (bothner@rtl.cygnus.com)
2960
2961 * Makefile.in: Improve *clean rules.
2962 * configure.in: Allow a default host.
2963
2964Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2965
2966 * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
2967 files include other sysdep files
2968
2969Thu Nov 12 16:10:37 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2970
2971 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
2972
2973Fri Oct 9 04:56:05 1992 John Gilmore (gnu@cygnus.com)
2974
2975 * configure.in: For host support, use ../bfd/configure.host
2976 so it stays in sync with the ../bfd/hosts database.
2977
d5dcef63
DZ
2978Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2979
2980 * configure.in: use cpu-vendor-os triple instead of nested cases
2981
0843ea63
MW
2982Wed Sep 30 16:09:20 1992 Michael Werner (mtw@cygnus.com)
2983
2984 * z8k-dis.c (unparse_instr): fix bug where opcode returned was
2985 *always* the wrong one.
2986
b31a1f81
SC
2987Wed Sep 30 07:42:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2988
2989 * z8kgen.c: added copyright info
2990
447bbbea
SC
2991Tue Sep 29 12:20:21 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2992
2993 * z8k-dis.c (unparse_instr): prettier tabs
2994 * z8kgen.c -> z8k-opc.h: bug fixes in tables
2995
57cae454
SG
2996Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com)
2997
2998 * configure.in: Add ncr* configuration.
2999 * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make
3000 picayune ANSI compilers happy.
3001
3002Sep 20 08:50:55 1992 Fred Fish (fnf@cygnus.com)
3003
3004 * configure.in (i386): Make i386 and i486 synonymous for now.
3005 * configure.in (i[34]86-*-sysv4): Add my_host definition.
3006
3a157902
KR
3007Fri Sep 18 17:01:23 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
3008
3009 * Makefile.in (install): Fix typo.
3010
68ca3238
JG
3011Fri Sep 18 02:04:24 1992 John Gilmore (gnu@cygnus.com)
3012
3013 * Makefile.in (make): Remove obsolete crud.
3014 (sparc-opc.o): Avoid Sun Make VPATH bug.
3015
e5bc6aaf
RP
3016Tue Sep 8 17:29:27 1992 K. Richard Pixley (rich@sendai.cygnus.com)
3017
3018 * Makefile.in: since there are no SUBDIRS, remove rule and
68ca3238 3019 references of subdir_do.
e5bc6aaf 3020
794a16b0
KR
3021Tue Sep 8 17:02:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
3022
3023 * Makefile.in (install): Get the library name right here too.
3024 Don't install bfd.h, since it's unrelated to this library. No
3025 subdirs to recurse into, either.
3026 (CFILES): The source file has a .c suffix, not .o.
3027
3028 * sparc-opc.c: New file, moved from BFD.
3029 * Makefile.in (OFILES): Build it.
3030
3031Thu Sep 3 16:59:20 1992 Michael Werner (mtw@cygnus.com)
3032
3033 * z8k-dis.c: fixed forward refferences of some declarations.
3034
3035Mon Aug 31 16:09:45 1992 Michael Werner (mtw@cygnus.com)
3036
3037 * Makefile.in: get the name of the library right
3038
a4ccc310
SC
3039Mon Aug 31 13:47:35 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3040
add1fb05 3041 * z8k-dis.c: knows how to disassemble z8k stuff
a4ccc310
SC
3042 * z8k-opc.h: new file full of z8000 opcodes
3043
9a458b67
ILT
3044\f
3045Local Variables:
3046version-control: never
3047End:
This page took 0.298119 seconds and 4 git commands to generate.