* m32r.opc (parse_slo16): Fix bad application of previous patch.
[external/binutils.git] / cpu / ChangeLog
1 2005-10-19  Nick Clifton  <nickc@redhat.com>
2
3         * m32r.opc (parse_slo16): Fix bad application of previous patch.
4
5 2005-10-18  Andreas Schwab  <schwab@suse.de>
6
7         * m32r.opc (parse_slo16): Better version of previous patch.
8
9 2005-10-14  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
10
11         * cpu/m32r.opc (parse_slo16): Do not assume a 32-bit host word
12         size.
13
14 2005-07-25  DJ Delorie  <dj@redhat.com>
15
16         * m32c.opc (parse_unsigned8): Add %dsp8().
17         (parse_signed8): Add %hi8().
18         (parse_unsigned16): Add %dsp16().
19         (parse_signed16): Add %lo16() and %hi16().
20         (parse_lab_5_3): Make valuep a bfd_vma *.
21
22 2005-07-18  Nick Clifton  <nickc@redhat.com>
23
24         * m32c.cpu (f-16-8, f-24-8, f-32-16, f-dsp-8-u24): New opcode
25         components.
26         (f-lab32-jmp-s): Fix insertion sequence.
27         (Dsp-8-u24, Lab-5-3, Lab32-jmp-s): New operands.
28         (Dsp-40-s8): Make parameter be signed.
29         (Dsp-40-s16): Likewise.
30         (Dsp-48-s8): Likewise.
31         (Dsp-48-s16): Likewise.
32         (Imm-13-u3): Likewise. (Despite its name!)
33         (BitBase16-16-s8): Make the parameter be unsigned.
34         (BitBase16-8-u11-S): Likewise.
35         (Lab-8-8, Lab-8-16, Lab-16-8, jcnd16-5, jcnd16, jcnd32, jmp16.s,
36         jmp16.b, jmp16.w, jmp32.s, jmp32.b, jmp32.w, jsp16.w, jsr32.w): Allow
37         relaxation.
38
39         * m32c.opc: Fix formatting.
40         Use safe-ctype.h instead of ctype.h
41         Move duplicated code sequences into a macro.
42         Fix compile time warnings about signedness mismatches.
43         Remove dead code.
44         (parse_lab_5_3): New parser function.
45         
46 2005-07-16  Jim Blandy  <jimb@redhat.com>
47
48         * m32c.opc (m32c_cgen_insn_supported): Use int, not CGEN_BITSET,
49         to represent isa sets.
50
51 2005-07-15  Jim Blandy  <jimb@redhat.com>
52
53         * m32c.cpu, m32c.opc: Fix copyright.
54
55 2005-07-14  Jim Blandy  <jimb@redhat.com>
56
57         * m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
58
59 2005-07-14  Alan Modra  <amodra@bigpond.net.au>
60
61         * ms1.opc (print_dollarhex): Correct format string.
62
63 2005-07-06  Alan Modra  <amodra@bigpond.net.au>
64
65         * iq2000.cpu: Include from binutils cpu dir.
66
67 2005-07-05  Nick Clifton  <nickc@redhat.com>
68
69         * iq2000.opc (parse_lo16, parse_mlo16): Make value parameter
70         unsigned in order to avoid compile time warnings about sign
71         conflicts.
72
73         * ms1.opc (parse_*): Likewise.
74         (parse_imm16): Use a "void *" as it is passed both signed and
75         unsigned arguments.
76
77 2005-07-01  Nick Clifton  <nickc@redhat.com>
78
79         * frv.opc: Update to ISO C90 function declaration style.
80         * iq2000.opc: Likewise.
81         * m32r.opc: Likewise.
82         * sh.opc: Likewise.
83
84 2005-06-15  Dave Brolley  <brolley@redhat.com>
85
86         Contributed by Red Hat.
87         * ms1.cpu: New file.  Written by Nick Clifton, Stan Cox.
88         * ms1.opc: New file.  Written by Stan Cox.
89
90 2005-05-10  Nick Clifton  <nickc@redhat.com>
91
92         * Update the address and phone number of the FSF organization in
93         the GPL notices in the following files:
94         cris.cpu, frv.cpu, frv.opc, iq10.cpu, iq2000.opc, iq2000m.cpu,
95         m32r.cpu, m32r.opc, sh.cpu, sh.opc, sh64-compact.cpu,
96         sh64-media.cpu, simplify.inc
97
98 2005-02-24  Alan Modra  <amodra@bigpond.net.au>
99
100         * frv.opc (parse_A): Warning fix.
101
102 2005-02-23  Nick Clifton  <nickc@redhat.com>
103
104         * frv.opc: Fixed compile time warnings about differing signed'ness
105         of pointers passed to functions.
106         * m32r.opc: Likewise.
107
108 2005-02-11  Nick Clifton  <nickc@redhat.com>
109
110         * iq2000.opc (parse_jtargq10): Change type of valuep argument to
111         'bfd_vma *' in order avoid compile time warning message.
112
113 2005-01-28  Hans-Peter Nilsson  <hp@axis.com>
114
115         * cris.cpu (mstep): Add missing insn.
116
117 2005-01-25  Alexandre Oliva  <aoliva@redhat.com>
118
119         2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
120         * frv.cpu: Add support for TLS annotations in loads and calll.
121         * frv.opc (parse_symbolic_address): New.
122         (parse_ldd_annotation): New.
123         (parse_call_annotation): New.
124         (parse_ld_annotation): New.
125         (parse_ulo16, parse_uslo16): Use parse_symbolic_address.
126         Introduce TLS relocations.
127         (parse_d12, parse_s12, parse_u12): Likewise.
128         (parse_uhi16): Likewise.  Fix constant checking on 64-bit host.
129         (parse_call_label, print_at): New.
130
131 2004-12-21  Mikael Starvik  <starvik@axis.com>
132
133         * cris.cpu (cris-set-mem): Correct integral write semantics.
134
135 2004-11-29  Hans-Peter Nilsson  <hp@axis.com>
136
137         * cris.cpu: New file.
138
139 2004-11-15  Michael K. Lechner <mike.lechner@gmail.com>
140
141         * iq2000.cpu: Added quotes around macro arguments so that they
142         will work with newer versions of guile.
143
144 2004-10-27  Nick Clifton  <nickc@redhat.com>
145
146         * iq2000m.cpu (pkrlr1, pkrlr30, rbr1, rbr30, rxr1, rxr30, wbr1,
147         wbr1u, wbr30, wbr30u, wxr1, wxr1u, wxr30, wxr30u): Add an index
148         operand.
149         * iq2000.cpu (dnop index): Rename to _index to avoid complications
150         with guile.
151
152 2004-08-27  Richard Sandiford  <rsandifo@redhat.com>
153
154         * frv.cpu (cfmovs): Change UNIT attribute to FMALL.
155
156 2004-05-15  Nick Clifton  <nickc@redhat.com>
157
158         * iq2000.opc (iq2000_cgen_insn_supported): Make 'insn' argument const.
159
160 2004-03-30  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
161
162         * m32r.opc (parse_hi16): Fixed shigh(0xffff8000) bug.
163
164 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
165
166         * frv.cpu (define-arch frv): Add fr450 mach.
167         (define-mach fr450): New.
168         (define-model fr450): New.  Add profile units to every fr450 insn.
169         (define-attr UNIT): Add MDCUTSSI.
170         (define-attr FR450-MAJOR): New enum.  Add to every fr450 insn.
171         (define-attr AUDIO): New boolean.
172         (f-LRAE, f-LRAD, f-LRAS, f-TLBPRopx, f-TLBPRL)
173         (f-LRA-null, f-TLBPR-null): New fields.
174         (scr0, scr1, scr2, scr3, imavr1, damvr1, cxnr, ttbr)
175         (tplr, tppr, tpxr, timerh, timerl, timerd, btbr): New SPRs.
176         (LRAE, LRAD, LRAS, TLBPRopx, TLBPRL): New operands.
177         (LRA-null, TLBPR-null): New macros.
178         (iacc-multiply-r-r, slass, scutss, int-arith-ss-r-r): Add AUDIO attr.
179         (load-real-address): New macro.
180         (lrai, lrad, tlbpr): New instructions.
181         (media-cut-acc, media-cut-acc-ss): Add fr450-major argument.
182         (mcut, mcuti, mcutss, mcutssi): Adjust accordingly.
183         (mdcutssi): Change UNIT attribute to MDCUTSSI.
184         (media-low-clear-semantics, media-scope-limit-semantics)
185         (media-quad-limit, media-quad-shift): New macros.
186         (mqlclrhs, mqlmths, mqsllhi, mqsrahi): New instructions.
187         * frv.opc (frv_is_branch_major, frv_is_float_major, frv_is_media_major)
188         (frv_is_branch_insn, frv_is_float_insn, frv_is_media_insn)
189         (frv_vliw_reset, frv_vliw_add_insn): Handle bfd_mach_fr450.
190         (fr450_unit_mapping): New array.
191         (fr400_unit_mapping, fr500_unit_mapping, fr550_unit_mapping): Add entry
192         for new MDCUTSSI unit.
193         (fr450_check_insn_major_constraints): New function.
194         (check_insn_major_constraints): Use it.
195
196 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
197
198         * frv.cpu (nsdiv, nudiv, nsdivi, nudivi): Remove fr400 profiling unit.
199         (scutss): Change unit to I0.
200         (calll, callil, ccalll): Add missing FR550-MAJOR and profile unit.
201         (mqsaths): Fix FR400-MAJOR categorization.
202         (media-quad-multiply-cross-acc, media-quad-cross-multiply-cross-acc)
203         (media-quad-cross-multiply-acc): Change unit from MDUALACC to FMALL.
204         * frv.opc (fr400_check_insn_major_constraints): Check for (M-2,M-1)
205         combinations.
206
207 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
208
209         * frv.cpu (r-store, r-store-dual, r-store-quad): Delete.
210         (rstb, rsth, rst, rstd, rstq): Delete.
211         (rstbf, rsthf, rstf, rstdf, rstqf): Delete.
212
213 2004-02-23  Nick Clifton  <nickc@redhat.com>
214
215         * Apply these patches from Renesas:
216
217         2004-02-10  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
218
219         * cpu/m32r.opc (my_print_insn): Fixed incorrect output when
220         disassembling codes for 0x*2 addresses.
221
222         2003-12-15  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
223
224         * cpu/m32r.cpu: Add PIPE_O attribute to "pop" instruction.
225
226         2003-12-03  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
227
228         * cpu/m32r.cpu : Add new model m32r2.
229         Add new instructions.
230         Replace occurrances of 'Mitsubishi' with 'Renesas'.
231         Changed PIPE attr of push from O to OS.
232         Care for Little-endian of M32R.
233         * cpu/m32r.opc (CGEN_DIS_HASH, my_print_insn):
234         Care for Little-endian of M32R.
235         (parse_slo16): signed extension for value.
236
237 2004-02-20  Andrew Cagney  <cagney@redhat.com>
238
239         * m32r.opc, m32r.cpu: New files.  Written by , Doug Evans, Nick
240         Clifton, Ben Elliston, Matthew Green, and Andrew Haley.
241
242         * sh.cpu, sh.opc, sh64-compact.cpu, sh64-media.cpu: New files, all
243         written by Ben Elliston.
244
245 2004-01-14  Richard Sandiford  <rsandifo@redhat.com>
246
247         * frv.cpu (UNIT): Add IACC.
248         (iacc-multiply-r-r): Use it.
249         * frv.opc (fr400_unit_mapping): Add entry for IACC.
250         (fr500_unit_mapping, fr550_unit_mapping): Likewise.
251
252 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
253
254         2003-12-19  Alexandre Oliva  <aoliva@redhat.com>
255         * frv.opc (parse_ulo16, parse_uhi16, parse_d12): Fix some
256         cut&paste errors in shifting/truncating numerical operands.
257         2003-08-08  Alexandre Oliva  <aoliva@redhat.com>
258         * frv.opc (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
259         (parse_uslo16): Likewise.
260         (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
261         (parse_d12): Parse gotoff12 and gotofffuncdesc12.
262         (parse_s12): Likewise.
263         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
264         * frv.opc (parse_ulo16): Parse gotlo and gotfuncdesclo.
265         (parse_uslo16): Likewise.
266         (parse_uhi16): Parse gothi and gotfuncdeschi.
267         (parse_d12): Parse got12 and gotfuncdesc12.
268         (parse_s12): Likewise.
269
270 2003-10-10  Dave Brolley  <brolley@redhat.com>
271
272         * frv.cpu (dnpmop): New p-macro.
273         (GRdoublek): Use dnpmop.
274         (CPRdoublek, FRdoublei, FRdoublej, FRdoublek): Ditto.
275         (store-double-r-r): Use (.sym regtype doublek).
276         (r-store-double): Ditto.
277         (store-double-r-r-u): Ditto.
278         (conditional-store-double): Ditto.
279         (conditional-store-double-u): Ditto.
280         (store-double-r-simm): Ditto.
281         (fmovs): Assign to UNIT FMALL.
282
283 2003-10-06  Dave Brolley  <brolley@redhat.com>
284
285         * frv.cpu, frv.opc: Add support for fr550.
286
287 2003-09-24  Dave Brolley  <brolley@redhat.com>
288
289         * frv.cpu (u-commit): New modelling unit for fr500.
290         (mwtaccg): Use frv_ref_SI to reference ACC40Sk as an input operand.
291         (commit-r): Use u-commit model for fr500.
292         (commit): Ditto.
293         (conditional-float-binary-op): Take profiling data as an argument.
294         Update callers.
295         (ne-float-binary-op): Ditto.
296
297 2003-09-19  Michael Snyder  <msnyder@redhat.com>
298
299         * frv.cpu (nldqi): Delete unimplemented instruction.
300
301 2003-09-12  Dave Brolley  <brolley@redhat.com>
302
303         * frv.cpu (u-clrgr, u-clrfr): New units of model fr500.
304         (clear-ne-flag-r): Pass insn profiling in as an argument. Call
305         frv_ref_SI to get input register referenced for profiling.
306         (clear-ne-flag-all): Pass insn profiling in as an argument.
307         (clrgr,clrfr,clrga,clrfa): Add profiling information.
308
309 2003-09-11  Michael Snyder  <msnyder@redhat.com>
310
311         * frv.cpu: Typographical corrections.
312
313 2003-09-09  Dave Brolley  <brolley@redhat.com>
314
315         * frv.cpu (media-dual-complex): Change UNIT to FMALL.
316         (conditional-media-dual-complex, media-quad-complex): Likewise.
317
318 2003-09-04  Dave Brolley  <brolley@redhat.com>
319
320         * frv.cpu (register-transfer): Pass in all attributes in on argument.
321         Update all callers.
322         (conditional-register-transfer): Ditto.
323         (cache-preload): Ditto.
324         (floating-point-conversion): Ditto.
325         (floating-point-neg): Ditto.
326         (float-abs): Ditto.
327         (float-binary-op-s): Ditto.
328         (conditional-float-binary-op): Ditto.
329         (ne-float-binary-op): Ditto.
330         (float-dual-arith): Ditto.
331         (ne-float-dual-arith): Ditto.
332
333 2003-09-03  Dave Brolley  <brolley@redhat.com>
334
335         * frv.opc (parse_A, parse_A0, parse_A1): New parse handlers.
336         * frv.cpu (UNIT): Add IALL, FMALL, FMLOW, STORE, SCAN, DCPL, MDUALACC,
337         MCLRACC-1.
338         (A): Removed operand.
339         (A0,A1): New operands replace operand A.
340         (mnop): Now a real insn
341         (mclracc): Removed insn.
342         (mclracc-0, mclracc-1): New insns replace mclracc.
343         (all insns): Use new UNIT attributes.
344
345 2003-08-21  Nick Clifton  <nickc@redhat.com>
346
347         * frv.cpu (mbtoh): Replace input parameter to u-media-dual-expand
348         and u-media-dual-btoh with output parameter.
349         (cmbtoh): Add profiling hack.
350
351 2003-08-19  Michael Snyder  <msnyder@redhat.com>
352
353         * frv.cpu: Fix typo, Frintkeven -> FRintkeven
354
355 2003-06-10  Doug Evans  <dje@sebabeach.org>
356
357         * frv.cpu: Add IDOC attribute.
358
359 2003-06-06  Andrew Cagney  <cagney@redhat.com>
360
361         Contributed by Red Hat.
362         * iq2000.cpu: New file.  Written by Ben Elliston, Jeff Johnston,
363         Stan Cox, and Frank Ch. Eigler.
364         * iq2000.opc: New file.  Written by Ben Elliston, Frank
365         Ch. Eigler, Chris Moller, Jeff Johnston, and Stan Cox.
366         * iq2000m.cpu: New file.  Written by Jeff Johnston.
367         * iq10.cpu: New file.  Written by Jeff Johnston.
368
369 2003-06-05  Nick Clifton  <nickc@redhat.com>
370
371         * frv.cpu (FRintieven): New operand.  An even-numbered only
372         version of the FRinti operand.
373         (FRintjeven): Likewise for FRintj.
374         (FRintkeven): Likewise for FRintk.
375         (mdcutssi, media-dual-word-rotate-r-r, mqsaths,
376         media-quad-arith-sat-semantics, media-quad-arith-sat,
377         conditional-media-quad-arith-sat, mdunpackh,
378         media-quad-multiply-semantics, media-quad-multiply,
379         conditional-media-quad-multiply, media-quad-complex-i,
380         media-quad-multiply-acc-semantics, media-quad-multiply-acc,
381         conditional-media-quad-multiply-acc, munpackh,
382         media-quad-multiply-cross-acc-semantics, mdpackh,
383         media-quad-multiply-cross-acc, mbtoh-semantics,
384         media-quad-cross-multiply-cross-acc-semantics,
385         media-quad-cross-multiply-cross-acc, mbtoh, mhtob-semantics,
386         media-quad-cross-multiply-acc-semantics, cmbtoh,
387         media-quad-cross-multiply-acc, media-quad-complex, mhtob,
388         media-expand-halfword-to-double-semantics, mexpdhd, cmexpdhd,
389         cmhtob): Use new operands.
390         * frv.opc (CGEN_VERBOSE_ASSEMBLER_ERRORS): Define.
391         (parse_even_register): New function.
392
393 2003-06-03  Nick Clifton  <nickc@redhat.com>
394
395         * frv.cpu (media-dual-word-rotate-r-r): Use a signed 6-bit
396         immediate value not unsigned.
397
398 2003-06-03  Andrew Cagney  <cagney@redhat.com>
399
400         Contributed by Red Hat.
401         * frv.cpu: New file.  Written by Dave Brolley, Catherine Moore,
402         and Eric Christopher.
403         * frv.opc: New file.  Written by Catherine Moore, and Dave
404         Brolley.
405         * simplify.inc: New file.  Written by Doug Evans.
406
407 2003-05-02  Andrew Cagney  <cagney@redhat.com>
408
409         * New file.
410
411 \f
412 Local Variables:
413 mode: change-log
414 left-margin: 8
415 fill-column: 74
416 version-control: never
417 End: