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