]> Git Repo - binutils.git/blame - opcodes/ChangeLog
* v850-dis.c (disassemble): Make static. Provide prototype.
[binutils.git] / opcodes / ChangeLog
CommitLineData
6d1e1ee8 1start-sanitize-v850
eb5c28e1
JL
2Tue Sep 3 12:05:25 1996 Jeffrey A Law ([email protected])
3
4 * v850-dis.c (disassemble): Make static. Provide prototype.
5
6Sun Sep 1 22:30:40 1996 Jeffrey A Law ([email protected])
7
8 * v850-opc.c (insert_d9, insert_d22): Fix boundary case
9 in range checks.
10
574b9cb3
JL
11Sat Aug 31 01:27:26 1996 Jeffrey A Law ([email protected])
12
09478dc3
JL
13 * v850-dis.c (disassemble): Handle insertion of ',', '[' and
14 ']' characters into the output stream.
15 * v850-opc.c (v850_opcodes: Remove size field from all opcodes.
16 Add "memop" field to all opcodes (for the disassembler).
17 Reorder opcodes so that "nop" comes before "mov" and "jr"
18 comes before "jarl".
19
20 * v850-dis.c (print_insn_v850): Fix typo in last change.
21
e05cae19
JL
22 * v850-dis.c (print_insn_v850): Properly handle disassembling
23 a two byte insn at the end of a memory region when the memory
24 region's size is only two byte aligned.
25
a5f2a4e5
JL
26 * v850-dis.c (v850_cc_names): Fix stupid thinkos.
27
502535cf
JL
28 * v850-dis.c (v850_reg_names): Define.
29 (v850_sreg_names, v850_cc_names): Likewise.
30 (disassemble): Very rough cut at printing operands (unformatted).
31
32 * v850-opc.c (BOP_MASK): Fix.
33 (v850_opcodes): Fix mask for jarl and jr.
34
ba39d3dd
JL
35 * v850-dis.c: New file. Skeleton for disassembler support.
36 * Makefile.in Remove v850 references, they're not needed here
37 and they weren't being sanitized away.
38 * configure.in: Add v850-dis.o when building v850 toolchains.
39 * configure: Rebuilt.
40 * disassemble.c (disassembler): Call v850 disassembler.
41
b2194164
JL
42 * v850-opc.c (insert_d8_7, extract_d8_7): New functions.
43 (insert_d8_6, extract_d8_6): New functions.
44 (v850_operands): Rename D7S to D7; operand for D7 is unsigned.
45 Rename D8 to D8_7, use {insert,extract}_d8_7 routines.
46 Add D8_6.
47 (IF4A, IF4B): Use "D7" instead of "D7S".
48 (IF4C, IF4D): Use "D8_7" instead of "D8".
49 (IF4E, IF4F): New. Use "D8_6".
50 (v850_opcodes): Use IF4A/IF4B for sld.b/sst.b. Use IF4C/IF4D for
51 sld.h/sst.h. Use IF4E/IF4F for sld.w/sst.w.
52
c6b9c135
JL
53 * v850-opc.c (insert_d16_15, extract_d16_15): New functions.
54 (v850_operands): Change D16 to D16_15, use special insert/extract
55 routines. New new D16 that uses the generic insert/extract code.
56 (IF7A, IF7B): Use D16_15.
57 (IF7C, IF7D): New. Use D16.
58 (v850_opcodes): Use IF7C and IF7D for ld.b and st.b.
59
fb8c25a3
JL
60 * v850-opc.c (insert_d9, insert_d22): Slightly improve error
61 message. Issue an error if the branch offset is odd.
62
69ae4b82
JL
63 * v850-opc.c: Add notes about needing special insert/extract
64 for all the load/store insns, except "ld.b" and "st.b".
65
574b9cb3
JL
66 * v850-opc.c (insert_d22, extract_d22): New functions.
67 (v850_operands): Use insert_d22 and extract_d22 for
68 D22 operands.
69 (insert_d9): Fix range check.
70
d44b697b
C
71Fri Aug 30 18:01:02 1996 J.T. Conklin <[email protected]>
72
73 * v850-opc.c (v850_operands): Add V850_OPERAND_SIGNED flag
74 and set bits field to D9 and D22 operands.
75
e7f3e5fb
JL
76Thu Aug 29 11:10:46 1996 Jeffrey A Law ([email protected])
77
e9ebb364
JL
78 * v850-opc.c (v850_operands): Define SR2 operand.
79 (v850_opcodes): "ldsr" uses R1,SR2.
80
e7f3e5fb
JL
81 * v850-opc.c (v850_opcodes): Fix opcode specs for
82 sld.w, sst.b, sst.h, sst.w, and nop.
83
e7dd7775
JL
84Wed Aug 28 15:55:43 1996 Jeffrey A Law ([email protected])
85
86 * v850-opc.c (v850_opcodes): Add null opcode to mark the
87 end of the opcode table.
88
89end-sanitize-v850
90start-sanitize-d10v
91Mon Aug 26 13:35:53 1996 Martin M. Hunt <[email protected]>
92
93 * d10v-opc.c (pre_defined_registers): Added register pairs,
94 "r0-r1", "r2-r3", etc.
95
96end-sanitize-d10v
97start-sanitize-v850
cc6e50b5
JL
98Fri Aug 23 00:27:01 1996 Jeffrey A Law ([email protected])
99
e7dd7775
JL
100 * v850-opc.c (v850_operands): Make I16 be a signed operand.
101 Create I16U for an unsigned 16bit mmediate operand.
102 (v850_opcodes): Use I16U for "ori", "andi" and "xori".
103
d3edb57f
JL
104 * v850-opc.c (v850_operands): Define EP operand.
105 (IF4A, IF4B, IF4C, IF4D): Use EP.
106
18c97701
JL
107 * v850-opc.c (v850_opcodes): Fix opcode numbers for "mov"
108 with immediate operand, "movhi". Tweak "ldsr".
109
fb6da868
JL
110 * v850-opc.c (v850_opcodes): Get ld.[bhw] and st.[bhw]
111 correct. Get sld.[bhw] and sst.[bhw] closer.
112
38c7a450
JL
113 * v850-opc.c (v850_operands): "not" is a two byte insn
114
6c1fc4d3
JL
115 * v850-opc.c (v850_opcodes): Correct bit pattern for setf.
116
9ab069ea
JL
117 * v850-opc.c (v850_operands): D16 inserts at offset 16!
118
b1e897a9
JL
119 * v850-opc.c (two): Get order of words correct.
120
9ad8ddf1
JL
121 * v850-opc.c (v850_operands): I16 inserts at offset 16!
122
e41c99bd
JL
123 * v850-opc.c (v850_operands): Add "SR1" and "SR2" for system
124 register source and destination operands.
125 (v850_opcodes): Use SR1 and SR2 for "ldsr" and "stsr".
126
c262d7d8
JL
127 * v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode. Fix
128 same thinko in "trap" opcode.
85b52013 129
280d40df
JL
130 * v850-opc.c (v850_opcodes): Add initializer for size field
131 on all opcodes.
132
4be84c49
JL
133 * v850-opc.c (v850_operands): D6 -> DS7. References changed.
134 Add D8 for 8-bit unsigned field in short load/store insns.
135 (IF4A, IF4D): These both need two registers.
136 (IF4C, IF4D): Define. Use 8-bit unsigned field.
137 (v850_opcodes): For "sld.h", "sld.w", "sst.h", "sst.w", use
138 IF4C & IF4D. For "trap" use I5U, not I5. Add IF1 operand
139 for "ldsr" and "stsr".
140 * v850-opc.c (v850_operands): 3-bit immediate for bit insns
3c72ab70
JL
141 is unsigned.
142
cc6e50b5
JL
143 * v850-opc.c (v850_opcodes): Correct short store half (sst.h) and
144 short store word (sst.w).
145
69463cbb
C
146Thu Aug 22 16:57:27 1996 J.T. Conklin <[email protected]>
147
148 * v850-opc.c (v850_operands): Added insert and extract fields,
149 pointers to functions that handle unusual operand encodings.
150
0bdf3144
JL
151Thu Aug 22 01:05:24 1996 Jeffrey A Law ([email protected])
152
9c201b1f
JL
153 * v850-opc.c (v850_opcodes): Enable "trap".
154
0bdf3144
JL
155 * v850-opc.c (v850_opcodes): Fix order of displacement
156 and register for "set1", "clr1", "not1", and "tst1".
157
b10e29f4
JL
158Wed Aug 21 18:46:26 1996 Jeffrey A Law ([email protected])
159
7c8157dd
JL
160 * v850-opc.c (v850_operands): Add "B3" support.
161 (v850_opcodes): Fix and enable "set1", "clr1", "not1"
162 and "tst1".
163
164 * v850-opc.c (v850_opcodes): "jmp" has only an R1 operand.
fed1d21f 165
b10e29f4
JL
166 * v850-opc.c: Close unterminated comment.
167
6bc33c7f
C
168Wed Aug 21 17:31:26 1996 J.T. Conklin <[email protected]>
169
69463cbb
C
170 * v850-opc.c (v850_operands): Add flags field.
171 (v850_opcodes): add move opcodes.
6bc33c7f 172
6d1e1ee8
C
173Tue Aug 20 14:41:03 1996 J.T. Conklin <[email protected]>
174
175 * Makefile.in (ALL_MACHINES): Add v850-opc.o.
176 * configure: (bfd_v850v_arch) Add new case.
177 * configure.in: (bfd_v850_arch) Add new case.
178 * v850-opc.c: New file.
179
180end-sanitize-v850
5751b0d7
DE
181Mon Aug 19 15:21:38 1996 Doug Evans <[email protected]>
182
183 * sparc-dis.c (print_insn_sparc): Handle little endian sparcs.
184
185start-sanitize-d10v
186Thu Aug 15 13:14:43 1996 Martin M. Hunt <[email protected]>
187
188 * d10v-opc.c: Add additional information to the opcode
189 table to help determinine which instructions can be done
190 in parallel.
191
192end-sanitize-d10v
a952ea1c
SS
193Thu Aug 15 13:11:13 1996 Stan Shebs <[email protected]>
194
195 * mpw-make.sed: Update editing of include pathnames to be
196 more general.
197
198Thu Aug 15 16:28:41 1996 James G. Smith <[email protected]>
199
200 * arm-opc.h: Added "bx" instruction definition.
201
375d76ef
ILT
202Wed Aug 14 17:00:04 1996 Richard Henderson <[email protected]>
203
204 * alpha-opc.c (EV4EXTHWINDEX): Field width should be 8 not 5.
205
cff827d7 206start-sanitize-d10v
ed36b6cd
MH
207Mon Aug 12 14:30:37 1996 Martin M. Hunt <[email protected]>
208
209 * d10v-opc.c (d10v_opcodes): Minor fixes to addi and bl.l.
210
cff827d7
MH
211Fri Aug 9 13:21:59 1996 Martin M. Hunt <[email protected]>
212
213 * d10v-opc.c (d10v_opcodes): Correct 'mv' unit entry to EITHER.
214
215end-sanitize-d10v
0f38eaa0
ILT
216Thu Aug 8 12:43:52 1996 Klaus Kaempf <[email protected]>
217
218 * makefile.vms: Update for alpha-opc changes.
219
484c4645
ILT
220Wed Aug 7 11:55:10 1996 Ian Lance Taylor <[email protected]>
221
222 * i386-dis.c (print_insn_i386): Actually return the correct value.
223 (ONE, OP_ONE): #ifdef out; not used.
224
c5e1996f
MH
225start-sanitize-d10v
226Fri Aug 2 17:47:03 1996 Martin M. Hunt <[email protected]>
227
cff827d7 228 * d10v-opc.c (d10v_opcodes): Added 2 accumulator sub instructions.
c5e1996f
MH
229 Changed subi operand type to treat 0 as 16.
230
231end-sanitize-d10v
82e8213e
ILT
232Wed Jul 31 16:21:41 1996 Ian Lance Taylor <[email protected]>
233
234 * m68k-opc.c: Add cpushl for the mcf5200. From Ken Rose
235 <[email protected]>.
236
50569dee
JSC
237Wed Jul 31 14:39:27 1996 James G. Smith <[email protected]>
238
239 * arm-opc.h: (arm_opcodes): Added halfword and sign-extension
240 memory transfer instructions. Add new format string entries %h and %s.
241 * arm-dis.c: (print_insn_arm): Provide decoding of the new
242 formats %h and %s.
243
3dd5a8d3
MH
244start-sanitize-d10v
245Fri Jul 26 11:45:04 1996 Martin M. Hunt <[email protected]>
246
247 * d10v-opc.c (d10v_operands): Added UNUM4S; a 4-bit accumulator shift.
248 (d10v_opcodes): Modified accumulator shift instructions to use UNUM4S.
249
250end-sanitize-d10v
239ce44d
ILT
251Fri Jul 26 14:01:43 1996 Ian Lance Taylor <[email protected]>
252
253 * alpha-dis.c (print_insn_alpha_osf): Remove.
254 (print_insn_alpha_vms): Remove.
255 (print_insn_alpha): Make globally visible. Chose the register
256 names based on info->flavour.
257 * disassemble.c: Always return print_insn_alpha for the alpha.
258
687c3cc8 259start-sanitize-d10v
ab0a2294
MH
260Thu Jul 25 15:24:17 1996 Martin M. Hunt <[email protected]>
261
262 * d10v-dis.c (dis_long): Handle unknown opcodes.
263
0be71562
MH
264Thu Jul 25 12:08:09 1996 Martin M. Hunt <[email protected]>
265
266 * d10v-opc.c: Changes to support signed and unsigned numbers.
267 All instructions with the same name that have long and short forms
268 now end in ".l" or ".s". Divs added.
269 * d10v-dis.c: Changes to support signed and unsigned numbers.
270
687c3cc8
MH
271Tue Jul 23 11:02:53 1996 Martin M. Hunt <[email protected]>
272
273 * d10v-dis.c: Change all functions to use info->print_address_func.
274
275end-sanitize-d10v
354447a4
ILT
276Mon Jul 22 15:38:53 1996 Andreas Schwab <[email protected]>
277
278 * m68k-opc.c (m68k_opcodes): Make opcode masks for the ColdFire
279 move ccr/sr insns more strict so that the disassembler only
280 selects them when the addressing mode is data register.
281
95e3e733
MH
282start-sanitize-d10v
283Mon Jul 22 11:25:24 1996 Martin M. Hunt <[email protected]>
284 * d10v-opc.c (pre_defined_registers): Declare.
285 * d10v-dis.c (print_operand): Now uses pre_defined_registers
286 to pick a better name for the registers.
354447a4 287
95e3e733 288end-sanitize-d10v
e4024966
ILT
289Mon Jul 22 13:47:23 1996 Ian Lance Taylor <[email protected]>
290
291 * sparc-opc.c: Fix opcode values for fpack16, and fpackfix. Fix
292 operands for fexpand and fpmerge. From Christian Kuehnke
293 <[email protected]>.
294
e7bc7bc3
ILT
295Mon Jul 22 13:17:06 1996 Richard Henderson <[email protected]>
296
297 * alpha-dis.c (print_insn_alpha): No longer the user-visible
298 print routine. Take new regnames and cpumask arguments.
299 Kill the environment variable nonsense.
300 (print_insn_alpha_osf): New function. Do OSF/1 style regnames.
301 (print_insn_alpha_vms): New function. Do VMS style regnames.
302 * disassemble.c (disassembler): Test bfd flavour to pick
303 between OSF and VMS routines. Default to OSF.
304
8ec90465
ILT
305Thu Jul 18 17:19:34 1996 Ian Lance Taylor <[email protected]>
306
307 * configure.in: Call AC_SUBST (INSTALL_SHLIB).
308 * configure: Rebuild.
309 * Makefile.in (install): Use @INSTALL_SHLIB@.
310
e3659cbf
MH
311start-sanitize-d10v
312 Wed Jul 17 14:39:05 1996 Martin M. Hunt <[email protected]>
313
314 * configure: (bfd_d10v_arch) Add new case.
315 * configure.in: (bfd_d10v_arch) Add new case.
316 * d10v-dis.c: New file.
317 * d10v-opc.c: New file.
318 * disassemble.c (disassembler) Add entry for d10v.
e4024966 319
e3659cbf 320end-sanitize-d10v
dec678d6
C
321Wed Jul 17 10:12:05 1996 J.T. Conklin <[email protected]>
322
323 * m68k-opc.c (m68k_opcodes): Fix bugs in coldfire insns relating
324 to bcc, trapfl, subxl, and wddata discovered by Andreas Schwab.
325
9498be1a
SG
326Mon Jul 15 16:59:55 1996 Stu Grossman ([email protected])
327
328 * i386-dis.c: Get rid of print_insn_i8086. Use info.mach to
329 distinguish between variants of the instruction set.
330 * sparc-dis.c: Get rid of print_insn_sparclite. Use info.mach to
331 distinguish between variants of the instruction set.
332
be0c8b05
SG
333Fri Jul 12 10:12:01 1996 Stu Grossman ([email protected])
334
335 * i386-dis.c (print_insn_i8086): New routine to disassemble using
336 the 8086 instruction set.
337 * i386-dis.c: General cleanups. Make most things static. Add
338 prototypes. Get rid of static variables aflags and dflags. Pass
339 them as args (to almost everything).
340
0decb7fd 341Thu Jul 11 11:58:44 1996 Jeffrey A Law ([email protected])
52aa5336 342
3b2a7894
JL
343 * h8300-dis.c (bfd_h8_disassemble): Handle macregs in ldmac insns.
344
8e9c1f74
JL
345 * h8300-dis.c (bfd_h8_disassemble): Handle "ldm.l" and "stm.l".
346
52aa5336
JL
347 * h8300-dis.c (bfd_h8_disassemble): "abs" is implicitly two
348 if the next arg is marked with SRC_IN_DST. Gross.
349
b3ef936e
JL
350 * h8300-dis.c (bfd_h8_disassemble): Print "exr" when
351 we're looking for and find EXR.
352
81fc72a7
JL
353 * h8300-dis.c (bfd_h8_disassemble): We don't have a match
354 if we're looking for KBIT and we don't find it.
0decb7fd 355
bf0b880f
JL
356 * h8300-dis.c (bfd_h8_disassemble): Mask off unwanted bits
357 for L_3 and L_2.
358
0decb7fd
JL
359 * h8300-dis.c (bfd_h8_disassemble): Don't set plen for
360 3bit immediate operands.
361
16954037 362Tue Jul 9 10:55:20 1996 Ian Lance Taylor <[email protected]>
972b1bb0 363
25b344a4
JL
364 * Released binutils 2.7.
365
16954037
ILT
366 * alpha-opc.c: Add new case of "mov". From Klaus Kaempf
367 <[email protected]>.
368
369Thu Jul 4 11:42:51 1996 Ian Lance Taylor <[email protected]>
370
972b1bb0
ILT
371 * alpha-opc.c: Correct second case of "mov" to use OPRL.
372
eb2c8518
SG
373Wed Jul 3 16:03:47 1996 Stu Grossman ([email protected])
374
375 * sparc-dis.c (print_insn_sparclite): New routine to print
376 sparclite instructions.
377
9070eaff
C
378Wed Jul 3 14:21:18 1996 J.T. Conklin <[email protected]>
379
380 * m68k-opc.c (m68k_opcodes): Add coldfire support.
381
b1dd184e
DE
382Fri Jun 28 15:53:51 1996 Doug Evans <[email protected]>
383
384 * sparc-opc.c (asi_table): Add #ASI_N, #ASI_N_L, #ASI_NUCLEUS,
385 #ASI_NUCLEUS_LITTLE. Rename #ASI_AS_IF_USER_{PRIMARY,SECONDARY}_L
386 to #ASI_AS_IF_USER_{PRIMARY,SECONDARY}_LITTLE.
387
2f70f660
JM
388Tue Jun 25 22:58:31 1996 Jason Molenda ([email protected])
389
390 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
391 Use autoconf-set values.
392 (docdir, oldincludedir): Removed.
393 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
394
395Fri Jun 21 13:53:36 1996 Richard Henderson <[email protected]>
396
397 * alpha-opc.c: New file.
398 * alpha-opc.h: Remove.
399 * alpha-dis.c: Complete rewrite to use new opcode table.
400 * configure.in: For bfd_alpha_arch, use alpha-opc.o.
401 * configure: Rebuild with autoconf 2.10.
402 * Makefile.in (ALL_MACHINES): Add alpha-opc.o.
403 (alpha-dis.o): Depend upon $(INCDIR)/opcode/alpha.h, not
404 alpha-opc.h.
405 (alpha-opc.o): New target.
406
c635473f
ILT
407Wed Jun 19 15:55:12 1996 Ian Lance Taylor <[email protected]>
408
4264a46e
ILT
409 * sparc-dis.c (print_insn_sparc): Remove unused local variable i.
410 Set imm_added_to_rs1 even if the source and destination register
411 are not the same.
412
c635473f
ILT
413 * sparc-opc.c: Add some two operand forms of the wr instruction.
414
cc973817
JL
415Tue Jun 18 15:58:27 1996 Jeffrey A. Law <[email protected]>
416
417 * h8300-dis.c (bfd_h8_disassemble): Rename "hmode" argument
418 to just "mode".
419
cc973817
JL
420 * disassemble.c (disassembler): Handle H8/S.
421 * h8300-dis.c (print_insn_h8300s): New function for H8/S.
25b344a4 422
1b5dbf74
ILT
423Tue Jun 18 18:06:50 1996 Ian Lance Taylor <[email protected]>
424
c635473f
ILT
425 * sparc-opc.c: Add beq/teq as aliases for be/te.
426
1b5dbf74
ILT
427 * ppc-opc.c: Fix fcmpo opcode. From Sergei Steshenko
428 <[email protected]>.
429
03496c49
ILT
430Tue Jun 18 15:08:54 1996 Klaus Kaempf <[email protected]>
431
432 * makefile.vms: New file.
433
434 * alpha-dis.c (print_insn_alpha): Print lda ra,lit(rz) as mov.
435
436Mon Jun 10 18:50:38 1996 Ian Lance Taylor <[email protected]>
437
438 * h8300-dis.c (bfd_h8_disassemble): Always print ABS8MEM with :8,
439 regardless of plen.
440
441Tue Jun 4 09:15:53 1996 Doug Evans <[email protected]>
442
443 * i386-dis.c (OP_OFF): Call append_prefix.
444
366323cf
MM
445Thu May 23 15:18:23 1996 Michael Meissner <[email protected]>
446
447 * ppc-opc.c (instruction encoding macros): Add explicit casts to
448 unsigned long to silence a warning from the Solaris PowerPC
449 compiler.
450
451Thu Apr 25 19:33:32 1996 Doug Evans <[email protected]>
452
453 * sparc-opc.c (sparc_opcodes): Add ultrasparc vis extensions.
454
455Mon Apr 22 17:12:35 1996 Doug Evans <[email protected]>
456
457 * sparc-dis.c (X_IMM,X_SIMM): New macros.
458 (X_IMM13): Delete.
459 (print_insn_sparc): Merge cases i,I,j together. New cases X,Y.
460 * sparc-opc.c (sparc_opcodes): Use X for 5 bit shift constants,
461 Y for 6 bit shift constants. Rewrite entries for crdcxt, cwrcxt,
462 cpush, cpusha, cpull sparclet insns.
463
ec680fc5
DE
464Wed Apr 17 14:20:22 1996 Doug Evans <[email protected]>
465
366323cf 466 * sparc-dis.c (compute_arch_mask): Replace ANSI style def with K&R.
ec680fc5 467
1dd37c48
ILT
468Thu Apr 11 17:30:02 1996 Ian Lance Taylor <[email protected]>
469
470 * sparc-opc.c: Set F_FBR on floating point branch instructions.
471 Set F_FLOAT on other floating point instructions.
472
95bc20ec
MM
473Mon Apr 8 17:02:48 1996 Michael Meissner <[email protected]>
474
475 * ppc-opc.c (PPC860): Macro for 860/821 specific instructions and
476 registers.
477 (powerpc_opcodes): Add 860/821 specific SPRs.
478
639b5a09
ILT
479Mon Apr 8 14:00:44 1996 Ian Lance Taylor <[email protected]>
480
481 * configure.in: Permit --enable-shared to specify a list of
57117785 482 directories. Set and substitute BFD_PICLIST.
639b5a09 483 * configure: Rebuild.
57117785
ILT
484 * Makefile.in (BFD_PICLIST): Rename from BFD_LIST. Change all
485 uses. Set to @BFD_PICLIST@.
639b5a09 486
d2f6ce6a
JL
487Fri Apr 5 17:12:27 1996 Jeffrey A Law ([email protected])
488
489 * h8300-dis.c (bfd_h8_disassemble): Use "bit" for L_3 immediates,
490 not "abs", which may be needed for the absolute in something
491 like btst #0,@10:8. Print L_3 immediates separately from other
492 immediates. Change ABSMOV reference to ABS8MEM.
493
d302b5f2
DE
494Wed Apr 3 10:40:45 1996 Doug Evans <[email protected]>
495
496 * sparc-dis.c (opcodes_initialized): Move inside print_insn_sparc.
497 (current_arch_mask): New static global.
498 (compute_arch_mask): New static function.
499 (print_insn_sparc): Delete sparc_v9_p. New static local
500 current_mach. Resort opcode table if current_mach changes.
501 Generalize "insn not supported" test.
502 (compare_opcodes): Prefer supported opcodes to nonsupported ones.
503 Delete test for v9/!v9.
504 * sparc-opc.c (MASK_*): Use SPARC_OPCODE_ARCH_MASK.
505 (v6notlet): Define.
506 (brfc): Split into CBR and FBR for coprocessor/fp branches.
507 (brfcx): Renamed to FBRX.
508 (condfc): Renamed to CONDFC. Pass v6notlet to CBR (standard
509 coprocessor mnemonics are not supported on the sparclet).
510 (condf): Renamed to CONDF.
511 (SLCBCC2): Delete F_ALIAS flag.
512
03481f0e
DE
513Sat Mar 30 21:45:59 1996 Doug Evans <[email protected]>
514
515 * sparc-opc.c (sparc_opcodes): rd must be 0 for
516 mov foo,{%y,%psr,%wim,%tbr}. Support mov foo,%asrX.
517
c8303271
ILT
518Fri Mar 29 13:02:40 1996 Ian Lance Taylor <[email protected]>
519
520 * Makefile.in (config.status): Depend upon BFD VERSION file, so
521 that the shared library version number is set correctly.
522
7919b9ec
ILT
523Tue Mar 26 15:47:14 1996 Ian Lance Taylor <[email protected]>
524
525 * configure.in: Use AC_CHECK_TOOL to find ar and ranlib. From
526 Miles Bader <[email protected]>.
527 * configure: Rebuild.
528
529Sat Mar 16 13:04:07 1996 Fred Fish <[email protected]>
530
531 * z8kgen.c (internal, gas): Call xmalloc rather than unchecked
532 malloc.
533
ea2488ad
ILT
534Tue Mar 12 12:14:10 1996 Ian Lance Taylor <[email protected]>
535
536 * configure: Rebuild with autoconf 2.8.
537
538Thu Mar 7 15:11:10 1996 Doug Evans <[email protected]>
539
540 * sparc-dis.c (print_insn_sparc): Handle 'O' operand char like 'r'.
541 * sparc-opc.c (sparc_opcodes): Use 'O' operand char for `neg reg'.
542
8f218e05
ILT
543Tue Mar 5 15:51:57 1996 Ian Lance Taylor <[email protected]>
544
545 * configure.in: Don't set SHLIB or SHLINK to an empty string,
546 since they appear as targets in Makefile.in.
547 * configure: Rebuild.
548
c8f388e7
SS
549Mon Feb 26 13:03:40 1996 Stan Shebs <[email protected]>
550
551 * mpw-make.sed: Edit out shared library support bits.
552
38399547
DE
553Tue Feb 20 20:48:28 1996 Doug Evans <[email protected]>
554
555 * sparc-opc.c (v8,v6notv9): Add MASK_SPARCLET.
556 (sparc_opcode_archs): Add MASK_V8 to sparclet entry.
557 (sparc_opcodes): Add sparclet insns.
558 (sparclet_cpreg_table): New static local.
559 (sparc_{encode,decode}_sparclet_cpreg): New functions.
560 * sparc-dis.c (print_insn_sparc): Handle sparclet cpregs.
561
562Tue Feb 20 11:02:44 1996 Alan Modra <[email protected]>
563
564 * i386-dis.c (index16): New static variable.
565 (putop): Print jecxz for 32 bit case, jcxz for 16 bit, not the
566 other way around.
567 (OP_indirE): Return result of OP_E.
568 (OP_E): Check for 16 bit addressing mode, and disassemble
569 correctly. Optimised 32 bit case a little. Don't print
570 "(base,index,scale)" when sib specifies only an offset.
571
a9c5cc53
ILT
572Mon Feb 19 12:32:17 1996 Ian Lance Taylor <[email protected]>
573
574 * configure.in: Set and substitute SHLIB_DEP.
575 * configure: Rebuild.
576 * Makefile.in (SHLIB_DEP): New variable.
577 (LIBIBERTY_LISTS, BFD_LIST): New variables.
578 (stamp-piclist): Depend upon LIBIBERTY_LISTS and BFD_LIST. If
579 COMMON_SHLIB, add them to piclist with appropriate modifications.
580 ($(SHLIB)): Depend upon $(SHLIB_DEP). Don't check COMMON_SHLIB
581 here: just use piclist.
582
b62e64e9
DE
583Mon Feb 19 02:03:50 1996 Doug Evans <[email protected]>
584
585 * sparc-dis.c (MASK_V9,V9_ONLY_P,V9_P): Define.
586 (print_insn_sparc): Rewrite v9/not-v9 tests.
587 (compare_opcodes): Likewise.
588 * sparc-opc.c (MASK_<ARCH>): Define.
589 (v6,v7,v8,sparclite,v9,v9a): Redefine.
590 (sparclet,v6notv9): Define.
591 (sparc_opcode_archs): Delete member `conflicts'. Add `supported'.
592 (sparc_opcodes): Delete F_NOTV9, use v6notv9 instead.
593
6d76c71f
ILT
594Thu Feb 15 14:45:05 1996 Ian Lance Taylor <[email protected]>
595
46bcd2ec
ILT
596 * configure.in: Call AC_PROG_CC before configure.host.
597 * configure: Rebuild.
598
6d76c71f
ILT
599 * Makefile.in (SONAME): Remove leading ../bfd/ from $(SHLIB).
600
03db5a93
ILT
601Wed Feb 14 19:01:27 1996 Alan Modra <[email protected]>
602
603 * i386-dis.c (onebyte_has_modrm): New static array.
604 (twobyte_has_modrm): New static array.
605 (print_insn_i386): Only fetch the mod/reg/rm byte if it is needed.
606
607Tue Feb 13 15:15:01 1996 Ian Lance Taylor <[email protected]>
608
609 * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not
610 $(SHLINK).
611
222e3f6e
MM
612Mon Feb 12 16:26:06 1996 Michael Meissner <[email protected]>
613
614 * ppc-opc.c (PPC): Undef, so default defination on Windows NT
615 doesn't conflict.
616
c07dc459
ILT
617Wed Feb 7 13:59:54 1996 Ian Lance Taylor <[email protected]>
618
222e3f6e
MM
619 * m68k-opc.c (m68k_opcodes): The bkpt instruction is supported on
620 m68010up, not just m68020up | cpu32.
621
c07dc459
ILT
622 * Makefile.in (SONAME): New variable.
623 ($(SHLINK)): Make a link to the transformed name, as well.
624 (stamp-tshlink): New target.
625 (install): Skip stamp-tshlink during install.
626
627Tue Feb 6 12:28:54 1996 Ian Lance Taylor <[email protected]>
628
629 * configure.in: Call AC_ARG_PROGRAM.
630 * configure: Rebuild.
631 * Makefile.in (program_transform_name): New variable.
632 (install): Transform library name before installing it.
633
e0bf1022
ILT
634Mon Feb 5 16:14:42 1996 Ian Lance Taylor <[email protected]>
635
1a4dd30e 636 * i960-dis.c (mem): Add HX dcinva instruction.
1a4dd30e 637
e0bf1022
ILT
638 Support for building as a shared library, based on patches from
639 Alan Modra <[email protected]>:
640 * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
641 New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
642 SHLIB_CFLAGS, COMMON_SHLIB, SHLINK.
643 * configure: Rebuild.
644 * Makefile.in (ALLLIBS): New variable.
645 (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
646 (COMMON_SHLIB, SHLINK): New variables.
647 (.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
648 (STAGESTUFF): Remove variable.
649 (all): Depend upon $(ALLLIBS) rather than $(TARGETLIB).
650 (stamp-piclist, piclist): New targets.
651 ($(SHLIB), $(SHLINK)): New targets.
652 ($(OFILES)): Depend upon stamp-picdir.
653 (disassemble.o): Build twice if PICFLAG is set.
654 (MOSTLYCLEAN): Add pic/*.o.
655 (clean): Remove $(SHLIB), $(SHLINK), piclist, and stamp-piclist.
656 (distclean): Remove pic and stamp-picdir.
657 (install): Install shared libraries.
658 (stamp-picdir): New target.
659
660Fri Feb 2 17:15:25 1996 Doug Evans <[email protected]>
661
662 * sparc-dis.c (print_insn_sparc): Delete DISASM_RAW_INSN support.
663 Print unknown instruction as "unknown", rather than in hex.
664
9fcea7ef
ILT
665Tue Jan 30 14:06:08 1996 Ian Lance Taylor <[email protected]>
666
667 * dis-buf.c: Include "sysdep.h" before "dis-asm.h".
668
669Thu Jan 25 20:24:07 1996 Doug Evans <[email protected]>
670
671 * sparc-opc.c (sparc_opcode_archs): Mark v8/sparclite as conflicting.
672
931c53ab
ILT
673Thu Jan 25 11:56:49 1996 Ian Lance Taylor <[email protected]>
674
675 * i386-dis.c (print_insn_i386): Only fetch the mod/reg/rm byte
676 when necessary. From Ulrich Drepper
677 <[email protected]>.
678
ca4cb8bc
DE
679Thu Jan 25 03:39:10 1996 Doug Evans <[email protected]>
680
681 * sparc-dis.c (print_insn_sparc): NUMOPCODES replaced with
682 sparc_num_opcodes. Update architecture enum values.
683 * sparc-opc.c (sparc_opcode_archs): Replaces architecture_pname.
684 (sparc_opcode_lookup_arch): New function.
685 (sparc_num_opcodes): Renamed from bfd_sparc_num_opcodes.
686 (sparc_opcodes): Add v9a shutdown insn.
687
187fddf7
DE
688Mon Jan 22 08:29:59 1996 Doug Evans <[email protected]>
689
986c92a7
DE
690 * sparc-dis.c (print_insn_sparc): Renamed from print_insn.
691 If DISASM_RAW_INSN, print insn in hex. Handle v9a as opcode
692 architecture.
693 (print_insn_sparc64): Deleted.
694 * disassemble.c (disassembler, case bfd_arch_sparc): Always use
695 print_insn_sparc.
79ae32ab 696
187fddf7
DE
697 * sparc-opc.c (architecture_pname): Add v9a.
698
6ddc0baa
ILT
699Fri Jan 12 14:35:58 1996 David Mosberger-Tang <[email protected]>
700
701 * alpha-opc.h (alpha_insn_set): VAX floating point opcode was
702 incorrectly defined as 0x16 when it should be 0x15.
703 (FLOAT_FORMAT_MASK): function code is 11 bits, not just 7 bits!
704 (alpha_insn_set): added cvtst and cvttq float ops. Also added
705 excb (exception barrier) which is defined in the Alpha
706 Architecture Handbook version 2.
707 * alpha-dis.c (print_insn_alpha): Fixed special-case decoding for
708 OPERATE_FORMAT_CODE type instructions. The bug caused mulq to be
709 disassembled as or, for example.
710
fef0b65b
ILT
711Wed Jan 10 12:37:22 1996 Ian Lance Taylor <[email protected]>
712
713 * mips-dis.c (print_insn_arg): Print cases 'i' and 'u' in hex.
714 (_print_insn_mips): Change i from int to unsigned int.
715
3cf013f8
MM
716Thu Jan 4 17:21:10 1996 David Edelsohn <[email protected]>
717
718 * ppc-opc.c (powerpc_opcodes): tlbi POWER opcode form different
719 from tlbie PowerPC opcode. Add PPC603 tlbld and tlbli.
720
1d935cf6
MM
721Thu Dec 28 13:29:19 1995 John Hassey <[email protected]>
722
723 * i386-dis.c: Added Pentium Pro instructions.
724
725Tue Dec 19 22:56:35 1995 Michael Meissner <[email protected]>
726
727 * ppc-opc.c (fsqrt{,.}): Duplicate for PowerPC in addition to
728 being for Power2.
729
730Fri Dec 15 14:14:15 1995 J.T. Conklin <[email protected]>
731
732 * sh-opc.h (sh_nibble_type): Added REG_B.
733 (sh_arg_type): Added A_REG_B.
734 (sh_table): Added pref and bank reg versions of ldc, ldc.l, stc
735 and stc.l opcodes.
736 * sh-dis.c (print_insn_shx): Added cases for REG_B and A_REG_B.
737
ab0ec5d0
ILT
738Fri Dec 15 16:44:31 1995 Ian Lance Taylor <[email protected]>
739
740 * disassemble.c (disassembler): Use new bfd_big_endian macro.
741
1d776313
ILT
742Tue Dec 12 12:22:24 1995 Ian Lance Taylor <[email protected]>
743
744 * Makefile.in (distclean): Remove stamp-h. From Ronald
745 F. Guilmette <[email protected]>.
746
211eda66
SS
747Tue Dec 5 13:42:44 1995 Stan Shebs <[email protected]>
748
749 From David Mosberger-Tang <[email protected]>:
750 * alpha-dis.c (print_insn_alpha): fixed decoding of cpys
751 instruction.
752
60da0079
C
753Mon Dec 4 12:29:05 1995 J.T. Conklin <[email protected]>
754
755 * sh-opc.h (sh_arg_type): Added A_SSR and A_SPC.
756 (sh_table): Added many SH3 opcodes.
757 * sh-dis.c (print_insn_shx): Added cases for A_SSR and A_SPC.
758
695b028f
MM
759Fri Dec 1 07:42:18 1995 Michael Meissner <[email protected]>
760
761 * ppc-opc.c (subfc., subfco): Mark this PPCCOM, not PPC.
762 (subco,subco.): Mark this PPC, not PPCCOM.
763
bd22cd1e
ILT
764Mon Nov 27 13:09:52 1995 Ian Lance Taylor <[email protected]>
765
766 * configure: Rebuild with autoconf 2.7.
767
00103dfa
ILT
768Tue Nov 21 18:28:06 1995 Ian Lance Taylor <[email protected]>
769
770 * configure: Rebuild with autoconf 2.6.
771
772Wed Nov 15 19:02:53 1995 Ken Raeburn <[email protected]>
773
774 * configure.in: Sort list of architectures. Accept but do nothing
775 for alliant, convex, pyramid, romp, and tahoe.
776
777Wed Nov 8 20:18:59 1995 Ian Lance Taylor <[email protected]>
778
779 * a29k-dis.c (print_special): Change num to unsigned int.
780
781Wed Nov 8 20:10:35 1995 Eric Freudenthal <[email protected]>
782
783 * a29k-dis.c (print_insn): Cast insn24 to unsigned long when
784 shifting it.
785
6a468850
ILT
786Tue Nov 7 15:21:06 1995 Ian Lance Taylor <[email protected]>
787
788 * configure.in: Call AC_CHECK_PROG to find and cache AR.
789 * configure: Rebuilt.
790
f98c3369
ILT
791Mon Nov 6 17:39:47 1995 Harry Dolan <[email protected]>
792
793 * configure.in: Add case for bfd_i860_arch.
794 * configure: Rebuild.
795
681447c6
ILT
796Fri Nov 3 12:45:31 1995 Ian Lance Taylor <[email protected]>
797
798 * m68k-opc.c (m68k_opcodes): Correct fmoveml operands.
799 * m68k-dis.c (NEXTSINGLE): Change i to unsigned int.
800 (NEXTDOUBLE): Likewise.
801 (print_insn_m68k): Don't match fmoveml if there is more than one
802 register in the list.
803 (print_insn_arg): Handle a place of '8' for a type of 'L'.
804
dbf7e45f
ILT
805Thu Nov 2 23:06:33 1995 Ian Lance Taylor <[email protected]>
806
807 * m68k-opc.c: Use #W rather than #w.
808 * m68k-dis.c (print_insn_arg): Handle new 'W' place.
809
681bbcf5
ILT
810Wed Nov 1 13:30:24 1995 Ian Lance Taylor <[email protected]>
811
812 * m68k-opc.c (m68k_opcode_aliases): Add dbfw as an alias for dbf,
813 and likewise for all the dbxx opcodes.
814
76ab2645
FF
815Mon Oct 30 20:50:40 1995 Fred Fish <[email protected]>
816
817 * arc-dis.c: Include elf-bfd.h rather than libelf.h.
818
a2bdba31
JSC
819Mon Oct 23 11:11:34 1995 James G. Smith <[email protected]>
820
821 * mips-opc.c: Added shorthand (V1) for INSN_4100 manifest. Added
822 the VR4100 specific instructions to the mips_opcodes structure.
823
824Thu Oct 19 11:05:23 1995 Stan Shebs <[email protected]>
825
826 * mpw-config.in, mpw-make.sed: Remove ugly workaround for
827 ugly Metrowerks bug in CW6, is fixed in CW7.
828
d75c2e0f
MM
829Mon Oct 16 12:59:01 1995 Michael Meissner <[email protected]>
830
831 * ppc-opc.c (whole file): Add flags for common/any support.
832
833Tue Oct 10 11:06:07 1995 Fred Fish <[email protected]>
834
835 * Makefile.in (BISON): Remove macro.
836 (FLAGS_TO_PASS): Remove BISON.
837
9e0b0ae7
KR
838Fri Oct 6 16:26:45 1995 Ken Raeburn <[email protected]>
839
840 Mon Sep 25 22:49:32 1995 Andreas Schwab <[email protected]>
841
842 * m68k-dis.c (print_insn_m68k): Recognize all two-word
843 instructions that take no args by looking at the match mask.
844 (print_insn_arg): Always print "%" before register names.
845 [case 'c']: Use "nc" for the no-cache case, as recognized by gas.
846 [case '_']: Don't print "@#" before address.
847 [case 'J']: Use "%s" as format string, not register name.
848 [case 'B']: Treat place == 'C' like 'l' and 'L'.
849
726257a8
KR
850Thu Oct 5 22:16:20 1995 Ken Raeburn <[email protected]>
851
852 * i386-dis.c: Describe cmpxchg8b operand, and spell the opcode
853 name correctly.
854
e521d840
SC
855Tue Oct 3 08:30:20 1995 steve chamberlain <[email protected]>
856
857 From David Mosberger-Tang <[email protected]>
858
859 * alpha-opc.h (MEMORY_FUNCTION_FORMAT_MASK): added.
860 (alpha_insn_set): added definitions for VAX floating point
861 instructions (Unix compilers don't generate these, but handcoded
862 assembly might still use them).
863
864 * alpha-dis.c (print_insn_alpha): added support for disassembling
865 the miscellaneous instructions in the Alpha instruction set.
866
867Tue Sep 26 18:47:20 1995 Stan Shebs <[email protected]>
868
869 * mpw-config.in: Add m68k-opc.c.o to BFD_MACHINES for m68k,
870 no longer create sysdep.h, sed ppc-opc.c to work around a
871 serious Metrowerks C bug.
872 * mpw-make.in: Remove.
873 * mpw-make.sed: New file, used by mpw-configure to edit
874 Makefile.in into an MPW makefile.
875
1cd3bab3
ILT
876Wed Sep 20 12:55:28 1995 Ian Lance Taylor <[email protected]>
877
878 * Makefile.in (maintainer-clean): New synonym for realclean.
879
a4a879cd
ILT
880Tue Sep 19 15:28:36 1995 Ian Lance Taylor <[email protected]>
881
882 * m68k-opc.c: Split pmove patterns which use 'P' into patterns
883 which use '0', '1', and '2' instead. Specify the proper size for
884 a pmove immediate operand. Correct the pmovefd patterns to be
885 moves to a register, not from a register.
886 * m68k-dis.c (print_insn_arg): Replace 'P' with '0', '1', '2'.
887
4814df24
DE
888Thu Sep 14 11:58:22 1995 Doug Evans <[email protected]>
889
890 * sparc-opc.c (sparc_opcodes): Mark all insns that reference
891 %psr, %wim, %tbr as F_NOTV9.
892
84c1534f
ILT
893Fri Sep 8 01:07:38 1995 Ian Lance Taylor <[email protected]>
894
824155e8
ILT
895 * Makefile.in (Makefile): Just rebuild Makefile when running
896 config.status.
897 (config.h, stamp-h): New targets.
898 * configure.in: Call AC_CONFIG_HEADER and AC_CANONICAL_SYSTEM
899 earlier. Don't bother to call AC_ARG_PROGRAM. Touch stamp-h when
900 rebuilding config.h.
901 * configure: Rebuild.
902
84c1534f
ILT
903 * mips-opc.c: Change unaligned loads and stores with "t,A"
904 operands to use "t,A(b)".
905
84c1534f
ILT
906Thu Sep 7 19:02:46 1995 Jim Wilson <[email protected]>
907
908 * sh-dis.c (print_insn_shx): Add F_FR0 support.
909
84c1534f
ILT
910Thu Sep 7 19:02:46 1995 Jim Wilson <[email protected]>
911
912 * sh-dis.c (print_insn_shx): Change loop over op->arg[n] to iterate
913 until 3 instead of until 2.
914
40db6118
ILT
915Wed Sep 6 21:21:33 1995 Ian Lance Taylor <[email protected]>
916
917 * Makefile.in (ALL_CFLAGS): Define.
918 (.c.o, disassemble.o): Use $(ALL_CFLAGS).
919 (MOSTLYCLEAN): Add config.log.
920 (distclean): Don't remove config.log.
921 * configure.in: Substitute HDEFINES.
922 * configure: Rebuild.
923
dd6ed5ab
JW
924Wed Sep 6 15:08:09 1995 Jim Wilson <[email protected]>
925
926 * sh-opc.h (sh_arg_type): Add F_FR0.
927 (sh_table, case fmac): Add F_FR0 as first argument.
928
dd6ed5ab
JW
929Wed Sep 6 15:08:09 1995 Jim Wilson <[email protected]>
930
931 * sh-opc.h (sh_opcode_info): Increase arg array size to 4.
932
49cb62cd
DE
933Tue Sep 5 18:28:10 1995 Doug Evans <[email protected]>
934
935 * sparc-dis.c: Remove all references to NO_V9.
936
beb926c0
ILT
937Tue Sep 5 20:03:26 1995 Ian Lance Taylor <[email protected]>
938
939 * aclocal.m4: Just include ../bfd/aclocal.m4.
940 * configure: Rebuild.
941
fdd7e4ef
DE
942Tue Sep 5 16:09:59 1995 Doug Evans <[email protected]>
943
944 * sparc-dis.c (X_DISP19): Define.
945 (print_insn, case 'G'): Use it.
946 (print_insn, case 'L'): Sign extend displacement.
947
c62d1274
ILT
948Mon Sep 4 14:28:46 1995 Ian Lance Taylor <[email protected]>
949
9b65d522
ILT
950 * configure.in: Run ../bfd/configure.host before AC_PROG_CC.
951 Subsitute CFLAGS and AR. Call AC_PROG_INSTALL. Don't substitute
952 host_makefile_frag or frags.
953 * aclocal.m4: New file.
954 * configure: Rebuild.
955 * Makefile.in (INSTALL): Set to @INSTALL@.
956 (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
957 (INSTALL_DATA): Set to @INSTALL_DATA@.
958 (AR): Set to @AR@.
959 (AR_FLAGS): Set to rc rather than qc.
960 (CC): Define as @CC@.
961 (CFLAGS): Set to @CFLAGS@.
962 (@host_makefile_frag@): Remove.
963 (config.status): Remove dependency upon @frags@.
964
c62d1274
ILT
965 * configure.in: ../bfd/config.bfd now just sets shell variables.
966 Use them rather than looking through target Makefile fragments.
967 * configure: Rebuild.
968
db29ae72
JW
969Thu Aug 31 12:35:32 1995 Jim Wilson <[email protected]>
970
971 * sh-opc.h (ftrc): Change FPUL_N to FPUL_M.
972
a69d3a72
DE
973Wed Aug 30 13:52:28 1995 Doug Evans <[email protected]>
974
90c45f31
DE
975 * sparc-opc.c (sparc_opcodes): Delete duplicate wr %y insn.
976 Add clrx, iprefetch, signx, clruw, cas, casl, casx, casxl synthetic
977 sparc64 insns.
978
979 * sparc-opc.c (sparc_opcodes): Fix prefetcha insn.
a69d3a72
DE
980 (lookup_{name,value}): New functions.
981 (prefetch_table): New static local.
982 (sparc_{encode,decode}_prefetch): New functions.
983 * sparc-dis.c (print_insn): Handle '*' arg (prefetch function).
984
9b39b1a8
JW
985Wed Aug 30 11:11:58 1995 Jim Wilson <[email protected]>
986
987 * sh-opc.h: Add blank lines to improve readabililty of sh3e
988 instructions.
989
66f6448d
JW
990Wed Aug 30 11:09:38 1995 Jim Wilson <[email protected]>
991
992 * sh-dis.c: Correct comment on first line of file.
993
7ec65830
DE
994Tue Aug 29 15:37:18 1995 Doug Evans <[email protected]>
995
201bf506
DE
996 * disassemble.c (disassembler): Handle bfd_mach_sparc64.
997
66f6448d
JW
998 * sparc-opc.c (asi, membar): New static locals.
999 (sparc_{encode,decode}_{asi,membar}): New functions.
1000 (sparc_opcodes, membar insn): Fix.
7ec65830 1001 * sparc-dis.c (print_insn): Call sparc_decode_asi.
66f6448d
JW
1002 Support decoding of membar masks.
1003 (X_MEMBAR): Define.
7ec65830
DE
1004
1005Sat Aug 26 21:22:48 1995 Ian Lance Taylor <[email protected]>
1006
1007 * m68k-opc.c (m68k_opcode_aliases): Add br, brs, brb, brw, brl.
1008
259d19c2
ILT
1009Mon Aug 21 17:33:36 1995 Ian Lance Taylor <[email protected]>
1010
1011 * m68k-opc.c (m68k_opcode_aliases): Add bhib as an alias for bhis,
1012 and likewise for the other branches. Add bhs as an alias for bcc,
1013 and likewise for the size variants. Add dbhs as an alias for
1014 dbcc.
1015
259d19c2
ILT
1016Fri Aug 11 13:40:24 1995 Jeff Law ([email protected])
1017
1018 * sh-opc.h (FP sts instructions): Update to match reality.
1019
3d915dd2
ILT
1020Mon Aug 7 16:12:58 1995 Ian Lance Taylor <[email protected]>
1021
1022 * m68k-dis.c: (fpcr_names): Add % before all register names.
1023 (reg_names): Likewise.
1024 (print_insn_arg): Don't explicitly print % before register names.
1025 Add % before register names in static array names. In case 'r',
1026 print data registers as `@(Dn)', not `Dn@'. When printing a
1027 memory address, don't print @# before it.
1028 (print_indexed): Change base_disp and outer_disp from int to
1029 bfd_vma. Print using MIT syntax, not mutant invalid Motorola
1030 syntax. Sign extend 8 byte displacement correctly.
1031 (print_base): Print using MIT syntax. Print zpc when appropriate.
1032 Change parameter disp from int to bfd_vma.
1033
1034 * m68k-opc.c (m68k_opcode_aliases): Add jsrl and jsrs as aliases
1035 for jsr.
1036
1ca31557
JL
1037Mon Aug 7 02:21:40 1995 Jeff Law ([email protected])
1038
1039 * sh-dis.c (print_insn_shx): Handle new operand types F_REG_N,
1040 F_REG_M, FPSCR_M, FPSCR_N, FPUL_M and FPUL_N.
1041 * sh-opc.h (sh_arg_type): Add new operand types.
1042 (sh_table): Add new opcodes from SH3E Floating Point ISA.
1043
1ca31557
JL
1044Sat Aug 5 16:50:14 1995 Fred Fish <[email protected]>
1045
1046 * Makefile.in (distclean): Remove generated file config.h.
1047
1048Sat Aug 5 16:50:14 1995 Fred Fish <[email protected]>
1049
1050 * Makefile.in (distclean): Remove generated file config.h.
1051
1052Wed Aug 2 18:33:40 1995 Ian Lance Taylor <[email protected]>
1053
1054 * m68k-opc.c: New file, holding tables from include/opcode/m68k.h.
1055 Clean up tables.
1056 * m68k-dis.c: Remove BREAK_UP_BIG_DECL stuff.
1057 (opcode): Remove.
1058 (print_insn_m68k): Change d to be const. Use m68k_numopcodes
1059 rather than numopcodes. Use m68k_opcodes rather than removed
1060 opcode function. Don't check F_ALIAS.
1061 (print_insn_arg): Change first parameter to be const char *.
1062 * Makefile.in (ALL_MACHINES): Add m68k-opc.o.
1063 (m68k-opc.o): New target.
1064 * configure.in: Build m68k-opc.o for bfd_m68k_arch.
1065 * configure: Rebuild.
1066
f069afb4
DE
1067Wed Aug 2 08:23:38 1995 Doug Evans <[email protected]>
1068
1069 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
9a84bc05 1070 (opcode_bits, opcode_hash_table): New variables.
f069afb4
DE
1071 (opcodes_initialized): Renamed from opcodes_sorted.
1072 (build_hash_table): New function.
1073 (is_delayed_branch): Use hash table.
1074 (print_insn): Renamed from print_insn_sparc, made static.
9a84bc05 1075 Build and use hash table. If !sparc64, ignore sparc64 insns,
f069afb4 1076 and vice-versa if sparc64.
9a84bc05
DE
1077 (print_insn_sparc, print_insn_sparc64): New functions.
1078 (compare_opcodes): Move sparc64 opcodes to end.
1079 Print commutative insns with constant second.
f069afb4
DE
1080 * sparc-opc.c (all non-v9 insns): Use flag F_NOTV9 instead of F_ALIAS.
1081
1082Tue Aug 1 00:12:49 1995 Ian Lance Taylor <[email protected]>
1083
1084 * sh-dis.c (print_insn_shx): Remove unused local dslot. Use
1085 print_address_func for A_BDISP12 and A_BDISP8. Correct test which
1086 avoids printing a delay slot in a delay slot.
1087 * sh-opc.h (sh_table): Fully bracket last entry.
1088
1089Mon Jul 31 12:04:47 1995 Doug Evans <[email protected]>
1090
1091 * sparc-opc.c (sllx, srax, srlx): Fix disassembly.
1092
1093Wed Jul 12 00:59:34 1995 Ken Raeburn <[email protected]>
1094
1095 * configure.in: Get host_makefile_frag from ${srcdir}.
1096
1097 * configure.in: Autoconfiscated. Check for string[s].h. Create
1098 config.h from config.in. Don't set up sysdep.h link.
1099 * sysdep.h: New file.
1100 * configure, config.in: New files, generated from configure.in.
1101 * Makefile.in: Updated to be processed autoconf-style.
1102 (distclean): Keep sysdep.h. Remove config.log and config.cache.
1103 (Makefile): Depend on config.status.
1104 (config.status): New rule.
1105 * configure.bat: Update Makefile substitutions.
1106
89abbf9d
ILT
1107Tue Jul 11 14:23:37 1995 Jeff Spiegel <[email protected]>
1108
1109 * mips-opc.c (L1): Define.
1110 (mips_opcodes): Add R4010 instructions: flushi, flushd, flushid,
1111 addciu, madd, maddu, ffc, ffs, msub, msubu, selsi, selsr, waiti,
1112 and wb.
1113
141b9f1b
ILT
1114Tue Jul 11 11:49:49 1995 Ian Lance Taylor <[email protected]>
1115
89abbf9d
ILT
1116 * mips-opc.c (mips_opcodes): For the move pseudo-op, prefer daddu
1117 if ISA 3 and addu otherwise, replacing or, since some MIPS chips
1118 have multiple add units but only a single logical unit.
1119
141b9f1b
ILT
1120 * ppc-opc.c (powerpc_operands): Change CR to use a bitsize of 3,
1121 shifted by 18, without any insertion or extraction function.
1122 (insert_cr, extract_cr): Remove.
1123
1124start-sanitize-arc
1125Mon Jul 3 11:54:31 1995 Ian Lance Taylor <[email protected]>
1126
1127 * Makefile.in (ALL_MACHINES): Add arc-dis.o and arc-opc.o.
1128
1129end-sanitize-arc
1130Wed Jun 21 20:05:39 1995 Ken Raeburn <[email protected]>
1131
1132 * m68k-dis.c (print_insn_arg, print_indexed): Print "%" before
1133 register names.
1134
6efe6dc5
SS
1135Thu Jun 15 17:23:31 1995 Stan Shebs <[email protected]>
1136
1137 * mpw-config.in: Add sh and i386 configs, remove sparc config.
1138 * sh-opc.h: Add copyright.
1139
1140Mon Jun 5 03:30:43 1995 Ken Raeburn <[email protected]>
1141
1142 * Makefile.in (crunch-m68k): Delete extra target accidentally
1143 checked in a while ago.
1144
1145Wed May 24 16:22:13 1995 Jim Wilson <[email protected]>
1146
1147 * sh-opc.h (sh_table): Add SH3 support.
1148
1ff71ed0
SC
1149Wed May 24 14:16:08 1995 Steve Chamberlain <[email protected]>
1150
1151 * sh-opc.h: Added bsrf and braf.
1152
1153Wed May 10 14:28:16 1995 Richard Earnshaw ([email protected])
1154
1155 * arm-opc.h (arm_opcodes): Add 64-bit multiply patterns. Delete
1156 bogus [ls]fm{ea,fd} patterns.
1157
1158 * arm-opc.h (arm_opcodes): Correct typos in stm, ldm, std, and ldc.
1159 * arm-dis.c (print_insn_arm): Make GIVEN a parameter, don't try and
1160 initialize it from memory. Make function static.
1161 (print_insn_{big,little}_arm): New functions.
1162 * disassemble.c (disassembler, case bfd_arch_arm): Disassemble for
1163 the correct endianness.
1164
1165start-sanitize-arc
1166Sat Apr 29 23:20:05 1995 Doug Evans <[email protected]>
1167
1168 * arc-opc.c (arc_opcodes): Add ARC_OPCODE_CONDITIONAL_BRANCH flag.
1169 (arc_suffixes): Use ARC_DELAY_{NONE,NORMAL,JUMP}.
1170end-sanitize-arc
1171
8f96fa0e
JM
1172Mon Apr 24 14:18:05 1995 Jason Molenda ([email protected]>
1173
1ff71ed0 1174 * sh-opc.h (sh_nibble_type, sh_arg_type): remove trailing , from
8f96fa0e
JM
1175 enum list.
1176
4121273f
MM
1177Wed Apr 19 14:07:03 1995 Michael Meissner <[email protected]>
1178
1179 * m68k-dis.c (opcode): Finish change made by Kung Hsu on April
1180 17th, so that it builds again using GCC as the compiler.
1181
6a37aaf1
KR
1182Tue Apr 18 12:14:51 1995 Ken Raeburn <[email protected]>
1183
1184 * mips-dis.c (print_insn_little_mips): Cast return value from
1185 bfd_getl32 from bfd_vma to unsigned long, because _print_insn_mips
1186 expects an unsigned long, and that might be fewer words of
1187 argument storage (e.g., if bfd_vma is long long on a 32-bit
1188 machine).
1189 (print_insn_big_mips): Likewise with bfd_getb32 value.
1190 (_print_insn_mips): Now static.
1191
1192Mon Apr 17 12:23:28 1995 Kung Hsu <[email protected]>
1193
1194 * m68k-dis.c: Take out #define BREAK_UP_BIG_DECL kludge, because
1195 gcc memory hog problem with initializer is fixed.
1196
1197start-sanitize-arc
1198Wed Apr 12 09:04:12 1995 Doug Evans <[email protected]>
1199
1200 * arc-opc.c (NULL): Define.
1201 (arc_operands, insn fields u,s): Delete.
1202 (arc_operands, insn fields a,b,c): Mark as signed.
1203 (arc_opcodes): No longer const, links computed at run-time.
1204 (arc_opcodes, mac/mul insns): Breakout suffixes as we don't handle
1205 suffixes that affect the insn code.
1206 (arc_opcodes): Resort table to macros are first.
1207 (arc_opcodes, ld [b,c] entry): Add %Q to prevent shimms.
1208 (arc_opcodes, st [b] entry): Likewise.
1209 (arc_opcodes, st [b,d] entry): Fix mask, value.
1210 (arc_reg_names): Add entries for r29, r30, r31, r60.
1211 (opcode_map, icode_map): New static globals.
1212 (arc_opcode_init_tables): Initialize them.
1213 (arc_opcode_lookup_asm, arc_opcode_lookup_dis): New functions.
1214 (insert_shimmoffset): Signal error if register present.
1215 Validate constant.
1216 * arc-dis.c (print_insn): Call arc_opcode_lookup_dis.
1217end-sanitize-arc
1218
1e095685
SS
1219Mon Apr 10 15:55:01 1995 Stan Shebs <[email protected]>
1220
1221 Merge in support for Mac MPW as a host.
1222 (Old change descriptions retained for informational value.)
1223
1224 * mpw-config.in (archname): Compute from the config.
1225 (BFD_MACHINES, ARCHDEFS): Put into mk.tmp.
1226
1227 * mpw-config.in (target_arch): Compute from canonical target.
1228 (m68k, mips, powerpc, sparc): Add architectures.
1229 * mpw-make.in (disassemble.c.o): Add.
1230 (ALL_CFLAGS): Remove special flags (-mc68020 -mc68881 -model far).
1231
1232 * mpw-config.in (BFD_MACHINES): Set to a default value.
1233 * mpw-make.in (BFD_MACHINES): Remove wired-in value.
1234
1235 * mpw-make.in (CSEARCH): Add extra-include to search path.
1236
1237 * mpw-config.in (varargs.h): Don't create.
1238 (sysdep.h): Create using forward-include.
1239 * mpw-make.in (CSEARCH): Add include/mpw to search path.
1240
1241 * mpw-config.in: New file, MPW version of configure.in.
1242 * mpw-make.in: New file, MPW version of Makefile.in.
1243
1a56be5c
DE
1244start-sanitize-arc
1245Thu Apr 6 20:36:08 1995 Doug Evans <[email protected]>
1246
1247 * arc-dis.c (print_insn): New parameter `big_p'. Callers updated.
1248 Call arc_get_opcode_mach to map bfd mach number to opcode value.
1249 (print_insn_*): Pass bfd mach number, not opcode version.
1250 * arc-opc.c (arc_get_opcode_mach): New function.
1251end-sanitize-arc
1252
1253Fri Mar 31 14:23:38 1995 Ken Raeburn <[email protected]>
1254
1255 * alpha-dis.c (print_insn_alpha): Put empty statement after
1256 default label.
1257
1258Tue Mar 21 10:51:40 1995 Jeff Law ([email protected])
1259
1260 * hppa-dis.c (sign_extend): Delete, redundant with libhppa.h version.
1261 (low_sign_extend): Likewise.
1262 (get_field): Delete unused function.
1263 (set_field, deposit_14, deposit_21): Likewise.
1264
1265Fri Mar 17 15:55:53 1995 J.T. Conklin <[email protected]>
1266
1267 * i386-dis.c: Support for more pentium opcodes. From Guy Harris
1268 ([email protected]).
1269
c024cc11
KR
1270Tue Mar 14 00:52:57 1995 Ken Raeburn ([email protected])
1271
1272 Sat Feb 11 17:22:41 1995 Klaus Kaempf ([email protected])
1273
1274 * alpha-opc.h (OSF_ASMCODE): define
1275 print pal-code names as defined in App C of the
1276 Alpha Architecture Reference Manual
1277
1278 * alpha-dis.c: cleaned up output
1279 print stylized code forms as defined in App A.4.3 of the
1280 Alpha Architecture Reference Manual
1281
8dbed89e
DE
1282Wed Mar 8 15:21:14 1995 Ian Lance Taylor <[email protected]>
1283
1284 * mips-opc.c: Add new mips4 instructions. Don't set INSN_RFE for
1285 `rfe'.
1286 * mips-dis.c (print_insn_arg): Handle new argument types 'h', 'R',
1287 'N', and 'M'.
1288
029e2524
KR
1289Wed Mar 8 02:54:05 1995 Ken Raeburn <[email protected]>
1290
1291 * m68k-dis.c (opcode): New function. Returns address of opcode
1292 table entry given index, even if the opcode table was split to
1293 work around gcc bugs.
1294 (print_insn_m68k): Call opcode instead of referencing m68k_opcodes
1295 directly.
8cf2e6eb
KR
1296 (BREAK_UP_BIG_DECL): Make secondary array static and const.
1297 (reg_names): Now const.
1298 (print_insn_arg): Arrays cacheFieldName and names now const.
1299 (print_indexed): Array scales now const.
029e2524 1300
3aa44a1d
DE
1301start-sanitize-arc
1302Tue Mar 7 21:14:14 1995 Doug Evans <[email protected]>
1303
1304 * arc-dis.c (print_insn_arc_base): Split into big and little fns.
1305 (print_insn_arc_{host,graphics,audio}): Likewise.
1306 (print_insn): Add prototype.
3aa44a1d
DE
1307 (arc_get_disassembler): New arg `big_p'. Return little or big
1308 print fn accordingly.
1309 * arc-opc.c (arc_opcode_init_tables): Init arc_operand_map once.
1310 (arc_opcode_supported): Use ARC_OPCODE_CPU to ignore byte order.
1311 (arc_opval_supported): Likewise.
1312 * disassemble.c (disassembler): Pass big endian flag to
1313 arc_get_disassembler.
1314end-sanitize-arc
1315
ab204453
ILT
1316Tue Mar 7 16:41:21 1995 Ian Lance Taylor <[email protected]>
1317
1318 * ppc-opc.c: Sort recently added instructions by minor opcode
1319 number within major opcode number.
1320
3f073f06
JL
1321Mon Mar 6 10:04:36 1995 Jeff Law ([email protected])
1322
1323 * hppa-dis.c: Include libhppa.h.
1324
1325Fri Feb 24 19:15:36 1995 Ian Lance Taylor <[email protected]>
1326
1327 * mips-opc.c: Change dli to use M_DLI, and add dla.
1328
f1cb5ff2
PS
1329Mon Feb 20 23:54:38 1995 Peter Schauer ([email protected])
1330
1331 * Makefile.in (ALL_MACHINES): Add w65-dis.o.
1332
07f27bb8
DE
1333start-sanitize-arc
1334Fri Feb 17 12:42:25 1995 Doug Evans <[email protected]>
1335
1336 * arc-dis.c (arc_get_disassembler): Change argument to int,
1337 one of bfd_mach_arc_xxx. All callers updated.
1338end-sanitize-arc
1339
f27ab330
ILT
1340Thu Feb 16 17:34:41 1995 Ian Lance Taylor <[email protected]>
1341
1342 * mips-opc.c: Add r4650 mul instruction.
1343
470feacf
ILT
1344Wed Feb 15 15:45:20 1995 Ian Lance Taylor <[email protected]>
1345
1346 * mips-opc.c: Add uld and usd macros for unaligned double load and
1347 store.
1348
1349Tue Feb 14 13:17:37 1995 Michael Meissner <[email protected]>
1350
1351 * ppc-opc.c (powerpc_opcodes): Add 403GA opcodes rfci, dccci,
1352 mfdcr, mtdcr, icbt, iccci.
1353
6acc9345 1354start-sanitize-arc
470feacf
ILT
1355Mon Feb 13 11:09:17 1995 Doug Evans <[email protected]>
1356
1357 * arc-dis.c (print_insn): Handle ARC_OPERAND_ADDRESS.
1358 * arc-opc.c (arc_operands): New operand 'J' for jump addresses.
1359 ('L' operand): Mark as ARC_OPERAND_ADDRESS.
1360 (arc_opcodes, j insn): Use 'J' operand type, not 'L'.
1361 (arc_opcodes, ld/st insns): Fix address writeback operand letter.
1362 (insert_absaddr): New function.
1363
6acc9345
DE
1364Thu Feb 9 19:19:23 1995 Doug Evans <[email protected]>
1365
1366 * arc-dis.c (print_insn_arc): Rename to print_insn and make static.
1367 New argument `cpu', pass it to arc_opcode_init_tables.
1368 Document byte order dependencies. Ignore unsupported insns.
c81a2ce3 1369 (arc_get_disassembler): New function.
6acc9345
DE
1370 (print_insn_arc_base, print_insn_arc_host, print_insn_arc_graphics,
1371 print_insn_arc_audio): New functions.
1372 * arc-opc.c (MULTSHIFT operand): Delete.
1373 (UNSIGNED, SATURATION): New operands.
1374 (mac, mul, mul64, mulu64): New insns.
1375 (ext. asl, asr, lsr, ror): Only available on host and graphics cpus.
1376 (padc, padd, pmov, pand, psbc, psub, swap): New insns.
1377 (host,graphics,audio extended and auxiliary regs): Define.
1378 (ss, sc, mh, ml): New suffixes.
1379 (arc_opcode_supported, arc_opval_supported): New functions.
1380 (insert_multshift, extract_multshift): Deleted.
9f05921f 1381 * disassemble.c (disassembler, case bfd_arch_arc): Call
c81a2ce3 1382 arc_get_disassembler to get disassembler routine.
6acc9345
DE
1383end-sanitize-arc
1384
7010c43a
SS
1385Thu Feb 9 12:28:13 1995 Stan Shebs <[email protected]>
1386
1387 * i960-dis.c (struct tabent, struct sparse_tabent): Change the
1388 signed char fields to shorts, more portable.
1389
ce2349c5
SS
1390Wed Feb 8 17:29:29 1995 Stan Shebs <[email protected]>
1391
1392 * i960-dis.c (struct tabent, struct sparse_tabent): Declare the
1393 char fields as signed chars, since they may have negative values.
1394
9ce4de19
C
1395Mon Feb 6 10:52:06 1995 J.T. Conklin <[email protected]>
1396
1397 * i386-dis.c (dis386_twobyte): Add cpuid, From Charles Hannum
1398 ([email protected]).
1399
1400Mon Jan 30 12:38:00 1995 Ian Lance Taylor <[email protected]>
1401
1402 From "Logg, Ed" <[email protected]>:
1403 * ppc-opc.c (extract_bdm): Correct parenthezisation.
1404 * ppc-dis.c (print_insn_powerpc): Print .long before unrecognized
1405 value.
1406
669124ef
ILT
1407Thu Jan 26 18:32:08 1995 Ian Lance Taylor <[email protected]>
1408
1409 * ppc-opc.c: Changes based on patch from David Edelsohn
1af6f4bb 1410 <[email protected]>.
669124ef
ILT
1411 (powerpc_operands): Add operands SPRBAT and SPRG. Split TBR out of
1412 SPR.
1413 (FXM_MASK): Define.
1414 (insert_tbr): New static function.
1415 (extract_tbr): New static function.
1416 (XFXFXM_MASK, XFXM): Define.
1417 (XSPRBAT_MASK, XSPRG_MASK): Define.
1418 (powerpc_opcodes): Add instructions to access special registers by
1419 name. Add mtcr and mftbu.
1420
1421Tue Jan 17 10:56:43 1995 Ian Lance Taylor <[email protected]>
1422
1423 * mips-opc.c (P3): Define.
1424 (mips_opcodes): Add mad and madu.
1425
9f744f91
SC
1426Sun Jan 15 16:32:59 1995 Steve Chamberlain <sac@splat>
1427
1428 * configure.in: Add W65 support.
1429 * disassemble.c: Likewise.
1430 * w65-opc.h, w65-dis.c: New files.
1431
d383e289
SC
1432Wed Dec 28 22:15:33 1994 Steve Chamberlain ([email protected])
1433
1434 * h8300-dis.c (bfd_h8_disassemble): Add support for 2 bit
1435 immediates.
1436
1437start-sanitize-arc
1438Tue Dec 20 10:36:55 1994 Doug Evans <[email protected]>
1439
1440 * arc-dis.c (print_insn_arc): Branch offsets are relative to delay
1441 slot.
1442 * arc-opc.c (extract_reladdr): New function.
1443 (insert_reladdr): Store address right-shifted by 2.
1444end-sanitize-arc
1445
27faaa41
ILT
1446Tue Dec 20 11:25:12 1994 Ian Lance Taylor <[email protected]>
1447
1448 * mips-opc.c: Add dli as a synonym for li.
1449
edb35c13
DE
1450start-sanitize-arc
1451Mon Dec 19 12:35:51 1994 Doug Evans <[email protected]>
1452
1453 * arc-opc.c (insertion fns): Pass pointer to value's table entry.
1454 All uses changed.
1455 (extraction fns): Insn argument now array of two words. Return pointer
1456 to value's table entry. All uses changed.
1457 (arc_opcode_lookup_suffix): Exported for arc-dis.c.
1458 (insert_multshift, extract_multshift): New fns.
1459 (arc_operands): Add support for cache bypass suffix. Add support for
1460 predefined aux regs. Modifier bits moved to flags field.
1461 (arc_opcodes): Likewise.
1462 Add mul/mulu/shift insns. Syntax of zero/sign extension insns changed.
1463 New insn rlc. Update to syntax in programmer's manual.
1464 (arc_reg_names): Fix typo in lp_count. Add predefined aux regs.
1465 (arc_suffixes): New synonyms lo,hs for cs,cc. New suffix for cache
1466 bypass.
1467 (arc_opcode_init_tables): New argument to indicate cpu type.
1468 (insert_reg): Handle predefined aux regs.
1469 (extract_reg): Likewise.
1470 (lookup_register): New fn.
1471 * arc-dis.c (arc_condition_codes): Deleted.
1472 (print_insn_arc): Handle insns with 32 bit immediate constants better.
1473 Clean up modifier handling. Handle predefined aux regs.
1474end-sanitize-arc
1475
a8732972
KR
1476Thu Dec 8 18:23:31 1994 Ken Raeburn <[email protected]>
1477
1478 * alpha-dis.c (print_insn_alpha): Handle call_pal instruction, and
1479 print something for reserved opcode values, even if it won't
1480 assemble again.
1481
1482 * mips-dis.c (_print_insn_mips): When initializing, shift right
1483 and mask, to avoid sign extension problems on the Alpha.
1484
1485 * m68k-dis.c (print_insn_arg, case 'J'): Handle buscr and pcr
1486 control registers.
1487
1488start-sanitize-arc
1489Tue Nov 29 18:02:43 1994 Doug Evans <[email protected]>
1490
1491 * configure.in: Add ARC support.
1492 * disassemble.c: Likewise.
1493 * arc-dis.c, arc-opc.c: New files.
1494end-sanitize-arc
1495
a90a64c1
SC
1496Wed Nov 23 22:34:51 1994 Steve Chamberlain ([email protected])
1497
1498 * sh-opc.h (mov.l gbr): Get direction right.
1499 * sh-dis.c (print_insn_shx): New function.
1500 (print_insn_shl, print_insn_sh): Call print_insn_shx to
1501 print opcodes with right byte order.
1502
1503Thu Nov 3 19:32:22 1994 Ken Raeburn <[email protected]>
1504
1505 * ns32k-dis.c (struct ns32k_option): Renamed from struct option,
1506 to avoid conflicts with getopt.
1507
dded3d14
ILT
1508Mon Oct 31 18:48:10 1994 Ian Lance Taylor <[email protected]>
1509
1510 * hppa-dis.c (print_insn_hppa): Read the instruction using
1511 bfd_getb32, so that it works on a little endian or 64 bit host.
1512 Remove unused local variable op.
1513
cd4b8926
ILT
1514Tue Oct 25 17:07:57 1994 Ian Lance Taylor <[email protected]>
1515
1516 * mips-opc.c: Use or instead of addu for pseudo-op move, since
1517 addu does not work correctly if -mips3.
1518
009946c9
ILT
1519Wed Oct 19 13:40:16 1994 Ian Lance Taylor <[email protected]>
1520
1521 * a29k-dis.c (print_special): Add special register names defined
1522 on 29030, 29040 and 29050.
1523 (print_insn): Handle new operand type 'I'.
1524
1525Wed Oct 12 11:59:55 1994 Ian Lance Taylor <[email protected]>
1526
1527 * Makefile.in (INSTALL): Use top level install.sh script.
1528
1529Wed Oct 5 19:16:29 1994 Ian Lance Taylor <[email protected]>
1530
1531 * sparc-dis.c: Rewrite to use bitfields, rather than a union, so
1532 that it works on a little endian host.
1533
995b0d3f
ILT
1534Tue Oct 4 12:14:21 1994 Ian Lance Taylor <[email protected]>
1535
1536 * configure.in: Use ${config_shell} when running config.bfd.
1537
1538Wed Sep 21 18:49:12 1994 Ian Lance Taylor ([email protected])
1539
1540 * mips-opc.c (mips_opcodes): "dabs" is only available with -mips3.
1541
e96a2b1d
ILT
1542Thu Sep 15 16:30:22 1994 Ian Lance Taylor ([email protected])
1543
1544 * a29k-dis.c (print_insn): Print the opcode.
1545
84909073
ILT
1546Wed Sep 14 17:52:14 1994 Ian Lance Taylor ([email protected])
1547
1548 * mips-opc.c (mips_opcodes): Set WR_t for sc and scd.
1549
da233e6e
JL
1550Sun Sep 11 22:32:17 1994 Jeff Law ([email protected])
1551
1552 * hppa-dis.c (reg_names): Use r26-r23 for arg0-arg3.
1553
942a4965
ILT
1554Tue Sep 6 11:37:12 1994 Ian Lance Taylor ([email protected])
1555
1556 * mips-opc.c: Set INSN_STORE_MEMORY flag for all instructions
1557 which store a value into memory.
1558
1559Sun Sep 04 17:58:10 1994 Richard Earnshaw ([email protected])
318b02b6
KR
1560
1561 * configure.in, Makefile.in, disassemble.c: Add support for the ARM.
1562 * arm-dis.c, arm-opc.h: New files.
1563
1564Fri Aug 5 14:00:05 1994 Stan Shebs ([email protected])
1565
1566 * Makefile.in (ns32k-dis.o): Add dependency.
1567 * ns32k-dis.c (print_insn_arg): Declare initialized local as
1568 string, not as array of chars.
1569
c4396c87
KR
1570Thu Jul 28 18:14:16 1994 Ken Raeburn ([email protected])
1571
1572 * sparc-dis.c (print_insn_sparc): Handle new operand type 'x'.
1573
1574 * sparc-opc.c: Added sparclite extended FP operations, and
1575 versions of v9 impdep* instructions permitting specification of
1576 the OPF field.
1577
2a097d73
KR
1578Tue Jul 26 16:36:03 1994 Ken Raeburn ([email protected])
1579
1580 * i960-dis.c (reg_names): Now const.
1581 (struct sparse_tabent): New type, copied from array type in mem
1582 function.
1583 (ctrl): Local static array ctrl_tab now const.
1584 (cobr): Local static array cobr_tab now const.
1585 (mem): Local variables reg1, reg2, reg3 now point to const. Local
1586 static variable mem_tab no longer explicitly initialized. Changed
1587 mem_init to const array of struct sparse_tabent.
1588 (reg): Local static variable reg_tab no longer explicitly
1589 initialized. Changed reg_init to const array of struct
1590 sparse_tabent.
1591 (ea): Local static array scale_tab now const.
1592
315f8809 1593 * i960-dis.c (reg): Added i960JX instructions to reg_init table.
2a097d73 1594 (REG_MAX): Updated.
2a097d73 1595
f61ca5fa
KR
1596Tue Jul 19 21:00:00 1994 DJ Delorie ([email protected])
1597
1598 * configure.bat: the disassember needs to be enabled for
1599 "objdump -d" to work in djgpp.
1600
69bb683c
KR
1601Wed Jul 13 18:01:58 1994 Ken Raeburn ([email protected])
1602
1603 * ns32k-dis.c: Deleted all code in "#ifdef GDB".
1604 (invalid_float): Enabled general version, doesn't require running
60a70a7b
KR
1605 on ns32k host. Changed to take char* argument, and test for
1606 explicitly specified sizes, instead of using sizeof() on host CPU
1607 types.
1608 (INVALID_FLOAT): Cast first argument.
f61ca5fa
KR
1609 (opt_u, opt_U, opt_O, opt_C, opt_S, list_P532, list_M532,
1610 list_P032, list_M032): Now const.
1611 (optlist, list_search): Made appropriate arguments now point to
1612 const.
1613 (print_insn_arg): Changed static array of one-character-string
1614 pointers into a static const array of characters; fixed sprintf
1615 statement accordingly.
69bb683c
KR
1616
1617Sun Jul 10 00:27:47 1994 Ian Dall ([email protected])
1618
1619 * opcodes/ns32k-dis.c: Semi-new file. Had apparently been dropped
1620 from distribution. A ns32k-dis.c from a previous distribution has
1621 been brought up to date and supports the new interface.
1622
318b02b6 1623 * disassemble.c: define ARCH_ns32k and add case bfd_arch_ns32k.
69bb683c
KR
1624
1625 * configure.in: add bfd_ns32k_arch target support.
1626
1627 * Makefile.in: add ns32k-dis.o to ALL_MACHINES.
1628 Add ns32k-dis.c to CFILES. Add dependencies for ns32k-dis.o.
1629
1630Wed Jun 29 22:10:37 1994 Steve Chamberlain ([email protected])
1631
1632 * h8300-dis.c (bfd_h8_disassemble): Get 16bit branch
1633 disassembly right.
1634
fea3fe64
SS
1635Tue Jun 28 13:22:06 1994 Stan Shebs ([email protected])
1636
1637 * h8300-dis.c, mips-dis.c: Don't use true and false.
1638
1639Thu Jun 23 12:53:19 1994 David J. Mackenzie ([email protected])
1640
1641 * configure.in: Change --with-targets to --enable-targets.
1642
72fcd790
ILT
1643Wed Jun 22 13:38:32 1994 Ian Lance Taylor ([email protected])
1644
1645 * mips-dis.c (_print_insn_mips): Build a static hash table mapping
1646 opcodes to the first instruction with that opcode, to speed
1647 disassembly of large files. From [email protected] (Ralph
1648 Campbell).
1649
1650Tue Jun 7 12:49:44 1994 Ian Lance Taylor ([email protected])
1651
1652 * Makefile.in (mostlyclean): Fix typo (was mostyclean).
1653
c06e55d9
KR
1654Wed May 11 22:32:00 1994 DJ Delorie ([email protected])
1655
1656 * configure.bat: update to latest makefile.in
1657
1658Sat May 7 17:13:21 1994 Steve Chamberlain ([email protected])
1659
1660 * a29k-dis.c (print_insn): Print 'x' type operand in hex.
1661 * h8300-dis.c (bfd_h8_disassemble): Print 16bit rels correctly.
1662 * sh-dis.c (print_insn_sh): Don't recur endlessly if delay
1663 slot insn is in a delay slot.
1664 * z8k-opc.h: (resflg): Fix patterns.
1665 * h8500-opc.h Fix CR insn patterns.
1666
1667Fri May 6 14:34:46 1994 Ian Lance Taylor ([email protected])
1668
1669 * ppc-opc.c (powerpc_opcodes): Put PowerPC versions of "cmp" and
1670 "cmpl" before POWER versions, so that gas -many uses them.
1671
7495f83b
KR
1672Thu Apr 28 18:32:36 1994 Ken Raeburn ([email protected])
1673
c06e55d9
KR
1674 * disassemble.c: New file.
1675 * Makefile.in (OFILES): Add disassemble.o.
1676 (disassemble.o): Provide dependencies; compile with $(ARCHDEFS).
1677 * configure.in: Define ARCHDEFS in Makefile. Code taken from
1678 binutils/configure.in.
1679
7495f83b
KR
1680 * m68k-dis.c (print_insn_m68k): If F_ALIAS flag is set, skip the
1681 opcode being examined.
1682
1683Thu Apr 21 17:08:40 1994 Ian Lance Taylor ([email protected])
1684
1685 * ppc-opc.c (powerpc_operands): Added RAL, RAM and RAS.
1686 (insert_ral, insert_ram, insert_ras): New functions.
1687 (powerpc_opcodes): Use RAL for load with update, RAM for lmw, and
1688 RAS for store with update.
1689
8c546ded
ILT
1690Sat Apr 16 23:41:44 1994 Ian Lance Taylor ([email protected])
1691
1692 * ppc-opc.c (powerpc_opcodes): Correct fcir. From David Edelsohn
1693 ([email protected]).
1694
76336d50
ILT
1695Wed Apr 6 17:11:45 1994 Ian Lance Taylor ([email protected])
1696
1697 * mips-opc.c (mips_opcodes): Correct operands of "nor" with an
1698 immediate argument.
1699
8055d512
DE
1700Mon Apr 4 16:30:46 1994 Doug Evans ([email protected])
1701
1702 * sparc-opc.c (sparc_opcodes): Fix "rd %fprs,%l0".
1703
749a663d
ILT
1704Mon Apr 4 13:22:00 1994 Ian Lance Taylor ([email protected])
1705
1706 * ppc-opc.c (powerpc_operands): The signedp field has been
1707 removed, so don't initialize it. Set the PPC_OPERAND_SIGNED flag
1708 instead. Add new operand SISIGNOPT.
1709 (powerpc_opcodes): For lis, liu, addis, and cau use SISIGNOPT.
1710 Based on patch from David Edelsohn ([email protected]).
1711 * ppc-dis.c (print_insn_powerpc): Check PPC_OPERAND_SIGNED rather
1712 than signedp field.
1713
878db64d
PS
1714Wed Mar 30 00:31:49 1994 Peter Schauer ([email protected])
1715
1716 * i386-dis.c (struct private): Renamed to dis_private. `private'
1717 is a reserved word for dynix cc.
1718
934ec70a
ILT
1719Mon Mar 28 13:00:15 1994 Ian Lance Taylor ([email protected])
1720
1721 * configure.in: Change error message to refer to bfd/config.bfd
1722 rather than bfd/configure.in.
1723
54192495
ILT
1724Mon Mar 28 12:28:30 1994 David Edelsohn ([email protected])
1725
1726 * ppc-opc.c: Define POWER2 as short alias flag.
1727 (powerpc_opcodes): Add POWER/2 opcodes lfq*, stfq*, fcir[z], and
1728 fsqrt.
1729
1730Wed Mar 23 12:23:05 1994 Ian Lance Taylor ([email protected])
1731
1732 * i960-dis.c (print_insn_i960): Don't read a second word for
1733 opcodes 0, 1, 2 and 3.
1734
1735Wed Mar 16 15:37:58 1994 Ian Lance Taylor ([email protected])
1736
1737 * configure.in: Don't build m68881-ext.o for bfd_m68k_arch.
1738
448ff992
ILT
1739Mon Mar 14 14:53:50 1994 Ian Lance Taylor ([email protected])
1740
c0386c7a
ILT
1741 * m68881-ext.c: Removed; no longer used.
1742 * Makefile.in: Changed accordingly.
1743
448ff992
ILT
1744 * m68k-dis.c (ext_format_68881): Don't declare.
1745 (print_insn_m68k): If an instruction uses place 'i', it uses at
1746 least four fixed bytes.
1747 (print_insn_arg): Don't bump p by 2 for case 'I', place 'i'. For
1748 extended float, convert to double using floatformat_to_double, not
1749 ieee_extended_to_double, and fetch the data before converting it.
1750
d75eb68c
ILT
1751Tue Mar 8 18:12:25 1994 Ian Lance Taylor ([email protected])
1752
1753 * mips-opc.c: It's sqrt.s, not sqrt.w. From
1754 [email protected] (David Johnson).
1755
9a458b67
ILT
1756Tue Feb 8 16:55:27 1994 Ian Lance Taylor ([email protected])
1757
1758 * ppc-opc.c (powerpc_opcodes): The POWER uses bdn[l][a] where the
1759 PowerPC uses bdnz[l][a].
1760
5c9b5f58
PS
1761Tue Feb 8 00:32:28 1994 Peter Schauer ([email protected])
1762
4dd4933e 1763 * dis-buf.c, i386-dis.c: Include sysdep.h.
5c9b5f58
PS
1764
1765Mon Feb 7 19:22:23 1994 Ian Lance Taylor ([email protected])
1766
1767 * configure.in (bfd_powerpc_arch): Use ppc-dis.o and ppc-opc.o.
1768
1769 * ppc-opc.c (powerpc_opcodes): Mark POWER instructions supported
1770 by Motorola PowerPC 601 with PPC_OPCODE_601.
1771 * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc):
1772 Disassemble Motorola PowerPC 601 instructions as well as normal
1773 PowerPC instructions.
1774
9f80c72b
JK
1775Sun Feb 6 07:45:17 1994 Jim Kingdon ([email protected])
1776
1777 * i960-dis.c (reg, mem): Just use a static array instead of
1778 calling xmalloc.
1779
e3960b96
JL
1780Sat Feb 5 00:04:02 1994 Jeffrey A. Law ([email protected])
1781
0bb364c6
JL
1782 * hppa-dis.c (print_insn_hppa): For '?' and '@' only adjust the
1783 condition name index if this is for a negated condition.
1784
e59f3227
JL
1785 * hppa-dis.c (print_insn_hppa): No space before 'H' operand.
1786 Floating point format for 'H' operand is backwards from normal
1787 case (0 == double, 1 == single). For '4', '6', '7', '9', and '8'
1788 operands (fmpyadd and fmpysub), handle bizarre register
1789 translation correctly for single precision format.
1790
e3960b96
JL
1791 * hppa-dis.c (print_insn_hppa): Do not emit a space after 'F'
1792 or 'I' operands if the next format specifier is 'M' (fcmp
1793 condition completer).
1794
1795Feb 4 23:38:03 1994 Ian Lance Taylor ([email protected])
1c214e4c
ILT
1796
1797 * ppc-opc.c (powerpc_operands): New operand type MBE to handle a
1798 single number giving a bitmask for the MB and ME fields of an M
1799 form instruction. Change NB to accept 32, and turn it into 0;
1800 also turn 0 into 32 when disassembling. Seperated SH from NB.
1801 (insert_mbe, extract_mbe): New functions.
1802 (insert_nb, extract_nb): New functions.
1803 (SC_MASK): Mask out SA and LK bits.
1804 (powerpc_opcodes): Change "cal" to use RT, D, RA rather than RT,
1805 RA, SI. Change "liu" and "cau" to use UI rather than SI. Mark
1806 "bctr" and "bctrl" as accepted by POWER. Change "rlwimi",
1807 "rlimi", "rlwimi.", "rlimi.", "rlwinm", "rlinm", "rlwinm.",
1808 "rlinm.", "rlmi", "rlmi.", "rlwnm", "rlnm", "rlwnm.", "rlnm." to
1809 use MBE rather than MB. Add "mfmq" and "mtmq" POWER instructions.
1810 (powerpc_macros): Define table of macro definitions.
1811 (powerpc_num_macros): Define.
1812
1813 * ppc-dis.c (print_insn_powerpc): Don't skip optional operands
1814 if PPC_OPERAND_NEXT is set.
1815
1816Sat Jan 22 23:10:07 1994 Ian Lance Taylor ([email protected])
1817
1818 * i960-dis.c (print_insn_i960): Make buffer bfd_byte instead of
1819 char. Retrieve contents using bfd_getl32 instead of shifting.
1820
1211751d
ILT
1821Fri Jan 21 19:01:39 1994 Ian Lance Taylor ([email protected])
1822
1823 * ppc-opc.c: New file. Opcode table for PowerPC, including
1824 opcodes for POWER (RS/6000).
1825 * ppc-dis.c: New file. PowerPC and Power (RS/6000) disassembler.
1826 * Makefile.in (ALL_MACHINES): Add ppc-dis.o and ppc-opc.o.
1827 (CFILES): Add ppc-dis.c.
1828 (ppc-dis.o, ppc-opc.o): New targets.
1829 * configure.in: Build ppc-dis.o and ppc-opc.o for bfd_rs6000_arch.
1830
f037e5b0
JL
1831Mon Jan 17 20:05:49 1994 Jeffrey A. Law ([email protected])
1832
1833 * hppa-dis.c (print_insn_hppa): Handle 'N' in assembler template.
1834 No space before 'u', 'f', or 'N'.
1835
a279b1f5
JK
1836Sun Jan 16 14:20:16 1994 Jim Kingdon ([email protected])
1837
4baf1a8c
JK
1838 * i386-dis.c (print_insn_i386): Add FIXME comment regarding reading
1839 farther than we should.
1840
a279b1f5
JK
1841 * i386-dis.c (dis386): Use Yb and Yv for scasb and scasS.
1842
1843Thu Jan 6 12:38:05 1994 David J. Mackenzie ([email protected])
1844
1845 * sparc-dis.c m68k-dis.c alpha-dis.c a29k-dis.c: Fix comments.
1846
1847Wed Jan 5 11:56:21 1994 David J. Mackenzie ([email protected])
1848
1849 * i960-dis.c (print_insn_i960): Only read word2 if the instruction
1850 needs it, to prevent reading past the end of a section.
1851
1852Wed Nov 17 17:20:12 1993 Ian Lance Taylor ([email protected])
1853
1854 * mips-opc.h: Use macro for j instruction, to support SVR4 PIC.
1855 Removed t,A case for la; always use t,A(b) case.
1856
1857Mon Nov 8 12:37:36 1993 Ian Lance Taylor ([email protected])
1858
1859 From Ted Lemen <[email protected]>
1860 * mips-dis.c (print_insn_arg): Handle 'k'.
1861 * mips-opc.c: Make cache use k, not t.
1862
ba936a2e
PS
1863Sun Nov 7 23:52:34 1993 Peter Schauer ([email protected])
1864
1865 * alpha-opc.h, alpha-dis.c (print_insn_alpha): Add
1866 FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct
1867 FLOAT_FORMAT_CODE to put out floating point register names.
1868
1869Mon Nov 1 18:17:51 1993 Ian Lance Taylor ([email protected])
1870
1871 * mips-opc.c: Use macros for jal variants, to support SVR4 PIC.
1872
bf04fba0
JK
1873Thu Oct 28 17:42:23 1993 Ian Lance Taylor ([email protected])
1874
1875 * a29k-dis.c (print_insn): Use 0x%08x, not 0x%8x.
1876
70643dbc
ILT
1877Wed Oct 27 11:48:01 1993 Ian Lance Taylor ([email protected])
1878
1879 * mips-opc.c (dsll, dsra, dsrl): Added '>' cases for shift counts
1880 larger than 32. Moved dsxx32 variants first for disassembler.
1881
07bf1ce5
SC
1882Mon Oct 25 11:33:14 1993 Steve Chamberlain ([email protected])
1883
1884 * z8kgen.c, z8k-opc.h: Add full lda information.
1885
1886Tue Oct 19 12:39:25 1993 Jeffrey A Law ([email protected])
1887
1888 * hppa-dis.c (print_insn_hppa): Do not emit a space after
1889 movb instructions. Any necessary space will be emitted by
1890 the code to handle nullification completers.
1891
1892Wed Oct 13 16:19:07 1993 Ian Lance Taylor ([email protected])
1893
1894 * mips-opc.c: Moved l.d down so that it disassembles as ldc1.
1895
bb959d0a
PS
1896Fri Oct 8 02:34:21 1993 Peter Schauer ([email protected])
1897
1898 * alpha-opc.h: Add ldl_l, fix typo for ldq_u.
1899 * alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE.
1900
9978cd4d
ILT
1901Tue Oct 5 17:47:53 1993 Ian Lance Taylor ([email protected])
1902
1903 * mips-opc.c: Correct lwu opcode value (book had it wrong).
1904
1905Thu Sep 30 11:26:18 1993 Steve Chamberlain ([email protected])
1906
1907 * z8k-dis.c (FETCH_DATA): get just the right amount of data.
1908 (unpack_instr): Cope with ARG_IMM4M1 type instructions.
1909
cb79d01d
RP
1910Wed Sep 29 16:24:49 1993 K. Richard Pixley ([email protected])
1911
1912 * m88k-dis.c (m88kdis): comment change. Remove space after
1913 printing mnemonic.
1914 (printop): handle new arg types DEC and XREG for m88110.
1915
a0ad6c0f
JK
1916Tue Sep 28 19:20:16 1993 Jeffrey A Law ([email protected])
1917
1918 * hppa-dis.c (print_insn_hppa): Handle 'z' operand
1919 type for absolute branch addresses. Delete special
1920 "ble" and "be" code in 'W' operand code.
1921
1922Fri Sep 24 14:08:33 1993 Ian Lance Taylor ([email protected])
1923
1924 * mips-opc.c: Set hazard information correctly for branch
1925 likely instructions.
1926
1927Fri Sep 17 04:41:17 1993 Peter Schauer ([email protected])
1928
1929 * alpha-dis.c (print_insn_alpha), alpha-opc.h: Fix bugs, use
1930 info->fprintf_func for printing and info->print_address_func for
1931 address output.
1932
1933Wed Sep 15 12:12:07 1993 Ian Lance Taylor ([email protected])
1934
1935 * mips-opc.c: Set INSN_TRAP for tXX instructions.
1936
1937Thu Sep 9 10:11:27 1993 Ian Lance Taylor ([email protected])
1938
1939 * mips-opc.c: From [email protected] (David Johnson):
1940 Corrected second case of "b" for disassembler.
1941
44647fcc
ILT
1942Tue Sep 7 14:25:15 1993 Ian Lance Taylor ([email protected])
1943
1944 * mips-dis.c, m88k-dis.c: Don't include libbfd.h. Changed calls
1945 to BFD swapping routines to correspond to BFD name changes.
1946
a9c686ad
ILT
1947Thu Sep 2 10:35:25 1993 Ian Lance Taylor ([email protected])
1948
547998d2
ILT
1949 * mips-opc.c: Change div machine instruction to be z,s,t rather
1950 than s,t. Change div macro to be d,v,t rather than d,s,t.
1951 Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu,
1952 rem and remu which generates only the corresponding div
1953 instruction. This is for compatibility with the MIPS assembler,
1954 which only generates the simple machine instruction when an
1955 explicit destination of $0 is used.
1956 * mips-dis.c (print_insn_arg): Handle 'z' (always register zero).
a9c686ad 1957
a5ba0d3f
ILT
1958Thu Aug 26 17:41:44 1993 Ian Lance Taylor ([email protected])
1959
1960 * mips-opc.c: From [email protected] (David Johnson): Set
1961 WR_31 hazard for bal, bgezal, bltzal.
1962
1963Thu Aug 26 17:20:02 1993 Jim Kingdon ([email protected])
1964
1965 * hppa-dis.c (print_insn_hppa): Use print function
1966 from within the disassemble_info, not fprintf_filtered.
1967
1968Wed Aug 25 13:51:40 1993 Ken Raeburn ([email protected])
1969
1970 * hppa-dis.c (print_insn_hppa): Handle '|' like '>'. (From Jeff
1971 Law, [email protected].)
1972
320cdccf
ILT
1973Mon Aug 23 12:44:05 1993 Ian Lance Taylor ([email protected])
1974
1975 * mips-opc.c ("absu"): Removed.
1976 ("dabs"): Added.
1977
2bef2d3e
ILT
1978Fri Aug 20 10:52:52 1993 Ian Lance Taylor ([email protected])
1979
1980 * mips-opc.c: Added r6000 and r4000 instructions and macros.
1981 Changed hazard information to distinguish between memory load
1982 delays and coprocessor load delays.
1983
45b14705
ILT
1984Wed Aug 18 15:39:23 1993 Ian Lance Taylor ([email protected])
1985
1986 * mips-opc.c: li.d uses "T,L", not "S,F". Added li.s.
1987
ed2fe80f
DM
1988Tue Aug 17 09:44:42 1993 David J. Mackenzie ([email protected])
1989
1990 * configure.in: Don't pass cpu to config.bfd.
1991
e9a30357
ILT
1992Tue Aug 17 12:23:52 1993 Ian Lance Taylor ([email protected])
1993
1994 * m88k-dis.c (m88kdis): Make class unsigned.
1995
1996Thu Aug 12 15:08:18 1993 Ian Lance Taylor ([email protected])
1997
1998 * alpha-dis.c (print_insn_alpha): One branch format case was
1999 missing the instruction name.
2000
2001Wed Aug 11 19:29:39 1993 David J. Mackenzie ([email protected])
2002
2003 * Makefile.in (ALL_MACHINES): Renamed from DIS_LIBS.
2004 Add the arch-specific auxiliary files.
2005 (OFILES): Remove the arch-specific auxiliary files
2006 and use BFD_MACHINES instead of DIS_LIBS.
2007 * configure.in: Set BFD_MACHINES based on --with-targets option.
2008
786e4f1a
ILT
2009Thu Aug 12 12:04:53 1993 Ian Lance Taylor ([email protected])
2010
2011 * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly
2012 for swc1.
2013
2014Sun Aug 8 15:09:30 1993 Jim Kingdon ([email protected])
2015
2016 * sparc-opc.c: Change CONST to const to deal with gcc
2017 -Dconst=__const -traditional.
2018
11a0aaa7
ILT
2019Fri Aug 6 10:58:55 1993 Ian Lance Taylor ([email protected])
2020
2021 * mips-opc.c: From [email protected] (David Johnson): Took
2022 coprocessor instructions out of #if 0, and made them use new
2023 argument type "C".
2024
071689e1
JK
2025Thu Aug 5 17:11:06 1993 Jim Kingdon ([email protected])
2026
2027 * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h.
2028
2029Fri Jul 30 18:48:15 1993 John Gilmore ([email protected])
2030
2031 * sparc-opc.c: Add F_JSR, F_UNBR, or F_CONDBR flags to each branch
2032 instruction, for use by the disassembler.
2033
2034 * sparc-dis.c (SEX): Add sign extension macro. Replace many
2035 hand-coded sign extensions that depended on 32-bit host ints.
2036 FIXME, we still depend on big-endian host bitfield ordering.
2037 (sparc_print_insn): Set the insn_info_valid field, and the
2038 other fields that describe the instruction being printed.
2039
2040Tue Jul 27 17:04:58 1993 Jim Wilson ([email protected])
2041
2042 * sparc-opc.c (call): Accept all 6 addressing modes valid for
2043 `jmp' instead of just one of them.
2044
4d135f1c
JK
2045Wed Jul 21 11:43:32 1993 Jim Kingdon ([email protected])
2046
071689e1
JK
2047 * hppa-dis.c: Move floating registers from reg_names to fp_reg_names.
2048 (fput_fp_reg_r): Renamed from fput_reg_r.
2049 (fput_fp_reg): New function.
2050 (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate.
2051
4d135f1c
JK
2052 * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards.
2053
2054 * hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD.
2055
17068960
JK
2056Mon Jul 19 13:52:21 1993 Jim Kingdon ([email protected])
2057
b2ad2e64
JK
2058 * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
2059
981b3a27
JK
2060 * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
2061 don't output a space.
2062
17068960
JK
2063 * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
2064
32d2052a
JK
2065Sun Jul 18 16:30:02 1993 Jim Kingdon ([email protected])
2066
2067 * mips-opc.c: New file, containing opcode table from
2068 ../include/opcode/mips.h.
2069 * Makefile.in: Add it.
2070
a4c01299
ILT
2071Thu Jul 15 12:37:05 1993 Ian Lance Taylor ([email protected])
2072
2073 * m88k-dis.c: New file, moved in from gdb and changed to use the
2074 new dis-asm.h disassembler interface.
2075 * Makefile.in (DIS_LIBS): Added m88k-dis.o.
2076 (m88k-dis.o): New target.
2077
37609724
ILT
2078Tue Jul 13 10:04:16 1993 Ian Lance Taylor ([email protected])
2079
2080 * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to
2081 argument string const char * to correspond to opcode/mips.h.
2082
fde326fb
ILT
2083Tue Jul 6 15:18:37 1993 Ian Lance Taylor ([email protected])
2084
2085 * mips-dis.c: Updated to account for name changes in new version
2086 of opcode/mips.h.
2087 * Makefile.in: Added header file dependencies.
2088
a5b5f81d
DE
2089Sat Jul 3 23:47:56 1993 Doug Evans ([email protected])
2090
2091 * h8300-dis.c (bfd_h8_disassemble): Correct fetching of instruction.
2092
2093Thu Jul 1 12:23:38 1993 Jim Kingdon ([email protected])
2094
2095 * m68k-dis.c (NEXTWORD, NEXTLONG): Use ((x) ^ 0x8000) - 0x8000 to sign
2096 extend, rather than shifts.
2097
2098Sun Jun 20 20:56:56 1993 Ken Raeburn ([email protected])
2099
2100 * Makefile.in: Undo 15 June change.
2101
5b6c6336
PB
2102Fri Jun 18 14:15:15 1993 Per Bothner ([email protected])
2103
2104 * m68k-dis.c (print_insn_arg): Change return value to byte count
2105 or error code.
2106 * m68k-dis.c: Re-write to detect invalid operands before
2107 printing anything, so we can handle this the same way we
2108 handle invalid opcodes.
2109
219cf232
SC
2110Thu Jun 17 15:01:36 1993 Steve Chamberlain ([email protected])
2111
2112 * sh-dis.c, sh-opc.h: Understand some more opcodes.
2113
91ea6ab0
ILT
2114Wed Jun 16 13:48:05 1993 Ian Lance Taylor ([email protected])
2115
2116 * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other
2117 header files.
2118
0a3c15c3
KR
2119Tue Jun 15 21:45:26 1993 Ken Raeburn ([email protected])
2120
2121 * sparc-dis.c: Don't declare qsort, since sysdep.h might.
2122
2123 * configure.in: Do make sysdep.h link.
2124 * Makefile.in: Search ../include. Don't search ../bfd.
2125
5aef7c67
SG
2126Tue Jun 15 13:36:10 1993 Stu Grossman ([email protected])
2127
2128 Changes from Jeff Law, [email protected]:
2129 * hppa-dis.c: Fix typo. 'a' and 'd' were reversed.
2130 Do not print a space before the completers specified by
2131 'a' and 'd'.
2132
112087ed
KR
2133Fri Jun 11 18:40:21 1993 Ken Raeburn ([email protected])
2134
998f2ef3
KR
2135 * mips-dis.c: No longer need to bomb out if HOST_64_BIT is
2136 defined, since gdb has been fixed.
2137
112087ed
KR
2138 Changes from Jeff Law, [email protected]:
2139 * hppa-dis.c (print_insn_hppa): Last argument to fput_reg,
2140 fput_reg_r, fput_creg, fput_const, and fputs_filtered should
2141 be a *disassemble_info, not a *FILE.
2142 * hppa-dis.c: Support 'd', '!', and 'a'.
2143 * hppa-dis.c: Support 's' to extract a 2 bit space register.
2144 * hppa-dis.c: Delete cases which are no longer needed.
2145
e6fb7139
JK
2146Fri Jun 11 07:53:48 1993 Jim Kingdon ([email protected])
2147
2148 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
2149
2150Tue Jun 8 12:25:01 1993 Steve Chamberlain ([email protected])
2151
2152 * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
2153 H8/300-H opcodes.
2154
e0a8bcfb
PB
2155Mon Jun 7 12:58:49 1993 Per Bothner ([email protected])
2156
2157 * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
2158 * configure.in: No longer need to configure to get sysdep.h.
2159
2160Thu Jun 3 15:56:49 1993 Stu Grossman ([email protected])
2161
2162 * Patches from Jeffrey Law <[email protected]>.
2163 * hppa-dis.c: Support 'I', 'J', and 'K' in output
2164 templates for 1.1 FP computational instructions.
2165
2166Tue May 25 13:05:48 1993 Ken Raeburn ([email protected])
2167
2168 * h8500-dis.c (print_insn_h8500): Address argument is type
2169 bfd_vma.
2170 * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002):
2171 Ditto.
2172
2173 * h8500-opc.h (addr_class_type): No comma at end of enumerator.
2174 * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto.
2175
2176 * sparc-dis.c (compare_opcodes): Move static declaration to
2177 top-level.
2178
2179Fri May 21 14:17:37 1993 Peter Schauer ([email protected])
2180
2181 * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
2182 instruction, remove unimp hack from 'l' argument.
2183
2184Wed May 19 15:35:54 1993 Stu Grossman ([email protected])
2185
2186 * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's
2187 happy.
2188
2189Fri May 14 15:22:46 1993 Ian Lance Taylor ([email protected])
2190
2191 * Based on patches from [email protected] (David Johnson):
2192 * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
2193 instructions.
2194
cfa8d061
KR
2195Fri May 14 00:09:14 1993 Ken Raeburn ([email protected])
2196
d698222b
KR
2197 * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some
2198 arrays of string pointers to 2-d arrays of chars, to save
2199 space.
cfa8d061
KR
2200
2201Thu May 6 20:51:17 1993 Fred Fish ([email protected])
2202
2203 * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
2204 Cast second arg to read_memory_func to "bfd_byte *", as necessary.
2205
2206Tue May 4 20:31:10 1993 Ken Raeburn ([email protected])
2207
2208 * hppa-dis.c: New file from Utah, adapted to new disassembler
2209 calling interface.
2210 * Makefile.in: Include it.
2211
2212Mon Apr 26 18:17:42 1993 Steve Chamberlain ([email protected])
2213
2214 * sh-dis.c, sh-opc.h: New files.
2215
2216Fri Apr 23 18:51:22 1993 Steve Chamberlain ([email protected])
2217
2218 * alpha-dis.c, alpha-opc.h: New files.
2219
2220Tue Apr 6 12:54:08 1993 Peter Schauer ([email protected])
2221
2222 * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
2223 value.
2224
d802b948
JG
2225Mon Apr 5 17:37:37 1993 John Gilmore ([email protected])
2226
2227 * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
2228
2229Fri Apr 2 07:24:27 1993 Ian Lance Taylor ([email protected])
2230
2231 * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
2232 const.
2233
720b3aed
JK
2234Thu Apr 1 11:20:43 1993 Jim Kingdon ([email protected])
2235
2236 * sparc-dis.c: Use fprintf_func a few places where I forgot,
2237 and double percent signs a few places.
2238
2239 * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
2240
2241 * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
2242 Use info->print_address_func not print_address.
2243
2244 * dis-buf.c (generic_print_address): New function.
2245
f7ed13c7
JK
2246Wed Mar 31 10:07:04 1993 Jim Kingdon ([email protected])
2247
2248 * Makefile.in: Add sparc-dis.c.
2249 sparc-dis.c: New file, merges binutils and gdb versions as follows:
2250 From GDB:
2251 Add `add' instruction to the set that get checked
2252 for a preceding `sethi' in order to print an absolute address.
2253 * (print_insn): Disassembly prefers real instructions.
2254 (is_delayed_branch): Speed up.
2255 * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables.
2256 Still missing some float ops, and needs testing.
2257 * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
2258 F_ALIAS. Use printf, not fprintf, when not passing a file
2259 pointer...
2260 (compare_opcodes): Check that identical instructions have
2261 identical opcodes, complain otherwise.
2262 From binutils:
2263 * New 'm' arg.
2264 * Include reg_names.
2265 From neither:
2266 Use dis-asm.h/read_memory_func interface.
2267
05545edc
RP
2268Wed Mar 31 20:49:06 1993 K. Richard Pixley ([email protected])
2269
2270 * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
2271 deliberately return non-zero to setjmp from longjmp. Otherwise
2272 this code fails to compile.
2273
cbe61cc6
SG
2274Wed Mar 31 17:04:31 1993 Stu Grossman ([email protected])
2275
2276 * m68k-dis.c: Fix prototype for fetch_arg().
2277
5d0734a7
JK
2278Wed Mar 31 10:07:04 1993 Jim Kingdon ([email protected])
2279
2280 * dis-buf.c: New file, for new read_memory_func interface.
2281 Makefile.in (OFILES): Include it.
2282 m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
2283 Use new read_memory_func interface.
2284
2285Mon Mar 29 14:02:17 1993 Steve Chamberlain ([email protected])
2286
2287 * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
2288 * h8500-opc.h: Fix couple of opcodes.
2289
2290Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
2291
2292 * Makefile.in: add dvi & installcheck targets
2293
2cb563e6
JG
2294Mon Mar 22 18:55:04 1993 John Gilmore ([email protected])
2295
2296 * Makefile.in: Update for h8500-dis.c.
2297
337110ea
SC
2298Fri Mar 19 14:27:17 1993 Steve Chamberlain ([email protected])
2299
2300 * h8500-dis.c, h8500-opc.h: New files
2301
c840244e
PB
2302Thu Mar 18 14:12:37 1993 Per Bothner ([email protected])
2303
2304 * mips-dis.c, z8k-dis.c: Converted to use interface defined in
2305 ../include/dis-asm.h.
2306 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
2307 and ../gdb/m68k-pinsn.c).
2308 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
2309 and ../gdb/i386-pinsn.c).
2310 * m68881-ext.c: New file. Moved definition of
2311 ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
2312 * Makefile.in: Adjust for new files.
2313 * i386-dis.c: Patches from John Hassey ([email protected]).
2314 * m68k-dis.c: Recognize '9' placement code, so (say) pflush
2315 can be dis-assembled.
2316
2317Wed Feb 17 09:19:47 1993 Ken Raeburn ([email protected])
2318
2319 * mips-dis.c (print_insn_arg): Now returns void.
2320
2321Mon Jan 11 16:09:16 1993 Fred Fish ([email protected])
2322
2323 * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h
2324 files that use the macros.
2325
2326Thu Jan 7 13:15:17 1993 Ian Lance Taylor ([email protected])
2327
2328 * mips-dis.c: New file, from gdb/mips-pinsn.c.
2329 * Makefile.in (DIS_LIBS): Added mips-dis.o.
2330 (CFILES): Added mips-dis.c.
2331
2332Thu Jan 7 07:36:33 1993 Steve Chamberlain ([email protected])
2333
2334 * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
2335 * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
2336
2337Tue Dec 22 15:42:44 1992 Per Bothner ([email protected])
2338
2339 * Makefile.in: Improve *clean rules.
2340 * configure.in: Allow a default host.
2341
2342Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2343
2344 * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
2345 files include other sysdep files
2346
2347Thu Nov 12 16:10:37 1992 Steve Chamberlain ([email protected])
2348
2349 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
2350
2351Fri Oct 9 04:56:05 1992 John Gilmore ([email protected])
2352
2353 * configure.in: For host support, use ../bfd/configure.host
2354 so it stays in sync with the ../bfd/hosts database.
2355
d5dcef63
DZ
2356Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2357
2358 * configure.in: use cpu-vendor-os triple instead of nested cases
2359
0843ea63
MW
2360Wed Sep 30 16:09:20 1992 Michael Werner ([email protected])
2361
2362 * z8k-dis.c (unparse_instr): fix bug where opcode returned was
2363 *always* the wrong one.
2364
b31a1f81
SC
2365Wed Sep 30 07:42:17 1992 Steve Chamberlain ([email protected])
2366
2367 * z8kgen.c: added copyright info
2368
447bbbea
SC
2369Tue Sep 29 12:20:21 1992 Steve Chamberlain ([email protected])
2370
2371 * z8k-dis.c (unparse_instr): prettier tabs
2372 * z8kgen.c -> z8k-opc.h: bug fixes in tables
2373
57cae454
SG
2374Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com)
2375
2376 * configure.in: Add ncr* configuration.
2377 * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make
2378 picayune ANSI compilers happy.
2379
2380Sep 20 08:50:55 1992 Fred Fish ([email protected])
2381
2382 * configure.in (i386): Make i386 and i486 synonymous for now.
2383 * configure.in (i[34]86-*-sysv4): Add my_host definition.
2384
3a157902
KR
2385Fri Sep 18 17:01:23 1992 Ken Raeburn ([email protected])
2386
2387 * Makefile.in (install): Fix typo.
2388
68ca3238
JG
2389Fri Sep 18 02:04:24 1992 John Gilmore ([email protected])
2390
2391 * Makefile.in (make): Remove obsolete crud.
2392 (sparc-opc.o): Avoid Sun Make VPATH bug.
2393
e5bc6aaf
RP
2394Tue Sep 8 17:29:27 1992 K. Richard Pixley ([email protected])
2395
2396 * Makefile.in: since there are no SUBDIRS, remove rule and
68ca3238 2397 references of subdir_do.
e5bc6aaf 2398
794a16b0
KR
2399Tue Sep 8 17:02:58 1992 Ken Raeburn ([email protected])
2400
2401 * Makefile.in (install): Get the library name right here too.
2402 Don't install bfd.h, since it's unrelated to this library. No
2403 subdirs to recurse into, either.
2404 (CFILES): The source file has a .c suffix, not .o.
2405
2406 * sparc-opc.c: New file, moved from BFD.
2407 * Makefile.in (OFILES): Build it.
2408
2409Thu Sep 3 16:59:20 1992 Michael Werner ([email protected])
2410
2411 * z8k-dis.c: fixed forward refferences of some declarations.
2412
2413Mon Aug 31 16:09:45 1992 Michael Werner ([email protected])
2414
2415 * Makefile.in: get the name of the library right
2416
a4ccc310
SC
2417Mon Aug 31 13:47:35 1992 Steve Chamberlain ([email protected])
2418
add1fb05 2419 * z8k-dis.c: knows how to disassemble z8k stuff
a4ccc310
SC
2420 * z8k-opc.h: new file full of z8000 opcodes
2421
9a458b67
ILT
2422\f
2423Local Variables:
2424version-control: never
2425End:
This page took 0.620292 seconds and 4 git commands to generate.