Remove is_intel_syntax from i386_is_register.
[binutils-gdb.git] / gas / ChangeLog
1 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
2
3 * config/tc-i386.c (i386_is_register): Remove is_intel_syntax.
4 (x86_cons): Updated.
5 (parse_register): Likewise.
6 (tc_x86_parse_to_dw2regnum): Likewise.
7 * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
8 (i386_intel_operand): Likewise.
9
10 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
11
12 PR gas/11509
13 * config/tc-i386-intel.c (i386_intel_simplify_register): New.
14 (i386_intel_simplify): Use i386_is_register and
15 i386_intel_simplify_register. Set X_md for O_register and
16 check X_md for O_constant.
17 (i386_intel_operand): Use i386_is_register.
18
19 * config/tc-i386.c (i386_is_register): New.
20 (x86_cons): Initialize the X_md field. Use i386_is_register.
21 (parse_register): Use i386_is_register.
22 (tc_x86_parse_to_dw2regnum): Likewise.
23
24 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
25
26 * expr.c (expr): Initialize the X_md field.
27
28 2010-04-20 Joseph Myers <joseph@codesourcery.com>
29
30 * config/tc-tic6x.c (OPTION_MGENERATE_REL): New.
31 (md_longopts): Add -mgenerate-rel.
32 (tic6x_generate_rela): New.
33 (md_parse_option): Handle -mgenerate-rel.
34 (md_show_usage): Add comment that -mgenerate-rel is undocumented.
35 (tic6x_init_after_args): New.
36 (md_apply_fix): Correct shift calculations for SB-relative
37 relocations.
38 (md_pcrel_from): Change to tic6x_pcrel_from_section. Do not
39 adjust addresses for relocations referencing symbols in other
40 sections.
41 (tc_gen_reloc): Adjust addend calculations for REL relocations.
42 * config/tc-tic6x.h (MD_PCREL_FROM_SECTION,
43 tic6x_pcrel_from_section, tc_init_after_args,
44 tic6x_init_after_args): New.
45
46 2010-04-20 Nick Clifton <nickc@redhat.com>
47
48 PR gas/11507
49 * macro.c (macro_expand_body): Do not treat LOCAL as a keyword in
50 altmacro mode if found inside a quoted string.
51
52 2010-04-20 Mike Frysinger <vapier@gentoo.org>
53
54 * config/bfin-lex.l (parse_int): Change index() to strchr().
55
56 2010-04-16 Nick Clifton <nickc@redhat.com>
57
58 PR gas/11395
59 * config/tc-hppa.c (pa_ip): Do not allow 64-bit add condition
60 matcher to accept and unconditional 32-bit add instruction.
61 (pa_build_unwind_subspace): Cope with error conditions not
62 allowing the start symbol to be set.
63
64 2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
65
66 * config/tc-arm.c (arm_convert_symbolic_attribute): Add support for
67 new tag names in v2.08 of ARM ABI.
68 * doc/c-arm.texi: Document new tag names in ABI.
69
70 2010-04-14 Tristan Gingold <gingold@adacore.com>
71
72 * config/tc-alpha.c: Includes vms/egps.h on EVAX.
73 (s_alpha_comm): Used new EGPS macros from egps.h
74 (RGPS__V_NO_SHIFT, EGPS__V_MASK): New local macros.
75 (s_alpha_section_word): Add comments. Use new EGPS macros.
76 Adjust for modified bfd_vms_set_section_flags function.
77
78 2010-04-10 Alan Modra <amodra@gmail.com>
79
80 PR gas/11486
81 * config/tc-ppc.c (ppc_elf_cons): Clear frag contents.
82
83 2010-04-09 Nick Clifton <nickc@redhat.com>
84
85 * as.c (create_obj_attrs_section): Remove unused variable addr.
86 * listing.c (listing_listing): Remove unused variable message.
87 * read.c: Remove unnecessary register type qualifiers.
88 (s_mri): Only define/use old_flag variable if MRI_MODE_CHANGE is
89 defined.
90
91 2010-04-07 Eric B. Weddington <eric.weddington@atmel.com>
92
93 * config/tc-avr.c (mcu_types): Add support for atmega16a, atmega168a,
94 atmega164a, atmega165a, atmega169a, atmega169pa, atmega16hva2,
95 atmega324a, atmega324pa, atmega325a, atmega3250a, atmega328,
96 atmega329a, atmega329pa, atmega3290a, atmega48a, atmega644a,
97 atmega645a, atmega645p, atmega6450a, atmega6450p, atmega649a,
98 atmega649p, atmega6490a, atmega6490p, atmega64hve, atmega88a,
99 atmega88pa, attiny461a, attiny84a, m3000.
100 Remove support for atmega8m1, atmega8c1, atmega16c1, atmega4hvd,
101 atmega8hvd, attiny327, m3000f, m3000s, m3001b.
102 * doc/c-avr.texi: Same.
103
104 2010-04-07 Jie Zhang <jie@codesourcery.com>
105
106 * config/tc-arm.c (make_mapping_symbol): Handle the case
107 that multiple mapping symbols have the same value 0.
108
109 2010-04-07 Alan Modra <amodra@gmail.com>
110
111 * configure: Regenerate.
112
113 2010-04-06 Nick Clifton <nickc@redhat.com>
114
115 * po/ru.po: New Russian translation.
116 * configure.in (ALL_LINGUAS): Add ru.
117 * configure: Regenerate.
118
119 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
120
121 PR gas/11456
122 * input-scrub.c (input_scrub_next_buffer): Use memmove instead
123 of memcpy to copy overlap memory.
124
125 2010-03-25 Joseph Myers <joseph@codesourcery.com>
126
127 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
128 (TARGET_CPU_HFILES): Add config/tc-tic6x.h.
129 * Makefile.in: Regenerate.
130 * NEWS: Add news entry for TI C6X support.
131 * app.c (do_scrub_chars): Handle "||^" for TI C6X. Handle
132 TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR. Keep spaces in
133 operands if TC_KEEP_OPERAND_SPACES.
134 * configure.tgt (tic6x-*-*): New.
135 * config/tc-ia64.h (TC_PREDICATE_START_CHAR,
136 TC_PREDICATE_END_CHAR): Define.
137 * config/tc-tic6x.c, config/tc-tic6x.h: New.
138 * doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
139 * doc/Makefile.in: Regenerate.
140 * doc/all.texi (TIC6X): Define.
141 * doc/as.texinfo: Add TI C6X documentation. Include c-tic6x.texi.
142 * doc/c-tic6x.texi: New.
143
144 2010-03-22 H.J. Lu <hongjiu.lu@intel.com>
145
146 * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
147
148 2010-03-21 H.J. Lu <hongjiu.lu@intel.com>
149
150 * config/tc-i386.c (i386_error): Replace oprand_size_mismatch
151 with operand_size_mismatch.
152 (operand_size_match): Updated.
153 (match_template): Likewise.
154
155 2010-03-21 H.J. Lu <hongjiu.lu@intel.com>
156
157 * config/tc-i386.c (i386_error): New.
158 (_i386_insn): Replace err_msg with error.
159 (operand_size_match): Set error instead of err_msg on failure.
160 (operand_type_match): Likewise.
161 (operand_type_register_match): Likewise.
162 (VEX_check_operands): Likewise.
163 (match_template): Likewise. Use error instead of err_msg with
164 as_bad.
165
166 2010-03-19 Jie Zhang <jie@codesourcery.com>
167
168 * config/tc-arm.c (make_mapping_symbol): Hanle the case
169 that two mapping symbols have the same value.
170
171 2010-03-18 Daniel Jacobowitz <dan@codesourcery.com>
172
173 * doc/c-arm.texi (.setfp): Correct example.
174
175 2010-03-18 Wei Guozhi <carrot@google.com>
176
177 PR gas/11323
178 * config/tc-arm.c (reloc_names): New relocation names.
179 (md_apply_fix): New case for BFD_RELOC_ARM_GOT_PREL.
180 (tc_gen_reloc): New case for BFD_RELOC_ARM_GOT_PREL.
181 * doc/c-arm.texi (ARM-Relocations): Document the new relocation.
182
183 2010-03-15 Thomas Schwinge <thomas@codesourcery.com>
184
185 * dw2gencfi.c (output_cie): Consider emitting the S augmentation in all
186 cases, and not only for .eh_frame.
187
188 * dw2gencfi.c (output_cie): Make it more explicit which code paths
189 belong to .eh_frame only.
190
191 2010-03-13 Segher Boessenkool <segher@kernel.crashing.org>
192
193 * config/tc-v850.c (v850_insert_operand): Handle out-of-range
194 assembler constants on 64-bit hosts.
195
196 2010-03-10 Mike Frysinger <michael.frysinger@analog.com>
197
198 * bfin-defs.h, bfin-lex.l, bfin-parse.y, tc-bfin.c, tc-bfin.h:
199 Strip trailing whitespace.
200
201 2010-03-10 Mike Frysinger <michael.frysinger@analog.com>
202
203 * doc/c-bfin.texi (-mcpu): Add bf504 and bf506.
204 * config/tc-bfin.c (bfin_cpu_type): Add BFIN_CPU_BF504 and
205 BFIN_CPU_BF506.
206 (bfin_cpus[]): Add 0.0 for bf504 and bf506.
207
208 2010-03-10 Jie Zhang <jie@codesourcery.com>
209
210 * doc/as.texinfo: Add Blackfin options.
211 * doc/c-bfin.texi: Document -mfdpic, -mno-fdpic and -mnopic.
212 * config/tc-bfin.c (md_show_usage): Show usage for all
213 Blackfin specific options.
214
215 2010-03-09 Alan Modra <amodra@gmail.com>
216
217 PR gas/11356
218 * listing.c (listing_newline): Correct backslash quote logic.
219
220 2010-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
221
222 * config/tc-i386.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define.
223 (ELF_TARGET_FORMAT64): Define.
224
225 2010-03-05 Paul Brook <paul@codesourcery.com>
226
227 * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
228
229 2010-03-02 Andrew Stubbs <ams@codesourcery.com>
230
231 * config/tc-sh.c (get_specific): Move overflow checking code to avoid
232 reading uninitialized data.
233
234 2010-03-01 Tristan Gingold <gingold@adacore.com>
235
236 * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.
237
238 2010-02-26 Doug Evans <dje@sebabeach.org>
239
240 * configure.tgt: Fix mep cpu case.
241
242 2010-02-26 Jie Zhang <jie@codesourcery.com>
243
244 * config/tc-arm.c (do_t_strexd): Remove
245 operand[1] != operand[2] contraint.
246
247 2010-02-26 Jie Zhang <jie@codesourcery.com>
248
249 * config/tc-arm.c (neon_select_shape): No need to match
250 the remaining operands in the shape when one operand does
251 not match.
252
253 2010-02-26 Jie Zhang <jie@codesourcery.com>
254
255 * config/tc-arm.c (do_neon_ld_st_interleave): Reject bad
256 alignment.
257
258 2010-02-25 Doug Evans <dje@sebabeach.org>
259
260 * cgen.c: Whitespace fixes.
261 (weak_operand_overflow_check): Formatting fix.
262
263 2010-02-25 H.J. Lu <hongjiu.lu@intel.com>
264
265 * config/tc-i386.c (match_template): Update error messages.
266
267 2010-02-25 H.J. Lu <hongjiu.lu@intel.com>
268
269 * config/tc-i386.c (_i386_insn): Add err_msg.
270 (operand_size_match): Set err_msg on failure.
271 (operand_type_match): Likewise.
272 (operand_type_register_match): Likewise.
273 (VEX_check_operands): Likewise.
274 (match_template): Likewise. Use i.err_msg with as_bad.
275
276 2010-02-25 Wu Zhangjin <wuzhangjin@gmail.com>
277
278 * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
279 mips_fix_loongson2f_jump): New variables.
280 (md_longopts): Add New options -mfix-loongson2f-nop/jump,
281 -mno-fix-loongson2f-nop/jump.
282 (md_parse_option): Initialize variables via above options.
283 (options): New enums for the above options.
284 (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN.
285 (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump):
286 New functions.
287 (append_insn): call fix_loongson2f().
288 (mips_handle_align): Replace the implicit nops.
289 * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified
290 for the new mips_handle_align().
291 * doc/c-mips.texi: Document the new options.
292
293 2010-02-23 Daniel Gutson <dgutson@codesourcery.com>
294
295 * config/tc-arm.c (do_rd_rm_rn): Added warning
296 for obsolete insns.
297
298 2010-02-23 Andrew Zabolotny <anpaza@mail.ru>
299
300 PR binutils/11297
301 * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8.
302 (avr_cons_fix_new): Handle fixups of a single byte.
303
304 2010-02-22 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
305
306 PR 9861
307 * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
308 compiler's predefines.
309
310 2010-02-19 Alan Modra <amodra@gmail.com>
311
312 * configure.tgt: Whiltespace. Sort moxie entry.
313
314 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
315
316 * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
317 * doc/c-arm.texi: Likewise.
318
319 2010-02-12 Daniel Gutson <dgutson@codesourcery.com>
320
321 * config/tc-arm.c (asm_opcode): operands type
322 change.
323 (BAD_PC_ADDRESSING): New macro message.
324 (BAD_PC_WRITEBACK): Likewise.
325 (MIX_ARM_THUMB_OPERANDS): New macro.
326 (operand_parse_code): Added enum values.
327 (parse_operands): Added thumb/arm distinction,
328 plus new enum values handling.
329 (encode_arm_addr_mode_2): Validations enhanced.
330 (encode_arm_addr_mode_3): Likewise.
331 (do_rm_rd_rn): Likewise.
332 (encode_thumb32_addr_mode): Likewise.
333 (do_t_ldrex): Likewise.
334 (do_t_ldst): Likewise.
335 (do_t_strex): Likewise.
336 (md_assemble): Call parse_operands with
337 a new parameter.
338 (OPS_1): New macro.
339 (OPS_2): Likewise.
340 (OPS_3): Likewise.
341 (OPS_4): Likewise.
342 (OPS_5): Likewise.
343 (OPS_6): Likewise.
344 (insns): Updated insns operands.
345
346 2010-02-12 Tristan Gingold <gingold@adacore.com>
347 Douglas B Rupp <rupp@gnat.com>
348
349 * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
350 (DUMMY_RELOC_IA64_SLOTCOUNT): Added.
351 (pseudo_func): Add an entry for slotcount.
352 (md_begin): Initialize slotcount pseudo symbol.
353 (ia64_parse_name): Handle @slotcount parameter.
354 (ia64_gen_real_reloc_type): Handle slotcount.
355 (md_apply_fix): Ditto.
356 * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
357
358 2010-02-11 Sterling Augustine <sterling@jaw.hq.tensilica.com>
359
360 * config/tc-xtensa.c (istack_init): Don't call memset.
361
362 2010-02-11 Sterling Augustine <sterling@tensilica.com>
363
364 * config/tc-xtensa.c (cache_literal_section): Handle prefixes as
365 well as suffixes.
366
367 2010-02-11 Sterling Augustine <sterling@tensilica.com>
368
369 * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
370
371 2010-02-11 H.J. Lu <hongjiu.lu@intel.com>
372
373 * config/tc-i386.c (build_modrm_byte): Reformat.
374
375 2010-02-11 H.J. Lu <hongjiu.lu@intel.com>
376
377 * config/tc-i386.c: Update copyright.
378
379 2010-02-10 Quentin Neill <quentin.neill@amd.com>
380 Sebastian Pop <sebastian.pop@amd.com>
381
382 * config/tc-i386.c (vec_imm4) New operand type.
383 (fits_in_imm4): New.
384 (VEX_check_operands): New.
385 (check_reverse): Call VEX_check_operands.
386 (build_modrm_byte): Reintroduce code for 5
387 operand insns. Fix whitespace.
388
389 2010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
390
391 * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
392 -mpwr6 and -mpwr7.
393
394 2010-02-09 Sterling Augustine <sterling@tensilica.com>
395
396 * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
397 (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
398 (xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
399
400 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
401
402 * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
403 non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
404 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
405 BFD_RELOC_ARM_PCREL_CALL)
406
407 2010-02-08 Sterling Augustine <sterling@tensilica.com>
408
409 * config/tc-xtensa.c (frag_format_size): Generalize logic to
410 handle more instruction sizes and fetch widths.
411 (branch_align_power): Likewise.
412 (text_align_power): Likewise.
413 (bytes_to_stretch): Likewise.
414
415 2010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
416
417 * config/tc-ppc.c (md_show_usage): Mention -mtitan. Don't use tabs.
418 (ppc_mach): Handle titan.
419 * doc/c-ppc.texi: Mention -mtitan.
420
421 2010-02-05 Sterling Augustine <sterling@tensilica.com>
422
423 * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
424 replace with...
425 (xtensa_fetch_width) ...this.
426
427 2010-02-05 Joseph Myers <joseph@codesourcery.com>
428
429 * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
430 MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
431 * Makefile.in: Regenerate.
432
433 2010-02-03 Quentin Neill <quentin.neill@amd.com>
434
435 * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
436 (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
437 * config/tc-i386.h (processor_type): Same.
438 * doc/c-i386.texi: Change amdfam15 to bdver1.
439
440 2010-01-29 Nick Clifton <nickc@redhat.com>
441
442 PR 11136
443 * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
444 NS_NULL.
445
446 2010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
447
448 * NEWS: Mention new feature.
449 * config/obj-coff.c (obj_coff_section): Accept digits and use
450 to override default section alignment power if specified.
451 * doc/as.texinfo (.section directive): Update documentation.
452
453 2010-01-27 H.J. Lu <hongjiu.lu@intel.com>
454
455 * config/tc-i386.c (avxscalar): New.
456 (OPTION_MAVXSCALAR): Likewise.
457 (build_vex_prefix): Select vector_length for scalar instructions
458 based on avxscalar.
459 (md_longopts): Add OPTION_MAVXSCALAR.
460 (md_parse_option): Handle OPTION_MAVXSCALAR.
461 (md_show_usage): Add -mavxscalar=.
462
463 * doc/c-i386.texi: Document -mavxscalar=.
464
465 2010-01-24 H.J. Lu <hongjiu.lu@intel.com>
466
467 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
468 0xc4 individually.
469
470 2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
471
472 * write.h (fix_at_start): Declare.
473 * write.c (fix_new_internal): Add at_beginning parameter.
474 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
475 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
476 (fix_new, fix_new_exp): Update accordingly.
477 (fix_at_start): New function.
478 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
479 (ppc_ref): New function, for OBJ_XCOFF.
480 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
481 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
482
483 2010-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
484
485 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
486 on 64-bit Solaris/x86.
487 Include obj-format.h earlier.
488
489 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
490
491 * config/tc-s390.c (s390_elf_final_processing): New function.
492 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
493 (s390_elf_final_processing): Added prototype.
494
495
496 2010-01-20 Nick Clifton <nickc@redhat.com>
497
498 PR 11109
499 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
500 code to handle round-to-zero for VCVT conversions.
501 (do_neon_cvt): New. Call do_neon_cvt_1.
502 (do_neon_cvtr): New. Call do_neon_cvt_1.
503 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
504 insn.
505
506 2010-01-18 Tristan Gingold <gingold@adacore.com>
507
508 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
509
510 2010-01-15 Sebastian Pop <sebastian.pop@amd.com>
511
512 * config/tc-i386.c (md_assemble): Before accessing the IMM field
513 check that it's not an XOP insn.
514
515 2010-01-14 Jie Zhang <jie.zhang@analog.com>
516
517 * config/bfin-aux.h: Remove argument names in function
518 declarations.
519 * config/bfin-lex.l (parse_int): Fix shadowed variable name
520 warning.
521 * config/bfin-parse.y (value_match): Remove argument names
522 in declaration.
523 (notethat): Likewise.
524 (yyerror): Likewise.
525
526 2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
527
528 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
529
530 2010-01-13 Nick Clifton <nickc@redhat.com>
531
532 * config/tc-h8300.c (h8300_elf_section): New function - issue a
533 warning message if a new section is created without setting any
534 attributes for it.
535 (md_pseudo_table): Intercept section creation pseudos.
536 (md_pcrel_from): Replace abort with an error message.
537 * config/obj-elf.c (obj_elf_section_name): Export this function.
538 * config/obj-elf.h (obj_elf_section_name): Prototype.
539
540 2010-01-12 Alan Modra <amodra@gmail.com>
541
542 PR 11122
543 * listing.c (print_source): Add one to line number.
544
545 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
546
547 * Makefile.in: Regenerate.
548 * configure: Regenerate.
549 * doc/Makefile.in: Regenerate.
550
551 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
552
553 * version.c (parse_args): Change to "Copyright 2010".
554
555 2010-01-06 Quentin Neill <quentin.neill@amd.com>
556
557 * config/tc-i386.c (cpu_arch): Add amdfam15.
558 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
559 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
560 * doc/c-i386.texi: Add amdfam15.
561
562 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
563
564 * config/tc-arm.c (do_neon_logic): Accept imm value
565 in the third operand too.
566 (operand_parse_code): OP_RNDQ_IMVNb renamed to
567 OP_RNDQ_Ibig.
568 (parse_operands): OP_NILO case removed, applied renaming.
569 (insns): Neon shape changed for some logic instructions.
570
571 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
572
573 * config/tc-arm.c (do_neon_ldx_stx): Added
574 validation for vector load/store insns.
575
576 2010-01-04 Edmar Wienskoski <edmar@freescale.com>
577
578 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
579
580 2010-01-03 Daniel Gutson <dgutson@codesourcery.com>
581
582 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
583 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
584 (NEON_ENCODE): New macro.
585 (check_neon_suffixes): New macro.
586 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
587 (do_vfp_nsyn_opcode): Likewise.
588 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
589 (do_vfp_nsyn_cmp): Likewise.
590 (do_neon_shl_imm): Likewise.
591 (do_neon_qshl_imm): Likewise.
592 (neon_dyadic_misc): Likewise.
593 (do_neon_mac_maybe_scalar): Likewise.
594 (do_neon_qdmulh): Likewise.
595 (do_neon_qmovn): Likewise.
596 (do_neon_qmovun): Likewise.
597 (do_neon_movn): Likewise.
598 (neon_mac_reg_scalar_long): Likewise.
599 (do_neon_vmull): Likewise.
600 (do_neon_trn): Likewise.
601 (do_neon_ldx_stx): Likewise.
602 (neon_dp_fixup): Changed signature and set the flag.
603 (neon_three_same): Call the above with new signature.
604 (neon_two_same): Likewise.
605 (neon_imm_shift): Likewise.
606 (neon_mul_mac): Likewise.
607 (do_neon_abs_neg): Likewise.
608 (neon_mixed_length): Likewise.
609 (do_neon_ext): Likewise.
610 (do_neon_mov): Likewise.
611 (do_neon_tbl_tbx): Likewise.
612 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
613 (neon_compare): Likewise.
614 (do_neon_shll): Likewise.
615 (do_neon_cvt): Likewise.
616 (do_neon_mvn): Likewise.
617 (do_neon_dup): Likewise.
618 (md_assemble): Call check_neon_suffixes ().
619
620 For older changes see ChangeLog-2009
621 \f
622 Local Variables:
623 mode: change-log
624 left-margin: 8
625 fill-column: 74
626 version-control: never
627 End: