]>
Commit | Line | Data |
---|---|---|
9a2e995d GH |
1 | 2002-01-22 Graydon Hoare <[email protected]> |
2 | ||
3 | * fr30-asm.c: Regenerate. | |
4 | * fr30-desc.c: Likewise. | |
5 | * fr30-desc.h: Likewise. | |
6 | * fr30-dis.c: Likewise. | |
7 | * fr30-ibld.c: Likewise. | |
8 | * fr30-opc.c: Likewise. | |
9 | * fr30-opc.h: Likewise. | |
10 | * m32r-asm.c: Likewise. | |
11 | * m32r-desc.c: Likewise. | |
12 | * m32r-desc.h: Likewise. | |
13 | * m32r-dis.c: Likewise. | |
14 | * m32r-ibld.c: Likewise. | |
15 | * m32r-opc.c: Likewise. | |
16 | * m32r-opc.h: Likewise. | |
17 | * m32r-opinst.c: Likewise. | |
18 | * openrisc-asm.c: Likewise. | |
19 | * openrisc-desc.c: Likewise. | |
20 | * openrisc-desc.h: Likewise. | |
21 | * openrisc-dis.c: Likewise. | |
22 | * openrisc-ibld.c: Likewise. | |
23 | * openrisc-opc.c: Likewise. | |
24 | * openrisc-opc.h: Likewise. | |
25 | * xstormy16-desc.c: Likewise. | |
26 | ||
98c02720 RH |
27 | 2002-01-22 Richard Henderson <[email protected]> |
28 | ||
29 | * alpha-dis.c (print_insn_alpha): Also mask the base opcode for | |
30 | comparison. | |
31 | ||
a2fc1b1f RE |
32 | 2002-01-19 Richard Earnshaw <[email protected]> |
33 | ||
34 | * arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h. | |
35 | * arm-dis.c (print_insn_arm): Don't handle 'h' case. | |
36 | ||
395213c8 RE |
37 | 2002-01-18 Keith Walker <[email protected]> |
38 | ||
39 | * arm-opc.h (arm_opcodes): Add bxj instruction. | |
40 | ||
328577ad NC |
41 | 2002-01-17 Nick Clifton <[email protected]> |
42 | ||
43 | * po/opcodes.pot: Regenerate. | |
44 | * po/fr.po: Regenerate. | |
45 | * po/sv.po: Regenerate. | |
46 | * po/tr.po: Regenerate. | |
47 | ||
af3ae48d NC |
48 | 2002-01-16 Nick Clifton <[email protected]> |
49 | ||
50 | * po/tr.po: Import new version. | |
51 | ||
a660f11e RE |
52 | 2002-01-15 Richard Earnshaw <[email protected]> |
53 | ||
54 | * arm-opc.h (arm_opcodes): Add patterns for VFP instructions. | |
55 | * arm-dis.c (print_insn_arm): Support new disassembly qualifiers for | |
56 | VFP bitfields. | |
57 | ||
1951c6f7 MG |
58 | 2002-01-10 matthew green <[email protected]> |
59 | ||
60 | * xstormy16-asm.c: Regenerate. | |
61 | * xstormy16-desc.c: Likewise. | |
62 | * xstormy16-desc.h: Likewise. | |
63 | * xstormy16-dis.c: Likewise. | |
64 | * xstormy16-opc.c: Likewise. | |
65 | * xstormy16-opc.h: Likewise. | |
66 | ||
be2d1673 NC |
67 | 2002-01-07 Nick Clifton <[email protected]> |
68 | ||
69 | * po/es.po: New file: Spanish translation. | |
70 | * configure.in (ALL_LINGUAS): Add es. | |
71 | * configure: Regenerate. | |
72 | ||
73 | 2001-12-31 Jeffrey A Law ([email protected]) | |
8ef42b29 JL |
74 | |
75 | * hppa-dis.c (print_insn_hppa): Handle new 'c' mode completers, | |
76 | 'X', 'M', and 'A'. No longer emit a space after 'x' or 's'. | |
77 | Always emit a space after 'H'. | |
78 | ||
1cbbfaf9 MG |
79 | 2001-12-18 matthew green <[email protected]> |
80 | ||
81 | * ppc-opc.c (PPCVEC): Include PPC_OPCODE_ANY. | |
82 | ||
c2274b27 RH |
83 | 2001-12-17 Richard Henderson <[email protected]> |
84 | ||
85 | * alpha-opc.c (unop): Encode with RB as $sp. | |
86 | ||
93fbbb04 GK |
87 | 2001-12-07 Geoffrey Keating <[email protected]> |
88 | ||
89 | * Makefile.am: Add support for xstormy16. | |
90 | * Makefile.in: Regenerate. | |
91 | * configure.in: Add support for xstormy16. | |
92 | * configure: Regenerate. | |
93 | * disassemble.c: Add support for xstormy16. | |
94 | * xstormy16-asm.c: New generated file. | |
95 | * xstormy16-desc.c: New generated file. | |
96 | * xstormy16-desc.h: New generated file. | |
97 | * xstormy16-dis.c: New generated file. | |
98 | * xstormy16-ibld.c: New generated file. | |
99 | * xstormy16-opc.c: New generated file. | |
100 | * xstormy16-opc.h: New generated file. | |
101 | ||
3793abc3 RH |
102 | 2001-12-06 Richard Henderson <[email protected]> |
103 | ||
104 | * alpha-opc.c (alpha_opcodes): Add wh64en. | |
105 | ||
41852a32 AO |
106 | 2001-12-04 Alexandre Oliva <[email protected]> |
107 | ||
96f27b6c AO |
108 | * d10v-opc.c (d10v_predefined_registers): Remove warnings |
109 | introduced in Nov 29's patch. | |
110 | ||
373efcb3 AO |
111 | * d10v-dis.c (print_operand): Apply REGISTER_MASK to `num' of |
112 | unmatched register. | |
113 | ||
d1267250 AO |
114 | * d10v-dis.c (print_operand): Disregard OPERAND_SP in register |
115 | predefined value. | |
116 | ||
41852a32 AO |
117 | * d10v-opc.c (RSRC_NOSP): New macro. |
118 | (d10v_operands): Add it. | |
119 | (d10v_opcodes): Use RSRC_NOSP in post-decrement "st" and "st2w". | |
120 | ||
e21c4a1c AO |
121 | 2001-11-29 Alexandre Oliva <[email protected]> |
122 | ||
123 | * d10v-opc.c (d10v_predefined_registers): Mark `sp' as OPERAND_SP. | |
124 | (RSRC_SP): New macro. | |
125 | (d10v_operands): Add it. | |
126 | (d10v_opcodes): Adjust "st" and "st2w" to use RSRC_SP. | |
127 | ||
c6843df5 AM |
128 | 2001-11-23 Lars Brinkhoff <[email protected]> |
129 | ||
130 | * pdp11-dis.c (print_insn_pdp11): Handle illegal instructions. | |
131 | Also, break out of the loop as soon as an instruction has been | |
132 | printed. | |
133 | ||
473d3293 MG |
134 | 2001-11-17 matthew green <[email protected]> |
135 | ||
136 | * ppc-opc.c (mfvrsave, mtvrsave): New instructions. | |
137 | ||
802a735e AM |
138 | 2001-11-15 Alan Modra <[email protected]> |
139 | ||
c86380b5 AM |
140 | * po/POTFILES.in: Regenerate. |
141 | ||
802a735e AM |
142 | * ppc-opc.c (PPC64): Revert 2001-10-12. Do include PPC_OPCODE_PPC. |
143 | (insert_bat, extract_bat, insert_bba, extract_bba, | |
144 | insert_bd, extract_bd, insert_bdm, extract_bdm, | |
145 | insert_bdp, extract_bdp, valid_bo, | |
146 | insert_bo, extract_bo, insert_boe, extract_boe, | |
147 | insert_ds, extract_ds, insert_de, extract_de, | |
148 | insert_des, extract_des, insert_li, extract_li, | |
149 | insert_mbe, extract_mbe, insert_mb6, extract_mb6, | |
150 | insert_nb, extract_nb, insert_nsi, extract_nsi, | |
151 | insert_ral, insert_ram, insert_ras, | |
152 | insert_rbs, extract_rbs, insert_sh6, extract_sh6, | |
153 | insert_spr, extract_spr, insert_tbr, extract_tbr): Add dialect param. | |
154 | (extract_bd, extract_bdm, extract_bdp, | |
155 | extract_ds, extract_des, | |
156 | extract_li, extract_nsi): Implement sign extension without conditional. | |
157 | (insert_bdm, extract_bdm, | |
158 | insert_bdp, extract_bdp, valid_bo): Handle 64 bit branch hints. | |
159 | (extract_bdm, extract_bdp): Correct 32 bit validation. | |
160 | (AT1_MASK, AT2_MASK): Define. | |
161 | (BBOAT_MASK): Define. | |
162 | (BBOATCB_MASK, BBOAT2CB_MASK, BBOATBI_MASK): Define. | |
163 | (BOFM64, BOFP64, BOTM64, BOTP64): Define. | |
164 | (BODNZM64, BODNZP64, BODZM64, BODZP64): Define. | |
165 | (PPCCOM32, PPCCOM64): Define. | |
166 | (powerpc_opcodes): Modify existing 32 bit insns with branch hints | |
167 | and add new patterns to implement 64 bit branches with hints. Move | |
168 | booke instructions so they match before ppc64. | |
169 | ||
170 | * ppc-dis.c (powerpc_dialect): Set PPC_OPCODE_64 in dialect for | |
171 | 64 bit default targets, and parse "32" and "64" in options. | |
172 | Formatting fixes. | |
173 | (print_insn_powerpc): Pass dialect to operand->extract. | |
174 | ||
2e1ef6b4 DB |
175 | 2001-11-14 Dave Brolley <[email protected]> |
176 | ||
1c009264 DB |
177 | * cgen-dis.c (count_decodable_bits): New function. |
178 | (add_insn_to_hash_chain): New function. | |
179 | (hash_insn_array): Call add_insn_to_hash_chain. | |
180 | (hash_insn_list): Call add_insn_to_hash_chain. | |
2e1ef6b4 DB |
181 | * m32r-dis.c: Regenerated. |
182 | * fr30-dis.c: Regenerated. | |
183 | ||
fa405d97 AJ |
184 | 2001-11-14 Andreas Jaeger <[email protected]> |
185 | ||
186 | * i386-dis.c (print_insn): Use x86-64 as option. | |
187 | ||
e396998b AM |
188 | 2001-11-14 Alan Modra <[email protected]> |
189 | ||
190 | * disassemble.c (disassembler): Call print_insn_i386. | |
191 | * i386-dis.c (SUFFIX_ALWAYS): Define. | |
192 | (struct dis_private): Add orig_sizeflag. | |
193 | (print_insn_i386): Make it a wrapper, calling.. | |
194 | (print_insn): ..The old body of print_insn_i386. Avoid longjmp | |
195 | warning without using volatile by moving orig_sizeflag to priv, | |
196 | and removing inbuf. Parse disassembler_options. | |
197 | (print_insn_i386_att, print_insn_i386_intel): Move initialisation | |
198 | code to print_insn. | |
199 | (putop): Remove #ifdef SUFFIX_ALWAYS. | |
200 | ||
6e917903 TW |
201 | 2001-11-11 Timothy Wall <[email protected]> |
202 | ||
203 | * tic54x-dis.c: Use revised opcode structure. Export opcode | |
204 | template lookup. | |
205 | (has_lkaddr): Don't forget about Lmem insns. | |
206 | * tic54x-opc.c: Add emulation trap. Parallel table now uses | |
207 | standard opcode templates. | |
fa405d97 | 208 | |
e5470cdc AM |
209 | 2001-11-13 Zack Weinberg <[email protected]> |
210 | ||
211 | * i386-dis.c (grps): Change "sldt", "str", and "smsw" entries | |
212 | to "sldtQ", "strQ", "smswQ" respectively; all with Ev operand | |
213 | category instead of Ew. | |
214 | ||
6c93a8fa NC |
215 | 2001-11-12 Niraj Gupta <[email protected]> |
216 | ||
217 | * m68k-opc.c: Fix definitions of wddata[bwl]. | |
218 | ||
b165b838 RS |
219 | 2001-11-09 Richard Sandiford <[email protected]> |
220 | ||
221 | * cgen-asm.c (cgen_parse_keyword): If the keyword is too big to | |
222 | fit in the buffer, try to match the empty keyword. | |
223 | ||
e333d2c4 NC |
224 | 2001-11-09 Nick Clifton <[email protected]> |
225 | ||
226 | * cgen-ibld.in (extract_1): Fix badly placed #if 0. | |
227 | * fr30-ibld.c: Regenerate. | |
228 | * m32r-ibld.c: Regenerate. | |
229 | * openrisc-ibld.c: Regenerate. | |
230 | ||
def7143b CD |
231 | 2001-11-04 Chris Demetriou <[email protected]> |
232 | ||
233 | * mips-dis.c (print_insn_mips): Remove spaces at end of line. | |
234 | ||
3c62831e NC |
235 | 2001-11-02 Nick Clifton <[email protected]> |
236 | ||
237 | * configure.in (ALL_LINGUAS): Add "fr", "sv" and "tr". | |
238 | * configure: Regernate. | |
239 | * po/fr.po: New file. | |
240 | * po/sv.po: New file. | |
241 | * po/tr.po: New file. | |
242 | ||
64e38312 SC |
243 | 2001-11-01 Stephane Carrez <[email protected]> |
244 | ||
245 | * m68hc11-dis.c (print_insn): Fix disassembly of movb with a | |
246 | constant as source. | |
247 | ||
3c3bdf30 NC |
248 | 2001-10-30 Hans-Peter Nilsson <[email protected]> |
249 | ||
250 | * Makefile.am (CFILES): Add mmix-dis.c and mmix-opc.c. Regenerate | |
251 | dependencies. | |
252 | * Makefile.in: Regenerate. | |
253 | * mmix-dis.c, mmix-opc.c: New files. | |
254 | ||
d9a35582 KH |
255 | 2001-10-29 Kazu Hirata <[email protected]> |
256 | ||
257 | * d30v-dis.c: Fix a comment typo. | |
258 | ||
9bb28706 CD |
259 | 2001-10-23 Chris Demetriou <[email protected]> |
260 | ||
261 | * mips-opc.c (mips_builtin_opcodes): Mark "bgezall" and | |
262 | "bltzall" as writing GPR 31 (since they do). | |
263 | ||
264 | * mips-dis.c (print_insn_arg): Calculate info->target | |
265 | where appropriate. | |
266 | (print_insn_mips): Fill in instruction info. | |
267 | (print_mips16_insn_arg): Remove unneded variable 'val'. | |
268 | Removed duplicated instruction target calculations, | |
269 | calculate once and print that result. Use same idiom for | |
270 | masking the jump segment bits as is used in print_insn_arg. | |
271 | ||
1f613cde AM |
272 | 2001-10-20 Alan Modra <[email protected]> |
273 | ||
274 | * ppc-opc.c (CT): Make it an optional operand. | |
275 | ||
2228315b CD |
276 | 2001-10-17 Chris Demetriou <[email protected]> |
277 | ||
278 | * mips-dis.c (mips_isa_type): Make the ISA used to disassemble | |
279 | SB-1 binaries include instructions specific to the SB-1. | |
280 | * mips-opc.c (SB1): New definition. | |
281 | (mips_builtin_opcodes): Add SB-1 extension opcodes "div.ps", | |
282 | "recip.ps", "rsqrt.ps", and "sqrt.ps". | |
283 | ||
f5c120c5 MG |
284 | 2001-10-17 matthew green <[email protected]> |
285 | ||
286 | * ppc-opc.c (STRM): New AltiVec operand. | |
287 | (XDSS): New AltiVec instruction form. | |
288 | (mtvscr): Correct operand list. | |
289 | (dst, dstt, dstst, dststt, dss, dssall): AltiVec instructions. | |
290 | ||
aa200fe8 AM |
291 | 2001-10-17 Alan Modra <[email protected]> |
292 | ||
293 | * po/POTFILES.in: Regenerate. | |
294 | ||
9fa87a06 MG |
295 | 2001-10-13 matthew green <[email protected]> |
296 | ||
297 | * ppc-opc.c (MO): New macro for MO field of mbar instruction. | |
298 | (powerpc_opcodes): Add rfci, wrtee, wrteei, mfdcrx, mfdcr, | |
299 | mtdcrx, mtdcr, msync, dcba and mbar as BookE instructions. | |
300 | ||
37111cc7 NC |
301 | 2001-10-13 Nick Clifton <[email protected]> |
302 | ||
303 | * cgen-ibld.in: Include safe-ctype.h in preference to | |
304 | ctype.h. | |
305 | * cgen-asm.in: Include safe-ctype.h in preference to | |
306 | ctype.h. Fix formatting. Use ISSPACE instead of isspace and | |
307 | TOLOWER instead of tolower. | |
308 | (@arch@_cgen_build_insn_regex): Remove duplication of syntax | |
309 | string elements in constructed regular expression. | |
310 | * fr30-asm.c: Regenerate. | |
311 | * fr30-desc.c: Regenerate. | |
312 | * fr30-ibld.c: Regenerate. | |
313 | * m32r-asm.c: Regenerate. | |
314 | * m32r-desc.c: Regenerate. | |
315 | * m32r-ibld.c: Regenerate. | |
316 | * openrisc-asm.c: Regenerate. | |
317 | * openrisc-desc.c: Regenerate. | |
318 | * openrisc-ibld.c: Regenerate. | |
319 | * po/opcodes.pot: Regenerate. | |
fa405d97 | 320 | |
418c1742 MG |
321 | 2001-10-12 matthew green <[email protected]> |
322 | ||
323 | * ppc-opc.c (insert_de, extract_de, insert_des, extract_des): New | |
324 | instruction field instruction/extraction functions for new BookE | |
325 | DE form instructions. | |
326 | (CT): New macro for CT field in an X form instruction. | |
327 | (DE, DES, DEO, DE_MASK): New macros for DE/DES fields in DE form | |
328 | instructions. | |
329 | (PPC64): Don't include PPC_OPCODE_PPC. | |
330 | (403): New opcode macro for PPC403 processors. | |
331 | (BOOKE): New opcode macro for BookE processors. | |
332 | (bce, bcel, bcea, bcela, bclre, bclrel: New BookE instructions. | |
333 | (bcctre, bcctrel, be, bel, bea, bela, icbt, icbte, lwzxe): Likewise. | |
334 | (dcbste, lwzuxe, luxe, dcbfe, lbzxe, lwarxe, lbzuxe): Likewise. | |
335 | (stwcxe, stwxe, stxe, stwuxe, stuxe, stbxe, dcbtste, stbuxe): Likewise. | |
336 | (mfapidi, dcbte, lhzxe, lhzuxe, lhaxe, lhauxe, subfe64): Likewise. | |
337 | (subfeo64, adde64, addeo64, sthxe, sthuxe, subfze64): Likewise. | |
338 | (subfzeo64, addze64, addzeo64, dcbie, subfme64, subfmeo64): Likewise. | |
339 | (addme64, addmeo64, stdcxe., mcrxr64, lwbrxe, lfsxe, lfsuxe): Likewise. | |
340 | (lfdxe, lfduxe, stwbrxe, stfsxe, stfsuxe, stfdxe, dcbae): Likewise. | |
341 | (stfduxe, tlbivax, tlbivaxe, lhbrxe, ldxe, lduxe, tlbsx): Likewise. | |
342 | (tlbsxe, sthbrxe, stdxe, stduxe, icbie, stfiwxe, dcbze, lbze): Likewise. | |
343 | (lbzue, ldue, lhze, lhzue, lhae, lhaue, lwze, lwzue): Likewise. | |
344 | (stbe, stbue, sthe, sthue, stwe, stwue, lfse, lfsue, lfde): Likewise. | |
345 | (lfdue, stde, stdue, stfse, stfsue, stfde, stfdue): Likewise. | |
346 | ||
347 | * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc): Look | |
348 | for a disassembler option of `booke', `booke32' or `booke64' to enable | |
349 | BookE support in the disassembler. | |
350 | ||
6e9a3f4d JH |
351 | 2001-10-12 John Healy <[email protected]> |
352 | ||
353 | * cgen-dis.in (print_insn): Use min (cd->base_insn_bitsize, buflen*8) | |
354 | for the length when extracting the base part of the insn. | |
355 | ||
f3a55c17 | 356 | 2001-10-09 Bruno Haible <[email protected]> |
a5d2034a | 357 | |
f3a55c17 NC |
358 | * cgen-asm.in (*_cgen_build_insn_regex): Generate a case sensitive |
359 | regular expression. Fix some formatting problems. | |
360 | * fr30-asm.c: Regenerate. | |
361 | * openrisc-asm.c: Regenerate. | |
362 | * m32r-asm.c: Regenerate. | |
363 | ||
364 | 2001-10-09 Christian Groessler <[email protected]> | |
365 | ||
366 | * z8k-dis.c (unparse_instr): Fixed formatting. Change disassembly | |
367 | of indirect register memory accesses to be same format the | |
368 | assembler accepts. | |
a5d2034a | 369 | |
ddb68265 NC |
370 | 2001-10-09 Nick Clifton <[email protected]> |
371 | ||
372 | * sh-opc.h: Fix encoding of least significant nibble of the | |
373 | DSP single data transfer instructions. | |
374 | ||
375 | * sh-dis.c (print_insn_shx): Fix decoding of As opcode in DSP | |
fa405d97 | 376 | instructions. |
ddb68265 | 377 | |
0e2ee3ca NC |
378 | 2001-10-08 Nick Clifton <[email protected]> |
379 | ||
380 | * cgen-asm.in: Fix compile time warning messages in generated | |
381 | C files. | |
382 | * cgen-dis.in: The same. | |
383 | * cgen-ibld.in: The same. | |
384 | * fr30-asm.c: Regenerate. | |
385 | * fr30-desc.c: Regenerate. | |
386 | * fr30-dis.c: Regenerate. | |
387 | * fr30-ibld.c: Regenerate. | |
388 | * fr30-opc.c: Regenerate. | |
389 | * m32r-asm.c: Regenerate. | |
390 | * m32r-desc.c: Regenerate. | |
391 | * m32r-dis.c: Regenerate. | |
392 | * m32r-ibld.c: Regenerate. | |
393 | * m32r-opc.c: Regenerate. | |
394 | * m32r-opinst.c Regenerate. | |
395 | * openrisc-asm.c: Regenerate. | |
396 | * openrisc-desc.c: Regenerate. | |
397 | * openrisc-dis.c: Regenerate. | |
398 | * openrisc-ibld.c: Regenerate. | |
399 | * openrisc-opc.c: Regenerate. | |
400 | * openrisc-opc.h: Regenerate. | |
401 | * Makefile.in: Regenerate. | |
402 | * po/POTFILES.in: Regenerate. | |
403 | * po/opcodes.pot: Regenerate. | |
404 | ||
b1ee46c5 AH |
405 | 2001-10-08 Aldy Hernandez <[email protected]> |
406 | ||
407 | * arm-opc.h (arm_opcodes): Add cirrus insns. | |
408 | ||
409 | * arm-dis.c (print_insn_arm): Add 'I' case. | |
410 | ||
fcd8210c AM |
411 | 2001-10-03 Alan Modra <[email protected]> |
412 | ||
413 | * po/POTFILES.in: Regenerate. | |
414 | * configure: Regenerate. | |
415 | ||
7997656a AM |
416 | 2001-10-02 Alan Modra <[email protected]> |
417 | ||
418 | * Makefile.am (Makefile): Depend on bfd/configure.in. | |
419 | Run "make dep-am". | |
420 | * Makefile.in: Regenerate. | |
421 | ||
545ae501 JH |
422 | 2001-09-30 John Healy <[email protected]> |
423 | ||
424 | * cgen-ibld.in (insert_1): Switched bfd_get_bits and bfd_set_bits | |
425 | calls to cgen_get_insn_value and cgen_put_insn_value calls. | |
426 | (extract_1): Switched bfd_get_bits call to cgen_get_insn_value call. | |
427 | ||
8737c3ea HPN |
428 | 2001-09-30 Hans-Peter Nilsson <[email protected]> |
429 | ||
430 | * Makefile.am: Update dependencies with "make dep-am". | |
431 | * Makefile.in: Regenerate. | |
432 | ||
86caa542 AM |
433 | 2001-09-26 Alan Modra <[email protected]> |
434 | ||
435 | * arc-dis.c: Formatting fixes. | |
436 | (my_sprintf): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE. | |
437 | ||
2ca0d952 AM |
438 | 2001-09-21 Bruno Haible <[email protected]> |
439 | ||
440 | * arc-dis.c: Don't include <ctype.h>. | |
441 | * openrisc-desc.c: Likewise. | |
442 | * openrisc-ibld.c: Likewise. | |
443 | ||
fc05c67f NC |
444 | 2001-09-20 Nick Clifton <[email protected]> |
445 | ||
446 | * fr30-opc.c: Fix compile time warning messages. | |
447 | * i370-opc.c: Fix compile time warning messages. | |
448 | * i960-dis.c: Fix compile time warning messages. | |
449 | * m32r-asm.c: Fix compile time warning messages. | |
450 | * m32r-desc.c: Fix compile time warning messages. | |
451 | * m32r-dis.c: Fix compile time warning messages. | |
452 | * m32r-ibld.c: Fix compile time warning messages. | |
453 | * m32r-opc.c: Fix compile time warning messages. | |
454 | * m32r-opinst.c: Fix compile time warning messages. | |
455 | * ns32k-dis.c: Fix compile time warning messages. | |
456 | * openrisc-asm.c: Fix compile time warning messages. | |
457 | * openrisc-desc.c: Fix compile time warning messages. | |
458 | * openrisc-dis.c: Fix compile time warning messages. | |
459 | * openrisc-ibld.c: Fix compile time warning messages. | |
460 | * openrisc-opc.c: Fix compile time warning messages. | |
461 | * pdp11-dis.c: Fix compile time warning messages. | |
462 | * tic54x-dis.c: Fix compile time warning messages. | |
463 | * v850-opc.c: Fix compile time warning messages. | |
464 | * vax-dis.c: Fix compile time warning messages. | |
465 | * w65-opc.h: Fix compile time warning messages. | |
466 | * z8k-opc.h: Fix compile time warning messages. | |
467 | * z8kgen.c: Fix compile time warning messages. | |
468 | ||
d5b2f4d6 NC |
469 | 2001-09-19 Nick Clifton <[email protected]> |
470 | ||
471 | * arm-dis.c: Fix compile time warning messages. | |
472 | * cgen-asm.c: Fix compile time warning messages. | |
473 | * cgen-dis.c: Fix compile time warning messages. | |
474 | * cris-dis.c: Fix compile time warning messages. | |
475 | * d10v-dis.c: Fix compile time warning messages. | |
476 | * fr30-asm.c: Fix compile time warning messages. | |
477 | * fr30-desc.c: Fix compile time warning messages. | |
478 | * fr30-dis.c: Fix compile time warning messages. | |
479 | * fr30-ibld.c: Fix compile time warning messages. | |
480 | ||
3882b010 L |
481 | 2001-09-18 Bruno Haible <[email protected]> |
482 | ||
483 | * cgen-asm.c: Include "safe-ctype.h" instead of <ctype.h>. | |
484 | (cgen_parse_keyword): Use ISALNUM instead of isalnum. | |
485 | * cgen-opc.c: Include "safe-ctype.h" instead of <ctype.h>. | |
486 | (cgen_keyword_lookup_name): Use ISALPHA/TOLOWER instead of | |
487 | isalpha/tolower. | |
488 | (cgen_keyword_add): Use ISALNUM instead of isalnum. | |
489 | (hash_keyword_name): Use TOLOWER instead of tolower. | |
490 | * fr30-asm.c: Include "safe-ctype.h" instead of <ctype.h>. | |
491 | (parse_insn_normal): Use TOLOWER/ISSPACE instead of | |
492 | tolower/isspace. | |
493 | (fr30_cgen_assemble_insn): Use ISSPACE instead of isspace. | |
494 | * fr30-desc.c: Don't include <ctype.h>. | |
495 | * fr30-ibld.c: Likewise. | |
496 | * ia64-gen.c: Include "safe-ctype.h" instead of <ctype.h>. | |
497 | (load_insn_classes, parse_resource_users, load_depfile): Use | |
498 | ISSPACE instead of isspace. | |
499 | * m32r-asm.c: Include "safe-ctype.h" instead of <ctype.h>. | |
500 | (parse_insn_normal): Use TOLOWER/ISSPACE instead of | |
501 | tolower/isspace. | |
502 | (m32r_cgen_assemble_insn): Use ISSPACE instead of isspace. | |
503 | * m32r-desc.c: Don't include <ctype.h>. | |
504 | * m32r-ibld.c: Likewise. | |
505 | * openrisc-asm.c: Include "safe-ctype.h" instead of <ctype.h>. | |
506 | (parse_insn_normal): Use TOLOWER/ISSPACE instead of | |
507 | tolower/isspace. | |
508 | (openrisc_cgen_assemble_insn): Use ISSPACE instead of isspace. | |
509 | ||
b6849f55 NC |
510 | 2001-09-18 Martin Schwidefsky <[email protected]> |
511 | ||
512 | * Makefile.am: Add rules and dependencies to create the s/390 opcode | |
513 | table out of s390-opc.txt automatically. | |
514 | * configure.in: Add BFD_CC_FOR_BUILD to allow CC_FOR_BUILD to be used. | |
515 | * s390-mkopc.c (dumpTable): Change output to create a complete file. | |
516 | * s390-opc.c: New improved opcode format macros and remove the | |
517 | pregenerated opcode table. | |
518 | * s390-opc.txt: Adapt to new improved opcode format macros. | |
519 | ||
2613489e NC |
520 | 2001-09-14 David Schleef <[email protected]> |
521 | ||
522 | * ppc-opc.c (VXA, VXA_MASK): Fix mask bits. | |
523 | ||
8227b51f AM |
524 | 2001-09-04 Alan Modra <[email protected]> |
525 | ||
526 | * i386-dis.c (grps): Don't print the implicit al/ax/eax register | |
527 | for opcode 0xf6 or 0xf7 forms of mul, imul, div, idiv insns. | |
528 | ||
0823fbca EC |
529 | 2001-08-31 Eric Christopher <[email protected]> |
530 | Jason Eckhardt <[email protected]> | |
531 | ||
532 | * mips-dis.c: Add support for bfd_mach_mipsisa32 and | |
533 | bfd_mach_mipsisa64. Remove bfd_mach_mips32, bfd_mach_mips32_4k, | |
534 | bfd_mach_mips64. | |
535 | ||
5bd67f35 AJ |
536 | 2001-08-31 Andreas Jaeger <[email protected]> |
537 | ||
538 | * tic54x-opc.c: Add default initializers to avoid warnings. | |
539 | ||
540 | * arc-opc.c: Include "sysdep.h" to get stdio.h as include file. | |
541 | * arc-ext.c: Likewise. | |
542 | ||
0152a4c6 MG |
543 | 2001-08-28 matthew gren <[email protected]> |
544 | ||
545 | * ppc-opc.c (icbt): Order correctly. | |
546 | ||
6ba045b1 AM |
547 | 2001-08-27 David Edelsohn <[email protected]> |
548 | Torbjorn Granlund <[email protected]> | |
549 | ||
550 | * ppc-opc.c (DS): Add PPC_OPERAND_DS flag. | |
551 | (LS): Define. | |
552 | (insert_ds): Complain if not a multiple of 4. | |
553 | (XSYNC): Define. | |
554 | (XSYNC_MASK): Define. | |
555 | (powerpc_opcodes): Add "slbmte", "lwsync", "ptesync", "slbmfev", | |
556 | "slbmfee". Modify "sync" to use XSYNC_MASK and LS. | |
557 | ||
5b3fabc9 AJ |
558 | 2001-08-26 Andreas Jaeger <[email protected]> |
559 | ||
560 | * h8500-opc.h: Add default initializers to h8500_table to shut up | |
561 | GCC warnings. | |
562 | ||
d83c6548 AJ |
563 | 2001-08-25 Andreas Jaeger <[email protected]> |
564 | ||
565 | * tic54x-dis.c: Add unused attributes where needed. | |
566 | ||
567 | * z8k-dis.c (output_instr): Add unused attribute. | |
568 | ||
569 | * h8300-dis.c: Add missing prototypes. | |
570 | (bfd_h8_disassemble): Make static. | |
571 | ||
572 | * cris-dis.c: Add missing prototype. | |
573 | * h8500-dis.c: Likewise. | |
574 | * m68hc11-dis.c: Likewise. | |
575 | * pj-dis.c: Likewise. | |
576 | * tic54x-dis.c: Likewise. | |
577 | * v850-dis.c: Likewise. | |
578 | * vax-dis.c: Likewise. | |
579 | * w65-dis.c: Likewise. | |
580 | * z8k-dis.c: Likewise. | |
581 | ||
582 | * d10v-dis.c: Add missing prototype. | |
583 | (dis_long): Remove unused variable. | |
584 | (dis_2_short): Likewise. | |
585 | ||
586 | * sh-dis.c: Add missing prototypes. | |
587 | * v850-opc.c: Likewise. | |
588 | Add unused attributes where needed. | |
589 | ||
590 | * ns32k-dis.c: Add missing prototypes. | |
591 | (bit_extract_simple): Remove unused variable. | |
592 | ||
355d475e AJ |
593 | 2001-08-23 Martin Schwidefsky <[email protected]> |
594 | ||
595 | * opcodes/s390-opc.c: Add "low or high" and "not low or high" | |
596 | branch instructions for gcc 3.0. | |
597 | * opcodes/s390-opc.txt: Likewise. | |
598 | ||
7fa108a4 AJ |
599 | 2001-08-21 Andreas Jaeger <[email protected]> |
600 | ||
601 | * i960-dis.c: Add parameters for prototypes | |
602 | (ctrl): Add unused attributes. | |
603 | (cobr): Likewise. | |
604 | (put_abs): Likewise. | |
605 | ||
606 | * mips-dis.c: Add missing prototypes. | |
607 | * a29k-dis.c: Likewise. | |
608 | * arc-dis.c: Likewise. | |
609 | * ia64-opc.c: Likewise. | |
610 | ||
611 | * s390-dis.c: Add missing prototypes. | |
612 | (init_disasm): Remove unused attribute since the parameter is | |
613 | used. | |
614 | ||
99c14723 TS |
615 | 2001-08-16 Thiemo Seufer <[email protected]> |
616 | ||
617 | * mips-opc.c (M1): Define. Reformatted Code. | |
618 | (mips_builtin_opcodes): Added performance counter opcodes mfpc, mfps, | |
619 | mtps, mtps. Typo. | |
620 | ||
2cd89590 JL |
621 | 2001-08-16 Jonathan Larmour <[email protected]> |
622 | ||
623 | * mips-opc.c: R3900s can support all branch likely INSN_MACROs where | |
624 | the corresponding non-likely insn is in MIPS I. | |
625 | ||
7f6621cd KH |
626 | 2001-08-13 Kazu Hirata <[email protected]> |
627 | ||
628 | * mcore-dis.c: Fix formatting. | |
629 | * mips-dis.c: Likewise. | |
630 | * pj-dis.c: Likewise. | |
631 | * z8k-dis.c: Likewise. | |
632 | ||
fc7bc883 RH |
633 | 2001-08-12 Richard Henderson <[email protected]> |
634 | ||
635 | * cgen-ibld.in (extract_normal): Match type of VALUE and MASK | |
636 | to *VALUEP. Regenerate all cgen files. | |
637 | ||
d98bb281 RS |
638 | 2001-08-10 Richard Sandiford <[email protected]> |
639 | ||
640 | * mips-dis.c (print_insn_mips): Remove OPCODE_IS_MEMBER's gp32 | |
641 | argument. | |
642 | * mips-opc.c (G6): Undefine. | |
643 | (mips_builtin_opcodes): Remove gp32 entry for "move". Add macro | |
644 | as the first "move" alternative. | |
645 | ||
0218d1e4 AJ |
646 | 2001-08-10 Andreas Jaeger <[email protected]> |
647 | ||
648 | * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes | |
649 | to build warnings. | |
650 | * configure: Regenerate. | |
651 | ||
11b37b7b AM |
652 | 2001-08-10 Alan Modra <[email protected]> |
653 | ||
654 | * ppc-opc.c: Revert 2001-08-08. | |
655 | ||
badaf34c AM |
656 | 2001-08-09 Alan Modra <[email protected]> |
657 | ||
658 | * dis-buf.c (generic_strcat_address): Add missing prototype. | |
659 | #if 0 the functions as it is unused. | |
660 | ||
0f1bac05 AM |
661 | 2001-08-08 Alan Modra <[email protected]> |
662 | ||
663 | 1999-10-25 Torbjorn Granlund <[email protected]> | |
664 | * ppc-opc.c: Include "bfd.h". | |
665 | (powerpc_operands): Add new field for reloc type. | |
666 | ||
21d34b1c TS |
667 | 2001-07-21 Thiemo Seufer <[email protected]> |
668 | ||
669 | * mips-dis.c (print_insn_arg): Don't use software integer registers | |
670 | for coprocessor registers. | |
671 | (get_mips_isa): Removed. | |
672 | (is_newabi): New function, checks if NewABI is used. | |
673 | (_print_insn_mips): Get distinction between old ABI and new ABI right. | |
674 | ||
28bab82b NC |
675 | 2001-08-01 Christian Groessler <[email protected]> |
676 | ||
677 | * z8kgen.c: Fixed indentation of opt[] array. Include stdio.h to | |
678 | get stderr definition. | |
679 | (internal, gas): Removed warnings. | |
680 | (gas): Create a correct final entry for created array. | |
681 | * z8k-opc.h: Recreated with new z8kgen. | |
682 | ||
6608db57 KH |
683 | 2001-07-28 Kazu Hirata <[email protected]> |
684 | ||
685 | * i386-dis.c: Fix formatting. | |
686 | ||
d708bcba AM |
687 | 2001-07-28 Matthias Kramm <[email protected]> |
688 | ||
7fa108a4 AJ |
689 | * i386-dis.c: Change formatting conventions for architecture |
690 | i386:intel to better match the format of various intel i386 | |
d708bcba AM |
691 | assemblers, like nasm, tasm or masm. |
692 | ||
8a5cc6be AM |
693 | 2001-07-24 Alan Modra <[email protected]> |
694 | ||
695 | * Makefile.am: Update dependencies with "make dep-am". | |
696 | * Makefile.in: Regenerate | |
697 | ||
33822a8e KH |
698 | 2001-07-24 Kazu Hirata <[email protected]> |
699 | ||
700 | * alpha-dis.c: Fix formatting. | |
701 | * cris-dis.c: Likewise. | |
2dcee538 KH |
702 | * d10v-dis.c: Likewise. |
703 | * d30v-dis.c: Likewise. | |
33822a8e KH |
704 | * m10300-dis.c: Likewise. |
705 | * tic54x-dis.c: Likewise. | |
706 | ||
44f2a95d KH |
707 | 2001-07-23 Kazu Hirata <[email protected]> |
708 | ||
ec22bdda KH |
709 | * m68k-dis.c: Fix formatting. |
710 | * pj-dis.c: Likewise. | |
711 | * s390-dis.c: Likewise. | |
712 | * z8k-dis.c: Likewise. | |
44f2a95d | 713 | |
209fd667 CD |
714 | 2001-07-21 Chris Demetriou <[email protected]> |
715 | ||
716 | * mips-opc.c (mips_builtin_opcodes): Sort c.le.s and c.lt.s | |
717 | into the rest of the surrounding definitions. | |
718 | ||
bcb5558b AM |
719 | 2001-07-18 Alan Modra <[email protected]> |
720 | ||
721 | * i386-dis.c (grps): Print l or w suffix, and require mem modrm | |
722 | for lgdt, lidt, sgdt, sidt. | |
723 | ||
40536497 PB |
724 | 2001-07-13 Philip Blundell <[email protected]> |
725 | ||
726 | * arm-dis.c (print_insn_arm): Use decimal for offsets in LDR/STR. | |
727 | ||
23969580 JJ |
728 | 2001-07-12 Jeff Johnston <[email protected]> |
729 | ||
730 | * cgen-asm.in: Include "xregex.h" always to enable the libiberty | |
731 | regex support. | |
732 | (@arch@_cgen_build_insn_regex): New routine from Graydon. | |
7fa108a4 | 733 | (@arch@_cgen_assemble_insn): Add Graydon's code to use regex |
23969580 | 734 | to verify if it is worth parsing the insn as insn "x". Also update |
7fa108a4 | 735 | error message when insn is not a recognized format of the insn vs |
23969580 JJ |
736 | when the insn is completely unrecognized. |
737 | ||
81f6038f FCE |
738 | 2001-07-11 Frank Ch. Eigler <[email protected]> |
739 | ||
740 | * cgen-dis.in (print_insn): Use cgen_get_insn_value instead of | |
741 | bfd_get_bits. | |
742 | * cgen-opc.c (cgen_get_insn_value, cgen_put_insn_value): Respect | |
743 | non-zero CGEN_CPU_DESC->insn_chunk_bitsize. | |
744 | ||
7081ff04 AJ |
745 | 2001-07-09 Andreas Jaeger <[email protected]>, Karsten Keil <[email protected]> |
746 | ||
747 | * i386-dis.c (set_op): Handle 64 bit and 32 bit mode. | |
748 | (OP_J): Use bfd_vma for mask to work properly with 64 bits. | |
749 | (op_address,op_riprel): Use bfd_vma to handle 64 bits. | |
750 | ||
4a3264e6 BE |
751 | 2001-07-05 Ben Elliston <[email protected]> |
752 | ||
753 | * Makefile.am (CPUDIR): Define. | |
754 | (stamp-m32r): Update dependencies. | |
755 | (stamp-fr30): Ditto. | |
756 | (stamp-openrisc): Ditto. | |
757 | * Makefile.in: Regenerate. | |
758 | ||
2dd46b8b NC |
759 | 2001-07-03 Zoltan Hidvegi <[email protected]> |
760 | ||
761 | * ppc-opc.c: Fix encoding of 'clf' instruction. | |
762 | ||
17f0ac84 GK |
763 | 2001-06-30 Geoffrey Keating <[email protected]> |
764 | ||
765 | * cgen-ibld.in (insert_normal): Support CGEN_IFLD_SIGN_OPT. | |
766 | ||
5e91c3b4 GK |
767 | 2001-06-28 Geoffrey Keating <[email protected]> |
768 | ||
769 | * cgen-asm.c (cgen_parse_keyword): Allow any first character. | |
770 | * cgen-opc.c (cgen_keyword_add): Ignore special first | |
771 | character when building nonalpha_chars field. | |
772 | ||
62d964d8 BE |
773 | 2001-06-24 Ben Elliston <[email protected]> |
774 | ||
775 | * m88k-dis.c: Format to conform to GNU coding standards. | |
776 | ||
7f32bebc AJ |
777 | 2001-06-23 Andreas Jaeger <[email protected]> |
778 | ||
779 | * disassemble.c (disassembler_usage): Add unused attribute. | |
780 | ||
564e8ad9 EC |
781 | 2001-06-22 Eric Christopher <[email protected]> |
782 | ||
783 | * mips-opc.c: Move prefx to start of the table. | |
784 | ||
fe1f0130 NC |
785 | 2001-06-22 Stacey Sheldon <[email protected]> |
786 | ||
787 | * arc-opc.c (insert_st_syntax): Fix over-optimisation of ST | |
788 | instruction. | |
789 | ||
80febfb6 NC |
790 | 2001-06-22 Pauli <[email protected]> |
791 | ||
792 | * m68k-opc.c: Add wdebug instruction. | |
793 | ||
cb87eaaf AH |
794 | 2001-06-15 Aldy Hernandez <[email protected]> |
795 | ||
796 | * m10300-opc.c (mn10300_opcodes): Change opcode for AM33 subc. | |
797 | ||
3e890047 GK |
798 | 2001-06-14 Geoffrey Keating <[email protected]> |
799 | ||
800 | * cgen-asm.c (cgen_parse_keyword): When looking for the | |
801 | boundaries of a keyword, allow any special characters | |
802 | that are actually in one of the allowed keyword. | |
803 | * cgen-opc.c (cgen_keyword_add): Add any special characters | |
804 | to the nonalpha_chars field. | |
805 | ||
6fc12824 NC |
806 | 2001-06-12 Martin Schwidefsky <[email protected]> |
807 | ||
808 | * s390-opc.c: Add lgh instruction. | |
809 | * s390-opc.txt: Likewise. | |
810 | ||
6439fc28 AM |
811 | 2001-06-11 Alan Modra <[email protected]> |
812 | ||
813 | * i386-dis.c: Group function prototypes in one place. | |
814 | (FLOATCODE): Redefine as 1. | |
815 | (USE_GROUPS): Redefine as 2. | |
816 | (USE_PREFIX_USER_TABLE): Redefine as 3. | |
817 | (X86_64_SPECIAL): Define as 4. | |
818 | (GRP1b..GRPAMD): Move USE_GROUPS to bytecode1, index to bytecode2. | |
819 | (PREGRP0..PREGRP26): Similarly with USE_PREFIX_USER_TABLE. | |
820 | (dis386_att, dis386_intel, disx86_64_att, disx86_64_intel): Delete. | |
821 | (dis386): New table combining above four tables. | |
822 | (dis386_twobyte_att, dis386_twobyte_intel): Delete. | |
823 | (dis386_twobyte): New table combining above two tables. | |
824 | (x86_64_table): New table to handle x86_64. | |
825 | (X86_64_0): Define. | |
826 | (float_mem_att, float_mem_intel): Delet. | |
827 | (float_mem): New table combining above two tables. | |
828 | (print_insn_i386): Modify for above. | |
829 | (dofloat): Likewise. | |
830 | (putop): Handle '{', '|' and '}' to select alternative mnemonics. | |
831 | Return 0 on success, 1 if no valid alternative. | |
832 | (putop <case 'F'>, <case 'H'>): Print nothing for intel_syntax. | |
833 | (putop <case 'T'>): Move to case 'U', and share case 'Q' code. | |
834 | (putop <case 'I'>): Move to case 'T', and share case 'P' code. | |
835 | (OP_REG <case rAX_reg .. rDI_reg>): Handle as for eAX_reg .. eDI_reg | |
836 | if not 64-bit mode. | |
837 | (OP_I <case q_mode>): Handle as for v_mode if not 64-bit mode. | |
838 | (OP_I64): If not 64-bit mode, call OP_I. | |
839 | OP_OFF64): If not 64-bit mode, call OP_OFF. | |
840 | (OP_ST, OP_STi, OP_SEG, OP_DIR, OP_OFF, OP_OFF64, OP_MMX): Rename | |
841 | 'ignore'/'ignored' to 'bytemode'. | |
842 | ||
5dd0794d AM |
843 | 2001-06-10 Alan Modra <[email protected]> |
844 | ||
845 | * configure.in: Sort 'ta' case statement. | |
846 | * configure: Regenerate. | |
847 | ||
848 | * i386-dis.c (dis386_att): Add 'H' to conditional branch and | |
849 | loop,jcxz insns. | |
850 | (disx86_64_att): Likewise. | |
851 | (dis386_twobyte_att): Likewise. | |
852 | (print_insn_i386): Don't print branch hints as a prefix. | |
853 | (putop): 'H' macro prints branch hints. | |
854 | (get64): Kill compile warnings. | |
855 | ||
bda22bbf AO |
856 | 2001-06-09 Alexandre Oliva <[email protected]> |
857 | ||
858 | * sh-opc.h (sh_table): Don't use empty initializers. | |
859 | ||
879db8be NC |
860 | 2001-06-06 Christian Groessler <[email protected]> |
861 | ||
862 | * z8k-dis.c: Fix formatting. | |
863 | (unpack_instr): Remove unused cases in switch statement. Add | |
864 | safety abort() in default case. | |
865 | (unparse_instr): Add safety abort() in default case. | |
866 | ||
98b32482 NC |
867 | 2001-06-06 Peter Jakubek <[email protected]> |
868 | ||
5dd0794d AM |
869 | * m68k-dis.c (print_insn_m68k): Fix typo. |
870 | * m68k-opc.c (m68k_opcodes): Correct allowed operands for | |
98b32482 NC |
871 | mcf (ColdFire) div, rem and moveb instructions. |
872 | ||
3ffd33cf AM |
873 | 2001-06-06 Alan Modra <[email protected]> |
874 | ||
875 | * i386-dis.c (cond_jump_flag, loop_jcxz_flag): Define. | |
876 | (cond_jump_mode, loop_jcxz_mode): Define. | |
877 | (dis386_att): Add cond_jump_flag and loop_jcxz_flag as | |
878 | appropriate, and 'F' suffix to loop insns. | |
879 | (disx86_64_att): Likewise. | |
880 | (dis386_twobyte_att): Likewise. | |
881 | (print_insn_i386): Don't output addr prefix for loop, jcxz insns. | |
882 | Output data size prefix for long conditional jumps. Output cs and | |
883 | ds branch hints. | |
884 | (putop): Handle 'F', and mark PREFIX_ADDR used for case 'E'. | |
885 | (OP_J): Don't make PREFIX_DATA used. | |
886 | ||
9ab433aa AO |
887 | 2001-06-04 Alexandre Oliva <[email protected]> |
888 | ||
889 | * sh-opc.h (sh_table): Complete last element entry to avoid | |
890 | compiler warning. | |
891 | ||
d1cf510e NC |
892 | 2001-05-16 Thiemo Seufer <[email protected]> |
893 | ||
894 | * mips-dis.c (mips_isa_type): Add MIPS r12k support. | |
895 | ||
cba24d7d AM |
896 | 2001-05-23 Alan Modra <[email protected]> |
897 | ||
898 | * arc-opc.c: Whitespace changes. | |
899 | ||
22f3fc43 HPN |
900 | 2001-05-18 Hans-Peter Nilsson <[email protected]> |
901 | ||
902 | * cris-opc.c (cris_spec_regs): Add missing initializer field for | |
903 | last element. | |
904 | ||
84fd0d38 FCE |
905 | 2001-05-15 Frank Ch. Eigler <[email protected]> |
906 | ||
907 | * cgen-dis.in (extract_normal): Complete support for min<base case. | |
908 | ||
aa5f19f2 NC |
909 | 2001-05-15 Thiemo Seufer <[email protected]> |
910 | ||
911 | * mips-dis.c (INSNLEN): Rename MAXLEN. | |
912 | (std_reg_names): Replace by mips32_reg_names and mips64_reg_names. | |
913 | (print_insn_arg): Remove $ prefix of register names. | |
914 | (set_mips_isa_type): Remove. | |
cba24d7d | 915 | (mips_isa_type): New function. |
aa5f19f2 NC |
916 | (get_mips_isa): New Function. |
917 | (print_insn_mips): Rename _print_insn_mips. | |
918 | (_print_insn_mips): New function, contains code which was | |
919 | duplicated in print_insn_big_mips and print_insn_little_mips. | |
920 | (print_insn_big_mips): Moved code to _print_insn_mips. | |
921 | (print_insn_little_mips): Likewise. | |
922 | (print_mips16_insn_arg): Remove $ prefix of register names. | |
923 | Print error message before abort. | |
924 | ||
24a7a601 C |
925 | 2001-05-14 J.T. Conklin <[email protected]> |
926 | ||
927 | * ppc-opc.c (powerpc_opcodes): Fixed extended opcode field of | |
7f32bebc | 928 | simplified mnemonics used for setting PPC750-specific special |
24a7a601 C |
929 | purpose registers. |
930 | ||
8d5ec599 L |
931 | 2001-05-12 H.J. Lu <[email protected]> |
932 | ||
933 | * i386-dis.c (print_insn_i386): Always set `mod', `reg' and | |
934 | `rm'. | |
935 | ||
bcee8eb8 AM |
936 | 2001-05-12 Peter Targett <[email protected]> |
937 | ||
938 | * arc-opc.c (arc_reg_names): Correct attribute for lp_count | |
939 | register to r/w. Formatting fixes throughout file. | |
940 | ||
67d6227d AM |
941 | 2001-05-12 Alan Modra <[email protected]> |
942 | ||
943 | * i386-dis.c (prefix_user_table): Correct movq2dq, movdq2q, and | |
944 | movq operands. | |
4bba6815 AM |
945 | (twobyte_has_modrm): Update table. |
946 | (need_modrm): Give it file scope. | |
947 | (MODRM_CHECK): Define. | |
948 | (dofloat): Use MODRM_CHECK. | |
949 | (OP_E): Likewise. | |
950 | (OP_EM): Likewise. | |
951 | (OP_EX): Likewise. | |
67d6227d | 952 | |
a00ad97d FCE |
953 | 2001-05-07 Frank Ch. Eigler <[email protected]> |
954 | ||
955 | * cgen-dis.in (default_print_insn): Tolerate min<base instructions | |
956 | even at end of a section. | |
957 | * cgen-ibld.in (extract_normal): Tolerate min!=base!=max instructions | |
958 | by ignoring precariously-unpacked insn_value in favor of raw buffer. | |
959 | ||
a28d0f3d AM |
960 | 2001-05-03 Thiemo Seufer <[email protected]> |
961 | ||
962 | * disassemble.c (disassembler_usage): Remove unused attribute. | |
963 | ||
52646233 FCE |
964 | 2001-05-04 Frank Ch. Eigler <[email protected]> |
965 | ||
966 | * m32r-dis.c, -asm.c, -ibld.c: Regenerated with disassembler fixes. | |
967 | ||
968 | 2001-05-04 Frank Ch. Eigler <[email protected]> | |
969 | ||
970 | * cgen-dis.in (print_insn): Remove call to read_insn. Instead, | |
971 | assume incoming buffer already has the base insn loaded. Handle | |
714b578b | 972 | smaller-than-base instructions for variable-length case. |
52646233 | 973 | |
992aaec9 AM |
974 | 2001-05-04 Alan Modra <[email protected]> |
975 | ||
976 | * i386-dis.c (Ev, Ed): Remove duplicate define. | |
977 | (Gd): Define. | |
978 | (XS): Define. | |
979 | (OP_XS): New function. | |
980 | (dis386_twobyte_att): Correct pinsrw, pextrw, pmovmskb, and | |
981 | movmskp operands. | |
982 | (dis386_twobyte_intel): Likewise. | |
983 | (prefix_user_table): Use MS for maskmovq operand. | |
984 | ||
87e6d782 NC |
985 | 2001-04-27 Johan Rydberg <[email protected]> |
986 | ||
987 | * Makefile.am: Add OpenRISC target. | |
988 | * Makefile.in: Regenerated. | |
989 | ||
990 | * disassemble.c (disassembler): Recognize the OpenRISC disassembly. | |
991 | ||
992 | * configure.in (bfd_openrisc_arch): Add target. | |
993 | * configure: Regenerated. | |
994 | ||
995 | * openrisc-asm.c: New file. | |
996 | * openrisc-desc.c: Likewise. | |
997 | * openrisc-desc.h: Likewise. | |
998 | * openrisc-dis.c: Likewise. | |
999 | * openrisc-ibld.c: Likewise. | |
1000 | * openrisc-opc.c: Likewise. | |
1001 | * openrisc-opc.h: Likewise. | |
1002 | ||
6840198f NC |
1003 | 2001-04-24 Christian Groessler <[email protected]> |
1004 | ||
1005 | * z8k-dis.c: add names of control registers (ctrl_names); | |
1006 | (seg_length): provides instruction length fixup for segmented | |
1007 | mode; (unpack_instr): correctly handle ARG_DISP16, ARG_DISP12, | |
1008 | CLASS_0DISP7, CLASS_1DISP7, CLASS_DISP8 and CLASS_PR cases; | |
1009 | (unparse_intr): handle CLASS_PR, print addresses without '#' | |
1010 | * z8k-opc.h: re-created with new z8kgen | |
1011 | * z8kgen.c: merged in fixes which were in existing z8k-opc.h; new | |
1012 | entries for ldctl/ldctlb instruction | |
1013 | ||
c2419411 AJ |
1014 | 2001-04-06 Andreas Jaeger <[email protected]> |
1015 | ||
1016 | * i386-dis.c: Add ffreep instruction. | |
1017 | ||
3eb9799d AO |
1018 | 2001-03-30 Alexandre Oliva <[email protected]> |
1019 | ||
1020 | * ppc-opc.c (insert_mbe): Shift mask initializer as long. | |
1021 | ||
0f17484f AM |
1022 | 2001-03-24 Alan Modra <[email protected]> |
1023 | ||
1024 | * i386-dis.c (PREGRP25): Define. | |
1025 | (dis386_twobyte_att): Use here in place of "movntq" entry. | |
1026 | (dis386_twobyte_intel): Likewise. | |
1027 | (prefix_user_table): Add PREGRP25 entry for "movntq" and "movntdq". | |
1028 | (PREGRP26): Define. | |
1029 | (dis386_twobyte_att): Use here. | |
1030 | (dis386_twobyte_intel): Likewise. | |
1031 | (prefix_user_table): Add PREGRP26 entry for "punpcklqdq". | |
1032 | (prefix_user_table <maskmovdqu>): XM operand, not MX. | |
1033 | (prefix_user_table): Cosmetic changes to "bad" entries. | |
1034 | ||
e93d7199 NC |
1035 | 2001-03-23 Nick Clifton <[email protected]> |
1036 | ||
1037 | * mips-opc.c: Remove extraneous whitespace. | |
1038 | * mips-dis.c: Remove extraneous whitespace. | |
1039 | ||
fca2040b BE |
1040 | 2001-03-22 Ben Elliston <[email protected]> |
1041 | ||
1042 | * cgen-asm.in (@arch@_cgen_assemble_insn): Move tmp_errmsg | |
1043 | declaration inside CGEN_VERBOSE_ASSEMBLER_ERRORS conditional. | |
1044 | * cgen-ibld.in (put_insn_int_value): Mark cd parameter as unused | |
1045 | to allay a compiler warning. | |
1046 | ||
87890af0 AM |
1047 | 2001-03-22 Alan Modra <[email protected]> |
1048 | ||
1049 | * i386-dis.c (dis386_twobyte_att): Add entries for paddq, psubq. | |
1050 | (dis386_twobyte_intel): Likewise. | |
1051 | (twobyte_has_modrm): Set entry for paddq, psubq. | |
1052 | ||
27fca2d8 PM |
1053 | 2001-03-20 Patrick Macdonald <[email protected]> |
1054 | ||
1055 | * cgen-dis.in (print_insn_@arch@): Add support for target machine | |
1056 | determination via CGEN_COMPUTE_MACH. | |
1057 | * fr30-desc.c: Regenerate. | |
1058 | * fr30-dis.c: Regenerate. | |
1059 | * fr30-opc.h: Regenerate. | |
1060 | * m32r-desc.c: Regenerate. | |
1061 | * m32r-dis.c: Regenerate. | |
1062 | * m32r-opc.h: Regenerate. | |
1063 | * m32r-opinst.c: Regenerate. | |
1064 | ||
f4fbb4a3 L |
1065 | 2001-03-20 H.J. Lu <[email protected]> |
1066 | ||
1067 | * configure.in: Remove the redundent AC_ARG_PROGRAM. | |
1068 | * configure: Rebuild. | |
1069 | ||
f4bc6bb0 JW |
1070 | 2001-03-19 Jim Wilson <[email protected]> |
1071 | ||
1072 | * ia64-gen.c (fetch_insn_class): If xsect, then ignore comment and | |
1073 | notestr if larger than xsect. | |
1074 | (in_class): Handle format M5. | |
1075 | * ia64-asmtab.c: Regnerate. | |
1076 | ||
bbe6d95f AM |
1077 | 2001-03-19 John David Anglin <[email protected]> |
1078 | ||
1079 | * vax-dis.c (print_insn_vax): Only fetch two bytes if the info buffer | |
1080 | has more than one byte left to read. | |
1081 | ||
82b66b23 NC |
1082 | 2001-03-16 Martin Schwidefsky <[email protected]> |
1083 | ||
1084 | * s390-opc.c: Add new opcodes. Smooth out formatting. | |
1085 | * s390-opc.txt: Add new opcodes. | |
c2419411 | 1086 | |
4f3c3dbb NC |
1087 | 2001-03-06 Nick Clifton <[email protected]> |
1088 | ||
1089 | * arm-dis.c (print_insn_thumb): Compute destination address | |
1090 | of BLX(1) instruction by taking bit 1 from PC and not from bit | |
1091 | 0 of the offset. | |
1092 | ||
9d29e1b3 NC |
1093 | 2001-03-06 Igor Shevlyakov <[email protected]> |
1094 | ||
1095 | * m68k-dis.c (print_insn_m68k): Recognize Coldfire CPUs | |
1096 | so command line switches will work. | |
1097 | ||
b3466c39 DB |
1098 | 2001-03-05 Dave Brolley <[email protected]> |
1099 | ||
2edda1bf DB |
1100 | * fr30-asm.c: Regenerate. |
1101 | * fr30-desc.c: Regenerate. | |
1102 | * fr30-desc.h: Regenerate. | |
1103 | * fr30-dis.c: Regenerate. | |
1104 | * fr30-ibld.c: Regenerate. | |
1105 | * fr30-opc.c: Regenerate. | |
1106 | * fr30-opc.h: Regenerate. | |
1107 | * m32r-asm.c: Regenerate. | |
1108 | * m32r-desc.c: Regenerate. | |
1109 | * m32r-desc.h: Regenerate. | |
1110 | * m32r-dis.c: Regenerate. | |
1111 | * m32r-ibld.c: Regenerate. | |
1112 | * m32r-opc.c: Regenerate. | |
1113 | * m32r-opc.h: Regenerate. | |
1114 | * m32r-opinst.c: Regenerate. | |
b3466c39 | 1115 | |
80a523c2 NC |
1116 | 2001-02-28 Igor Shevlyakov <[email protected]> |
1117 | ||
1118 | * m68k-opc.c: fix cpushl according to Motorola. Enable | |
1119 | bunch of instructions for Coldfire 5407 and add all new. | |
1120 | ||
27b7e12d AM |
1121 | 2001-02-27 Alan Modra <[email protected]> |
1122 | ||
1123 | * configure.in (BFD_VERSION): Do without grep. | |
1124 | * configure: Regenerate. | |
1125 | * Makefile.am: Run "make dep-am". | |
1126 | * Makefile.in: Regenerate. | |
1127 | ||
b8e0eda2 L |
1128 | 2001-02-23 David Mosberger <[email protected]> |
1129 | ||
1130 | * ia64-opc-a.c: Add missing pseudo-ops for "cmp" and "cmp4". | |
1131 | * ia64-asmtab.c: Regenerate. | |
1132 | ||
87f8eb97 JW |
1133 | 2001-02-21 David Mosberger <[email protected]> |
1134 | ||
1135 | * ia64-opc-d.c (ia64_opcodes_d): Break the "add" pattern into two | |
1136 | separate variants: one for IMM22 and the other for IMM14. | |
1137 | * ia64-asmtab.c: Regenerate. | |
c2419411 | 1138 | |
dd425ada GM |
1139 | 2001-02-21 Greg McGary <[email protected]> |
1140 | ||
1141 | * cgen-opc.c (cgen_get_insn_value): Add missing `return'. | |
1142 | ||
b34fb0b4 L |
1143 | 2001-02-20 H.J. Lu <[email protected]> |
1144 | ||
1145 | * Makefile.am (ia64-ic.tbl): Remove the target. | |
1146 | (ia64-raw.tbl): Likewise. | |
1147 | (ia64-waw.tbl): Likewise. | |
1148 | (ia64-war.tbl): Likewise. | |
1149 | (ia64-asmtab.c): Generate it in the source directory. | |
1150 | * Makefile.in: Regenerated. | |
1151 | ||
e135f41b NC |
1152 | 2001-02-18 lars brinkhoff <[email protected]> |
1153 | ||
1154 | * Makefile.am: Add PDP-11 target. | |
1155 | * configure.in: Likewise. | |
1156 | * disassemble.c: Likewise. | |
1157 | * pdp11-dis.c: New file. | |
1158 | * pdp11-opc.c: New file. | |
1159 | ||
42dc96ca JW |
1160 | 2001-02-14 Jim Wilson <[email protected]> |
1161 | ||
1162 | * ia64-ic.tbl: Update from Intel. Add setf to fr-writers. | |
1163 | * ia64-asmtab.c: Regenerate. | |
1164 | ||
76f227a5 JH |
1165 | Mon Feb 12 17:41:26 CET 2001 Jan Hubicka <[email protected]> |
1166 | ||
1167 | * i386-dis.c (prefix_user_t): Add 'Y' to SSE ineger converison | |
1168 | instructions. | |
1169 | (putop): Handle 'Y' | |
1170 | ||
9117d219 NC |
1171 | 2001-02-11 Maciej W. Rozycki <[email protected]> |
1172 | ||
1173 | * mips-dis.c (print_insn_arg): Use top four bits of the address of | |
1174 | the following instruction not of the jump itself for the jump | |
1175 | target. | |
1176 | (print_mips16_insn_arg): Likewise. | |
1177 | ||
847ee773 MS |
1178 | 2001-02-11 Michael Sokolov <[email protected]> |
1179 | ||
1180 | * Makefile.am (stamp-lib): ranlib the libopcodes.a in the build | |
1181 | directory. | |
1182 | * Makefile.in: Regenerate. | |
1183 | ||
a85d7ed0 NC |
1184 | 2001-02-09 Schwidefsky <[email protected]> |
1185 | ||
1186 | * Makefile.am: Add linux target for S/390. | |
1187 | * Makefile.in: Likewise. | |
1188 | * configure.in: Likewise. | |
1189 | * disassemble.c: Likewise. | |
1190 | * s390-dis.c: New file. | |
1191 | * s390-mkopc.c: New file. | |
1192 | * s390-opc.c: New file. | |
1193 | * s390-opc.txt: New file. | |
1194 | ||
e5943035 JW |
1195 | 2001-02-05 Jim Wilson <[email protected]> |
1196 | ||
1197 | * ia64-asmtab.c: Revert 2000-12-16 change. | |
1198 | ||
0715dc88 PM |
1199 | 2001-02-02 Patrick Macdonald <[email protected]> |
1200 | ||
c2419411 | 1201 | * fr30-desc.h: Regenerate with CGEN_MAX_SYNTAX_ELEMENTS. |
0715dc88 PM |
1202 | * m32r-desc.h: Regenerate. |
1203 | ||
90530880 JH |
1204 | Thu Feb 1 16:29:06 MET 2001 Jan Hubicka <[email protected]> |
1205 | ||
76f227a5 | 1206 | * i386-dis.c (dis386_att, grps): Use 'T' for push/pop |
90530880 JH |
1207 | (putop): Handle 'T', alphabetize order, fix 'I' handling in Intel syntax |
1208 | ||
1328dc98 AM |
1209 | 2001-01-14 Alan Modra <[email protected]> |
1210 | ||
1211 | * hppa-dis.c (print_insn_hppa): Handle '>' and '<' arg types. | |
1212 | ||
b7ed8fad NC |
1213 | 2001-01-13 Nick Clifton <[email protected]> |
1214 | ||
1215 | * disassemble.c: Remove spurious white space. | |
1216 | ||
e2914f48 JH |
1217 | Sat Jan 13 01:48:24 MET 2001 Jan Hubicka <[email protected]> |
1218 | ||
1219 | * i386-dis.c (dis386_att, disx86_64_att): Fix ret, lret and iret | |
1220 | templates. | |
1221 | ||
0d2bcfaf NC |
1222 | 2001-01-11 Peter Targett <[email protected]> |
1223 | ||
1224 | * configure.in: Add arc-ext.lo for bfd_arc_arch selection. | |
1225 | * Makefile.am (C_FILES): Add arc-ext.c. | |
1226 | (ALL_MACHINES) Add arc-ext.lo. | |
1227 | (INCLUDES) Add opcode directory to list. | |
1228 | New dependency entry for arc-ext.lo. | |
1229 | * disassemble.c (disassembler): Correct call to | |
1230 | arc_get_disassembler. | |
1231 | * arc-opc.c: New update for ARC, including full base | |
1232 | instructions for ARC variants. | |
1233 | * arc-dis.h, arc-dis.c: New update for ARC, including | |
1234 | extensibility functionality. | |
1235 | * arc-ext.h, arc-ext.c: New files for handling extensibility. | |
1236 | ||
1237 | 2001-01-10 Jan Hubicka <[email protected]> | |
041bd2e0 JH |
1238 | |
1239 | * i386-dis.c (PREGRP15 - PREGRP24): New. | |
1240 | (dis386_twobyt): Add SSE2 instructions. | |
1241 | (twobyte_uses_SSE_prefix: Rename from ... ; add new SSE instructions. | |
1242 | (twobyte_uses_f3_prefix): ... this one. | |
1243 | (grps): Add SSE instructions. | |
1244 | (prefix_user_table): Add two new slots; add SSE2 instructions. | |
1245 | (print_insn_i386): Rename uses_f3_prefix to uses_SSE_prefix; | |
1246 | Handle the REPNZ and Data16 prefixes as well; do proper lookup | |
1247 | to prefix_user_table. | |
1248 | (OP_E): Accept mfence and lfence as well. | |
1249 | (OP_MMX): Data16 prefix turns MMX to SSE; support REX extensions. | |
1250 | (OP_XMM): Support REX extensions. | |
1251 | (OP_EM): Likewise. | |
1252 | (OP_EX): Likewise. | |
1253 | ||
6a56ec7e NC |
1254 | 2001-01-09 Nick Clifton <[email protected]> |
1255 | ||
1256 | * arm-dis.c (print_insn): Set pc to zero for instructions with | |
1257 | a reloc associated with them. | |
1258 | ||
4a9f416d JJ |
1259 | 2001-01-09 Jeff Johnston <[email protected]> |
1260 | ||
1261 | * cgen-asm.in (parse_insn_normal): Changed syn to be | |
1262 | CGEN_SYNTAX_CHAR_TYPE. Changed all references to *syn | |
1263 | as character to use CGEN_SYNTAX_CHAR macro and all comparisons | |
1264 | to '\0' to use 0 instead. | |
1265 | * cgen-dis.in (print_insn_normal): Ditto. | |
1266 | * cgen-ibld.in (insert_insn_normal, extract_insn_normal): Ditto. | |
1267 | ||
0d2bcfaf | 1268 | 2001-01-05 Jan Hubicka <[email protected]> |
52b15da3 JH |
1269 | |
1270 | * i386-dis.c: Add x86_64 support. | |
1271 | (rex): New static variable. | |
1272 | (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): New constants. | |
1273 | (USED_REX): New macro. | |
1274 | (Ev, Ed, Rm, Iq, Iv64, Cm, Dm, Rm*, Ob64, Ov64): New macros. | |
1275 | (OP_I64, OP_OFF64, OP_IMREG): New functions. | |
1276 | (OP_REG, OP_OFF): Declare. | |
1277 | (get64, get32, get32s): New functions. | |
1278 | (r??_reg): New constants. | |
1279 | (dis386_att): Change templates of instruction implicitly promoted | |
1280 | to 64bit; change e?? to RMe?? for unwind RM byte instructions. | |
1281 | (grps): Likewise. | |
1282 | (dis386_intel): Likewise. | |
1283 | (dixx86_64_att): New table based on dis386_att. | |
1284 | (dixx86_64_intel): New table based on dis386_intel. | |
1285 | (names64, names8rex): New global variable. | |
1286 | (names32, names16): Add extended registers. | |
1287 | (prefix_user_t): Recognize rex prefixes. | |
1288 | (prefix_name): Print REX prefixes nicely. | |
1289 | (op_riprel): New global variable. | |
1290 | (start_pc): Set type to bfd_vma. | |
1291 | (print_insn_i386): Detect the 64bit mode and use proper table; | |
1292 | move ckprefix after initializing the buffer; output unused rex prefixes; | |
1293 | output information about target of RIP relative addresses. | |
1294 | (putop): Support 'O' and 'I'. Update handling of "P', 'Q', 'R' and 'S'; | |
1295 | (print_operand_value): New function. | |
1296 | (OP_E, OP_G, OP_REG, OP_I, OP_J, OP_DIR, OP_OFF, OP_D): Add support for | |
1297 | REX prefix and new modes. | |
1298 | (get64, get32s): New. | |
1299 | (get32): Return bfd_signed_vma type. | |
1300 | (set_op): Initialize the op_riprel. | |
1301 | * disassemble.c (disassembler): Recognize the x86-64 disassembly. | |
1302 | ||
7e30bc36 FCE |
1303 | 2001-01-03 Richard Sandiford <[email protected]> |
1304 | ||
1305 | cgen-dis.in (read_insn): Use bfd_get_bits() | |
1306 | ||
aed80dae FCE |
1307 | 2001-01-02 Richard Sandiford <[email protected]> |
1308 | ||
1309 | * cgen-dis.c (hash_insn_array): Use bfd_put_bits(). | |
1310 | (hash_insn_list): Likewise | |
1311 | * cgen-ibld.in (insert_1): Use bfd_put_bits() and bfd_get_bits(). | |
1312 | (extract_1): Use bfd_get_bits(). | |
1313 | (extract_normal): Apply sign extension to both extraction | |
1314 | methods. | |
1315 | * cgen-opc.c (cgen_get_insn_value): Use bfd_get_bits() | |
1316 | (cgen_put_insn_value): Use bfd_put_bits() | |
1317 | ||
149fe25e FCE |
1318 | 2000-12-28 Frank Ch. Eigler <[email protected]> |
1319 | ||
1320 | * cgen-asm.in (parse_insn_normal): Print better error message for | |
1321 | instructions with missing operands. | |
1322 | ||
a6cff3e3 NC |
1323 | 2000-12-21 Santeri Paavolainen <[email protected]> |
1324 | ||
1325 | * cgen-opc.c: Include alloca.h if HAVE_ALLOCA_H is defined. | |
1326 | ||
09919455 NC |
1327 | 2000-12-16 Nick Clifton <[email protected]> |
1328 | ||
1329 | * Makefile.in: Regenerate. | |
1330 | * aclocal.m4: Regenerate. | |
1331 | * config.in: Regenerate. | |
1332 | * configure.in: Add spacing. | |
1333 | * configure: Regenerate. | |
1334 | * ia64-asmtab.c: Regenerate. | |
1335 | * po/opcodes.pot: Regenerate. | |
1336 | ||
606d55bc FCE |
1337 | 2000-12-12 Frank Ch. Eigler <[email protected]> |
1338 | ||
1339 | * cgen-asm.in (@arch@_cgen_assemble_insn): Prefer printing insert-time | |
1340 | error messages over later parse-time ones. | |
1341 | ||
514829c3 JW |
1342 | 2000-12-12 Jim Wilson <[email protected]> |
1343 | ||
1344 | * ia64-dis.c (print_insn_ia64): Cast away const on ia64_free_opcode | |
1345 | argument. | |
060d22b0 | 1346 | * ia64-gen.c (insert_deplist): Cast sizeof result to int. |
514829c3 JW |
1347 | (print_dependency_table): Print NULL if semantics field not set. |
1348 | (insert_opcode_dependencies): Mark cmp parameter as unused. | |
1349 | (print_main_table): Use fprintf_vma to print long long fields. | |
1350 | (main): Mark argv paramter as unused. Convert to old style definition. | |
1351 | * ia64-opc.c (ia64_find_dependency): Cast sizeof result to int. | |
1352 | * ia64-asmtab.c: Regnerate. | |
1353 | ||
708b8a71 NC |
1354 | 2000-12-09 Nick Clifton <[email protected]> |
1355 | ||
54faae25 NC |
1356 | * m32r-dis.c (print_insn): Prevent re-read of instruction from |
1357 | wrong address. | |
1358 | ||
708b8a71 NC |
1359 | * fr30-dis.c: Regenerate. |
1360 | ||
54faae25 NC |
1361 | 2000-12-08 Peter Targett <[email protected]> |
1362 | ||
1363 | * configure.in: Add arc-ext.lo for bfd_arc_arch selection. | |
1364 | * Makefile.am (C_FILES): Add arc-ext.c. | |
1365 | (ALL_MACHINES) Add arc-ext.lo. | |
1366 | (INCLUDES) Add opcode directory to list. | |
1367 | New dependency entry for arc-ext.lo. | |
1368 | * disassemble.c (disassembler): Correct call to | |
1369 | arc_get_disassembler. | |
1370 | * arc-opc.c: New update for ARC, including full base | |
1371 | instructions for ARC variants. | |
1372 | * arc-dis.h, arc-dis.c: New update for ARC, including | |
1373 | extensibility functionality. | |
1374 | * arc-ext.h, arc-ext.c: New files for handling extensibility. | |
1375 | ||
08fe7a7e NC |
1376 | 2000-12-03 Chris Demetriou [email protected] |
1377 | ||
1378 | * mips-opc.c (mips_builtin_opcodes): Use the WR_HILO, RD_HILO, | |
1379 | MOD_HILO, and MOD_LO macros. | |
1380 | ||
15305553 NC |
1381 | * mips-opc.c (M1, M2): Delete. |
1382 | (mips_builtin_opcodes): Remove all uses of M1. | |
1383 | ||
0808b8a9 NC |
1384 | * mips-opc.c (mips_builtin_opcodes): Make the dmfc2 and dmtc2 |
1385 | instructions take "G" format second operands and use the | |
1386 | correct flags. | |
1387 | There are mfc3 and mtc3 opcodes, so add dmfc3 and dmtc3 opcodes to | |
1388 | match. | |
1389 | Delete "sel" code operands from mfc1 and mtc1. | |
1390 | Add MIPS64 opcode changes (dclo, dclz), and "sel" code variants | |
1391 | for dm[ft]c[023]. | |
c2419411 | 1392 | |
e70f2590 NC |
1393 | 2000-12-03 Ed Satterthwaite [email protected] and |
1394 | Chris Demetriou [email protected] | |
1395 | ||
1396 | * mips-opc.c (mips_builtin_opcodes): Finish additions | |
1397 | for MIPS32 support, and clean up existing entries for | |
1398 | aesthetics, consistency with the MIPS32 ISA, and | |
1399 | with consistency the rest of the table. | |
1400 | ||
b23da31b NC |
1401 | 2000-12-01 Nick Clifton <[email protected]> |
1402 | ||
1403 | * mips16-opc.c (mips16_opcodes): Add initialiser for membership | |
1404 | field. | |
1405 | ||
4372b673 NC |
1406 | 2000-12-01 Chris Demetriou <[email protected]> |
1407 | ||
1408 | mips-dis.c (print_insn_arg): Handle new 'U' and 'J' argument | |
1409 | specifiers. Update 'B' for new constant names, and remove | |
1410 | 'm'. | |
1411 | mips-opc.c (mips_builtin_opcodes): Place "pref" and "ssnop" | |
1412 | near the top of the array, so they are disassembled properly. | |
1413 | Enable "ssnop" for MIPS32. Add "break" variant with 20 bit | |
1414 | code for MIPS32. Update "clo" and "clz" to use 'U' operand | |
1415 | specifier. Add 'H' format specifier variants for "mfc1," | |
1416 | "mfc2," "mfc3," "mtc1," "mtc2," and "mtc3" for MIPS32. Update | |
1417 | MIPS32 "sdbbp" to use 'B' operand specifier. Add MIPS32 | |
1418 | "wait" variant which uses 'J' operand specifier. | |
c2419411 | 1419 | |
e7af610e NC |
1420 | * mips-dis.c (set_mips_isa_type): Update to use |
1421 | CPU_UNKNOWN and ISA_* constants. Add bfd_mach_mips32 case. | |
1422 | Replace bfd_mach_mips4K with bfd_mach_mips32_4k case. | |
1423 | * mips-opc.c (I32): New constant for instructions added in | |
1424 | MIPS32. | |
1425 | (P4): Delete. | |
1426 | (mips_builtin_opcodes) Replace all uses of P4 with I32. | |
1427 | ||
84ea6cf2 NC |
1428 | * mips-dis.c (set_mips_isa_type): Add cases for |
1429 | bfd_mach_mips5 and bfd_mach_mips64. | |
1430 | * mips-opc.c (I64): New definitions. | |
1431 | ||
c6c98b38 NC |
1432 | * mips-dis.c (set_mips_isa_type): Add case for |
1433 | bfd_mach_mips_sb1. | |
1434 | ||
caaaf822 HPN |
1435 | 2000-11-28 Hans-Peter Nilsson <[email protected]> |
1436 | ||
1437 | * sh-dis.c (print_insn_ddt): Make insn_x, insn_y unsigned. | |
1438 | (print_insn_ppi): Make nib1, nib2, nib3 unsigned. | |
1439 | Initialize variable dc to NULL. | |
1440 | (print_insn_shx): Remove unused label d_reg_n. | |
1441 | ||
077b8428 NC |
1442 | 2000-11-24 Nick Clifton <[email protected]> |
1443 | ||
1444 | * arm-opc.h: Add new opcode formatting parameter 'B'. | |
1445 | (arm_opcodes): Add XScale, v5, and v5te instructions. | |
1446 | (thumb_opcodes): Add v5t instructions. | |
1447 | ||
1448 | * arm-dis.c (print_insn_arm): Handle new 'B' format | |
1449 | parameter. | |
1450 | (print_insn_thumb): Decode BLX(1) instruction. | |
1451 | ||
657e7cec CD |
1452 | 2000-11-21 Chris Demetriou <[email protected]> |
1453 | ||
1454 | * mips-opc.c: Fix file header comment. | |
1455 | ||
b6b0b32c HPN |
1456 | 2000-11-14 Hans-Peter Nilsson <[email protected]> |
1457 | ||
1458 | * cris-dis.c (cris_get_disassembler): If abfd is NULL, return | |
1459 | print_insn_cris_with_register_prefix. | |
1460 | ||
54a4ca2e AO |
1461 | 2000-11-11 Alexandre Oliva <[email protected]> |
1462 | ||
1463 | * sh-opc.h: The operand of `mov.w r0, (<disp>,GBR)' is IMM1, not 0. | |
1464 | ||
025d2eab | 1465 | 2000-11-07 Matthew Green <[email protected]> |
1ffd7d02 DB |
1466 | |
1467 | * cgen-dis.in (print_insn): All insns which can fit into insn_value | |
1468 | must be loaded there in their entirety. | |
1469 | ||
19f7b010 JJ |
1470 | 2000-10-20 Jakub Jelinek <[email protected]> |
1471 | ||
1472 | * sparc-dis.c (v9a_asr_reg_names): Add v9b ASRs. | |
1473 | (compute_arch_mask): Add v8plusb and v9b machines. | |
1474 | (print_insn_sparc): siam mode decoding, accept ASRs up to 25. | |
060d22b0 | 1475 | * sparc-opc.c: Support for Cheetah instruction set. |
19f7b010 JJ |
1476 | (prefetch_table): Add #invalidate. |
1477 | ||
710c2d97 NC |
1478 | 2000-10-16 Nick Clifton <[email protected]> |
1479 | ||
1480 | * mcore-dis.c (imsk): Change mask for OC to 0xFE00. | |
1481 | ||
f40c3ea3 DB |
1482 | 2000-10-06 Dave Brolley <[email protected]> |
1483 | ||
1484 | * fr30-desc.h: Regenerate. | |
1485 | * m32r-desc.h: Regenerate. | |
1486 | * m32r-ibld.c: Regenerate. | |
1487 | ||
0d2bcfaf | 1488 | 2000-10-05 Jim Wilson <[email protected]> |
afa680f8 JW |
1489 | |
1490 | * ia64-ic.tbl: Update from Intel. | |
1491 | * ia64-asmtab.c: Regenerate. | |
c2419411 | 1492 | |
d1e28e24 KH |
1493 | 2000-10-04 Kazu Hirata <[email protected]> |
1494 | ||
1495 | * ia64-gen.c: Convert C++-style comments to C-style comments. | |
1496 | * tic54x-dis.c: Likewise. | |
1497 | ||
b4db717d | 1498 | 2000-09-29 Hans-Peter Nilsson <[email protected]> |
78966507 HPN |
1499 | |
1500 | Changes to add dollar prefix to registers for files where user symbols | |
1501 | don't have a leading underscore. Fix formatting. | |
1502 | * cris-dis.c (REGISTER_PREFIX_CHAR): New. | |
1503 | (format_reg): Add parameter with_reg_prefix. All callers changed. | |
1504 | (print_with_operands): Ditto. | |
1505 | (print_insn_cris_generic): Renamed from print_insn_cris, add | |
1506 | parameter with_reg_prefix. | |
1507 | (print_insn_cris_with_register_prefix, | |
1508 | print_insn_cris_without_register_prefix, cris_get_disassembler): | |
1509 | New. | |
1510 | * disassemble.c (disassembler) [ARCH_cris]: Call cris_get_disassembler. | |
1511 | ||
0d2bcfaf | 1512 | 2000-09-22 Jim Wilson <[email protected]> |
139368c9 | 1513 | |
d48ad4f3 JW |
1514 | * ia64-opc-f.c (ia64_opcodes_f): Add fpcmp pseudo-ops for |
1515 | gt, ge, ngt, and nge. | |
1516 | * ia64-asmtab.c: Regenerate. | |
1517 | ||
139368c9 JW |
1518 | * ia64-dis.c (print_insn_ia64): Revert Aug 7 byte skip count change. |
1519 | * ia64-gen.c (parse_semantics): Handle IA64_DVS_STOP. | |
1520 | (lookup_specifier): Handle "PR%, 1 to 15" and "PR%, 16 to 62". | |
1521 | * ia64-ic.tbl, ia64-raw.tbl, ia64-war.tbl, ia64-waw.tbl: Update. | |
1522 | * ia64-asmtab.c: Regnerate. | |
1523 | ||
156c2f8b | 1524 | 2000-09-13 Anders Norlander <[email protected]> |
c2419411 AJ |
1525 | |
1526 | * mips-opc.c (mips_builtin_opcodes): Support cache instruction on 4K cores. | |
1527 | Add mfc0 and mtc0 with sub-selection values. | |
156c2f8b | 1528 | Add clo and clz opcodes. |
c2419411 AJ |
1529 | Add msub and msubu instructions for MIPS32. |
1530 | Add madd/maddu aliases for mad/madu for MIPS32. | |
1531 | Support wait, deret, eret, movn, pref for MIPS32. | |
156c2f8b | 1532 | Support tlbp, tlbr, tlbwi, tlbwr. |
c2419411 AJ |
1533 | (P4): New define. |
1534 | ||
1535 | * mips-dis.c (print_insn_arg): Print sdbbp 'm' args. | |
1536 | (print_insn_arg): Handle 'H' args. | |
1537 | (set_mips_isa_type): Recognize 4K. | |
156c2f8b NC |
1538 | Use CPU_* defines instead of hardcoded numbers. |
1539 | ||
de827f51 CM |
1540 | 2000-09-11 Catherine Moore <[email protected]> |
1541 | ||
1542 | * d30v-opc.c (d30v_operand_t): New operand type Rb2. | |
1543 | (d30v_format_tab): Use Rb2 for modinc and moddec. | |
c2419411 | 1544 | |
ea2aae66 | 1545 | 2000-09-07 Catherine Moore <[email protected]> |
c2419411 | 1546 | |
ea2aae66 CM |
1547 | * d30v-opc.c (d30v_format_tab): Use format Ra for |
1548 | modinc and moddec. | |
1549 | ||
90f2472a AO |
1550 | 2000-09-06 Alexandre Oliva <[email protected]> |
1551 | ||
1552 | * configure: Rebuilt with new libtool.m4. | |
1553 | ||
5b343f5a NC |
1554 | 2000-09-05 Nick Clifton <[email protected]> |
1555 | ||
1556 | * configure: Regenerate. | |
1557 | * po/opcodes.pot: Regenerate. | |
c2419411 | 1558 | |
ac48eca1 AO |
1559 | 2000-08-31 Alexandre Oliva <[email protected]> |
1560 | ||
1561 | * acinclude.m4: Include libtool and gettext macros from the | |
1562 | top level. | |
1563 | * aclocal.m4, configure: Rebuilt. | |
1564 | ||
c6d805e0 KH |
1565 | 2000-08-30 Kazu Hirata <[email protected]> |
1566 | ||
1567 | * tic80-dis.c: Fix formatting. | |
1568 | ||
7d352fc8 KH |
1569 | 2000-08-29 Kazu Hirata <[email protected]> |
1570 | ||
1571 | * w65-dis.c: Fix formatting. | |
1572 | ||
a47cf567 NC |
1573 | 2000-08-28 Mark Hatle <[email protected]> |
1574 | ||
1575 | * ppc-opc.c: Add XTLB macro for a few PPC 4xx extended mnemonics. | |
1576 | (powerpc_opcodes): Add table entries for PPC 405 instructions. | |
1577 | Changed rfci, icbt, mfdcr, dccci, mtdcr, iccci from PPC to PPC403 | |
1578 | instructions. Added extended mnemonic mftbl as defined in the | |
1579 | 405GP manual for all PPCs. | |
1580 | ||
0d2bcfaf | 1581 | 2000-08-28 Jim Wilson <[email protected]> |
f9365b11 JW |
1582 | |
1583 | * ia64-dis.c (print_insn_ia64): Add failed label after ia64_free_opcode | |
1584 | call. Change last goto to use failed instead of done. | |
1585 | ||
6bb95a0f DB |
1586 | 2000-08-28 Dave Brolley <[email protected]> |
1587 | ||
1588 | * cgen-ibld.in (cgen_put_insn_int_value): New function. | |
1589 | (insert_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P. | |
1590 | (insert_insn_normal): Use cgen_put_insn_int_value with CGEN_INT_INSN_P. | |
1591 | (extract_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P. | |
1592 | * cgen-dis.in (read_insn): New static function. | |
1593 | (print_insn): Use read_insn to read the insn into the buffer and set | |
1594 | up for disassembly. | |
1595 | (print_insn): in CGEN_INT_INSN_P, make sure that the entire insn is | |
1596 | in the buffer. | |
1597 | * fr30-asm.c: Regenerated. | |
1598 | * fr30-desc.c: Regenerated. | |
060d22b0 | 1599 | * fr30-desc.h: Regenerated. |
6bb95a0f DB |
1600 | * fr30-dis.c: Regenerated. |
1601 | * fr30-ibld.c: Regenerated. | |
1602 | * fr30-opc.c: Regenerated. | |
060d22b0 | 1603 | * fr30-opc.h: Regenerated. |
6bb95a0f DB |
1604 | * m32r-asm.c: Regenerated. |
1605 | * m32r-desc.c: Regenerated. | |
060d22b0 | 1606 | * m32r-desc.h: Regenerated. |
6bb95a0f DB |
1607 | * m32r-dis.c: Regenerated. |
1608 | * m32r-ibld.c: Regenerated. | |
1609 | * m32r-opc.c: Regenerated. | |
1610 | ||
bf830eae KH |
1611 | 2000-08-28 Kazu Hirata <[email protected]> |
1612 | ||
1613 | * tic30-dis.c: Fix formatting. | |
1614 | ||
69eb4bbf KH |
1615 | 2000-08-27 Kazu Hirata <[email protected]> |
1616 | ||
1617 | * sh-dis.c: Fix formatting. | |
1618 | ||
f509565f GK |
1619 | 2000-08-24 David Edelsohn <[email protected]> |
1620 | ||
1621 | * ppc-opc.c (powerpc_opcodes): Add rfid, mtsrd, mtsrdin, mtmsrd. | |
1622 | ||
5c90f90d KH |
1623 | 2000-08-24 Kazu Hirata <[email protected]> |
1624 | ||
1625 | * z8k-dis.c: Fix formatting. | |
1626 | ||
0d2bcfaf | 1627 | 2000-08-16 Jim Wilson <[email protected]> |
50b81f19 JW |
1628 | |
1629 | * ia64-ic.tbl (pr-readers-nobr-nomovpr): Add addl, adds. Delete | |
1630 | break, mov-immediate, nop. | |
1631 | * ia64-opc-f.c: Delete fpsub instructions. | |
1632 | * ia64-opc-m.c: Add POSTINC to all instructions with postincrement | |
1633 | address operand. Rewrite using macros to avoid long lines. | |
1634 | * ia64-opc.h (POSTINC): Define. | |
1635 | * ia64-asmtab.c: Regenerate. | |
1636 | ||
0d2bcfaf | 1637 | 2000-08-15 Jim Wilson <[email protected]> |
19ba6717 JW |
1638 | |
1639 | * ia64-ic.tbl: Add missing entries. | |
1640 | ||
0d2bcfaf | 1641 | 2000-08-08 Jason Eckhardt <[email protected]> |
a5bc3299 JE |
1642 | |
1643 | * i860-dis.c (print_br_address): Change third argument from int | |
1644 | to long. | |
1645 | ||
0d2bcfaf | 1646 | 2000-08-07 Richard Henderson <[email protected]> |
0228082a RH |
1647 | |
1648 | * ia64-dis.c (print_insn_ia64): Get byte skip count correct | |
1649 | for MLI templates. Handle IA64_OPND_TGT64. | |
1650 | ||
a47cf567 NC |
1651 | 2000-08-04 Ben Elliston <[email protected]> |
1652 | ||
1653 | * cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files. | |
1654 | * cgen.sh: Likewise. | |
1655 | ||
0d2bcfaf | 1656 | 2000-08-02 Jim Wilson <[email protected]> |
c2419411 | 1657 | |
a47cf567 NC |
1658 | * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end. |
1659 | ||
463f102c DC |
1660 | 2000-07-29 Marek Michalkiewicz <[email protected]> |
1661 | ||
1662 | * avr-dis.c (avr_operand): Use PARAMS macro in declaration. | |
1663 | Change return type from void to int. Check the combination | |
1664 | of operands, return 1 if valid. Fix to avoid BUF overflow. | |
1665 | Report undefined combinations of operands in COMMENT. | |
1666 | Report internal errors to stderr. Output the adiw/sbiw | |
1667 | constant operand in both decimal and hex. | |
1668 | (print_insn_avr): Disassemble ldd/std with displacement of 0 | |
1669 | as ld/st. Check avr_operand () return value, handle invalid | |
1670 | combinations of operands like unknown opcodes. | |
1671 | ||
6e31aea3 BE |
1672 | 2000-07-28 Ben Elliston <[email protected]> |
1673 | ||
1674 | * Makefile.am (CGEN, CGENDEPS, CGENDIR, CGENFLAGS): New. | |
1675 | (run-cgen, stamp-m32r, stamp-fr30): New targets. | |
1676 | * Makefile.in: Regenerate. | |
1677 | * configure.in: Add --enable-cgen-maint option. | |
1678 | * configure: Regenerate. | |
1679 | ||
dc62a253 NC |
1680 | 2000-07-26 Dave Brolley <[email protected]> |
1681 | ||
1682 | * cgen-opc.c (cgen_hw_lookup_by_name): 'i' is now unsigned. | |
1683 | (cgen_hw_lookup_by_num): Ditto. | |
1684 | (cgen_operand_lookup_by_name): Ditto. | |
1685 | (print_address): Ditto. | |
1686 | (print_keyword): Ditto. | |
1687 | * cgen-dis.c (hash_insn_array): Mark unused parameters with | |
1688 | ATTRIBUTE_UNUSED. | |
1689 | * cgen-asm.c (hash_insn_array): Mark unused parameters with | |
1690 | ATTRIBUTE_UNUSED. | |
1691 | (cgen_parse_keyword): Ditto. | |
1692 | ||
0d2bcfaf | 1693 | 2000-07-22 Jason Eckhardt <[email protected]> |
cdac37f6 JE |
1694 | |
1695 | * i860-dis.c: New file. | |
1696 | (print_insn_i860): New function. | |
1697 | (print_br_address): New function. | |
1698 | (sign_extend): New function. | |
1699 | (BITWISE_OP): New macro. | |
1700 | (I860_REG_PREFIX): New macro. | |
1701 | (grnames, frnames, crnames): New structures. | |
1702 | ||
1703 | * disassemble.c (ARCH_i860): Define. | |
1704 | (disassembler): Add check for bfd_arch_i860 to set disassemble | |
1705 | function to print_insn_i860. | |
1706 | ||
1707 | * Makefile.in (CFILES): Added i860-dis.c. | |
1708 | (ALL_MACHINES): Added i860-dis.lo. | |
1709 | (i860-dis.lo): New dependences. | |
1710 | ||
1711 | * configure.in: New bits for bfd_i860_arch. | |
1712 | ||
1713 | * configure: Regenerated. | |
1714 | ||
6c95a37f HPN |
1715 | 2000-07-20 Hans-Peter Nilsson <[email protected]> |
1716 | ||
1717 | * Makefile.am (CFILES): Add cris-dis.c and cris-opc.c. | |
1718 | (ALL_MACHINES): Add cris-dis.lo and cris-opc.lo. | |
1719 | (cris-dis.lo, cris-opc.lo): New rules. | |
1720 | * Makefile.in: Rebuild. | |
1721 | * configure.in (bfd_cris_arch): New target. | |
1722 | * configure: Rebuild. | |
1723 | * disassemble.c (ARCH_cris): Define. | |
1724 | (disassembler): Support ARCH_cris. | |
1725 | * cris-dis.c, cris-opc.c: New files. | |
1726 | * po/POTFILES.in, po/opcodes.pot: Regenerate. | |
1727 | ||
09ab35c7 JJ |
1728 | 2000-07-11 Jakub Jelinek <[email protected]> |
1729 | ||
1730 | * sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2. | |
1731 | Reported by Bill Clarke <[email protected]>. | |
1732 | ||
0d2bcfaf | 1733 | 2000-07-09 Geoffrey Keating <[email protected]> |
1da5001c GK |
1734 | |
1735 | * ppc-opc.c (powerpc_opcodes): Correct suffix for vslw. | |
1736 | Patch by Randall J Fisher <[email protected]>. | |
1737 | ||
6e09abd4 AM |
1738 | 2000-07-09 Alan Modra <[email protected]> |
1739 | ||
1740 | * hppa-dis.c (fput_reg, fput_fp_reg, fput_fp_reg_r, fput_creg, | |
1741 | fput_const, extract_3, extract_5_load, extract_5_store, | |
1742 | extract_5r_store, extract_5R_store, extract_10U_store, | |
1743 | extract_5Q_store, extract_11, extract_14, extract_16, extract_21, | |
1744 | extract_12, extract_17, extract_22): Prototype. | |
1745 | (print_insn_hppa): Rename inner block opcode -> opc to avoid | |
1746 | shadowing outer block. | |
1747 | (GET_BIT): Define. | |
1748 | ||
90821790 | 1749 | 2000-07-05 DJ Delorie <[email protected]> |
302ab118 DD |
1750 | |
1751 | * MAINTAINERS: new | |
1752 | ||
6eeeb4b4 AO |
1753 | 2000-07-04 Alexandre Oliva <[email protected]> |
1754 | ||
1755 | * arm-dis.c (print_insn_arm): Output combinations of PSR flags. | |
1756 | ||
00d2865b NC |
1757 | 2000-07-03 Marek Michalkiewicz <[email protected]> |
1758 | ||
1759 | * avr-dis.c (avr_operand): Change _ () to _() around all strings | |
1760 | marked for translation (exception from the usual coding style). | |
1761 | (print_insn_avr): Initialize insn2 to avoid warnings. | |
1762 | ||
c07ab2ec NC |
1763 | 2000-07-03 Kazu Hirata <[email protected]> |
1764 | ||
1765 | * h8300-dis.c (bfd_h8_disassemble): Improve readability. | |
1766 | * h8500-dis.c: Fix formatting. | |
1767 | ||
0bdaf48b AM |
1768 | 2000-07-01 Alan Modra <[email protected]> |
1769 | ||
1770 | * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed | |
1771 | (CLEANFILES): Add DEPA. | |
1772 | * Makefile.in: Regenerate. | |
1773 | ||
7c03c75e SB |
1774 | 2000-06-26 Scott Bambrough <[email protected]> |
1775 | ||
1776 | * arm-dis.c (regnames): Add an additional register set to match | |
1777 | the set used by GCC. Make it the default. | |
1778 | ||
1581f8c9 AM |
1779 | 2000-06-22 Alan Modra <[email protected]> |
1780 | ||
1781 | * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we | |
1782 | find one. | |
1783 | * Makefile.in: Regenerate. | |
1784 | ||
bbeb2e03 L |
1785 | 2000-06-20 H.J. Lu <[email protected]> |
1786 | ||
1787 | * Makefile.am: Rebuild dependency. | |
1788 | * Makefile.in: Rebuild. | |
9b443040 NC |
1789 | |
1790 | 2000-06-18 Stephane Carrez <[email protected]> | |
1791 | ||
1792 | * Makefile.in, configure: regenerate | |
c2419411 | 1793 | * disassemble.c (disassembler): Recognize ARCH_m68hc12, |
9b443040 | 1794 | ARCH_m68hc11. |
c2419411 | 1795 | * m68hc11-dis.c (read_memory, print_insn, print_insn_m68hc12): |
9b443040 NC |
1796 | New functions. |
1797 | * configure.in: Recognize m68hc12 and m68hc11. | |
1798 | * m68hc11-dis.c, m68hc11-opc.c: New files for support of m68hc1x | |
c2419411 | 1799 | * Makefile.am (CFILES, ALL_MACHINES): New files for disassembly |
9b443040 | 1800 | and opcode generation for m68hc11 and m68hc12. |
bbeb2e03 | 1801 | |
39c20e8f ND |
1802 | 2000-06-16 Nick Duffek <[email protected]> |
1803 | ||
1804 | * disassemble.c (disassembler): Refer to the PowerPC 620 using | |
1805 | bfd_mach_ppc_620 instead of 620. | |
1806 | ||
53d388d1 JL |
1807 | 2000-06-12 Kazu Hirata <[email protected]> |
1808 | ||
1809 | * h8300-dis.c: Fix formatting. | |
1810 | (bfd_h8_disassemble): Distinguish adds/subs, inc/dec.[wl] | |
1811 | correctly. | |
1812 | ||
0d2bcfaf | 1813 | 2000-06-09 Denis Chertykov <[email protected]> |
8776c5fe DC |
1814 | |
1815 | * avr-dis.c (avr_operand): Bugfix for jmp/call address. | |
1816 | ||
0d2bcfaf | 1817 | 2000-06-07 Denis Chertykov <[email protected]> |
bab84c47 DC |
1818 | |
1819 | * avr-dis.c: completely rewritten. | |
1820 | ||
79540e26 | 1821 | 2000-06-02 Kazu Hirata <[email protected]> |
5fec0fc5 NC |
1822 | |
1823 | * h8300-dis.c: Follow the GNU coding style. | |
1824 | (bfd_h8_disassemble) Fix a typo. | |
5fec0fc5 | 1825 | |
3903e627 NC |
1826 | 2000-06-01 Kazu Hirata <[email protected]> |
1827 | ||
1828 | * h8300-dis.c (bfd_h8_disassemble_init): Fix a typo. | |
1829 | (bfd_h8_disassemble): Distinguish the operand size of inc/dev.[wl] | |
1830 | correctly. Fix a typo. | |
1831 | ||
0d2bcfaf | 1832 | 2000-05-31 Nick Clifton <[email protected]> |
c0ae4ccc NC |
1833 | |
1834 | * opintl.h (_(String)): Explain why dgettext is used instead of | |
1835 | gettext. | |
1836 | ||
0d2bcfaf | 1837 | 2000-05-30 Nick Clifton <[email protected]> |
c1485d85 NC |
1838 | |
1839 | * opintl.h (gettext, dgettext, dcgettext, textdomain, | |
1840 | bindtextdomain): Replace defines with those from intl/libgettext.h | |
1841 | to quieten gcc warnings. | |
1842 | ||
2114f57b AM |
1843 | 2000-05-26 Alan Modra <[email protected]> |
1844 | ||
1845 | * Makefile.am: Update dependencies with "make dep-am" | |
1846 | * Makefile.in: Regenerate. | |
1847 | ||
0d2bcfaf | 1848 | 2000-05-25 Alexandre Oliva <[email protected]> |
d6062282 AO |
1849 | |
1850 | * m10300-dis.c (disassemble): Don't assume 32-bit longs when | |
1851 | sign-extending operands. | |
1852 | ||
0d2bcfaf | 1853 | 2000-05-15 Donald Lindsay <[email protected]> |
344fc69a DL |
1854 | |
1855 | * d10v-opc.c (d10v_opcodes): add ALONE tag to all short branches | |
1856 | except brf's. | |
1857 | ||
0d2bcfaf | 1858 | 2000-05-21 Nick Clifton <[email protected]> |
6c298591 NC |
1859 | |
1860 | * Makefile.am (LIBIBERTY): Define. | |
1861 | ||
0d2bcfaf | 1862 | 2000-05-19 Diego Novillo <[email protected]> |
fb48caed DN |
1863 | |
1864 | * mips-dis.c (REGISTER_NAMES): Rename to STD_REGISTER_NAMES. | |
1865 | (STD_REGISTER_NAMES): New name for REGISTER_NAMES. | |
1866 | (reg_names): Rename to std_reg_names. Change it to a char ** | |
1867 | static variable. | |
1868 | (std_reg_names): New name for reg_names. | |
1869 | (set_mips_isa_type): Set reg_names to point to std_reg_names by | |
1870 | default. | |
1871 | ||
f660ee8b FCE |
1872 | 2000-05-16 Frank Ch. Eigler <[email protected]> |
1873 | ||
1874 | * fr30-desc.h: Partially regenerated to account for changed | |
1875 | CGEN_MAX_* -> CGEN_ACTUAL_MAX_* macros. | |
1876 | * m32r-desc.h: Ditto. | |
1877 | ||
0d2bcfaf | 1878 | 2000-05-15 Nick Clifton <[email protected]> |
322f2c45 NC |
1879 | |
1880 | * arm-opc.h: Use upper case for flasg in MSR and MRS | |
1881 | instructions. Allow any bit to be set in the field_mask of | |
1882 | the MSR instruction. | |
1883 | ||
1884 | * arm-dis.c (print_insn_arm): Decode _x and _s bits of the | |
1885 | field_mask of an MSR instruction. | |
1886 | ||
60fc8cba NC |
1887 | 2000-05-11 Thomas de Lellis <[email protected]> |
1888 | ||
060d22b0 | 1889 | * arm-opc.h: Disassembly of thumb ldsb/ldsh |
79540e26 AM |
1890 | instructions changed to ldrsb/ldrsh. |
1891 | ||
73da6b6b AM |
1892 | 2000-05-11 Ulf Carlsson <[email protected]> |
1893 | ||
1894 | * mips-dis.c (print_insn_arg): Don't mask top 32 bits of 64-bit | |
1895 | target addresses for 'jal' and 'j'. | |
1896 | ||
0d2bcfaf | 1897 | 2000-05-10 Geoff Keating <[email protected]> |
d2f75a6f GK |
1898 | |
1899 | * ppc-opc.c (powerpc_opcodes): Make the predicted-branch opcodes | |
1900 | also available in common mode when powerpc syntax is being used. | |
1901 | ||
821011cc AM |
1902 | 2000-05-08 Alan Modra <[email protected]> |
1903 | ||
1904 | * m68k-dis.c (dummy_printer): Add ATTRIBUTE_UNUSED to args. | |
1905 | (dummy_print_address): Ditto. | |
1906 | ||
0d2bcfaf | 1907 | 2000-05-04 Timothy Wall <[email protected]> |
5c84d377 TW |
1908 | |
1909 | * tic54x-opc.c: New. | |
1910 | * tic54x-dis.c: New. | |
1911 | * disassemble.c (disassembler): Add ARCH_tic54x. | |
1912 | * configure.in: Added tic54x target. | |
1913 | * configure: Ditto. | |
1914 | * Makefile.am: Add tic54x dependencies. | |
79540e26 | 1915 | * Makefile.in: Ditto. |
5c84d377 | 1916 | |
786e2c0f C |
1917 | 2000-05-03 J.T. Conklin <[email protected]> |
1918 | ||
1919 | * ppc-opc.c (VA, VB, VC, VD, VS, SIMM, UIMM, SHB): New macros, for | |
79540e26 | 1920 | vector unit operands. |
786e2c0f C |
1921 | (VX, VX_MASK, VXA, VXA_MASK, VXR, VXR_MASK): New macros, for vector |
1922 | unit instruction formats. | |
1923 | (PPCVEC): New macro, mask for vector instructions. | |
1924 | (powerpc_operands): Add table entries for above operand types. | |
1925 | (powerpc_opcodes): Add table entries for vector instructions. | |
1926 | ||
1927 | * ppc-dis.c (print_insn_big_powerpc): Add PPC_OPCODE_ALTIVEC to mask. | |
1928 | (print_insn_little_powerpc): Likewise. | |
1929 | (print_insn_powerpc): Prepend 'v' when printing vector registers. | |
1930 | ||
0d2bcfaf | 1931 | 2000-04-24 Clinton Popetz <[email protected]> |
a47cf567 NC |
1932 | |
1933 | * configure.in: Add bfd_powerpc_64_arch. | |
1934 | * disassemble.c (disassembler): Use print_insn_big_powerpc for | |
1935 | 64 bit code. | |
1936 | ||
0d2bcfaf | 1937 | 2000-04-24 Nick Clifton <[email protected]> |
a47cf567 NC |
1938 | |
1939 | * fr30-desc.c (fr30_cgen_cpu_open): Initialise signed_overflow | |
1940 | field. | |
1941 | ||
0d2bcfaf | 1942 | 2000-04-23 Denis Chertykov <[email protected]> |
3c504221 DC |
1943 | |
1944 | * avr-dis.c (reg_fmul_d): New. Extract destination register from | |
1945 | FMUL instruction. | |
1946 | (reg_fmul_r): New. Extract source register from FMUL instruction. | |
1947 | (reg_muls_d): New. Extract destination register from MULS instruction. | |
1948 | (reg_muls_r): New. Extract source register from MULS instruction. | |
1949 | (reg_movw_d): New. Extract destination register from MOVW instruction. | |
1950 | (reg_movw_r): New. Extract source register from MOVW instruction. | |
1951 | (print_insn_avr): Handle MOVW, MULS, MULSU, FMUL, FMULS, FMULSU, | |
1952 | EICALL, EIJMP, LPM r,Z, ELPM r,Z, SPM, ESPM instructions. | |
1953 | ||
0d2bcfaf | 1954 | 2000-04-22 Timothy Wall <[email protected]> |
aa170a07 TW |
1955 | |
1956 | * ia64-gen.c (general): Add an ordered table of primary | |
1957 | opcode names, as well as priority fields to disassembly data | |
1958 | structures to enforce a preferred disassembly format based on the | |
1959 | ordering of the opcode tables. | |
1960 | (load_insn_classes): Show a useful message if IC tables are missing. | |
1961 | (load_depfile): Ditto. | |
1962 | * ia64-asmtab.h (struct ia64_dis_names ): Add priority flag to | |
1963 | distinguish preferred disassembly. | |
1964 | * ia64-opc-f.c: Reorder some insn for preferred disassembly | |
1965 | format. Fix incorrect flag on fma.s/fma.s.s0. | |
1966 | * ia64-opc.c: Scan *all* disassembly matches and use the one with | |
1967 | the highest priority. | |
1968 | * ia64-opc-b.c: Use more abbreviations. | |
1969 | * ia64-asmtab.c: Regenerate. | |
79540e26 | 1970 | |
0d2bcfaf | 1971 | 2000-04-21 Jason Eckhardt <[email protected]> |
91b1cc5d JL |
1972 | |
1973 | * hppa-dis.c (extract_16): New function. | |
1974 | (print_insn_hppa): Fix incorrect handling of 'fe'. Added handling of | |
1975 | new operand types l,y,&,fe,fE,fx. | |
1976 | ||
0d2bcfaf NC |
1977 | 2000-04-21 Richard Henderson <[email protected]> |
1978 | David Mosberger <[email protected]> | |
1979 | Timothy Wall <[email protected]> | |
1980 | Bob Manson <[email protected]> | |
1981 | Jim Wilson <[email protected]> | |
800eeca4 JW |
1982 | |
1983 | * Makefile.am (HFILES): Add ia64-asmtab.h, ia64-opc.h. | |
1984 | (CFILES): Add ia64-dis.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-f.c, | |
1985 | ia64-opc-i.c, ia64-opc-m.c, ia64-opc-d.c, ia64-opc.c, ia64-gen.c, | |
1986 | ia64-asmtab.c. | |
1987 | (ALL_MACHINES): Add ia64-dis.lo, ia64-opc.lo. | |
1988 | (ia64-ic.tbl, ia64-raw.tbl, ia64-waw.tbl, ia64-war.tbl, ia64-gen, | |
1989 | ia64-gen.o, ia64-asmtab.c, ia64-dis.lo, ia64-opc.lo): New rules. | |
1990 | * Makefile.in: Rebuild. | |
1991 | * configure Rebuild. | |
1992 | * configure.in (bfd_ia64_arch): New target. | |
1993 | * disassemble.c (ARCH_ia64): Define. | |
1994 | (disassembler): Support ARCH_ia64. | |
1995 | * ia64-asmtab.c, ia64-asmtab.h, ia64-dis.c, ia64-gen.c ia64-ic.tbl, | |
1996 | ia64-opc-a.c, ia64-opc-b.c, ia64-opc-d.c ia64-opc-f.c, ia64-opc-i.c, | |
1997 | ia64-opc-m.c, ia64-opc-x.c, ia64-opc.c, ia64-opc.h, ia64-raw.tbl, | |
060d22b0 | 1998 | ia64-war.tbl, ia64-waw.tbl: New files. |
79540e26 | 1999 | |
0d2bcfaf | 2000 | 2000-04-20 Alexandre Oliva <[email protected]> |
4d85706b AO |
2001 | |
2002 | * m10300-dis.c (HAVE_AM30, HAVE_AM33): Define. | |
2003 | (disassemble): Use them. | |
2004 | ||
0d8dfecf AM |
2005 | 2000-04-14 Alan Modra <[email protected]> |
2006 | ||
2007 | * sysdep.h: Include "ansidecl.h" not <ansidecl.h> | |
2008 | * Makefile.am: Update dependencies. | |
2009 | * Makefile.in: Regenerate. | |
2010 | ||
2011 | 2000-04-14 Michael Sokolov <[email protected]> | |
2012 | ||
2013 | * a29k-dis.c, alpha-dis.c, alpha-opc.c, arc-dis.c, arc-opc.c, | |
2014 | avr-dis.c, d10v-dis.c, d10v-opc.c, d30v-dis.c, d30v-opc.c, | |
2015 | disassemble.c, h8300-dis.c, h8500-dis.c, hppa-dis.c, i370-dis.c, | |
2016 | i370-opc.c, i960-dis.c, m10200-dis.c, m10200-opc.c, m10300-dis.c, | |
2017 | m10300-opc.c, m68k-dis.c, m68k-opc.c, m88k-dis.c, mcore-dis.c, | |
2018 | mips-dis.c, mips-opc.c, mips16-opc.c, pj-dis.c, pj-opc.c, | |
2019 | ppc-dis.c, ppc-opc.c, sh-dis.c, sparc-dis.c, sparc-opc.c, | |
2020 | tic80-dis.c, tic80-opc.c, v850-dis.c, v850-opc.c, vax-dis.c, | |
2021 | w65-dis.c, z8k-dis.c, z8kgen.c: Include sysdep.h. Remove | |
2022 | ansidecl.h as sysdep.h includes it. | |
2023 | ||
0d2bcfaf | 2024 | 2000-04-7 Andrew Cagney <[email protected]> |
79540e26 | 2025 | |
a2d91340 | 2026 | * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add |
79540e26 | 2027 | --enable-build-warnings option. |
a2d91340 AC |
2028 | * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions. |
2029 | * Makefile.in, configure: Re-generate. | |
2030 | ||
0d2bcfaf | 2031 | 2000-04-05 J"orn Rennecke <[email protected]> |
52ccafd0 | 2032 | |
060d22b0 | 2033 | * sh-opc.h (sh_table): Use A_DISP_PC / PCRELIMM_8BY2 for ldre & ldrs. |
52ccafd0 JR |
2034 | stc GBR,@-<REG_N> is available for arch_sh1_up. |
2035 | Group parallel processing insn with identical mnemonics together. | |
2036 | Make three-operand psha / pshl come first. | |
2037 | ||
0d2bcfaf | 2038 | 2000-04-05 J"orn Rennecke <[email protected]> |
015551fc JR |
2039 | |
2040 | * sh-opc.h (sh_nibble_type): Remove DISP_8 and DISP_4. | |
2041 | Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT. | |
2042 | (sh_arg_type): Add A_PC. | |
2043 | (sh_table): Update entries using immediates. Add repeat. | |
2044 | * sh-dis.c (print_insn_shx): Remove DISP_8 and DISP_4. | |
2045 | Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT. | |
2046 | ||
41b49281 AM |
2047 | 2000-04-04 Alan Modra <[email protected]> |
2048 | ||
8ad3436c AM |
2049 | * po/opcodes.pot: Regenerate. |
2050 | ||
41b49281 AM |
2051 | * Makefile.am (MKDEP): Use gcc -MM rather than mkdep. |
2052 | (DEP): Quote when passing vars to sub-make. Add warning message | |
2053 | to end. | |
2054 | (DEP1): Rewrite for "gcc -MM". | |
2055 | (CLEANFILES): Add DEP2. | |
2056 | Update dependencies. | |
2057 | * Makefile.in: Regenerate. | |
2058 | ||
b77a133c AM |
2059 | 2000-04-03 Denis Chertykov <[email protected]> |
2060 | ||
2061 | * avr-dis.c: Syntax cleanup. | |
2062 | (add0fff): Print the pc relative address as a signed number. | |
2063 | (add03f8): Likewise. | |
2064 | ||
9aaaa291 ILT |
2065 | 2000-04-01 Ian Lance Taylor <[email protected]> |
2066 | ||
2067 | * disassemble.c (disassembler_usage): Don't use a prototype. Mark | |
2068 | the parameter ATTRIBUTE_UNUSED. | |
2069 | * ppc-opc.c: Add ATTRIBUTE_UNUSED as needed. | |
2070 | ||
0d2bcfaf | 2071 | 2000-04-01 Alexandre Oliva <[email protected]> |
5728a7d7 AO |
2072 | |
2073 | * m10300-opc.c: SP-based offsets are always unsigned. | |
2074 | ||
67b60d92 NC |
2075 | 2000-03-29 Thomas de Lellis <[email protected]> |
2076 | ||
2077 | * arm-opc.h (thumb_opcodes): Disassemble 0xde.. to "bal" | |
2078 | [branch always] instead of "undefined". | |
2079 | ||
0d2bcfaf | 2080 | 2000-03-27 Nick Clifton <[email protected]> |
ba23e138 NC |
2081 | |
2082 | * d30v-opc.c (d30v_format_table): Move SHORT_AR to end of list of | |
2083 | short instructions, from end of list of long instructions. | |
2084 | ||
832ddf62 ILT |
2085 | 2000-03-27 Ian Lance Taylor <[email protected]> |
2086 | ||
2087 | * Makefile.am (CFILES): Add avr-dis.c. | |
2088 | (ALL_MACHINES): Add avr-dis.lo. | |
2089 | ||
adde6300 AM |
2090 | 2000-03-27 Alan Modra <[email protected]> |
2091 | ||
2092 | * avr-dis.c (add0fff, add03f8): Don't use structure bitfields to | |
2093 | truncate integers. | |
2094 | (print_insn_avr): Call function via pointer in K&R compatible way. | |
2095 | (dispLDD, regPP, reg50, reg104, reg40, reg20w, lit404, lit204, | |
2096 | add0fff, add03f8): Convert to old style function declaration and | |
2097 | add prototype. | |
2098 | (avrdis_opcode): Add prototype. | |
2099 | ||
2100 | 2000-03-27 Denis Chertykov <[email protected]> | |
2101 | ||
2102 | * avr-dis.c: New file. AVR disassembler. | |
2103 | * configure.in (bfd_avr_arch): New architecture support. | |
2104 | * disassemble.c: Likewise. | |
2105 | * configure: Regenerate. | |
2106 | ||
0d2bcfaf | 2107 | 2000-03-06 J"oern Rennecke <[email protected]> |
05102e70 JR |
2108 | |
2109 | * sh-opc.h (sh_table): ldre and ldrs have a *signed* displacement. | |
2110 | ||
0d2bcfaf | 2111 | 2000-03-02 J"orn Rennecke <[email protected]> |
866afedc | 2112 | |
79540e26 AM |
2113 | * d30v-dis.c (print_insn): Remove d*i hacks. Use per-operand |
2114 | flag to determine if operand is pc-relative. | |
2115 | * d30v-opc.c: | |
2116 | (d30v_format_table): | |
2117 | (REL6S3): Renamed from IMM6S3. | |
2118 | Added flag OPERAND_PCREL. | |
2119 | (REL12S3, REL18S3, REL32): Split from IMM12S3, IMM18S3, REL32, with | |
2120 | added flag OPERAND_PCREL. | |
2121 | (IMM12S3U): Replaced with REL12S3. | |
2122 | (SHORT_D2, LONG_D): Delay target is pc-relative. | |
2123 | (SHORT_B2r, SHORT_B3r, SHORT_B3br, SHORT_D2r, LONG_Ur, LONG_2r): | |
2124 | Split from SHORT_B2, SHORT_D2, SHORT_B3b, SHORT_D2, LONG_U, LONG_2r, | |
2125 | using the REL* operands. | |
2126 | (LONG_2br, LONG_Dr): Likewise, from LONG_2b, LONG_D. | |
2127 | (SHORT_D1r, SHORT_D2Br, LONG_Dbr): Renamed from SHORT_D1, SHORT_D2B, | |
2128 | LONG_Db, using REL* operands. | |
2129 | (SHORT_U, SHORT_A5S): Removed stray alternatives. | |
2130 | (d30v_opcode_table): Use new *r formats. | |
866afedc | 2131 | |
0d2bcfaf | 2132 | 2000-02-28 Nick Clifton <[email protected]> |
77343c58 NC |
2133 | |
2134 | * m32r-desc.c (m32r_cgen_cpu_open): Replace 'flags' with | |
2135 | 'signed_overflow_ok_p'. | |
2136 | ||
e56f75e9 ILT |
2137 | 2000-02-27 Eli Zaretskii <[email protected]> |
2138 | ||
2139 | * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the | |
2140 | name of the libtool directory. | |
2141 | * Makefile.in: Rebuild. | |
2142 | ||
0d2bcfaf | 2143 | 2000-02-24 Nick Clifton <[email protected]> |
fa7928ca NC |
2144 | |
2145 | * cgen-opc.c (cgen_set_signed_overflow_ok): New function. | |
2146 | (cgen_clear_signed_overflow_ok): New function. | |
2147 | (cgen_signed_overflow_ok_p): New function. | |
2148 | ||
0d2bcfaf | 2149 | 2000-02-23 Andrew Haley <[email protected]> |
cfcdbe97 | 2150 | |
79540e26 | 2151 | * m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c, |
060d22b0 | 2152 | m32r-ibld.c, m32r-opc.h: Rebuild. |
cfcdbe97 | 2153 | |
5b93d8bb AM |
2154 | 2000-02-23 Linas Vepstas <[email protected]> |
2155 | ||
2156 | * i370-dis.c, i370-opc.c: New. | |
2157 | ||
2158 | * disassemble.c (ARCH_i370): Define. | |
2159 | (disassembler): Handle it. | |
2160 | ||
2161 | * Makefile.am: Add support for Linux/IBM 370. | |
2162 | * configure.in: Likewise. | |
2163 | ||
2164 | * Makefile.in: Regenerate. | |
2165 | * configure: Likewise. | |
2166 | ||
0d2bcfaf | 2167 | 2000-02-22 Chandra Chavva <[email protected]> |
b669ceb9 CC |
2168 | |
2169 | * d30v-opc.c (d30v_opcode_tab) : Added FLAG_NOT_WITH_ADDSUBppp to | |
2170 | ST2H, STB, STH, STHH, STW and ST2H opcodes to prohibit parallel | |
2171 | procedure. | |
2172 | ||
0d2bcfaf | 2173 | 2000-02-22 Andrew Haley <[email protected]> |
8027df89 AH |
2174 | |
2175 | * mips-dis.c (_print_insn_mips): New arg for OPCODE_IS_MEMBER: | |
2176 | force gp32 to zero. | |
2177 | * mips-opc.c (G6): New define. | |
2178 | (mips_builtin_op): Add "move" definition for -gp32. | |
2179 | ||
4db3857a ILT |
2180 | 2000-02-22 Ian Lance Taylor <[email protected]> |
2181 | ||
2182 | From Grant Erickson <[email protected]>: | |
2183 | * ppc-opc.c: Correct dcread--it takes 3 arguments, not 2. | |
2184 | ||
f6af82bd AM |
2185 | 2000-02-21 Alan Modra <[email protected]> |
2186 | ||
2187 | * dis-buf.c (buffer_read_memory): Change `length' param and all int | |
2188 | vars to unsigned. | |
2189 | ||
0d2bcfaf | 2190 | 2000-02-17 J"orn Rennecke <[email protected]> |
d4845d57 JR |
2191 | |
2192 | * sh-dis.c (print_movxy, print_insn_ddt, print_dsp_reg): New functions. | |
2193 | (print_insn_ppi): Likewise. | |
2194 | (print_insn_shx): Use info->mach to select appropriate insn set. | |
2195 | Add support for sh-dsp. Remove FD_REG_N support. | |
2196 | * sh-opc.h (sh_nibble_type): Add new values for sh-dsp support. | |
2197 | (sh_arg_type): Likewise. Remove FD_REG_N. | |
2198 | (sh_dsp_reg_nums): New enum. | |
2199 | (arch_sh1, arch_sh2, arch_sh3, arch_sh3e, arch_sh4): New macros. | |
2200 | (arch_sh_dsp, arch_sh3_dsp, arch_sh1_up, arch_sh2_up): Likewise. | |
2201 | (arch_sh3_up, arch_sh3e_up, arch_sh4_up, arch_sh_dsp_up): Likewise. | |
2202 | (arch_sh3_dsp_up): Likewise. | |
2203 | (sh_opcode_info): New field: arch. | |
2204 | (sh_table): Split up insn with FD_REG_N into ones with F_REG_N and | |
2205 | D_REG_N. Fill in arch field. Add sh-dsp insns. | |
2206 | ||
0d2bcfaf | 2207 | 2000-02-14 Fernando Nasser <[email protected]> |
a7f8487e FN |
2208 | |
2209 | * arm-dis.c: Change flavor name from atpcs-special to | |
2210 | special-atpcs to prevent name conflict in gdb. | |
2211 | (get_arm_regname_num_options, set_arm_regname_option, | |
2212 | get_arm_regnames): New functions. API to access the several | |
2213 | flavor of register names. Note: Used by gdb. | |
2214 | (print_insn_thumb): Use the register name entry from the currently | |
2215 | selected flavor for LR and PC. | |
2216 | ||
0d2bcfaf | 2217 | 2000-02-10 Nick Clifton <[email protected]> |
97ee9b94 NC |
2218 | |
2219 | * mcore-opc.h (enum mcore_opclass): Add MULSH and OPSR | |
2220 | classes. | |
2221 | (mcore_table): Add "idly4", "psrclr", "psrset", "mulsh" and | |
2222 | "mulsh.h" instructions. | |
2223 | * mcore-dis.c (imsk array): Add masks for MULSH and OPSR | |
2224 | classes. | |
2225 | (print_insn_mcore): Add support for little endian targets. | |
2226 | Add support for MULSH and OPSR classes. | |
2227 | ||
0d2bcfaf | 2228 | 2000-02-07 Nick Clifton <[email protected]> |
a3d9c82d NC |
2229 | |
2230 | * arm-dis.c (parse_arm_diassembler_option): Rename again. | |
2231 | Previous delat did not take. | |
2232 | ||
79540e26 AM |
2233 | 2000-02-03 Timothy Wall <[email protected]> |
2234 | ||
940b2b78 TW |
2235 | * dis-buf.c (buffer_read_memory): Use octets_per_byte field |
2236 | to adjust target address bounds checking and calculate the | |
2237 | appropriate octet offset into data. | |
79540e26 | 2238 | |
94470b23 NC |
2239 | 2000-01-27 Nick Clifton <[email protected]> |
2240 | ||
6c082ed8 NC |
2241 | * arm-dis.c: (parse_disassembler_option): Rename to |
2242 | parse_arm_disassembler_option and allow to be exported. | |
2243 | ||
94470b23 NC |
2244 | * disassemble.c (disassembler_usage): New function: Print out any |
2245 | target specific disassembler options. | |
58efb6c0 | 2246 | Call arm_disassembler_options() if the ARM architecture is being |
79540e26 | 2247 | supported. |
58efb6c0 NC |
2248 | |
2249 | * arm-dis.c (NUM_ELEM): Define this macro if not already | |
2250 | defined. | |
2251 | (arm_regname): New struct type for ARM register names. | |
2252 | (arm_toggle_regnames): Delete. | |
2253 | (parse_disassembler_option): Use register name structure. | |
2254 | (print_insn): New function: Combines duplicate code found in | |
2255 | print_insn_big_arm and print_insn_little_arm. | |
2256 | (print_insn_big_arm): Call print_insn. | |
2257 | (print_insn_little_arm): Call print_insn. | |
2258 | (print_arm_disassembler_options): Display list of supported, | |
2259 | ARM specific disassembler options. | |
79540e26 | 2260 | |
2f0ca46a NC |
2261 | 2000-01-27 Thomas de Lellis <[email protected]> |
2262 | ||
79540e26 | 2263 | * arm-dis.c (printf_insn_big_arm): Treat ELF symbols with the |
2f0ca46a | 2264 | ARM_STT_16BIT flag as Thumb code symbols. |
79540e26 AM |
2265 | |
2266 | * arm-dis.c (printf_insn_little_arm): Ditto. | |
2f0ca46a | 2267 | |
cb268829 NC |
2268 | 2000-01-25 Thomas de Lellis <[email protected]> |
2269 | ||
2270 | * arm-dis.c (printf_insn_thumb): Prevent double dumping | |
79540e26 | 2271 | of raw thumb instructions. |
cb268829 | 2272 | |
0d2bcfaf | 2273 | 2000-01-20 Nick Clifton <[email protected]> |
06b53c1b NC |
2274 | |
2275 | * mcore-opc.h (mcore_table): Add "add" as an alias for "addu". | |
2276 | ||
01c7f630 NC |
2277 | 2000-01-03 Nick Clifton <[email protected]> |
2278 | ||
2279 | * arm-dis.c (streq): New macro. | |
2280 | (strneq): New macro. | |
2281 | (force_thumb): ew local variable. | |
2282 | (parse_disassembler_option): New function: Parse a single, ARM | |
2283 | specific disassembler command line switch. | |
2284 | (parse_disassembler_option): Call parse_disassembler_option to | |
2285 | parse individual command line switches. | |
2286 | (print_insn_big_arm): Check force_thumb. | |
2287 | (print_insn_little_arm): Check force_thumb. | |
2288 | ||
2f6d2f85 | 2289 | For older changes see ChangeLog-9899 |
252b5132 RH |
2290 | \f |
2291 | Local Variables: | |
2f6d2f85 NC |
2292 | mode: change-log |
2293 | left-margin: 8 | |
2294 | fill-column: 74 | |
252b5132 RH |
2295 | version-control: never |
2296 | End: |