* obstack.h: Update to current FSF version.
[deliverable/binutils-gdb.git] / include / opcode / ChangeLog
CommitLineData
5583be24
ILT
1Fri Mar 14 15:22:01 1997 Ian Lance Taylor <ian@cygnus.com>
2
3 * sparc.h: Include <ansidecl.h>. Update function declarations to
4 use prototypes, and to use const when appropriate.
5
6Thu Mar 6 14:18:30 1997 Jeffrey A Law (law@cygnus.com)
7
8 * mn10300.h (MN10300_OPERAND_RELAX): Define.
9
10Mon Feb 24 15:15:56 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11
12 * d10v.h: Change pre_defined_registers to
13 d10v_predefined_registers and reg_name_cnt to d10v_reg_name_cnt.
14
2fedd0a1
DP
15Sat Feb 22 21:25:00 1997 Dawn Perchik <dawn@cygnus.com>
16
17 * mips.h: Add macros for cop0, cop1 cop2 and cop3.
18 Change mips_opcodes from const array to a pointer,
19 and change bfd_mips_num_opcodes from const int to int,
20 so that we can increase the size of the mips opcodes table
21 dynamically.
22
a048df07 23start-sanitize-d30v
ca5ef3cb
MH
24Fri Feb 21 16:34:18 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
25
26 * d30v.h (FLAG_X): Remove unused flag.
27
a048df07
MH
28Tue Feb 18 17:37:20 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
29
30 * d30v.h: New file.
31
32end-sanitize-d30v
33start-sanitize-tic80
34Fri Feb 14 13:16:15 1997 Fred Fish <fnf@cygnus.com>
35
36 * tic80.h (PDS_NAME): Macro to access name field of predefined symbols.
37 (PDS_VALUE): Macro to access value field of predefined symbols.
38 (tic80_next_predefined_symbol): Add prototype.
39
40end-sanitize-tic80
276c2d7d
GRK
41start-sanitize-r5900
42Fri Feb 7 11:12:44 1997 Gavin Koch <gavin@cygnus.com>
43
44 * mips.h: add r5900.
45
46end-sanitize-r5900
c2717a80 47start-sanitize-tic80
394de418
FF
48Mon Feb 10 10:32:17 1997 Fred Fish <fnf@cygnus.com>
49
50 * tic80.h (tic80_symbol_to_value): Change prototype to match
51 change in function, added class parameter.
52
12e8f8af
FF
53Thu Feb 6 17:30:15 1997 Fred Fish <fnf@cygnus.com>
54
55 * tic80.h (TIC80_OPERAND_ENDMASK): Add for flagging TIc80
56 endmask fields, which are somewhat weird in that 0 and 32 are
57 treated exactly the same.
58
c2717a80
FF
59Thu Jan 30 13:46:18 1997 Fred Fish <fnf@cygnus.com>
60
61 * tic80.h: Change all the OPERAND defines to use the form (1 << X)
62 rather than a constant that is 2**X. Reorder them to put bits for
63 operands that have symbolic names in the upper bits, so they can
64 be packed into an int where the lower bits contain the value that
65 corresponds to that symbolic name.
66 (predefined_symbo): Add struct.
67 (tic80_predefined_symbols): Declare array of translations.
68 (tic80_num_predefined_symbols): Declare size of that array.
69 (tic80_value_to_symbol): Declare function.
70 (tic80_symbol_to_value): Declare function.
71
72end-sanitize-tic80
53bdb44c
JL
73Wed Jan 29 09:37:25 1997 Jeffrey A Law (law@cygnus.com)
74
75 * mn10200.h (MN10200_OPERAND_RELAX): Define.
76
baf08820 77start-sanitize-tic80
102b9af5
FF
78Sat Jan 18 15:18:59 1997 Fred Fish <fnf@cygnus.com>
79
80 * tic80.h (TIC80_NO_R0_DEST): Add for opcodes where r0 cannot
81 be the destination register.
82
ac5f447d
FF
83Thu Jan 16 20:48:55 1997 Fred Fish <fnf@cygnus.com>
84
85 * tic80.h (struct tic80_opcode): Change "format" field to "flags".
86 (FMT_UNUSED, FMT_SI, FMT_LI, FMT_REG): Delete.
87 (TIC80_VECTOR): Define a flag bit for the flags. This one means
88 that the opcode can have two vector instructions in a single
89 32 bit word and we have to encode/decode both.
90
91Tue Jan 14 19:37:09 1997 Fred Fish <fnf@cygnus.com>
92
93 * tic80.h (TIC80_OPERAND_PCREL): Renamed from
94 TIC80_OPERAND_RELATIVE for PC relative.
95 (TIC80_OPERAND_BASEREL): New flag bit for register
96 base relative.
97
ed6e7b08
FF
98Mon Jan 13 15:56:38 1997 Fred Fish <fnf@cygnus.com>
99
100 * tic80.h (TIC80_OPERAND_FLOAT): Add for floating point operands.
101
54743556
FF
102Mon Jan 6 10:51:15 1997 Fred Fish <fnf@cygnus.com>
103
104 * tic80.h (TIC80_OPERAND_SCALED): Operand may have optional
105 ":s" modifier for scaling.
106
ad429fdd
FF
107Sun Jan 5 12:12:19 1997 Fred Fish <fnf@cygnus.com>
108
109 * tic80.h (TIC80_OPERAND_M_SI): Add operand modifier for ":m".
110 (TIC80_OPERAND_M_LI): Ditto
111
fd68bb98
FF
112Sat Jan 4 19:02:44 1997 Fred Fish <fnf@cygnus.com>
113
114 * tic80.h (TIC80_OPERAND_BITNUM): Renamed from TIC80_OPERAND_CC_SZ.
115 (TIC80_OPERAND_CC): New define for condition code operand.
116 (TIC80_OPERAND_CR): New define for control register operand.
117
baf08820
FF
118Fri Jan 3 16:22:23 1997 Fred Fish <fnf@cygnus.com>
119
120 * tic80.h (struct tic80_opcode): Name changed.
121 (struct tic80_opcode): Remove format field.
122 (struct tic80_operand): Add insertion and extraction functions.
123 (TIC80_OPERAND_*): Remove old bogus values, start adding new
124 correct ones.
125 (FMT_*): Ditto.
126
127end-sanitize-tic80
2bbc3e44
MM
128start-sanitize-v850
129Tue Dec 31 15:05:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
130
131 * v850.h (V850_OPERAND_ADJUST_SHORT_MEMORY): New flag to adjust
132 type IV instruction offsets.
133
134end-sanitize-v850
3665f0d5
FF
135start-sanitize-tic80
136Fri Dec 27 22:23:10 1996 Fred Fish <fnf@cygnus.com>
137
138 * tic80.h: New file.
139
140end-sanitize-tic80
e75b857b
JL
141Wed Dec 18 10:06:31 1996 Jeffrey A Law (law@cygnus.com)
142
143 * mn10200.h (MN10200_OPERAND_NOCHECK): Define.
144
7e3670d6
FF
145Sat Dec 14 10:48:31 1996 Fred Fish <fnf@ninemoons.com>
146
147 * mn10200.h: Fix comment, mn10200_operand not powerpc_operand.
148 * mn10300.h: Fix comment, mn10300_operand not powerpc_operand.
3665f0d5 149start-sanitize-v850
7e3670d6 150 * v850.h: Fix comment, v850_operand not powerpc_operand.
3665f0d5 151end-sanitize-v850
7e3670d6
FF
152
153Mon Dec 9 16:45:39 1996 Jeffrey A Law (law@cygnus.com)
154
155 * mn10200.h: Flesh out structures and definitions needed by
156 the mn10200 assembler & disassembler.
157
158Tue Nov 26 10:46:56 1996 Ian Lance Taylor <ian@cygnus.com>
159
160 * mips.h: Add mips16 definitions.
161
0ba44243
C
162Mon Nov 25 17:56:54 1996 J.T. Conklin <jtc@cygnus.com>
163
164 * m68k.h: Document new <, >, m, n, o and p operand specifiers.
165
166Wed Nov 20 10:59:41 1996 Jeffrey A Law (law@cygnus.com)
167
168 * mn10300.h (MN10300_OPERAND_PCREL): Define.
169 (MN10300_OPERAND_MEMADDR): Define.
170
bd63ee34
JL
171Tue Nov 19 13:30:40 1996 Jeffrey A Law (law@cygnus.com)
172
173 * mn10300.h (MN10300_OPERAND_REG_LIST): Define.
174
175Wed Nov 6 13:41:08 1996 Jeffrey A Law (law@cygnus.com)
176
177 * mn10300.h (MN10300_OPERAND_SPLIT): Define.
178
d13f3991
JL
179Tue Nov 5 13:26:12 1996 Jeffrey A Law (law@cygnus.com)
180
181 * mn10300.h (MN10300_OPERAND_EXTENDED): Define.
182
b9c65063
JL
183Mon Nov 4 12:52:48 1996 Jeffrey A Law (law@cygnus.com)
184
185 * mn10300.h (MN10300_OPERAND_REPEATED): Define.
186
1b6263fa
ILT
187Fri Nov 1 10:31:02 1996 Richard Henderson <rth@tamu.edu>
188
189 * alpha.h: Don't include "bfd.h"; private relocation types are now
190 negative to minimize problems with shared libraries. Organize
191 instruction subsets by AMASK extensions and PALcode
192 implementation.
193 (struct alpha_operand): Move flags slot for better packing.
194
bb36347e
JL
195start-sanitize-v850
196Tue Oct 29 12:19:10 1996 Jeffrey A Law (law@cygnus.com)
197
198 * v850.h (V850_OPERAND_RELAX): New operand flag.
199
200end-sanitize-v850
201Thu Oct 10 14:29:11 1996 Jeffrey A Law (law@cygnus.com)
202
203 * mn10300.h (FMT_*): Move operand format definitions
204 here.
205
1d574167
JL
206Tue Oct 8 14:48:07 1996 Jeffrey A Law (law@cygnus.com)
207
208 * mn10300.h (MN10300_OPERAND_PAREN): Define.
209
b7850607
JL
210Mon Oct 7 16:52:11 1996 Jeffrey A Law (law@cygnus.com)
211
212 * mn10300.h (mn10300_opcode): Add "format" field.
213 (MN10300_OPERAND_*): Define.
214
ae1b99e4
JL
215Thu Oct 3 10:33:46 1996 Jeffrey A Law (law@cygnus.com)
216
217 * mn10x00.h: Delete.
218 * mn10200.h, mn10300.h: New files.
219
3072af43
JL
220Wed Oct 2 21:31:26 1996 Jeffrey A Law (law@cygnus.com)
221
222 * mn10x00.h: New file.
223
224start-sanitize-v850
225Fri Sep 27 18:26:46 1996 Stu Grossman (grossman@critters.cygnus.com)
226
227 * v850.h: Add new flag to indicate this instruction uses a PC
228 displacement.
229
230end-sanitize-v850
231Fri Sep 13 14:58:13 1996 Jeffrey A Law (law@cygnus.com)
232
233 * h8300.h (stmac): Add missing instruction.
234
7a3c9336 235start-sanitize-v850
3072af43
JL
236Sat Aug 31 16:02:03 1996 Jeffrey A Law (law@cygnus.com)
237
238 * v850.h (v850_opcode): Remove "size" field. Add "memop"
239 field.
240
241Fri Aug 23 10:39:08 1996 Jeffrey A Law (law@cygnus.com)
242
243 * v850.h (V850_OPERAND_EP): Define.
244
245 * v850.h (v850_opcode): Add size field.
246
27021dd4
C
247Thu Aug 22 16:51:25 1996 J.T. Conklin <jtc@rtl.cygnus.com>
248
249 * v850.h (v850_operands): Add insert and extract fields, pointers
250 to functions used to handle unusual operand encoding.
251 (V850_OPERAND_REG, V850_OPERAND_SRG, V850_OPERAND_CC,
252 V850_OPERAND_SIGNED): Defined.
253
dd528aff
C
254Wed Aug 21 17:45:10 1996 J.T. Conklin <jtc@rtl.cygnus.com>
255
256 * v850.h (v850_operands): Add flags field.
257 (OPERAND_REG, OPERAND_NUM): Defined.
258
7a3c9336
C
259Tue Aug 20 14:52:02 1996 J.T. Conklin <jtc@rtl.cygnus.com>
260
261 * v850.h: New file.
262
263end-sanitize-v850
264Fri Aug 16 14:44:15 1996 James G. Smith <jsmith@cygnus.co.uk>
265
266 * mips.h (OP_SH_LOCC, OP_SH_HICC, OP_MASK_CC, OP_SH_COP1NORM,
267 OP_MASK_COP1NORM, OP_SH_COP1SPEC, OP_MASK_COP1SPEC,
268 OP_MASK_COP1SCLR, OP_MASK_COP1CMP, OP_SH_COP1CMP, OP_SH_FORMAT,
269 OP_MASK_FORMAT, OP_SH_TRUE, OP_MASK_TRUE, OP_SH_GE, OP_MASK_GE,
270 OP_SH_UNSIGNED, OP_MASK_UNSIGNED, OP_SH_HINT, OP_MASK_HINT):
271 Defined.
272
b127cb95
JL
273Fri Aug 16 00:15:15 1996 Jeffrey A Law (law@cygnus.com)
274
275 * hppa.h (pitlb, pitlbe, iitlba, iitlbp, fic, fice): Accept
276 a 3 bit space id instead of a 2 bit space id.
277
e7706bb3
MH
278Thu Aug 15 13:11:46 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
279
280 * d10v.h: Add some additional defines to support the
281 assembler in determining which operations can be done in parallel.
282
e7706bb3
MH
283Tue Aug 6 11:13:22 1996 Jeffrey A Law (law@cygnus.com)
284
285 * h8300.h (SN): Define.
286 (eepmov.b): Renamed from "eepmov"
287 (nop, bpt, rte, rts, sleep, clrmac): These have no size associated
288 with them.
289
76327337
MH
290Fri Jul 26 11:47:10 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
291
292 * d10v.h (OPERAND_SHIFT): New operand flag.
293
8da1e5a7
MH
294Thu Jul 25 12:06:22 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
295
296 * d10v.h: Changes for divs, parallel-only instructions, and
297 signed numbers.
298
c38655b9
MH
299Mon Jul 22 11:21:15 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
300
301 * d10v.h (pd_reg): Define. Putting the definition here allows
302 the assembler and disassembler to share the same struct.
303
8cfbe543
ILT
304Mon Jul 22 12:15:25 1996 Ian Lance Taylor <ian@cygnus.com>
305
306 * i960.h (i960_opcodes): "halt" takes an argument. From Stephen
307 Williams <steve@icarus.com>.
308
8cfbe543 309Wed Jul 17 14:46:38 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3d1d21b0
MH
310
311 * d10v.h: New file.
8cfbe543 312
27570476
JL
313Thu Jul 11 12:09:15 1996 Jeffrey A Law (law@cygnus.com)
314
315 * h8300.h (band, bclr): Force high bit of immediate nibble to zero.
316
16cf520e
JL
317Wed Jul 3 14:30:12 1996 J.T. Conklin <jtc@rtl.cygnus.com>
318
319 * m68k.h (mcf5200): New macro.
320 Document names of coldfire control registers.
321
7eaffbec
JL
322Tue Jul 2 23:05:45 1996 Jeffrey A Law (law@cygnus.com)
323
324 * h8300.h (SRC_IN_DST): Define.
d3329f0d
JL
325
326 * h8300.h (UNOP3): Mark the register operand in this insn
327 as a source operand, not a destination operand.
7eaffbec
JL
328 (SHIFT_2, SHIFT_IMM): Remove. Eliminate all references.
329 (UNOP3): Change SHIFT_IMM to IMM for H8/S bitops. Mark
330 register operand with SRC_IN_DST.
d3329f0d 331
d3329f0d
JL
332Fri Jun 21 13:52:17 1996 Richard Henderson <rth@tamu.edu>
333
334 * alpha.h: New file.
335
180b9a38
ILT
336Thu Jun 20 15:02:57 1996 Ian Lance Taylor <ian@cygnus.com>
337
338 * rs6k.h: Remove obsolete file.
339
ad8e0534
ILT
340Wed Jun 19 15:29:38 1996 Ian Lance Taylor <ian@cygnus.com>
341
342 * i386.h: Correct opcode values for faddp, fsubp, fsubrp, fmulp,
343 fdivp, and fdivrp. Add ffreep.
344
345Tue Jun 18 16:06:00 1996 Jeffrey A. Law <law@rtl.cygnus.com>
346
347 * h8300.h: Reorder various #defines for readability.
348 (ABS32SRC, ABS32DST, DSP32LIST, ABS32LIST, A32LIST): Define.
349 (BITOP): Accept additional (unused) argument. All callers changed.
350 (EBITOP): Likewise.
351 (O_LAST): Bump.
352 (ldc, stc, movb, movw, movl): Use 32bit offsets and absolutes.
353
ad8e0534
ILT
354 * h8300.h (EXR, SHIFT_2, MACREG, SHIFT_IMM, RDINC): Define.
355 (O_TAS, O_CLRMAC, O_LDMAC, O_MAC, O_LDM, O_STM): Define.
356 (BITOP, EBITOP): Handle new H8/S addressing modes for
357 bit insns.
358 (UNOP3): Handle new shift/rotate insns on the H8/S.
359 (insns using exr): New instructions.
360 (tas, mac, ldmac, clrmac, ldm, stm): New instructions.
361
ad8e0534
ILT
362Thu May 23 16:56:48 1996 Jeffrey A Law (law@cygnus.com)
363
364 * h8300.h (add.l): Undo Apr 5th change. The manual I had
365 was incorrect.
366
367Mon May 6 23:38:22 1996 Jeffrey A Law (law@cygnus.com)
368
369 * h8300.h (START): Remove.
370 (MEMRELAX): Define. Mark absolute memory operands in mov.b, mov.w
371 and mov.l insns that can be relaxed.
372
b4c22ad0
ILT
373Tue Apr 30 18:30:58 1996 Ian Lance Taylor <ian@cygnus.com>
374
375 * i386.h: Remove Abs32 from lcall.
376
377Mon Apr 22 17:09:23 1996 Doug Evans <dje@blues.cygnus.com>
378
379 * sparc.h (SPARC_OPCODE_ARCH_V9_P): New macro.
380 (SLCPOP): New macro.
381 Mark X,Y opcode letters as in use.
382
b21efdbe
ILT
383Thu Apr 11 17:28:18 1996 Ian Lance Taylor <ian@cygnus.com>
384
385 * sparc.h (F_FLOAT, F_FBR): Define.
386
bd03e603
JL
387Fri Apr 5 16:55:34 1996 Jeffrey A Law (law@cygnus.com)
388
389 * h8300.h (ABS8MEM): Renamed from ABSMOV. Remove ABSMOV
390 from all insns.
391 (ABS8SRC,ABS8DST): Add ABS8MEM.
392 (add.l): Fix reg+reg variant.
393 (eepmov.w): Renamed from eepmovw.
394 (ldc,stc): Fix many cases.
395
4be1b313
DE
396Sun Mar 31 13:30:03 1996 Doug Evans <dje@canuck.cygnus.com>
397
398 * sparc.h (SPARC_OPCODE_ARCH_MASK): New macro.
399
400Thu Mar 7 15:08:23 1996 Doug Evans <dje@charmed.cygnus.com>
401
402 * sparc.h (O): Mark operand letter as in use.
403
8c3f315e
DE
404Tue Feb 20 20:46:21 1996 Doug Evans <dje@charmed.cygnus.com>
405
406 * sparc.h (sparc_{encode,decode}_sparclet_cpreg): Declare.
407 Mark operand letters uU as in use.
408
409Mon Feb 19 01:59:08 1996 Doug Evans <dje@charmed.cygnus.com>
410
411 * sparc.h (sparc_opcode_arch_val): Add SPARC_OPCODE_ARCH_SPARCLET.
412 (sparc_opcode_arch): Delete member `conflicts'. Add `supported'.
413 (SPARC_OPCODE_SUPPORTED): New macro.
414 (SPARC_OPCODE_CONFLICT_P): Rewrite.
415 (F_NOTV9): Delete.
416
803108ab
JL
417Fri Feb 16 12:23:34 1996 Jeffrey A Law (law@cygnus.com)
418
419 * sparc.h (sparc_opcode_lookup_arch) Make return type in
420 declaration consistent with return type in definition.
421
8cc429e3
ILT
422Wed Feb 14 18:14:11 1996 Alan Modra <alan@spri.levels.unisa.edu.au>
423
424 * i386.h (i386_optab): Remove Data32 from pushf and popf.
425
426Thu Feb 8 14:27:21 1996 James Carlson <carlson@xylogics.com>
427
428 * i386.h (i386_regtab): Add 80486 test registers.
429
2192180d
ILT
430Mon Feb 5 18:35:46 1996 Ian Lance Taylor <ian@cygnus.com>
431
8cc429e3
ILT
432 * i960.h (I_HX): Define.
433 (i960_opcodes): Add HX instruction.
2192180d 434
e185ddef
KR
435Mon Jan 29 12:43:39 1996 Ken Raeburn <raeburn@cygnus.com>
436
437 * i386.h: Fix waiting forms of finit, fstenv, fsave, fstsw, fstcw,
438 and fclex.
439
440Wed Jan 24 22:36:59 1996 Doug Evans <dje@charmed.cygnus.com>
441
442 * sparc.h (enum sparc_opcode_arch_val): Replaces sparc_architecture.
443 (SPARC_OPCODE_CONFLICT_P): Renamed from ARCHITECTURES_CONFLICT_P.
444 (bfd_* defines): Delete.
445 (sparc_opcode_archs): Replaces architecture_pname.
446 (sparc_opcode_lookup_arch): Declare.
447 (NUMOPCODES): Delete.
448
22472179
DE
449Mon Jan 22 08:24:32 1996 Doug Evans <dje@charmed.cygnus.com>
450
451 * sparc.h (enum sparc_architecture): Add v9a.
2d422c42 452 (ARCHITECTURES_CONFLICT_P): Update.
22472179 453
3389dfdc
MM
454Thu Dec 28 13:27:53 1995 John Hassey <hassey@rtp.dg.com>
455
456 * i386.h: Added Pentium Pro instructions.
457
458Thu Nov 2 22:59:22 1995 Ian Lance Taylor <ian@cygnus.com>
459
460 * m68k.h: Document new 'W' operand place.
461
5a71a0f7
JL
462Tue Oct 24 10:49:10 1995 Jeffrey A Law (law@cygnus.com)
463
464 * hppa.h: Add lci and syncdma instructions.
465
7cbe28b6
JSC
466Mon Oct 23 11:09:16 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
467
468 * mips.h: Added INSN_4100 flag to mark NEC VR4100 specific
469 instructions.
470
471Mon Oct 16 10:28:15 1995 Michael Meissner <meissner@tiktok.cygnus.com>
472
473 * ppc.h (PPC_OPCODE_{COMMON,ANY}): New opcode flags for
474 assembler's -mcom and -many switches.
475
476Wed Oct 11 16:56:33 1995 Ken Raeburn <raeburn@cygnus.com>
477
478 * i386.h: Fix cmpxchg8b extension opcode description.
479
cd22144a
KR
480Thu Oct 5 18:03:36 1995 Ken Raeburn <raeburn@cygnus.com>
481
482 * i386.h: Add Pentium instructions wrmsr, rdtsc, rdmsr, cmpxchg8b,
483 and register cr4.
484
485Tue Sep 19 15:26:43 1995 Ian Lance Taylor <ian@cygnus.com>
486
487 * m68k.h: Change comment: split type P into types 0, 1 and 2.
488
489Wed Aug 30 13:50:55 1995 Doug Evans <dje@canuck.cygnus.com>
490
491 * sparc.h (sparc_{encode,decode}_prefetch): Declare.
492
493Tue Aug 29 15:34:58 1995 Doug Evans <dje@canuck.cygnus.com>
494
495 * sparc.h (sparc_{encode,decode}_{asi,membar}): Declare.
496
9b86fa21
ILT
497Wed Aug 2 18:32:19 1995 Ian Lance Taylor <ian@cygnus.com>
498
cd22144a
KR
499 * m68kmri.h: Remove.
500
9b86fa21
ILT
501 * m68k.h: Move tables into opcodes/m68k-opc.c, leaving just the
502 declarations. Remove F_ALIAS and flag field of struct
503 m68k_opcode. Change arch field of struct m68k_opcode to unsigned
504 int. Make name and args fields of struct m68k_opcode const.
505
97eab8a1
DE
506Wed Aug 2 08:16:46 1995 Doug Evans <dje@canuck.cygnus.com>
507
508 * sparc.h (F_NOTV9): Define.
509
510Tue Jul 11 14:20:42 1995 Jeff Spiegel <jeffs@lsil.com>
511
512 * mips.h (INSN_4010): Define.
513
514Wed Jun 21 18:49:51 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
515
516 * m68k.h (TBL1): Reverse sense of "round" argument in result.
517
518 Changes from Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>:
519 * m68k.h: Fix argument descriptions of coprocessor
520 instructions to allow only alterable operands where appropriate.
521 [!NO_DEFAULT_SIZES]: An omitted size defaults to `w'.
522 (m68k_opcode_aliases): Add more aliases.
523
4ad003d1 524start-sanitize-arc
97eab8a1
DE
525Sat Apr 29 23:17:03 1995 Doug Evans <dje@chestnut.cygnus.com>
526
527 * arc.h (struct arc_opcode): New flag value ARC_OPCODE_COND_BRANCH.
528 (ARC_DELAY_{NONE,NORMAL,JUMP): Define delay slot types.
529end-sanitize-arc
530
531Fri Apr 14 22:15:34 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
532
533 * m68k.h: Added explcitly short-sized conditional branches, and a
534 bunch of aliases (fmov*, ftest*, tdivul) to support gcc's
535 svr4-based configurations.
536
537start-sanitize-arc
538Wed Apr 12 08:54:32 1995 Doug Evans <dje@canuck.cygnus.com>
539
540 * arc.h (struct arc_opcode): New members next_asm, next_dis.
541 (ARC_HASH_OPCODE, ARC_HASH_ICODE): Define.
542 (ARC_OPCODE_NEXT_ASM, ARC_OPCODE_NEXT_DIS): Define.
543 (arc_opcode_lookup_asm, arc_opcode_lookup_dis): Add prototypes.
544
4ad003d1
DE
545Thu Apr 6 20:36:55 1995 Doug Evans <dje@chestnut.cygnus.com>
546
547 * arc.h (arc_get_opcode_mach): Define prototype.
548end-sanitize-arc
549
550Mon Mar 13 21:30:01 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
551
552 Mon Feb 27 08:36:39 1995 Bryan Ford <baford@cs.utah.edu>
553 * i386.h: added missing Data16/Data32 flags to a few instructions.
554
555Wed Mar 8 15:19:53 1995 Ian Lance Taylor <ian@cygnus.com>
556
557 * mips.h (OP_MASK_FR, OP_SH_FR): Define.
558 (OP_MASK_BCC, OP_SH_BCC): Define.
559 (OP_MASK_PREFX, OP_SH_PREFX): Define.
560 (OP_MASK_CCC, OP_SH_CCC): Define.
561 (INSN_READ_FPR_R): Define.
562 (INSN_RFE): Delete.
563
20275e0c
KR
564Wed Mar 8 03:13:23 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
565
566 * m68k.h (enum m68k_architecture): Deleted.
567 (struct m68k_opcode_alias): New type.
568 (m68k_opcodes): Now const. Deleted opcode aliases with exactly
569 matching constraints, values and flags. As a side effect of this,
570 the MOTOROLA_SYNTAX_ONLY and MIT_SYNTAX_ONLY macros, which so far
571 as I know were never used, now may need re-examining.
572 (numopcodes): Now const.
573 (m68k_opcode_aliases, numaliases): New variables.
574 (endop): Deleted.
575 [DONT_DEFINE_TABLE]: Declare numopcodes, numaliases, and
576 m68k_opcode_aliases; update declaration of m68k_opcodes.
577
b543117e
DE
578start-sanitize-arc
579Tue Mar 7 21:03:26 1995 Doug Evans <dje@chestnut.cygnus.com>
580
581 * arc.h (ARC_MACH_BIG): Define.
582 (ARC_MACH_MASK): Update.
583 (ARC_MACH_CPU_MASK): Define.
584 (ARC_OPCODE_CPU, ARC_OPVAL_CPU, ARC_HAVE_CPU): Likewise.
585end-sanitize-arc
586
5476a7ac
JL
587Mon Mar 6 10:02:00 1995 Jeff Law (law@snake.cs.utah.edu)
588
589 * hppa.h (delay_type): Delete unused enumeration.
590 (pa_opcode): Replace unused delayed field with an architecture
591 field.
592 (pa_opcodes): Mark each instruction as either PA1.0 or PA1.1.
593
49f24512
ILT
594Fri Mar 3 16:10:24 1995 Ian Lance Taylor <ian@cygnus.com>
595
596 * mips.h (INSN_ISA4): Define.
597
598Fri Feb 24 19:13:37 1995 Ian Lance Taylor <ian@cygnus.com>
599
600 * mips.h (M_DLA_AB, M_DLI): Define.
601
292210ad
JL
602Thu Feb 23 17:33:09 1995 Jeff Law (law@snake.cs.utah.edu)
603
604 * hppa.h (fstwx): Fix single-bit error.
605
882d9d1a
ILT
606Wed Feb 15 12:19:52 1995 Ian Lance Taylor <ian@cygnus.com>
607
608 * mips.h (M_ULD, M_ULD_A, M_USD, M_USD_A): Define.
609
32a0dad5 610start-sanitize-arc
53c73f8d
DE
611Mon Feb 13 11:05:00 1995 Doug Evans <dje@canuck.cygnus.com>
612
613 * arc.h (ARC_OPERAND_LIMM): New flag.
882d9d1a 614 (ARC_OPERAND_ADDRESS): Likewise.
53c73f8d 615
32a0dad5
DE
616Thu Feb 9 18:55:59 1995 Doug Evans <dje@canuck.cygnus.com>
617
618 * arc.h (ARC_MACH_{BASE,HOST,GRAPHICS,AUDIO}): Define.
619 (ARC_MACH_MASK, ARC_OPCODE_MACH, ARC_OPVAL_MACH): Define.
620 (ARC_HAVE_MULT_SHIFT): Delete.
621 (ARC_HAVE_MACH): Define.
622 (struct arc_opcode): New field `flags'.
623 (struct arc_operand_value): Ditto.
624 (arc_opcode_supported): New function.
625 (arc_opval_supported): Ditto.
626end-sanitize-arc
627
38713e18
C
628Mon Feb 6 10:35:23 1995 J.T. Conklin <jtc@rtl.cygnus.com>
629
630 * i386.h: added cpuid instruction , and dr[0-7] aliases for the
631 debug registers. From Charles Hannum (mycroft@netbsd.org).
632
a43022bd
KR
633Mon Feb 6 03:31:54 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
634
635 Changes from Bryan Ford <baford@schirf.cs.utah.edu> for 16-bit
636 i386 support:
637 * i386.h (MOV_AX_DISP32): New macro.
638 (i386_optab): Added Data16 and Data32 as needed. Added "w" forms
639 of several call/return instructions.
640 (ADDR_PREFIX_OPCODE): New macro.
641
642Mon Jan 23 16:45:43 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
643
644 Sat Jan 21 17:50:38 1995 Pat Rankin (rankin@eql.caltech.edu)
645
646 * ../include/opcode/vax.h (struct vot_wot, field `args'): make
647 it pointer to const char;
648 (struct vot, field `name'): ditto.
649
650Thu Jan 19 14:47:53 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
651
652 * vax.h: Supply and properly group all values in end sentinel.
653
ea77c26a
ILT
654Tue Jan 17 10:55:30 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
655
656 * mips.h (INSN_ISA, INSN_4650): Define.
657
658start-sanitize-arc
659Mon Dec 19 12:15:52 1994 Doug Evans <dje@canuck.cygnus.com>
660
661 * arc.h: Misc. cleanup. Merge "modifiers" into flags field.
662 Support multiply/shift insns.
663end-sanitize-arc
664
665start-sanitize-arc
666Tue Nov 29 17:52:41 1994 Doug Evans <dje@canuck.cygnus.com>
667
668 * arc.h: New file.
669end-sanitize-arc
670
671Wed Oct 19 13:34:17 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
672
673 * a29k.h: Add operand type 'I' for `inv' and `iretinv'. On
674 systems with a separate instruction and data cache, such as the
675 29040, these instructions take an optional argument.
676
677Wed Sep 14 17:44:20 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
678
679 * mips.h (INSN_STORE_MEMORY): Correct value to not conflict with
680 INSN_TRAP.
681
57ec4ed5
ILT
682Tue Sep 6 11:39:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
683
684 * mips.h (INSN_STORE_MEMORY): Define.
685
686Thu Jul 28 19:28:07 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
687
688 * sparc.h: Document new operand type 'x'.
689
c5b34aee
KR
690Tue Jul 26 17:48:05 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
691
8cc429e3
ILT
692 * i960.h (I_CX2): New instruction category. It includes
693 instructions available on Cx and Jx processors.
694 (I_JX): New instruction category, for JX-only instructions.
695 (i960_opcodes): Put eshro and sysctl in I_CX2 category. Added
696 Jx-only instructions, in I_JX category.
c5b34aee
KR
697
698Wed Jul 13 18:43:47 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
699
700 * ns32k.h (endop): Made pointer const too.
701
903f5bc3
KR
702Sun Jul 10 11:01:09 1994 Ian Dall (dall@hfrd.dsto.gov.au)
703
704 * ns32k.h: Drop Q operand type as there is no correct use
705 for it. Add I and Z operand types which allow better checking.
706
707Thu Jul 7 12:34:48 1994 Steve Chamberlain (sac@jonny.cygnus.com)
708
709 * h8300.h (xor.l) :fix bit pattern.
710 (L_2): New size of operand.
711 (trapa): Use it.
712
713Fri Jun 10 16:38:11 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
714
715 * m68k.h: Move "trap" before "tpcc" to change disassembly.
716
717Fri Jun 3 15:57:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
718
719 * sparc.h: Include v9 definitions.
720
c84291b4
KR
721Thu Jun 2 12:23:17 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
722
723 * m68k.h (m68060): Defined.
724 (m68040up, mfloat, mmmu): Include it.
725 (struct m68k_opcode): Widen `arch' field.
726 (m68k_opcodes): Updated for M68060. Removed comments that were
727 instructions commented out by "JF" years ago.
728
729Thu Apr 28 18:31:14 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
730
731 * m68k.h (struct m68k_opcode): Shorten `arch' field to 8 bits, and
732 add a one-bit `flags' field.
733 (F_ALIAS): New macro.
734
2578b9a3
SC
735Wed Apr 27 11:29:52 1994 Steve Chamberlain (sac@cygnus.com)
736
737 * h8300.h (dec, inc): Get encoding right.
738
739Mon Apr 4 13:12:43 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
740
741 * ppc.h (struct powerpc_operand): Removed signedp field; just use
742 a flag instead.
743 (PPC_OPERAND_SIGNED): Define.
744 (PPC_OPERAND_SIGNOPT): Define.
745
77400de3
KR
746Thu Mar 31 19:34:08 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
747
748 * i386.h (IS_JUMP_ON_ECX_ZERO, "jcxz" pattern): Operand size
749 prefix is 0x66, not 0x67. Patch from H.J. Lu (hlu@nynexst.com).
750
d29f9b76
KR
751Thu Mar 3 15:51:05 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
752
753 * i386.h: Reverse last change. It'll be handled in gas instead.
754
755Thu Feb 24 15:29:05 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
756
757 * i386.h (sar): Disabled the two-operand Imm1 form, since it was
758 slower on the 486 and used the implicit shift count despite the
759 explicit operand. The one-operand form is still available to get
760 the shorter form with the implicit shift count.
761
868b8e63
TG
762Thu Feb 17 12:27:52 1994 Torbjorn Granlund (tege@mexican.cygnus.com)
763
764 * hppa.h: Fix typo in fstws arg string.
765
766Wed Feb 9 21:23:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
767
768 * ppc.h (struct powerpc_opcode): Make operands field unsigned.
769
770Mon Feb 7 19:14:58 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
771
772 * ppc.h (PPC_OPCODE_601): Define.
773
881405be
JL
774Fri Feb 4 23:43:50 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
775
2f044012
JL
776 * hppa.h (addb): Use '@' for addb and addib pseudo ops.
777 (so we can determine valid completers for both addb and addb[tf].)
778
881405be
JL
779 * hppa.h (xmpyu): No floating point format specifier for the
780 xmpyu instruction.
781
3f0c3fdc
ILT
782Fri Feb 4 23:36:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
783
784 * ppc.h (PPC_OPERAND_NEXT): Define.
785 (PPC_OPERAND_NEGATIVE): Change value to make room for above.
786 (struct powerpc_macro): Define.
787 (powerpc_macros, powerpc_num_macros): Declare.
788
a8146de4
ILT
789Fri Jan 21 19:13:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
790
791 * ppc.h: New file. Header file for PowerPC opcode table.
792
43983d3c
JL
793Mon Jan 17 00:14:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
794
7a68f30a
JL
795 * hppa.h: More minor template fixes for sfu and copr (to allow
796 for easier disassembly).
797
43983d3c
JL
798 * hppa.h: Fix templates for all the sfu and copr instructions.
799
800Wed Dec 15 15:12:42 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
801
802 * i386.h (push): Permit Imm16 operand too.
803
804Sat Dec 11 16:14:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
805
806 * h8300.h (andc): Exists in base arch.
807
808Wed Dec 1 12:15:32 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
809
810 * From Hisashi MINAMINO <minamino@sramhc.sra.co.jp>
811 * hppa.h: #undef NONE to avoid conflict with hiux include files.
812
813Sun Nov 21 22:06:57 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
814
815 * hppa.h: Add FP quadword store instructions.
816
2dbe3409
ILT
817Wed Nov 17 17:13:16 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
818
819 * mips.h: (M_J_A): Added.
820 (M_LA): Removed.
821
822Mon Nov 8 12:12:47 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
823
824 * mips.h (OP_MASK_CACHE, OP_SH_CACHE): Define. From Ted Lemon
825 <mellon@pepper.ncd.com>.
826
79f7e58c
JL
827Sun Nov 7 00:30:11 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
828
829 * hppa.h: Immediate field in probei instructions is unsigned,
830 not low-sign extended.
831
832Wed Nov 3 10:30:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
833
834 * m88k.h (RRI10MASK): Change from 0xfc00ffe0 to 0xfc00fc00.
835
836Tue Nov 2 12:41:30 1993 Ken Raeburn (raeburn@rover.cygnus.com)
837
838 * i386.h: Add "fxch" without operand.
839
5e0a166c
ILT
840Mon Nov 1 18:13:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
841
842 * mips.h (M_JAL_1, M_JAL_2, M_JAL_A): Added.
843
844Sat Oct 2 22:26:11 1993 Jeffrey A Law (law@snake.cs.utah.edu)
845
846 * hppa.h: Add gfw and gfr to the opcode table.
847
848Wed Sep 29 16:23:00 1993 K. Richard Pixley (rich@sendai.cygnus.com)
849
850 * m88k.h: extended to handle m88110.
851
852Tue Sep 28 19:19:08 1993 Jeffrey A Law (law@snake.cs.utah.edu)
f70a36e0
JK
853
854 * hppa.h (be, ble): Use operand type 'z' to denote absolute branch
855 addresses.
856
857Tue Sep 14 14:04:35 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
858
859 * i960.h (i960_opcodes): Properly bracket initializers.
860
65ae7bfa
RP
861Mon Sep 13 12:50:52 1993 K. Richard Pixley (rich@sendai.cygnus.com)
862
863 * m88k.h (BOFLAG): rewrite to avoid nested comment.
864
57fbd6b0
ILT
865Mon Sep 13 15:46:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
866
867 * m68k.h (two): Protect second argument with parentheses.
868
869Fri Sep 10 16:29:47 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
870
871 * i386.h (i386_optab): Added new instruction "rsm" (for i386sl).
872 Deleted old in/out instructions in "#if 0" section.
873
fc0d7441
ILT
874Thu Sep 9 17:42:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
875
876 * i386.h (i386_optab): Properly bracket initializers.
877
878Wed Aug 25 13:50:56 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
879
880 * hppa.h (pa_opcode): Use '|' for movb and movib insns. (From
881 Jeff Law, law@cs.utah.edu).
882
883Mon Aug 23 16:55:03 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
884
885 * i386.h (lcall): Accept Imm32 operand also.
886
de14dfd7
ILT
887Mon Aug 23 12:43:11 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
888
889 * mips.h (M_ABSU): Removed (absolute value of unsigned number??).
890 (M_DABS): Added.
891
0834f518
ILT
892Thu Aug 19 15:08:37 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
893
894 * mips.h (INSN_*): Changed values. Removed unused definitions.
895 Added INSN_COND_BRANCH_LIKELY, INSN_ISA2 and INSN_ISA3. Split
896 INSN_LOAD_DELAY into INSN_LOAD_MEMORY_DELAY and
897 INSN_LOAD_COPROC_DELAY. Split INSN_COPROC_DELAY into
898 INSN_COPROC_MOVE_DELAY and INSN_COPROC_MEMORY_DELAY.
899 (M_*): Added new values for r6000 and r4000 macros.
900 (ANY_DELAY): Removed.
901
78641221
ILT
902Wed Aug 18 15:37:48 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
903
904 * mips.h: Added M_LI_S and M_LI_SS.
905
906Tue Aug 17 07:08:08 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
907
908 * h8300.h: Get some rare mov.bs correct.
909
910Thu Aug 5 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
911
912 * sparc.h: Don't define const ourself; rely on ansidecl.h having
913 been included.
914
915Fri Jul 30 18:41:11 1993 John Gilmore (gnu@cygnus.com)
916
917 * sparc.h (F_JSR, F_UNBR, F_CONDBR): Add new flags to mark
918 jump instructions, for use in disassemblers.
919
920Thu Jul 22 07:25:27 1993 Ian Lance Taylor (ian@cygnus.com)
921
922 * m88k.h: Make bitfields just unsigned, not unsigned long or
923 unsigned short.
924
6702e216
JK
925Wed Jul 21 11:55:31 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
926
927 * hppa.h: New argument type 'y'. Use in various float instructions.
928
0b3ae811
JK
929Mon Jul 19 17:17:03 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
930
8622d4e5
JK
931 * hppa.h (break): First immediate field is unsigned.
932
0b3ae811
JK
933 * hppa.h: Add rfir instruction.
934
0ffccbfb
JK
935Sun Jul 18 16:28:08 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
936
937 * mips.h: Split the actual table out into ../../opcodes/mips-opc.c.
938
763e8ded
ILT
939Fri Jul 16 09:59:29 1993 Ian Lance Taylor (ian@cygnus.com)
940
941 * mips.h: Reworked the hazard information somewhat, and fixed some
942 bugs in the instruction hazard descriptions.
943
d909159c
ILT
944Thu Jul 15 12:42:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
945
946 * m88k.h: Corrected a couple of opcodes.
947
05166a28
ILT
948Tue Jul 6 15:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
949
950 * mips.h: Replaced with version from Ralph Campbell and OSF. The
951 new version includes instruction hazard information, but is
952 otherwise reasonably similar.
953
954Thu Jul 1 20:36:17 1993 Doug Evans (dje@canuck.cygnus.com)
955
956 * h8300.h: Fix typo in UNOP3 (affected sh[al][lr].l).
957
958Fri Jun 11 18:38:44 1993 Ken Raeburn (raeburn@cygnus.com)
959
960 Patches from Jeff Law, law@cs.utah.edu:
961 * hppa.h: Clean up some of the OLD_TABLE, non-OLD_TABLE braindamage.
962 Make the tables be the same for the following instructions:
963 "bb", "addb[tf]", "addib[tf]", "add", "add[loc]", "addco",
964 "sh[123]add", "sh[123]add[lo]", "sub", "sub[obt]", "sub[bt]o",
965 "ds", "comclr", "addi", "addi[ot]", "addito", "subi", "subio",
966 "comiclr", "fadd", "fsub", "fmpy", "fdiv", "fsqrt", "fabs",
967 "frnd", "fcpy", "fcnvff", "fcnvxf", "fcnvfx", "fcnvfxt",
968 "fcmp", and "ftest".
969
970 * hppa.h: Make new and old tables the same for "break", "mtctl",
971 "mfctl", "bb", "ssm", "rsm", "xmpyu", "fmpyadd", "fmpysub".
972 Fix typo in last patch. Collapse several #ifdefs into a
973 single #ifdef.
974
975 * hppa.h: Delete remaining OLD_TABLE code. Bring some
976 of the comments up-to-date.
977
978 * hppa.h: Update "free list" of letters and update
979 comments describing each letter's function.
980
981Fri Jun 4 15:41:37 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
982
983 * h8300.h: checkpoint, includes H8/300-H opcodes.
984
34a8b724
SG
985Thu Jun 3 15:42:59 1993 Stu Grossman (grossman@cygnus.com)
986
987 * Patches from Jeffrey Law <law@cs.utah.edu>.
988 * hppa.h: Rework single precision FP
989 instructions so that they correctly disassemble code
990 PA1.1 code.
991
992Thu May 27 19:21:22 1993 Bruce Bauman (boot@osf.org)
993
994 * i386.h (i386_optab, mov pattern): Remove Mem16 restriction from
995 mov to allow instructions like mov ss,xyz(ecx) to assemble.
996
3b17ee1b
KR
997Tue May 25 00:39:40 1993 Ken Raeburn (raeburn@cygnus.com)
998
999 * hppa.h: Use new version from Utah if OLD_TABLE isn't defined;
1000 gdb will define it for now.
1001
1002Mon May 24 15:20:06 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1003
1004 * sparc.h: Don't end enumerator list with comma.
1005
1006Fri May 14 15:15:50 1993 Ian Lance Taylor (ian@cygnus.com)
1007
1008 * Based on patches from davidj@ICSI.Berkeley.EDU (David Johnson):
1009 * mips.h (OP_MASK_COPZ, OP_SH_COPZ): Define.
1010 ("bc2t"): Correct typo.
1011 ("[ls]wc[023]"): Use T rather than t.
1012 ("c[0123]"): Define general coprocessor instructions.
1013
1da91f29
KR
1014Mon May 10 06:02:25 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
1015
1016 * m68k.h: Move split point for gcc compilation more towards
1017 middle.
1018
1019Fri Apr 9 13:26:16 1993 Jim Kingdon (kingdon@cygnus.com)
1020
1021 * rs6k.h: Clean up instructions for primary opcode 19 (many were
1022 simply wrong, ics, rfi, & rfsvc were missing).
1023 Add "a" to opr_ext for "bb". Doc fix.
1024
1025Thu Mar 18 13:45:31 1993 Per Bothner (bothner@rtl.cygnus.com)
1026
1027 * i386.h: 486 extensions from John Hassey (hassey@dg-rtp.dg.com).
1028 * mips.h: Add casts, to suppress warnings about shifting too much.
1029 * m68k.h: Document the placement code '9'.
1030
1031Thu Feb 18 02:03:14 1993 John Gilmore (gnu@cygnus.com)
1032
1033 * m68k.h (BREAK_UP_BIG_DECL, AND_OTHER_PART): Add kludge which
1034 allows callers to break up the large initialized struct full of
1035 opcodes into two half-sized ones. This permits GCC to compile
1036 this module, since it takes exponential space for initializers.
1037 (numopcodes, endop): Revise to use AND_OTHER_PART in size calcs.
1038
1039Thu Feb 4 02:06:56 1993 John Gilmore (gnu@cygnus.com)
1040
1041 * a29k.h: Remove RCS crud, update GPL to v2, update copyrights.
1042 * convex.h: Added, from GDB's convx-opcode.h. Added CONST to all
1043 initialized structs in it.
1044
1d0d5dbe
JG
1045Thu Jan 28 21:32:22 1993 John Gilmore (gnu@cygnus.com)
1046
1047 Delta 88 changes inspired by Carl Greco, <cgreco@Creighton.Edu>:
1048 * m88k.h (PMEM): Avoid previous definition from <sys/param.h>.
1049 (AND): Change to AND_ to avoid ansidecl.h `AND' conflict.
1050
ffb93a5d
KR
1051Sat Jan 23 18:10:49 PST 1993 Ralph Campbell (ralphc@pyramid.com)
1052
1053 * mips.h: document "i" and "j" operands correctly.
1054
1d0d5dbe
JG
1055Thu Jan 7 15:58:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1056
1057 * mips.h: Removed endianness dependency.
1058
1059Sun Jan 3 14:13:35 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1060
1061 * h8300.h: include info on number of cycles per instruction.
1062
09f3dc6e
SG
1063Mon Dec 21 21:29:08 1992 Stu Grossman (grossman at cygnus.com)
1064
1065 * hppa.h: Move handy aliases to the front. Fix masks for extract
1066 and deposit instructions.
1067
1068Sat Dec 12 16:09:48 1992 Ian Lance Taylor (ian@cygnus.com)
1069
1070 * i386.h: accept shld and shrd both with and without the shift
1071 count argument, which is always %cl.
1072
ffb93a5d 1073Fri Nov 27 17:13:18 1992 Ken Raeburn (raeburn at cygnus.com)
09f3dc6e
SG
1074
1075 * i386.h (i386_optab_end, i386_regtab_end): Now const.
1076 (one_byte_segment_defaults, two_byte_segment_defaults,
1077 i386_prefixtab_end): Ditto.
1078
f53f0a03
KR
1079Mon Nov 23 10:47:25 1992 Ken Raeburn (raeburn@cygnus.com)
1080
1081 * vax.h (bb*): Use "v" (bitfield type), not "a" (address operand)
1082 for operand 2; from John Carr, jfc@dsg.dec.com.
1083
1084Wed Nov 4 07:36:49 1992 Ken Raeburn (raeburn@cygnus.com)
1085
1086 * m68k.h: Define FIXED_SIZE_BRANCH, so bsr and bra instructions
1087 always use 16-bit offsets. Makes calculated-size jump tables
1088 feasible.
1089
1090Fri Oct 16 22:52:43 1992 Ken Raeburn (raeburn@cygnus.com)
1091
1092 * i386.h: Fix one-operand forms of in* and out* patterns.
1093
1094Tue Sep 22 14:08:14 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
1095
1096 * m68k.h: Added CPU32 support.
1097
1098Tue Sep 22 00:38:41 1992 John Gilmore (gnu@cygnus.com)
1099
1100 * mips.h (break): Disassemble the argument. Patch from
1101 jonathan@cs.stanford.edu (Jonathan Stone).
1102
66beed38
ILT
1103Wed Sep 9 11:25:28 1992 Ian Lance Taylor (ian@cygnus.com)
1104
1105 * m68k.h: merged Motorola and MIT syntax.
1106
1107Thu Sep 3 09:33:22 1992 Steve Chamberlain (sac@thepub.cygnus.com)
1108
1109 * m68k.h (pmove): make the tests less strict, the 68k book is
1110 wrong.
1111
1112Tue Aug 25 23:25:19 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
1113
1114 * m68k.h (m68ec030): Defined as alias for 68030.
1115 (m68k_opcodes): New type characters "3" for 68030 MMU regs and "t"
1116 for immediate 0-7 added. Set up some opcodes (ptest, bkpt) to use
1117 them. Tightened description of "fmovex" to distinguish it from
1118 some "pmove" encodings. Added "pmove" for 68030 MMU regs, cleaned
1119 up descriptions that claimed versions were available for chips not
1120 supporting them. Added "pmovefd".
1121
1122Mon Aug 24 12:04:51 1992 Steve Chamberlain (sac@thepub.cygnus.com)
1123
1124 * m68k.h: fix where the . goes in divull
1125
1126Wed Aug 19 11:22:24 1992 Ian Lance Taylor (ian@cygnus.com)
1127
1128 * m68k.h: the cas2 instruction is supposed to be written with
1129 indirection on the last two operands, which can be either data or
1130 address registers. Added a new operand type 'r' which accepts
1131 either register type. Added new cases for cas2l and cas2w which
1132 use them. Corrected masks for cas2 which failed to recognize use
1133 of address register.
1134
1245410d
PB
1135Fri Aug 14 14:20:38 1992 Per Bothner (bothner@cygnus.com)
1136
04edcda1
PB
1137 * m68k.h: Merged in patches (mostly m68040-specific) from
1138 Colin Smith <colin@wrs.com>.
1139
1245410d
PB
1140 * m68k.h: Merged m68kmri.h and m68k.h (using the former as a
1141 base). Also cleaned up duplicates, re-ordered instructions for
1142 the sake of dis-assembling (so aliases come after standard names).
1143 * m68kmri.h: Now just defines some macros, and #includes m68k.h.
1144
339a27b4
SC
1145Wed Aug 12 16:38:15 1992 Steve Chamberlain (sac@thepub.cygnus.com)
1146
1147 * m68kmri.h: added various opcodes. Moved jbxx to bxxes. Filled in
1148 all missing .s
1149
3a6a4813
KR
1150Mon Aug 10 23:22:33 1992 Ken Raeburn (raeburn@cygnus.com)
1151
6bb4c923
KR
1152 * sparc.h: Moved tables to BFD library.
1153
3a6a4813
KR
1154 * i386.h (i386_optab): Add fildq, fistpq aliases used by gcc.
1155
1156Sun Jun 28 13:29:03 1992 Fred Fish (fnf@cygnus.com)
1157
1158 * h8300.h: Finish filling in all the holes in the opcode table,
1159 so that the Lucid C compiler can digest this as well...
1160
ce868e5c
JG
1161Fri Jun 26 21:27:17 1992 John Gilmore (gnu at cygnus.com)
1162
1163 * i386.h: Add setc, setnc, addr16, data16, repz, repnz aliases.
1164 Fix opcodes on various sizes of fild/fist instructions
1165 (16bit=no suffix, 32bit="l" suffix, 64bit="ll" suffix).
5b88adf7 1166 Use tabs to indent for comments. Fixes suggested by Minh Tran-Le.
ce868e5c
JG
1167
1168Thu Jun 25 16:13:26 1992 Stu Grossman (grossman at cygnus.com)
1169
1170 * h8300.h: Fill in all the holes in the opcode table so that the
1171 losing HPUX C compiler can digest this...
1172
1173Thu Jun 11 12:15:25 1992 John Gilmore (gnu at cygnus.com)
1174
1175 * mips.h: Fix decoding of coprocessor instructions, somewhat.
1176 (Fix by Eric Anderson, 3jean@maas-neotek.arc.nasa.gov.)
1177
1178Thu May 28 11:17:44 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
1179
1180 * sparc.h: Add new architecture variant sparclite; add its scan
1181 and divscc opcodes. Define ARCHITECTURES_CONFLICT_P macro.
1182
1183Tue May 5 14:23:27 1992 Per Bothner (bothner@rtl.cygnus.com)
1184
1185 * mips.h: Add some more opcode synonyms (from Frank Yellin,
1186 fy@lucid.com).
1187
1188Thu Apr 16 18:25:26 1992 Per Bothner (bothner@cygnus.com)
1189
1190 * rs6k.h: New version from IBM (Metin).
1191
1192Thu Apr 9 00:31:19 1992 Per Bothner (bothner@rtl.cygnus.com)
1193
1194 * rs6k.h: Fix incorrect extended opcode for instructions `fm'
1195 and `fd'. (From metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik).)
1196
aa505f07
SG
1197Tue Apr 7 13:38:47 1992 Stu Grossman (grossman at cygnus.com)
1198
1199 * rs6k.h: Move from ../../gdb/rs6k-opcode.h.
1200
677ff947
FF
1201Fri Apr 3 11:30:20 1992 Fred Fish (fnf@cygnus.com)
1202
1203 * m68k.h (one, two): Cast macro args to unsigned to suppress
1204 complaints from compiler and lint about integer overflow during
1205 shift.
1206
1207Sun Mar 29 12:22:08 1992 John Gilmore (gnu at cygnus.com)
1208
1209 * sparc.h (OP): Avoid signed overflow when shifting to high order bit.
1210
1211Fri Mar 6 00:22:38 1992 John Gilmore (gnu at cygnus.com)
1212
1213 * mips.h: Make bitfield layout depend on the HOST compiler,
1214 not on the TARGET system.
1215
1216Fri Feb 21 01:29:51 1992 K. Richard Pixley (rich@cygnus.com)
1217
1218 * i386.h: added inb, inw, outb, outw opcodes, added att syntax for
1219 scmp, slod, smov, ssca, ssto. Curtesy Minh Tran-Le
1220 <TRANLE@INTELLICORP.COM>.
1221
1222Thu Jan 30 07:31:44 1992 Steve Chamberlain (sac at rtl.cygnus.com)
1223
1224 * h8300.h: turned op_type enum into #define list
1225
14144df4
JG
1226Thu Jan 30 01:07:24 1992 John Gilmore (gnu at cygnus.com)
1227
1228 * sparc.h: Remove "cypress" architecture. Remove "fitox" and
1229 similar instructions -- they've been renamed to "fitoq", etc.
1230 REALLY fix tsubcctv. Fix "fcmpeq" and "fcmpq" which had wrong
1231 number of arguments.
1232 * h8300.h: Remove extra ; which produces compiler warning.
1233
cc35cb05
SG
1234Tue Jan 28 22:59:22 1992 Stu Grossman (grossman at cygnus.com)
1235
1236 * sparc.h: fix opcode for tsubcctv.
1237
1238Tue Jan 7 17:19:39 1992 K. Richard Pixley (rich at cygnus.com)
1239
1240 * sparc.h: fba and cba are now aliases for fb and cb respectively.
1241
1242Fri Dec 27 10:55:50 1991 Per Bothner (bothner at cygnus.com)
1243
1244 * sparc.h (nop): Made the 'lose' field be even tighter,
1245 so only a standard 'nop' is disassembled as a nop.
1246
a9b0d1ae
MT
1247Sun Dec 22 12:18:18 1991 Michael Tiemann (tiemann at cygnus.com)
1248
1249 * sparc.h (nop): Add RD_GO to `lose' so that only %g0 in dest is
1250 disassembled as a nop.
1251
1252Tue Dec 10 00:22:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
1253
1254 * sparc.h: fix a typo.
1255
1256Sat Nov 30 20:40:51 1991 Steve Chamberlain (sac at rtl.cygnus.com)
1257
1258 * a29k.h, arm.h, h8300.h, i386.h, i860.h, i960.h , m68k.h,
1259 m88k.h, mips.h , np1.h, ns32k.h, pn.h, pyr.h, sparc.h, tahoe.h,
1260 vax.h, ChangeLog: renamed from ../<foo>-opcode.h
1261
77400de3
KR
1262\f
1263Local Variables:
1264version-control: never
1265End:
This page took 0.275125 seconds and 4 git commands to generate.