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