gas/
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2010-07-06 Maciej W. Rozycki <macro@codesourcery.com>
2
3 * config/tc-mips.c (nops_for_insn_or_target): Replace
4 MIPS16_INSN_BRANCH with MIPS16_INSN_UNCOND_BRANCH and
5 MIPS16_INSN_COND_BRANCH.
6
7 2010-07-05 Jim Wilson <wilson@codesourcery.com>
8
9 PR gas/10531
10 PR gas/11789
11 * dwarf2dbg.c (dwarf2_finish): Don't generate .debug_line section
12 if it isn't empty.
13
14 2010-07-05 Alan Modra <amodra@gmail.com>
15
16 * config/tc-moxie.c (md_apply_fix): Delete set but otherwise
17 unused var.
18
19 2010-07-04 H.J. Lu <hongjiu.lu@intel.com>
20
21 * Makefile.am (CONFIG_OBJS): Removed.
22 (GENERIC_OBJS): Likewise.
23 (OBJS): Likewise.
24 * Makefile.in: Regenerated.
25
26 2010-07-03 Jan Beulich <jbeulich@novell.com>
27
28 PR gas/11732
29 * config/tc-i386.c (i386_finalize_displacement): Don't call
30 section_symbol() with expr_section.
31
32 2010-07-03 Cary Coutant <ccoutant@google.com>
33
34 * Makefile.am: Add compress-debug.c and compress-debug.h.
35 * Makefile.in: Regenerate.
36 * config.in: Add HAVE_ZLIB_H.
37 * configure.in: Check for zlib.h.
38 * configure: Regenerate.
39
40 * as.c (parse_args): Add --compress-debug-sections and
41 --nocompress-debug-sections.
42 * as.h (flag_compress_debug): New variable.
43 * compress-debug.c: New file.
44 * compress-debug.h: New file.
45 * write.c: Include compress-debug.h.
46 (compress_frag): New function.
47 (compress_debug): New function.
48 (write_object_file): Compress debug sections if requested.
49
50 2010-07-03 Andreas Schwab <schwab@linux-m68k.org>
51
52 * config/tc-ppc.c (ppc_set_cpu): Cast PPC_OPCODE_xxx to ppc_cpu_t
53 before inverting.
54
55 2010-07-03 Alan Modra <amodra@gmail.com>
56
57 * config/tc-ppc.c (ppc_set_cpu): Remove old opcode flags.
58 (ppc_setup_opcodes): Likewise. Simplify opcode selection.
59
60 2010-07-02 DJ Delorie <dj@redhat.com>
61
62 * config/tc-rx.h (md_do_align): New.
63 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
64 * config/tc-rx.c (nops): New.
65 (rx_handle_align): Use various sized nops to align code.
66
67 * config/tc-rx.c (rx_bytesT): Add grown/shrank counters for
68 relaxation.
69 (rx_relax_frag): Prevent infinite loops of grow/shrink/grow/etc.
70
71 2010-07-01 H.J. Lu <hongjiu.lu@intel.com>
72
73 AVX Programming Reference (June, 2010)
74 * config/tc-i386.c (cpu_arch): Add .xsaveopt, .fsgsbase, .rdrnd
75 and .f16c.
76
77 * doc/c-i386.texi: Document xsaveopt, fsgsbase, rdrnd and f16c.
78
79 2010-07-01 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
80
81 * config/tc-arm.c (do_t_mov_cmp): Fix reporting of unpredictable and
82 deprecated mov register instructions.
83
84 2010-07-01 Alan Modra <amodra@gmail.com>
85
86 * config/tc-ppc.c (toc_reloc_types): New variable.
87 (md_assemble): Set it.
88 (ppc_frob_file_before_adjust): Don't warn about toc section size
89 if we have large toc relocs and no small toc relocs.
90
91 2010-06-29 Alan Modra <amodra@gmail.com>
92
93 * config/tc-maxq.h: Delete file.
94 * config/tc-maxq.c: Delete file.
95 * Makefile.am: Remove references to maxq.
96 * configure.tgt: Likewise.
97 * config/obj-coff.h: Likewise.
98 * Makefile.in: Regenerate.
99 * configure: Regenerate.
100 * po/POTFILES.in: Regenerate.
101
102 2010-06-28 Alan Modra <amodra@gmail.com>
103
104 * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.
105 * config/tc-crx.c (gettrap): Constify arg.
106 (handle_LoadStor, get_cinv_parameters): Likewise.
107 (getreg_image): Fix enum warning
108 (md_assemble): Restore input line char.
109 * config/tc-hppa.c (tc_gen_reloc): Fix enum warning.
110 * config/tc-i960.c (mem_fmt): Rename var to fix shadow warning.
111 * config/tc-sh.c (sh_fdpic): Only define when OBJ_ELF.
112 (build_Mytes): Fix build failure for non-elf targets.
113 * config/tc-tic4x.c (tic4x_eval): Restore terminator char.
114 * config/tc-xtensa.c (xtensa_end_directive): Fix switch enum warning.
115
116 * cgen.c (gas_cgen_md_apply_fix): Avoid set but unused warning.
117 * ecoff.c (add_ecoff_symbol): Likewise.
118 * itbl-ops.c (append_insns_as_macros): Likewise.
119 * listing.c (debugging_pseudo): Likewise.
120 * read.c (s_mri_common, stringer): Likewise.
121 * config/obj-coff.c (coff_frob_section): Likewise.
122 * config/tc-alpha.c (emit_ldgp, s_alpha_proc): Likewise.
123 * config/tc-arm.c (my_get_expression): Likewise.
124 * config/tc-hppa.c (process_exit, pa_type_args): Likewise.
125 * config/tc-m32c.c (md_assemble): Likewise.
126 * config/tc-microblaze.c (md_convert_frag): Likewise.
127 * config/tc-mips.c (s_change_section): Likewise.
128 * config/tc-mt.c (mt_fix_adjustable): Likewise.
129 * config/tc-xtensa.c (xtensa_literal_pseudo): Likewise.
130
131 * config/obj-aout.c (obj_aout_frob_symbol): Delete set but otherwise
132 unused vars.
133 * config/tc-alpha.c (load_expression): Likewise.
134 (s_alpha_rdata, s_alpha_section, s_alpha_prologue): Likewise.
135 * config/tc-arm.c (parse_neon_el_struct_list): Likewise.
136 * config/tc-avr.c (extract_word): Likewise.
137 * config/tc-cris.c (cris_get_expression): Likewise.
138 * config/tc-d30v.c (build_insn, find_format): Likewise.
139 * config/tc-dlx.c (machine_ip): Likewise.
140 * config/tc-hppa.c (pa_get_absolute_expression): Likewise.
141 * config/tc-i370.c (md_assemble): Likewise.
142 * config/tc-i960.c (brtab_emit): Likewise.
143 * config/tc-iq2000.c (s_iq2000_ent): Likewise.
144 * config/tc-m32c.c (md_convert_frag): Likewise.
145 * config/tc-m68hc11.c (fixup24, build_jump_insn): Likewise.
146 (md_estimate_size_before_relax, md_apply_fix): Likewise.
147 * config/tc-m68k.c (md_show_usage): Likewise.
148 * config/tc-microblaze.c (microblaze_s_lcomm): Likewise.
149 * config/tc-mips.c (s_mips_end): Likewise.
150 * config/tc-mmix.c (mmix_byte, mmix_cons): Likewise.
151 * config/tc-mn10300.c (md_assemble): Likewise.
152 * config/tc-msp430.c (extract_word): Likewise.
153 * config/tc-mt.c (md_assemble): Likewise.
154 * config/tc-or32.c (machine_ip): Likewise.
155 * config/tc-pj.c (md_apply_fix): Likewise.
156 * config/tc-s390.c (md_gather_operands): Likewise.
157 * config/tc-sh.c (sh_cons_align): Likewise.
158 * config/tc-sparc.c (sparc_cons_align): Likewise.
159 * config/tc-tic4x.c (tic4x_sect): Likewise.
160 * config/tc-tic54x.c (tic54x_stringer): Likewise.
161 * config/tc-vax.c (vip_op): Likewise.
162 * config/tc-xstormy16.c (xstormy16_cons_fix_new): Likewise.
163 * config/tc-xtensa.c (md_assemble): Likewise.
164 (xtensa_fix_short_loop_frags, convert_frag_immed): Likewise.
165 (xtensa_move_literals): Likewise.
166
167 2010-06-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
168
169 * config/tc-arm.c (parse_neon_alignment): New function.
170 (parse_address_main): Fix Neon load/store alignment parsing.
171
172 2010-06-22 Jan Beulich <jbeulich@novell.com>
173
174 * config/tc-i386-intel.c (i386_intel_parse_name): Handle pseudo
175 symbols named "$".
176 (i386_intel_operand): Remove bogus handling of pseudo symbols
177 named "$".
178 * expr.c (current_location): Remove 'static' and local
179 declaration.
180 * expr.h (current_location): Declare.
181
182 2010-06-21 Sterling Augustine <sterling@tensilica.com>
183
184 PR gas/11728
185 * as.c: Globalize keep_it.
186 (main): Remove keep_it. Move conditional from here...
187 (close_output_file): ...to here.
188
189 2010-06-21 Andreas Schwab <schwab@redhat.com>
190
191 * doc/as.texinfo (Overview): Use @itemx for grouped @table
192 items.
193 * doc/c-alpha.texi (Alpha Options): Likewise.
194 * doc/c-arm.texi (ARM Directives): Likewise.
195 * doc/c-bfin.texi (Blackfin Options): Likewise.
196 * doc/c-d10v.texi (D10V-Opts): Likewise.
197 * doc/c-i386.texi (i386-Options): Likewise.
198 * doc/c-ia64.texi (IA-64 Options): Likewise.
199 * doc/c-m68k.texi (M68K-Opts): Likewise.
200 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
201 * doc/internals.texi (Symbols): Likewise.
202
203 2010-06-21 Alan Modra <amodra@gmail.com>
204
205 PR gas/11733
206 * config/tc-sh.c (find_cooked_opcode): Correct array bounds check.
207
208 2010-06-18 Joseph Myers <joseph@codesourcery.com>
209
210 * config/tc-tic6x.h (tic6x_segment_info_type): Add field
211 func_units_used.
212 * config/tc-tic6x.c (tic6x_cons_align: Clear func_units_used.
213 (md_assemble): Clear func_units_used for new execute packet.
214 Check for duplicate functional units and update func_units_used
215 for instructions using a functional unit.
216
217 2010-06-15 Joseph Myers <joseph@codesourcery.com>
218
219 * config/tc-tic6x.c: Include elf/tic6x.h.
220 (tic6x_arch_attribute, tic6x_seen_insns): New.
221 (tic6x_arch_table, tic6x_arches): Add attribute values.
222 (tic6x_use_arch): Handle attribute settings.
223 (tic6x_attributes_set_explicitly, s_tic6x_c6xabi_attribute,
224 tic6x_attribute_table, tic6x_attributes,
225 tic6x_convert_symbolic_attribute): New.
226 (md_pseudo_table): Add c6xabi_attribute.
227 (md_assemble): Set tic6x_seen_insns and tic6x_arch_attribute.
228 (tic6x_set_attribute_int, tic6x_set_attributes): New.
229 (tic6x_end): Call tic6x_set_attributes.
230 * config/tc-tic6x.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define.
231 (tic6x_convert_symbolic_attribute): Declare.
232
233 2010-06-14 Alan Modra <amodra@gmail.com>
234
235 * config/tc-ppc.c (md_assemble): Emit APUinfo section for
236 PPC_OPCODE_E500.
237
238 2010-06-11 Jan Beulich <jbeulich@novell.com>
239
240 * config/tc-i386.c (md_parse_option): Ignore impossible processor
241 types.
242 (show_arch): New parameter 'check'.
243 (md_show_usage): Adjust calls to show_arch().
244
245 2010-06-10 H.J. Lu <hongjiu.lu@intel.com>
246
247 * config/tc-i386.c (update_code_flag): New.
248 (set_code_flag): Use it.
249 (i386_target_format): Replace set_code_flag with update_code_flag.
250
251 2010-06-10 Tristan Gingold <gingold@adacore.com>
252
253 * config/obj-som.h: Includes som/reloc.h
254
255 2010-06-10 Jan Beulich <jbeulich@novell.com>
256
257 * config/tc-i386.c (cpu_arch): Add comment.
258 (i386_target_format): Set cpu_arch_isa_flags and cpu_arch_tune_flags
259 from the generic entries of cpu_arch[].
260
261 2010-06-08 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
262
263 * config/tc-arm.c (operand_parse_code): Add OP_RRnpctw enum
264 value.
265 (parse_operands): Add support for OP_RRnpctw.
266 (insns): Update floating-point load/store multiples so the
267 first register is of type OP_RRnpctw.
268
269 2010-06-08 Quentin Neill <quentin.neill@amd.com>
270
271 * config/tc-i386.c (pi): Rename local loop counter
272 variable i that shadows global static i386_insn i
273 when DEBUG386 is defined.
274 (pte) Ditto.
275
276 2010-06-08 Nick Clifton <nickc@redhat.com>
277
278 * doc/as.texinfo: Replace abbreviated 20th century year numbers
279 with full versions.
280
281 2010-06-02 Quentin Neill <quentin.neill@amd.com>
282
283 * config/tc-i386.c (OPTION_MAVXSCALAR): Fix define.
284
285 2010-06-02 Tristan Gingold <gingold@adacore.com>
286
287 * as.h: Remove conditionnal definition of HAVE_STDARG_H,
288 USE_STDARG, va_alist, va_dcl, va_list, va_start, va_end.
289 Remove conditionnal inclusion of stdarg.h and varargs.h.
290 Assume ISO C.
291 * config.in: Regenerate.
292 * configure: Regenerate.
293 * configure.in: Remove stdarg.h and varargs.h from
294 AC_CHECK_HEADERS list.
295 * messages.c (as_tsktsk): Remove non ISO C version.
296 (as_warn, as_warn_where, as_bad, as_bad_where, as_fatal): Ditto.
297
298 2010-05-31 Tristan Gingold <gingold@adacore.com>
299
300 * config/tc-alpha.c: Add comments for evax.
301 * config/obj-evax.c: Ditto.
302
303 2010-05-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
304
305 * config/tc-arm.c (do_t_mov_cmp): In unified syntax encode movs as
306 lsls and not adds.
307
308 2010-05-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
309
310 * config/tc-arm.c (encode_thumb2_ldmstm): Make warning about
311 writeback when base register is in register list an error, and
312 correct check.
313 (do_t_ldmstm): Change warnings.
314
315 2010-05-26 Catherine Moore <clm@codesourcery.com>
316
317 * config/tc-mips.c (is_opcode_valid): Remove expansionp.
318 (macro_build): Change invocation of is_opcode_valid.
319 (mips_ip): Likewise.
320
321 2010-05-25 Nick Clifton <nickc@redhat.com>
322
323 * Makefile.am (MOSTLYCLEANFILES): Fix typo.
324 * Makefile.in: Regenerate.
325
326 2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
327 Joseph Myers <joseph@codesourcery.com>
328 Andrew Stubbs <ams@codesourcery.com>
329
330 * config/tc-sh.c (sh_fdpic): New.
331 (sh_check_fixup): Handle relocations on movi20.
332 (parse_exp): Do not reject PIC operators here.
333 (build_Mytes): Check for unhandled PIC operators here. Use
334 sh_check_fixup for movi20.
335 (enum options): Add OPTION_FDPIC.
336 (md_longopts, md_parse_option, md_show_usage): Add --fdpic.
337 (sh_fix_adjustable, md_apply_fix): Handle FDPIC and movi20 relocations.
338 (sh_elf_final_processing): Handle --fdpic.
339 (sh_uclinux_target_format): New.
340 (sh_parse_name): Handle FDPIC relocation operators.
341 * config/tc-sh.h (TARGET_FORMAT): Define specially for TE_UCLINUX.
342 (sh_uclinux_target_format): Declare for TE_UCLINUX.
343 * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): Set
344 em=uclinux.
345 * doc/c-sh.texi (SH Options): Document --fdpic.
346
347 2010-05-25 Jay Krell <jay.krell@cornell.edu>
348
349 PR ld/11621
350 * Makefile.am: Replace all occurences of .o with .@OBJEXT@
351 * Makefile.in: Regenerate.
352
353 2010-05-25 Alan Modra <amodra@gmail.com>
354
355 * config/tc-ppc.c (ppc_section_flags): Add ATTRIBUTE_UNUSED to "attr".
356
357 2010-05-19 Nick Clifton <nickc@redhat.com>
358
359 * config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list
360 of known section prefixes.
361
362 2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
363
364 PR gas/11600
365 * obj-elf.c (obj_elf_change_section): Handle SHF_EXCLUDE.
366 (obj_elf_parse_section_letters): Likewise.
367 (obj_elf_section_word): Likewise.
368
369 * config/tc-ppc.c (ppc_section_letter): Removed.
370 (ppc_section_word): Likewise.
371 * config/tc-ppc.h (ppc_section_letter): Likewise.
372 (ppc_section_word): Likewise.
373 (md_elf_section_letter): Likewise.
374 (md_elf_section_word): Likewise.
375
376 * doc/as.texinfo: Document `e' and `#exclude'.
377
378 2010-05-13 Nathan Sidwell <nathan@codesourcery.com>
379
380 * config/tc-arm.c (md_assemble): Clarify current mode in error
381 messages about unsupported instructions.
382 (UT): Delete #define.
383 (insns): Adjust cbnz, cbz appropriately.
384
385 2010-05-11 Andrew Stubbs <ams@codesourcery.com>
386
387 * config/tc-arm.c (aeabi_set_public_attributes): Set Tag_DIV_use.
388
389 2010-05-11 Jie Zhang <jie@codesourcery.com>
390
391 * config/tc-arm.c (aeabi_set_public_attributes): Set
392 Tag_ABI_HardFP_use to 1 if a single precision FPU is selected.
393
394 2010-05-07 Tristan Gingold <gingold@adacore.com>
395
396 * Makefile.in: Regenerate with automake 1.11.1.
397 * aclocal.m4: Ditto.
398 * doc/Makefile.in: Ditto.
399
400 2010-05-05 Nick Clifton <nickc@redhat.com>
401
402 * po/es.po: Updated Spanish translation.
403
404 2010-05-05 Julian Brown <julian@codesourcery.com>
405
406 * read.c (cons_worker): Detect and reject unexpected string argument.
407
408 2010-05-04 Nick Clifton <nickc@redhat.com>
409
410 * write.c (fixup_segment): Revert previous delta.
411 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Also force the
412 generation of relocations for fixups against weak symbols.
413
414 2010-04-29 Nathan Sidwell <nathan@codesourcery.com>
415
416 * write.c (fixup_segment): Do not assume we know the section a
417 defined weak symbol is in.
418 * config/tc-arm.c (relax_adr, relax_branch, md_apply_fix): Treat
419 weak symbols as not known to be in the same section, even if they
420 are defined.
421
422 2010-04-27 Joseph Myers <joseph@codesourcery.com>
423
424 * config/tc-tic6x.h (tic6x_label_list): New.
425 (tic6x_segment_info_type): Keep a list of labels and a current
426 frag instead of a boolean for whether labels seen and a count of
427 instructions.
428 (tic6x_frag_info, TC_FRAG_TYPE, TC_FRAG_INIT, tic6x_frag_init,
429 md_do_align, tic6x_do_align, md_end, tic6x_end): New.
430 * config/tc-tic6x.c (tic6x_frob_label): Put label on list.
431 (tic6x_cleanup): Correct comment.
432 (tic6x_free_label_list): New.
433 (tic6x_cons_align): Free label list and update for
434 tic6x_segment_info_type changes.
435 (tic6x_do_align): New.
436 (md_assemble): Handle list of labels and saved frag for execute
437 packet. Create machine-dependent frag for new execute packet and
438 adjust labels accordingly.
439 (tic6x_adjust_section, tic6x_frag_init, tic6x_end): New.
440 (md_convert_frag, md_estimate_size_before_relax): Update comments.
441
442 2010-04-24 H.J. Lu <hongjiu.lu@intel.com>
443
444 PR gas/11535
445 * config/tc-i386-intel.c (intel_state): Add is_indirect.
446 (i386_intel_operand): Initialize intel_state.is_indirect. Check
447 intel_state.is_indirect for "call|jmp [symbol]".
448
449 2010-04-22 Nick Clifton <nickc@redhat.com>
450
451 * po/gas.pot: Updated by the Translation project.
452
453 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
454
455 * config/tc-i386.c (i386_is_register): Removed.
456 (x86_cons): Don't use i386_is_register.
457 (parse_register): Likewise.
458 * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
459 (i386_intel_operand): Likewise.
460
461 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
462
463 * config/tc-i386.c (tc_x86_parse_to_dw2regnum): Don't use
464 i386_is_register.
465
466 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
467
468 * config/tc-i386.c (i386_is_register): Remove is_intel_syntax.
469 (x86_cons): Updated.
470 (parse_register): Likewise.
471 (tc_x86_parse_to_dw2regnum): Likewise.
472 * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
473 (i386_intel_operand): Likewise.
474
475 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
476
477 PR gas/11509
478 * config/tc-i386-intel.c (i386_intel_simplify_register): New.
479 (i386_intel_simplify): Use i386_is_register and
480 i386_intel_simplify_register. Set X_md for O_register and
481 check X_md for O_constant.
482 (i386_intel_operand): Use i386_is_register.
483
484 * config/tc-i386.c (i386_is_register): New.
485 (x86_cons): Initialize the X_md field. Use i386_is_register.
486 (parse_register): Use i386_is_register.
487 (tc_x86_parse_to_dw2regnum): Likewise.
488
489 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
490
491 * expr.c (expr): Initialize the X_md field.
492
493 2010-04-20 Joseph Myers <joseph@codesourcery.com>
494
495 * config/tc-tic6x.c (OPTION_MGENERATE_REL): New.
496 (md_longopts): Add -mgenerate-rel.
497 (tic6x_generate_rela): New.
498 (md_parse_option): Handle -mgenerate-rel.
499 (md_show_usage): Add comment that -mgenerate-rel is undocumented.
500 (tic6x_init_after_args): New.
501 (md_apply_fix): Correct shift calculations for SB-relative
502 relocations.
503 (md_pcrel_from): Change to tic6x_pcrel_from_section. Do not
504 adjust addresses for relocations referencing symbols in other
505 sections.
506 (tc_gen_reloc): Adjust addend calculations for REL relocations.
507 * config/tc-tic6x.h (MD_PCREL_FROM_SECTION,
508 tic6x_pcrel_from_section, tc_init_after_args,
509 tic6x_init_after_args): New.
510
511 2010-04-20 Nick Clifton <nickc@redhat.com>
512
513 PR gas/11507
514 * macro.c (macro_expand_body): Do not treat LOCAL as a keyword in
515 altmacro mode if found inside a quoted string.
516
517 2010-04-20 Mike Frysinger <vapier@gentoo.org>
518
519 * config/bfin-lex.l (parse_int): Change index() to strchr().
520
521 2010-04-16 Nick Clifton <nickc@redhat.com>
522
523 PR gas/11395
524 * config/tc-hppa.c (pa_ip): Do not allow 64-bit add condition
525 matcher to accept and unconditional 32-bit add instruction.
526 (pa_build_unwind_subspace): Cope with error conditions not
527 allowing the start symbol to be set.
528
529 2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
530
531 * config/tc-arm.c (arm_convert_symbolic_attribute): Add support for
532 new tag names in v2.08 of ARM ABI.
533 * doc/c-arm.texi: Document new tag names in ABI.
534
535 2010-04-14 Tristan Gingold <gingold@adacore.com>
536
537 * config/tc-alpha.c: Includes vms/egps.h on EVAX.
538 (s_alpha_comm): Used new EGPS macros from egps.h
539 (RGPS__V_NO_SHIFT, EGPS__V_MASK): New local macros.
540 (s_alpha_section_word): Add comments. Use new EGPS macros.
541 Adjust for modified bfd_vms_set_section_flags function.
542
543 2010-04-10 Alan Modra <amodra@gmail.com>
544
545 PR gas/11486
546 * config/tc-ppc.c (ppc_elf_cons): Clear frag contents.
547
548 2010-04-09 Nick Clifton <nickc@redhat.com>
549
550 * as.c (create_obj_attrs_section): Remove unused variable addr.
551 * listing.c (listing_listing): Remove unused variable message.
552 * read.c: Remove unnecessary register type qualifiers.
553 (s_mri): Only define/use old_flag variable if MRI_MODE_CHANGE is
554 defined.
555
556 2010-04-07 Eric B. Weddington <eric.weddington@atmel.com>
557
558 * config/tc-avr.c (mcu_types): Add support for atmega16a, atmega168a,
559 atmega164a, atmega165a, atmega169a, atmega169pa, atmega16hva2,
560 atmega324a, atmega324pa, atmega325a, atmega3250a, atmega328,
561 atmega329a, atmega329pa, atmega3290a, atmega48a, atmega644a,
562 atmega645a, atmega645p, atmega6450a, atmega6450p, atmega649a,
563 atmega649p, atmega6490a, atmega6490p, atmega64hve, atmega88a,
564 atmega88pa, attiny461a, attiny84a, m3000.
565 Remove support for atmega8m1, atmega8c1, atmega16c1, atmega4hvd,
566 atmega8hvd, attiny327, m3000f, m3000s, m3001b.
567 * doc/c-avr.texi: Same.
568
569 2010-04-07 Jie Zhang <jie@codesourcery.com>
570
571 * config/tc-arm.c (make_mapping_symbol): Handle the case
572 that multiple mapping symbols have the same value 0.
573
574 2010-04-07 Alan Modra <amodra@gmail.com>
575
576 * configure: Regenerate.
577
578 2010-04-06 Nick Clifton <nickc@redhat.com>
579
580 * po/ru.po: New Russian translation.
581 * configure.in (ALL_LINGUAS): Add ru.
582 * configure: Regenerate.
583
584 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
585
586 PR gas/11456
587 * input-scrub.c (input_scrub_next_buffer): Use memmove instead
588 of memcpy to copy overlap memory.
589
590 2010-03-25 Joseph Myers <joseph@codesourcery.com>
591
592 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
593 (TARGET_CPU_HFILES): Add config/tc-tic6x.h.
594 * Makefile.in: Regenerate.
595 * NEWS: Add news entry for TI C6X support.
596 * app.c (do_scrub_chars): Handle "||^" for TI C6X. Handle
597 TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR. Keep spaces in
598 operands if TC_KEEP_OPERAND_SPACES.
599 * configure.tgt (tic6x-*-*): New.
600 * config/tc-ia64.h (TC_PREDICATE_START_CHAR,
601 TC_PREDICATE_END_CHAR): Define.
602 * config/tc-tic6x.c, config/tc-tic6x.h: New.
603 * doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
604 * doc/Makefile.in: Regenerate.
605 * doc/all.texi (TIC6X): Define.
606 * doc/as.texinfo: Add TI C6X documentation. Include c-tic6x.texi.
607 * doc/c-tic6x.texi: New.
608
609 2010-03-22 H.J. Lu <hongjiu.lu@intel.com>
610
611 * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
612
613 2010-03-21 H.J. Lu <hongjiu.lu@intel.com>
614
615 * config/tc-i386.c (i386_error): Replace oprand_size_mismatch
616 with operand_size_mismatch.
617 (operand_size_match): Updated.
618 (match_template): Likewise.
619
620 2010-03-21 H.J. Lu <hongjiu.lu@intel.com>
621
622 * config/tc-i386.c (i386_error): New.
623 (_i386_insn): Replace err_msg with error.
624 (operand_size_match): Set error instead of err_msg on failure.
625 (operand_type_match): Likewise.
626 (operand_type_register_match): Likewise.
627 (VEX_check_operands): Likewise.
628 (match_template): Likewise. Use error instead of err_msg with
629 as_bad.
630
631 2010-03-19 Jie Zhang <jie@codesourcery.com>
632
633 * config/tc-arm.c (make_mapping_symbol): Hanle the case
634 that two mapping symbols have the same value.
635
636 2010-03-18 Daniel Jacobowitz <dan@codesourcery.com>
637
638 * doc/c-arm.texi (.setfp): Correct example.
639
640 2010-03-18 Wei Guozhi <carrot@google.com>
641
642 PR gas/11323
643 * config/tc-arm.c (reloc_names): New relocation names.
644 (md_apply_fix): New case for BFD_RELOC_ARM_GOT_PREL.
645 (tc_gen_reloc): New case for BFD_RELOC_ARM_GOT_PREL.
646 * doc/c-arm.texi (ARM-Relocations): Document the new relocation.
647
648 2010-03-15 Thomas Schwinge <thomas@codesourcery.com>
649
650 * dw2gencfi.c (output_cie): Consider emitting the S augmentation in all
651 cases, and not only for .eh_frame.
652
653 * dw2gencfi.c (output_cie): Make it more explicit which code paths
654 belong to .eh_frame only.
655
656 2010-03-13 Segher Boessenkool <segher@kernel.crashing.org>
657
658 * config/tc-v850.c (v850_insert_operand): Handle out-of-range
659 assembler constants on 64-bit hosts.
660
661 2010-03-10 Mike Frysinger <michael.frysinger@analog.com>
662
663 * bfin-defs.h, bfin-lex.l, bfin-parse.y, tc-bfin.c, tc-bfin.h:
664 Strip trailing whitespace.
665
666 2010-03-10 Mike Frysinger <michael.frysinger@analog.com>
667
668 * doc/c-bfin.texi (-mcpu): Add bf504 and bf506.
669 * config/tc-bfin.c (bfin_cpu_type): Add BFIN_CPU_BF504 and
670 BFIN_CPU_BF506.
671 (bfin_cpus[]): Add 0.0 for bf504 and bf506.
672
673 2010-03-10 Jie Zhang <jie@codesourcery.com>
674
675 * doc/as.texinfo: Add Blackfin options.
676 * doc/c-bfin.texi: Document -mfdpic, -mno-fdpic and -mnopic.
677 * config/tc-bfin.c (md_show_usage): Show usage for all
678 Blackfin specific options.
679
680 2010-03-09 Alan Modra <amodra@gmail.com>
681
682 PR gas/11356
683 * listing.c (listing_newline): Correct backslash quote logic.
684
685 2010-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
686
687 * config/tc-i386.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define.
688 (ELF_TARGET_FORMAT64): Define.
689
690 2010-03-05 Paul Brook <paul@codesourcery.com>
691
692 * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
693
694 2010-03-02 Andrew Stubbs <ams@codesourcery.com>
695
696 * config/tc-sh.c (get_specific): Move overflow checking code to avoid
697 reading uninitialized data.
698
699 2010-03-01 Tristan Gingold <gingold@adacore.com>
700
701 * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.
702
703 2010-02-26 Doug Evans <dje@sebabeach.org>
704
705 * configure.tgt: Fix mep cpu case.
706
707 2010-02-26 Jie Zhang <jie@codesourcery.com>
708
709 * config/tc-arm.c (do_t_strexd): Remove
710 operand[1] != operand[2] contraint.
711
712 2010-02-26 Jie Zhang <jie@codesourcery.com>
713
714 * config/tc-arm.c (neon_select_shape): No need to match
715 the remaining operands in the shape when one operand does
716 not match.
717
718 2010-02-26 Jie Zhang <jie@codesourcery.com>
719
720 * config/tc-arm.c (do_neon_ld_st_interleave): Reject bad
721 alignment.
722
723 2010-02-25 Doug Evans <dje@sebabeach.org>
724
725 * cgen.c: Whitespace fixes.
726 (weak_operand_overflow_check): Formatting fix.
727
728 2010-02-25 H.J. Lu <hongjiu.lu@intel.com>
729
730 * config/tc-i386.c (match_template): Update error messages.
731
732 2010-02-25 H.J. Lu <hongjiu.lu@intel.com>
733
734 * config/tc-i386.c (_i386_insn): Add err_msg.
735 (operand_size_match): Set err_msg on failure.
736 (operand_type_match): Likewise.
737 (operand_type_register_match): Likewise.
738 (VEX_check_operands): Likewise.
739 (match_template): Likewise. Use i.err_msg with as_bad.
740
741 2010-02-25 Wu Zhangjin <wuzhangjin@gmail.com>
742
743 * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
744 mips_fix_loongson2f_jump): New variables.
745 (md_longopts): Add New options -mfix-loongson2f-nop/jump,
746 -mno-fix-loongson2f-nop/jump.
747 (md_parse_option): Initialize variables via above options.
748 (options): New enums for the above options.
749 (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN.
750 (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump):
751 New functions.
752 (append_insn): call fix_loongson2f().
753 (mips_handle_align): Replace the implicit nops.
754 * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified
755 for the new mips_handle_align().
756 * doc/c-mips.texi: Document the new options.
757
758 2010-02-23 Daniel Gutson <dgutson@codesourcery.com>
759
760 * config/tc-arm.c (do_rd_rm_rn): Added warning
761 for obsolete insns.
762
763 2010-02-23 Andrew Zabolotny <anpaza@mail.ru>
764
765 PR binutils/11297
766 * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8.
767 (avr_cons_fix_new): Handle fixups of a single byte.
768
769 2010-02-22 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
770
771 PR 9861
772 * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
773 compiler's predefines.
774
775 2010-02-19 Alan Modra <amodra@gmail.com>
776
777 * configure.tgt: Whiltespace. Sort moxie entry.
778
779 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
780
781 * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
782 * doc/c-arm.texi: Likewise.
783
784 2010-02-12 Daniel Gutson <dgutson@codesourcery.com>
785
786 * config/tc-arm.c (asm_opcode): operands type
787 change.
788 (BAD_PC_ADDRESSING): New macro message.
789 (BAD_PC_WRITEBACK): Likewise.
790 (MIX_ARM_THUMB_OPERANDS): New macro.
791 (operand_parse_code): Added enum values.
792 (parse_operands): Added thumb/arm distinction,
793 plus new enum values handling.
794 (encode_arm_addr_mode_2): Validations enhanced.
795 (encode_arm_addr_mode_3): Likewise.
796 (do_rm_rd_rn): Likewise.
797 (encode_thumb32_addr_mode): Likewise.
798 (do_t_ldrex): Likewise.
799 (do_t_ldst): Likewise.
800 (do_t_strex): Likewise.
801 (md_assemble): Call parse_operands with
802 a new parameter.
803 (OPS_1): New macro.
804 (OPS_2): Likewise.
805 (OPS_3): Likewise.
806 (OPS_4): Likewise.
807 (OPS_5): Likewise.
808 (OPS_6): Likewise.
809 (insns): Updated insns operands.
810
811 2010-02-12 Tristan Gingold <gingold@adacore.com>
812 Douglas B Rupp <rupp@gnat.com>
813
814 * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
815 (DUMMY_RELOC_IA64_SLOTCOUNT): Added.
816 (pseudo_func): Add an entry for slotcount.
817 (md_begin): Initialize slotcount pseudo symbol.
818 (ia64_parse_name): Handle @slotcount parameter.
819 (ia64_gen_real_reloc_type): Handle slotcount.
820 (md_apply_fix): Ditto.
821 * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
822
823 2010-02-11 Sterling Augustine <sterling@jaw.hq.tensilica.com>
824
825 * config/tc-xtensa.c (istack_init): Don't call memset.
826
827 2010-02-11 Sterling Augustine <sterling@tensilica.com>
828
829 * config/tc-xtensa.c (cache_literal_section): Handle prefixes as
830 well as suffixes.
831
832 2010-02-11 Sterling Augustine <sterling@tensilica.com>
833
834 * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
835
836 2010-02-11 H.J. Lu <hongjiu.lu@intel.com>
837
838 * config/tc-i386.c (build_modrm_byte): Reformat.
839
840 2010-02-11 H.J. Lu <hongjiu.lu@intel.com>
841
842 * config/tc-i386.c: Update copyright.
843
844 2010-02-10 Quentin Neill <quentin.neill@amd.com>
845 Sebastian Pop <sebastian.pop@amd.com>
846
847 * config/tc-i386.c (vec_imm4) New operand type.
848 (fits_in_imm4): New.
849 (VEX_check_operands): New.
850 (check_reverse): Call VEX_check_operands.
851 (build_modrm_byte): Reintroduce code for 5
852 operand insns. Fix whitespace.
853
854 2010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
855
856 * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
857 -mpwr6 and -mpwr7.
858
859 2010-02-09 Sterling Augustine <sterling@tensilica.com>
860
861 * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
862 (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
863 (xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
864
865 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
866
867 * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
868 non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
869 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
870 BFD_RELOC_ARM_PCREL_CALL)
871
872 2010-02-08 Sterling Augustine <sterling@tensilica.com>
873
874 * config/tc-xtensa.c (frag_format_size): Generalize logic to
875 handle more instruction sizes and fetch widths.
876 (branch_align_power): Likewise.
877 (text_align_power): Likewise.
878 (bytes_to_stretch): Likewise.
879
880 2010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
881
882 * config/tc-ppc.c (md_show_usage): Mention -mtitan. Don't use tabs.
883 (ppc_mach): Handle titan.
884 * doc/c-ppc.texi: Mention -mtitan.
885
886 2010-02-05 Sterling Augustine <sterling@tensilica.com>
887
888 * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
889 replace with...
890 (xtensa_fetch_width) ...this.
891
892 2010-02-05 Joseph Myers <joseph@codesourcery.com>
893
894 * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
895 MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
896 * Makefile.in: Regenerate.
897
898 2010-02-03 Quentin Neill <quentin.neill@amd.com>
899
900 * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
901 (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
902 * config/tc-i386.h (processor_type): Same.
903 * doc/c-i386.texi: Change amdfam15 to bdver1.
904
905 2010-01-29 Nick Clifton <nickc@redhat.com>
906
907 PR 11136
908 * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
909 NS_NULL.
910
911 2010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
912
913 * NEWS: Mention new feature.
914 * config/obj-coff.c (obj_coff_section): Accept digits and use
915 to override default section alignment power if specified.
916 * doc/as.texinfo (.section directive): Update documentation.
917
918 2010-01-27 H.J. Lu <hongjiu.lu@intel.com>
919
920 * config/tc-i386.c (avxscalar): New.
921 (OPTION_MAVXSCALAR): Likewise.
922 (build_vex_prefix): Select vector_length for scalar instructions
923 based on avxscalar.
924 (md_longopts): Add OPTION_MAVXSCALAR.
925 (md_parse_option): Handle OPTION_MAVXSCALAR.
926 (md_show_usage): Add -mavxscalar=.
927
928 * doc/c-i386.texi: Document -mavxscalar=.
929
930 2010-01-24 H.J. Lu <hongjiu.lu@intel.com>
931
932 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
933 0xc4 individually.
934
935 2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
936
937 * write.h (fix_at_start): Declare.
938 * write.c (fix_new_internal): Add at_beginning parameter.
939 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
940 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
941 (fix_new, fix_new_exp): Update accordingly.
942 (fix_at_start): New function.
943 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
944 (ppc_ref): New function, for OBJ_XCOFF.
945 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
946 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
947
948 2010-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
949
950 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
951 on 64-bit Solaris/x86.
952 Include obj-format.h earlier.
953
954 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
955
956 * config/tc-s390.c (s390_elf_final_processing): New function.
957 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
958 (s390_elf_final_processing): Added prototype.
959
960
961 2010-01-20 Nick Clifton <nickc@redhat.com>
962
963 PR 11109
964 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
965 code to handle round-to-zero for VCVT conversions.
966 (do_neon_cvt): New. Call do_neon_cvt_1.
967 (do_neon_cvtr): New. Call do_neon_cvt_1.
968 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
969 insn.
970
971 2010-01-18 Tristan Gingold <gingold@adacore.com>
972
973 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
974
975 2010-01-15 Sebastian Pop <sebastian.pop@amd.com>
976
977 * config/tc-i386.c (md_assemble): Before accessing the IMM field
978 check that it's not an XOP insn.
979
980 2010-01-14 Jie Zhang <jie.zhang@analog.com>
981
982 * config/bfin-aux.h: Remove argument names in function
983 declarations.
984 * config/bfin-lex.l (parse_int): Fix shadowed variable name
985 warning.
986 * config/bfin-parse.y (value_match): Remove argument names
987 in declaration.
988 (notethat): Likewise.
989 (yyerror): Likewise.
990
991 2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
992
993 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
994
995 2010-01-13 Nick Clifton <nickc@redhat.com>
996
997 * config/tc-h8300.c (h8300_elf_section): New function - issue a
998 warning message if a new section is created without setting any
999 attributes for it.
1000 (md_pseudo_table): Intercept section creation pseudos.
1001 (md_pcrel_from): Replace abort with an error message.
1002 * config/obj-elf.c (obj_elf_section_name): Export this function.
1003 * config/obj-elf.h (obj_elf_section_name): Prototype.
1004
1005 2010-01-12 Alan Modra <amodra@gmail.com>
1006
1007 PR 11122
1008 * listing.c (print_source): Add one to line number.
1009
1010 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1011
1012 * Makefile.in: Regenerate.
1013 * configure: Regenerate.
1014 * doc/Makefile.in: Regenerate.
1015
1016 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
1017
1018 * version.c (parse_args): Change to "Copyright 2010".
1019
1020 2010-01-06 Quentin Neill <quentin.neill@amd.com>
1021
1022 * config/tc-i386.c (cpu_arch): Add amdfam15.
1023 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
1024 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
1025 * doc/c-i386.texi: Add amdfam15.
1026
1027 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
1028
1029 * config/tc-arm.c (do_neon_logic): Accept imm value
1030 in the third operand too.
1031 (operand_parse_code): OP_RNDQ_IMVNb renamed to
1032 OP_RNDQ_Ibig.
1033 (parse_operands): OP_NILO case removed, applied renaming.
1034 (insns): Neon shape changed for some logic instructions.
1035
1036 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
1037
1038 * config/tc-arm.c (do_neon_ldx_stx): Added
1039 validation for vector load/store insns.
1040
1041 2010-01-04 Edmar Wienskoski <edmar@freescale.com>
1042
1043 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
1044
1045 2010-01-03 Daniel Gutson <dgutson@codesourcery.com>
1046
1047 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
1048 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
1049 (NEON_ENCODE): New macro.
1050 (check_neon_suffixes): New macro.
1051 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
1052 (do_vfp_nsyn_opcode): Likewise.
1053 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
1054 (do_vfp_nsyn_cmp): Likewise.
1055 (do_neon_shl_imm): Likewise.
1056 (do_neon_qshl_imm): Likewise.
1057 (neon_dyadic_misc): Likewise.
1058 (do_neon_mac_maybe_scalar): Likewise.
1059 (do_neon_qdmulh): Likewise.
1060 (do_neon_qmovn): Likewise.
1061 (do_neon_qmovun): Likewise.
1062 (do_neon_movn): Likewise.
1063 (neon_mac_reg_scalar_long): Likewise.
1064 (do_neon_vmull): Likewise.
1065 (do_neon_trn): Likewise.
1066 (do_neon_ldx_stx): Likewise.
1067 (neon_dp_fixup): Changed signature and set the flag.
1068 (neon_three_same): Call the above with new signature.
1069 (neon_two_same): Likewise.
1070 (neon_imm_shift): Likewise.
1071 (neon_mul_mac): Likewise.
1072 (do_neon_abs_neg): Likewise.
1073 (neon_mixed_length): Likewise.
1074 (do_neon_ext): Likewise.
1075 (do_neon_mov): Likewise.
1076 (do_neon_tbl_tbx): Likewise.
1077 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
1078 (neon_compare): Likewise.
1079 (do_neon_shll): Likewise.
1080 (do_neon_cvt): Likewise.
1081 (do_neon_mvn): Likewise.
1082 (do_neon_dup): Likewise.
1083 (md_assemble): Call check_neon_suffixes ().
1084
1085 For older changes see ChangeLog-2009
1086 \f
1087 Local Variables:
1088 mode: change-log
1089 left-margin: 8
1090 fill-column: 74
1091 version-control: never
1092 End:
This page took 0.063715 seconds and 5 git commands to generate.