* gas/config/tc-arm.c (arm_cpus): Correct canonical names for Cortex CPUs.
[external/binutils.git] / gas / ChangeLog
1 2010-09-20  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2
3         * config/tc-arm.c (arm_cpus): Correct canonical names for Cortex CPUs.
4
5 2010-09-20  Richard Henderson  <rth@redhat.com>
6
7         * config/tc-alpha.c (tc_gen_reloc): Remove hack around
8         bfd_perform_reloc for OBJ_ELF.
9
10 2010-09-17  Tejas Belagod  <tejas.belagod@arm.com>
11
12         * config/tc-arm.c (do_t_ldmstm): Add logic to handle single-register
13         list for ldm/stm.
14
15 2010-09-17  Tejas Belagod  <tejas.belagod@arm.com>
16
17         * config/tc-arm.c (parse_psr): Add condition for matching "APSR" on
18         non-M-arch cpus.
19         (psrs): Add entry for PSR flags, g, nzcvq, nzcvqg.
20
21 2010-09-17  Tejas Belagod  <tejas.belagod@arm.com>
22
23         * config/tc-arm.c (insns): Change MRC entry to accept APSR_RR instead
24         of just RR.
25
26 2010-09-17  Andrew Burgess  <aburgess@broadcom.com>
27
28         PR gas/12011
29         * config/obj-elf.c (obj_elf_parse_section_letters): Correct test
30         for error return from md_elf_section_letter.
31         * config/tc-alpha.c (alpha_elf_section_letter): Correct error message.
32         * config/tc-i386.c (x86_64_section_letter): Likewise.
33         * config/tc-ia64.c (ia64_elf_section_letter): Likewise.
34         * config/tc-mep.c (mep_elf_section_letter): Likewise.
35
36 2010-09-15  Kai Tietz  <kai.tietz@onevision.com>
37
38         * config/obj-coff-seh.c (seh_validate_seg): New funtion.
39         (obj_coff_seh_endproc): Add check for segment.
40         (obj_coff_seh_endprologue): Likewise.
41         (obj_coff_seh_pushreg): Likewise.
42         (obj_coff_seh_pushframe): Likewise.
43         (obj_coff_seh_save): Likewise.
44         (obj_coff_seh_setframe): Likewise.
45
46         * config/obj-coff-seh.h (seh_context): New member code_seg.
47         * config/obj-coff-seh.c: Implementing xdata/pdata section cloning
48         for link-once code-segment.
49
50 2010-09-14  Jie Zhang  <jie@codesourcery.com>
51
52         * doc/c-arm.texi: Document -mcpu=cortex-m4.
53
54 2010-09-09  H.J. Lu  <hongjiu.lu@intel.com>
55
56         * config/tc-i386.c (build_vex_prefix): Check VEXW1 for 2-byte
57         VEX prefix.
58
59 2010-09-09  Joseph Myers  <joseph@codesourcery.com>
60
61         * doc/c-tic6x.texi (.c6xabi_attribute): Document directive.
62
63 2010-09-09  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
64
65         * config/tc-arm.c (arm_cpus): Add cortex-a15 entry.
66         * doc/c-arm.texi: Document -mcpu=cortex-a15.
67
68 2010-09-09  Gunther Nikl  <gnikl@users.sourceforge.net>
69
70         * gas/config/tc-m68k.c (tc_gen_reloc): Handle references to defined
71         weak symbols first if generating an a.out object.
72
73 2010-09-09 Tejas Belagod  <tejas.belagod@arm.com>
74
75         * config/tc-arm.c (md_apply_fix): Check if widened add, sub are
76         flag-setting and handle accordingly.
77
78 2010-09-09  Nick Clifton  <nickc@redhat.com>
79
80         PR gas/11972
81         * config/tc-arm.c (parse_big_immediate): Allow for bignums being
82         extended to the size of a .octa.
83
84 2010-09-08  Julian Brown  <julian@codesourcery.com>
85
86         * config/tc-arm.c (create_neon_reg_alias): Deal with case
87         sensitivity.
88
89 2010-09-08  Nick Clifton  <nickc@redhat.com>
90
91         PR gas/11973
92         * config/tc-mn10300.c (md_convert_frag): Zero out top two bytes of
93         long call instruction's displacement.
94
95 2010-09-03  H.J. Lu  <hongjiu.lu@intel.com>
96
97         PR gas/11974
98         * config/tc-i386.c (i386_finalize_immediate): Check flag_code
99         instead of use_rela_relocations for 64bit.
100
101 2010-09-02  Richard Henderson  <rth@redhat.com>
102
103         * dw2gencfi.c (TC_DWARF2_EMIT_OFFSET): Provide default.
104         (output_fde): Use it.  Make sure to fully init exp before using it.
105
106 2010-08-31  Kai Tietz  <kai.tietz@onevision.com>
107
108         * config/obj-coff-seh.c (obj_coff_seh_save): Correct comparison.
109         (obj_coff_seh_stackalloc): Likewise.
110
111 2010-08-31  Alan Modra  <amodra@gmail.com>
112
113         * config/obj-elf.c (obj_elf_init_stab_section): Fix assertion.
114
115 2010-08-30  Richard Henderson   <rth@redhat.com>
116
117         * config/obj-coff-seh.c: Rewrite the entire file.
118         (symtab, symptr, reltab, relcount, relsize): Remove.
119         (seh_ctx_root, seh_ctx): Remove.
120         (xdata_seg, xdata_subseg, pdata_seg): New.
121         (switch_xdata, switch_pdata): New.
122         (verify_context, verify_context_and_target, skip_whitespace_and_comma):
123         New parsing functions.  Rewrite all parsing functions to use them.
124         (obj_coff_seh_32): Fix != arm thinko.
125         (obj_coff_seh_handler): For x64, don't accept handler pointer here,
126         only flags.
127         (obj_coff_seh_handlerdata): New.
128         (do_seh_endproc): Split out of ...
129         (obj_coff_seh_endproc): ... here.
130         (obj_coff_seh_proc): Use it, if needed.
131         (seh_x64_make_prologue_element): Use XRESIZEVEC, symbol_temp_new_now.
132         (seh_x64_read_reg): Remove mm_regs alternative.  Tidy integer reg
133         alternatives.  Don't slurp commas.
134         (seh_read_offset): Remove.
135         (obj_coff_seh_pushframe): Split out from obj_coff_seh_push.
136         (obj_coff_seh_scope): Remove.
137         (obj_coff_seh_save): Decide UWOP_SAVE_* vs _FAR immediately.
138         (obj_coff_seh_stackalloc): Decide _SMALL vs _LARGE immediately.
139         (out_one, out_two, out_four): New.
140         (seh_x64_write_prologue_data, seh_x64_size_prologue_data,
141         seh_x64_write_function_xdata, write_function_xdata): Rewrite
142         from seh_x64_write_xdata, seh_needed_unwind_info, seh_store_elm_data,
143         seh_getelm_data_size, seh_getsize_of_unwind_entry,
144         seh_make_unwind_entry, seh_getsize_unwind_data, and
145         seh_create_unwind_data.
146         (seh_arm_write_function_pdata): Rewrite from seh_arm_create_pdata.
147         (write_function_pdata): Rewrite from make_function_entry_pdata.
148         (seh_write_text_eh_data, make_function_entry_pdata,
149         seh_arm_create_pdata, seh_arm_write_pdata, seh_reloc, save_relocs,
150         seh_symbol_init, seh_symbol, quick_section, seh_emit_rva,
151         seh_emit_long, seh_make_globl, seh_make_section2, seh_make_section,
152         seh_make_xlbl_name, make_seh_text_label, seh_fill_pcsyms,
153         seh_needed_unwind_info, seh_store_elm_data, seh_getelm_data_size,
154         seh_getsize_of_unwind_entry, seh_make_unwind_entry,
155         seh_getsize_unwind_data, seh_create_unwind_data,
156         seh_make_function_entry_xdata, seh_x64_makescope_elem): Remove.
157         * config/obj-coff-seh.h (SEH_CMDS): Remove seh_savemm, seh_scope.
158         Add seh_handlerdata.  Adjust function/what arguments for
159         seh_savereg, seh_pushframe, seh_stackalloc.
160         (struct seh_prologue_element): Adjust members to closer match
161         the elements of the UNWIND_CODE structure.
162         (struct seh_scope_elem): Remove.
163         (struct seh_context): Replace char* members with symbolS or
164         expressionS as appropriate.  Sort members by ARM/x64 applicability.
165         Remove obsolete stuff wrt direct symbol and reloc manipulation.
166
167 2010-08-25  Alan Modra  <amodra@gmail.com>
168
169         * NEWS: Mention ampersand in macro change.
170
171 2010-08-25  Gunther Nikl  <gnikl@users.sourceforge.net>
172
173         * configure.tgt (m68k-*-aout): Change to bfd_gas=yes.
174
175 2010-08-25  Alan Modra  <amodra@gmail.com>
176
177         * config/tc-d10v.c (do_assemble): Correctly detect overflow of
178         "name" buffer.
179         * config/tc-m68hc11.c (md_assemble): Likewise.
180         * config/tc-microblaze.c (md_assemble): Likewise.  Correct cast
181         of is_end_of_line index.
182
183 2010-08-25  Jie Zhang  <jie@codesourcery.com>
184
185         * config/tc-arm.c (encode_arm_addr_mode_2): Fix comment.
186
187 2010-08-25  Jie Zhang  <jie@codesourcery.com>
188
189         * config/tc-arm.c (encode_arm_addr_mode_2): Fix
190         BAD_PC_ADDRESSING condition.
191
192 2010-08-20  Maciej W. Rozycki  <macro@codesourcery.com>
193
194         * doc/c-arm.texi (ARM Options): Document -mfpu=fp4-sp-d16.
195
196 2010-08-19  H.J. Lu  <hongjiu.lu@intel.com>
197
198         * config/tc-i386.c (VEX_check_operands): Fix a typo in comments.
199
200 2010-08-18  H.J. Lu  <hongjiu.lu@intel.com>
201
202         * config/tc-i386.c (build_modrm_byte): Check i.imm_operands
203         instead of VEXXDS.
204
205 2010-08-18  Alan Modra  <amodra@gmail.com>
206
207         * macro.c (sub_actual): Add back ampersand suffix when no
208         substitution.
209         (macro_expand_body): Correct comment.
210
211 2010-08-17  Roland McGrath  <roland@redhat.com>
212
213         * config/obj-elf.c (obj_elf_parse_section_letters): Take new
214         boolean result parameter CLONE; set it if '?' flag letter seen.
215         (obj_elf_section): Update caller.  Handle that flag by copying
216         the LINKONCE and GROUP_NAME state from NOW_SEG.
217         * doc/as.texinfo (Section): Document the ? flag.
218
219 2010-08-09  Cary Coutant  <ccoutant@google.com>
220
221         * as.c (show_usage): Don't list --compress-debug-sections if zlib not
222         installed.
223         (main): Warn if --compress-debug-sections requested and zlib not
224         installed.
225         * doc/as.texinfo: Add --compress-debug-sections,
226         --nocompress-debug-sections.
227
228 2010-08-06  H.J. Lu  <hongjiu.lu@intel.com>
229
230         * config/tc-i386.c (set_cpu_arch): Re-indent.
231         (md_parse_option): Likewise.
232
233 2010-08-06  Quentin Neill <quentin.neill@amd.com>
234
235         * config/tc-i386.c (arch_entry): Add negated bit to
236           disambiguate flag names starting with "no".
237           (cpu_arch): Add negated bit definitions.  Add
238           ".nop" CPU extension.
239           (i386_align_code): Use new .cpunop bit to decide
240           when to generate alignment using nops.
241           (set_cpu_arch): Use negated bit instead to decide
242           when to use cpu_flags or vs. cpu_flags_and_not.
243           (md_parse_option): Likewise.
244
245 2010-08-04  H.J. Lu  <hongjiu.lu@intel.com>
246
247         * config/tc-i386.c (match_template): Move the first i.error
248         out of the loop.
249
250 2010-08-04  Alan Modra  <amodra@gmail.com>
251
252         * configure.tgt (m32c): Set endian=little.
253         * config/tc-m32c.h (TARGET_BYTES_BIG_ENDIAN): Define as 0.
254         * config/tc-m32c.c (md_number_to_chars): Revert last change.
255
256 2010-08-03  Tristan Gingold  <gingold@adacore.com>
257
258         * makefile.vms (OBJS): Add Add compress-debug.c.
259
260 2010-08-03  Alan Modra  <amodra@gmail.com>
261
262         * config/tc-d10v.h (TARGET_BYTES_BIG_ENDIAN): Define as 1.
263         * config/tc-m32c.c (md_number_to_chars): Call bigendian
264         form of number_to_chars, not littleendian.
265
266 2010-08-02  Alan Modra  <amodra@gmail.com>
267
268         * config/tc-d30v.c (d30v_cons_align): Don't align constants
269         in debug sections.
270
271 2010-08-02  Alan Modra  <amodra@gmail.com>
272
273         PR gas/11867
274         * expr.c (operand <'-' and '~'>): Widen bignums.
275         (operand <'!'>): Correct bignum result and convert to O_constant.
276         * read.c (emit_expr): Don't assert on .byte bignum.  Don't display
277         bignum truncated warning for sign extended bignums.
278
279 2010-08-02  Alan Modra  <amodra@gmail.com>
280
281         * config/tc-v850.c (md_assemble): Always pass format string to
282         as_warn.
283         (md_apply_fix): Similarly for as_warn_where.
284
285 2010-07-29  H.J. Lu  <hongjiu.lu@intel.com>
286
287         * config/tc-i386-intel.c: Reformat.
288
289 2010-07-29  Alan Modra  <amodra@gmail.com>
290
291         * config/tc-ppc.c (ppc_fix_adjustable): Add got reloc types used
292         in large toc code.
293
294 2010-07-28  Alan Modra  <amodra@gmail.com>
295
296         PR gas/11841
297         * symbols.c (symbol_clone): Correct typo in previous patch.
298
299 2010-07-28  Alan Modra  <amodra@gmail.com>
300
301         PR gas/11841
302         * symbols.c (symbol_clone): Clear BSF_SECTION_SYM flag.
303
304 2010-07-28  Alan Modra  <amodra@gmail.com>
305
306         * config/tc-ppc.c (md_assemble): Don't attempt to print NUL in
307         syntax error message.
308
309 2010-07-27  Maciej W. Rozycki  <macro@codesourcery.com>
310
311         * config/tc-mips.c (mips16_macro_build): Pass "args" by
312         reference rather than value.
313         (macro_build): Update accordingly.
314
315 2010-07-27  Maciej W. Rozycki  <macro@codesourcery.com>
316
317         * config/tc-mips.c (mips_ip): Use symbol_temp_new_now to create
318         a fake label.
319
320 2010-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
321
322         * config/tc-mips.c (macro)[M_JAL_1, M_JAL_2]: Handle the JALR
323         delay slot in the noreorder mode with the o32 ABI.
324
325 2010-07-23  Naveen.H.S  <naveen.S@kpitcummins.com>
326             Ina Pandit  <ina.pandit@kpitcummins.com>
327
328         * config/tc-v850.c: Update processor_mask.
329         (reg_name): Update the structure to use processors field.
330         (md_relax_table): Define SUBYPTE_COND_9_22, SUBYPTE_SA_9_22,
331         SUBYPTE_UNCOND_9_22, SUBYPTE_COND_9_22_32, SUBYPTE_SA_9_22_32,
332         SUBYPTE_UNCOND_9_22_32, SUBYPTE_COND_9_17_22,
333         SUBYPTE_SA_9_17_22, SUBYPTE_COND_9_17_22_32 and
334         SUBYPTE_SA_9_17_22_32.
335         (set_machine): Add support for V850E2 and V850E2V3.
336         (md_pseudo_table): Likewise.
337         (pre_defined_registers): Update pre defined registers suitable
338         for each family of registers.
339         (system_registers): Likewise.
340         (cc_names): Update the condition code.
341         (float_cc_names): Update the condition code for float.
342         (reg_name_search): Update based on current modifications.
343         (register_name): Likewise.
344         (system_register_name): Update to support new system registers
345         and supported families.
346         (cc_name): Update to support new condition codes.
347         (float_cc_name): New function to support float condition codes.
348         (parse_register_list): Update to support newly added registers.
349         (md_show_usage): Define support for V850E2 and V850E2V3 targets.
350         Also support added for disp-size-default-22, disp-size-default-32,
351         mextension, mno-bcond17 and mno-stld23.
352         (md_parse_option): Implement the support for above options defined
353         in md_show-usage.
354         (md_convert_frag): Implement support for subtypes defined in
355         md_relax_table to support branch operations.
356         (md_begin): Add support for V850E2 and V850E2V3.
357         (handle_hi016, handle_hi16): new relocation handling functions
358         (handle_lo16, handle_ctoff, handle_sdaoff, handle_zdaoff,
359         handle_tdaoff): Updated relocation handling functions for newly
360         added relocations.
361         (v850_reloc_prefix): Update the relocation handling functions.
362         (v850_insert_operand): Updated the functions with error message
363         parameter and modified the function to use it.
364         (md_assemble): Update according to the latest modifications.
365         (md_apply_fix): Updated the functions with error message parameter
366         and modified the function to use it.
367         (v850_force_relocation): Update with newly added relocations.
368         * configure.tgt: Match all v850 targets.
369         * doc/c-v850.texi: Document the newly added targets.
370         * NEWS: Likewise.
371
372 2010-07-23  Alan Modra  <amodra@gmail.com>
373
374         PR gas/11834
375         * macro.c (macro_expand): Recover gracefully from named args that
376         don't match params.
377
378 2010-07-22  Thomas Schwinge  <thomas@codesourcery.com>
379
380         Switch MIPS to 32-bit DWARF format.
381         * config/tc-mips.h (DWARF2_FORMAT): Only define for [TE_IRIX].
382         * config/tc-mips.c (mips_dwarf2_format): Likewise.
383
384 2010-07-20  Alan Modra  <amodra@gmail.com>
385
386         * config/tc-ppc.c (ppc_setup_opcodes): Add all macros for -many.
387
388 2010-07-16  Alan Modra  <amodra@gmail.com>
389
390         * config/tc-rx.c (md_estimate_size_before_relax): Fix format
391         specifier warnings for 32-bit host when --enable-64-bit-bfd.
392         (rx_relax_frag, md_convert_frag): Likewise.
393
394 2010-07-15  Cary Coutant  <ccoutant@google.com>
395
396         * gas/NEWS: Add note about --compress-debug-sections.
397         * gas/as.c (show_usage): Add --compress-debug-sections and
398         --nocompress-debug-sections.
399
400 2010-07-15  Rhonda Wittels  <rhonda@codesourcery.com>
401
402         * config/obj-elf.c (get_sym_from_input_line_and_check): New
403         function to catch missing pseudo-op arguments.
404         (obj_elf_local): Call new function.
405         (obj_elf_weak): Likewise.
406         (obj_elf_visibility): Likewise.
407         (obj_elf_vtable_entry): Likewise.
408         (obj_elf_type): Likewise.
409
410 2010-07-15  Kai Tietz  <kai.tietz@onevision.com>
411
412         * config/obj-coff-seh.c
413         (seh_getelm_data_size): New.
414         (seh_read_offset): Handle negative values.
415         (obj_coff_seh_push): Handle offset for save-register store.
416         (obj_coff_seh_setframe): Add unwind-information for frame.
417         (seh_store_elm_data): New.
418         (seh_getelm_data_size): Return additionally unaligned element count.
419         (seh_make_unwind_entry): Correct tweak about element count.
420
421 2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>
422
423         PR gas/11806
424         * config/tc-i386-intel.c (i386_intel_simplify): Restore fall
425         through patch for O_multiply.
426
427 2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
428
429         PR ld/11612
430         * config/obj-coff.c (obj_common_parse): Quote symbol-name.
431
432 2010-07-08 Tejas Belagod <tejas.belagod@arm.com>
433
434         * tc-arm.c (OP_oBARRIER): Remove.
435         (OP_oBARRIER_I15): Add.
436         (po_barrier_or_imm): Add macro.
437         (parse_operands): Improve OP_oBARRIER_I15 operand parsing.
438         (do_barrier): Check correct immediate range.
439         (do_t_barrier): Likewise.
440         (barrier_opt_names): Add entries for more symbolic operands.
441         (insns): Replace OP_oBARRIER with OP_oBARRIER_I15 for barriers.
442
443 2010-07-08  Daniel Gutson  <dgutson@codesourcery.com>
444
445         * config/tc-arm.c (tc_gen_reloc): Add BFD_RELOC_ARM_T32_OFFSET_IMM
446         error message.
447
448 2010-07-06  Maciej W. Rozycki  <macro@codesourcery.com>
449
450         * config/tc-mips.c (mips_frob_file): Use symbol_same_p to match
451         symbols.
452
453 2010-07-06  Maciej W. Rozycki  <macro@codesourcery.com>
454
455         * config/tc-mips.c (nops_for_insn_or_target): Replace
456         MIPS16_INSN_BRANCH with MIPS16_INSN_UNCOND_BRANCH and
457         MIPS16_INSN_COND_BRANCH.
458
459 2010-07-05  Jim Wilson  <wilson@codesourcery.com>
460
461         PR gas/10531
462         PR gas/11789
463         * dwarf2dbg.c (dwarf2_finish): Don't generate .debug_line section
464         if it isn't empty.
465
466 2010-07-05  Alan Modra  <amodra@gmail.com>
467
468         * config/tc-moxie.c (md_apply_fix): Delete set but otherwise
469         unused var.
470
471 2010-07-04  H.J. Lu  <hongjiu.lu@intel.com>
472
473         * Makefile.am (CONFIG_OBJS): Removed.
474         (GENERIC_OBJS): Likewise.
475         (OBJS): Likewise.
476         * Makefile.in: Regenerated.
477
478 2010-07-03  Jan Beulich  <jbeulich@novell.com>
479
480         PR gas/11732
481         * config/tc-i386.c (i386_finalize_displacement): Don't call
482         section_symbol() with expr_section.
483
484 2010-07-03  Cary Coutant  <ccoutant@google.com>
485
486         * Makefile.am: Add compress-debug.c and compress-debug.h.
487         * Makefile.in: Regenerate.
488         * config.in: Add HAVE_ZLIB_H.
489         * configure.in: Check for zlib.h.
490         * configure: Regenerate.
491
492         * as.c (parse_args): Add --compress-debug-sections and
493         --nocompress-debug-sections.
494         * as.h (flag_compress_debug): New variable.
495         * compress-debug.c: New file.
496         * compress-debug.h: New file.
497         * write.c: Include compress-debug.h.
498         (compress_frag): New function.
499         (compress_debug): New function.
500         (write_object_file): Compress debug sections if requested.
501
502 2010-07-03  Andreas Schwab  <schwab@linux-m68k.org>
503
504         * config/tc-ppc.c (ppc_set_cpu): Cast PPC_OPCODE_xxx to ppc_cpu_t
505         before inverting.
506
507 2010-07-03  Alan Modra  <amodra@gmail.com>
508
509         * config/tc-ppc.c (ppc_set_cpu): Remove old opcode flags.
510         (ppc_setup_opcodes): Likewise.  Simplify opcode selection.
511
512 2010-07-02  DJ Delorie  <dj@redhat.com>
513
514         * config/tc-rx.h (md_do_align): New.
515         (MAX_MEM_FOR_RS_ALIGN_CODE): New.
516         * config/tc-rx.c (nops): New.
517         (rx_handle_align): Use various sized nops to align code.
518
519         * config/tc-rx.c (rx_bytesT): Add grown/shrank counters for
520         relaxation.
521         (rx_relax_frag): Prevent infinite loops of grow/shrink/grow/etc.
522
523 2010-07-01  H.J. Lu  <hongjiu.lu@intel.com>
524
525         AVX Programming Reference (June, 2010)
526         * config/tc-i386.c (cpu_arch): Add .xsaveopt, .fsgsbase, .rdrnd
527         and .f16c.
528
529         * doc/c-i386.texi: Document xsaveopt, fsgsbase, rdrnd and f16c.
530
531 2010-07-01  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
532
533         * config/tc-arm.c (do_t_mov_cmp): Fix reporting of unpredictable and
534         deprecated mov register instructions.
535
536 2010-07-01  Alan Modra  <amodra@gmail.com>
537
538         * config/tc-ppc.c (toc_reloc_types): New variable.
539         (md_assemble): Set it.
540         (ppc_frob_file_before_adjust): Don't warn about toc section size
541         if we have large toc relocs and no small toc relocs.
542
543 2010-06-29  Alan Modra  <amodra@gmail.com>
544
545         * config/tc-maxq.h: Delete file.
546         * config/tc-maxq.c: Delete file.
547         * Makefile.am: Remove references to maxq.
548         * configure.tgt: Likewise.
549         * config/obj-coff.h: Likewise.
550         * Makefile.in: Regenerate.
551         * configure: Regenerate.
552         * po/POTFILES.in: Regenerate.
553
554 2010-06-28  Alan Modra  <amodra@gmail.com>
555
556         * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.
557         * config/tc-crx.c (gettrap): Constify arg.
558         (handle_LoadStor, get_cinv_parameters): Likewise.
559         (getreg_image): Fix enum warning
560         (md_assemble): Restore input line char.
561         * config/tc-hppa.c (tc_gen_reloc): Fix enum warning.
562         * config/tc-i960.c (mem_fmt): Rename var to fix shadow warning.
563         * config/tc-sh.c (sh_fdpic): Only define when OBJ_ELF.
564         (build_Mytes): Fix build failure for non-elf targets.
565         * config/tc-tic4x.c (tic4x_eval): Restore terminator char.
566         * config/tc-xtensa.c (xtensa_end_directive): Fix switch enum warning.
567
568         * cgen.c (gas_cgen_md_apply_fix): Avoid set but unused warning.
569         * ecoff.c (add_ecoff_symbol): Likewise.
570         * itbl-ops.c (append_insns_as_macros): Likewise.
571         * listing.c (debugging_pseudo): Likewise.
572         * read.c (s_mri_common, stringer): Likewise.
573         * config/obj-coff.c (coff_frob_section): Likewise.
574         * config/tc-alpha.c (emit_ldgp, s_alpha_proc): Likewise.
575         * config/tc-arm.c (my_get_expression): Likewise.
576         * config/tc-hppa.c (process_exit, pa_type_args): Likewise.
577         * config/tc-m32c.c (md_assemble): Likewise.
578         * config/tc-microblaze.c (md_convert_frag): Likewise.
579         * config/tc-mips.c (s_change_section): Likewise.
580         * config/tc-mt.c (mt_fix_adjustable): Likewise.
581         * config/tc-xtensa.c (xtensa_literal_pseudo): Likewise.
582
583         * config/obj-aout.c (obj_aout_frob_symbol): Delete set but otherwise
584         unused vars.
585         * config/tc-alpha.c (load_expression): Likewise.
586         (s_alpha_rdata, s_alpha_section, s_alpha_prologue): Likewise.
587         * config/tc-arm.c (parse_neon_el_struct_list): Likewise.
588         * config/tc-avr.c (extract_word): Likewise.
589         * config/tc-cris.c (cris_get_expression): Likewise.
590         * config/tc-d30v.c (build_insn, find_format): Likewise.
591         * config/tc-dlx.c (machine_ip): Likewise.
592         * config/tc-hppa.c (pa_get_absolute_expression): Likewise.
593         * config/tc-i370.c (md_assemble): Likewise.
594         * config/tc-i960.c (brtab_emit): Likewise.
595         * config/tc-iq2000.c (s_iq2000_ent): Likewise.
596         * config/tc-m32c.c (md_convert_frag): Likewise.
597         * config/tc-m68hc11.c (fixup24, build_jump_insn): Likewise.
598         (md_estimate_size_before_relax, md_apply_fix): Likewise.
599         * config/tc-m68k.c (md_show_usage): Likewise.
600         * config/tc-microblaze.c (microblaze_s_lcomm): Likewise.
601         * config/tc-mips.c (s_mips_end): Likewise.
602         * config/tc-mmix.c (mmix_byte, mmix_cons): Likewise.
603         * config/tc-mn10300.c (md_assemble): Likewise.
604         * config/tc-msp430.c (extract_word): Likewise.
605         * config/tc-mt.c (md_assemble): Likewise.
606         * config/tc-or32.c (machine_ip): Likewise.
607         * config/tc-pj.c (md_apply_fix): Likewise.
608         * config/tc-s390.c (md_gather_operands): Likewise.
609         * config/tc-sh.c (sh_cons_align): Likewise.
610         * config/tc-sparc.c (sparc_cons_align): Likewise.
611         * config/tc-tic4x.c (tic4x_sect): Likewise.
612         * config/tc-tic54x.c (tic54x_stringer): Likewise.
613         * config/tc-vax.c (vip_op): Likewise.
614         * config/tc-xstormy16.c (xstormy16_cons_fix_new): Likewise.
615         * config/tc-xtensa.c (md_assemble): Likewise.
616         (xtensa_fix_short_loop_frags, convert_frag_immed): Likewise.
617         (xtensa_move_literals): Likewise.
618
619 2010-06-28  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
620
621         * config/tc-arm.c (parse_neon_alignment): New function.
622         (parse_address_main): Fix Neon load/store alignment parsing.
623
624 2010-06-22  Jan Beulich  <jbeulich@novell.com>
625
626         * config/tc-i386-intel.c (i386_intel_parse_name): Handle pseudo
627         symbols named "$".
628         (i386_intel_operand): Remove bogus handling of pseudo symbols
629         named "$".
630         * expr.c (current_location): Remove 'static' and local
631         declaration.
632         * expr.h (current_location): Declare.
633
634 2010-06-21  Sterling Augustine  <sterling@tensilica.com>
635
636         PR gas/11728
637         * as.c: Globalize keep_it.
638         (main): Remove keep_it. Move conditional from here...
639         (close_output_file): ...to here.
640
641 2010-06-21  Andreas Schwab  <schwab@redhat.com>
642
643         * doc/as.texinfo (Overview): Use @itemx for grouped @table
644         items.
645         * doc/c-alpha.texi (Alpha Options): Likewise.
646         * doc/c-arm.texi (ARM Directives): Likewise.
647         * doc/c-bfin.texi (Blackfin Options): Likewise.
648         * doc/c-d10v.texi (D10V-Opts): Likewise.
649         * doc/c-i386.texi (i386-Options): Likewise.
650         * doc/c-ia64.texi (IA-64 Options): Likewise.
651         * doc/c-m68k.texi (M68K-Opts): Likewise.
652         * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
653         * doc/internals.texi (Symbols): Likewise.
654
655 2010-06-21  Alan Modra  <amodra@gmail.com>
656
657         PR gas/11733
658         * config/tc-sh.c (find_cooked_opcode): Correct array bounds check.
659
660 2010-06-18  Joseph Myers  <joseph@codesourcery.com>
661
662         * config/tc-tic6x.h (tic6x_segment_info_type): Add field
663         func_units_used.
664         * config/tc-tic6x.c (tic6x_cons_align: Clear func_units_used.
665         (md_assemble): Clear func_units_used for new execute packet.
666         Check for duplicate functional units and update func_units_used
667         for instructions using a functional unit.
668
669 2010-06-15  Joseph Myers  <joseph@codesourcery.com>
670
671         * config/tc-tic6x.c: Include elf/tic6x.h.
672         (tic6x_arch_attribute, tic6x_seen_insns): New.
673         (tic6x_arch_table, tic6x_arches): Add attribute values.
674         (tic6x_use_arch): Handle attribute settings.
675         (tic6x_attributes_set_explicitly, s_tic6x_c6xabi_attribute,
676         tic6x_attribute_table, tic6x_attributes,
677         tic6x_convert_symbolic_attribute): New.
678         (md_pseudo_table): Add c6xabi_attribute.
679         (md_assemble): Set tic6x_seen_insns and tic6x_arch_attribute.
680         (tic6x_set_attribute_int, tic6x_set_attributes): New.
681         (tic6x_end): Call tic6x_set_attributes.
682         * config/tc-tic6x.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define.
683         (tic6x_convert_symbolic_attribute): Declare.
684
685 2010-06-14  Alan Modra  <amodra@gmail.com>
686
687         * config/tc-ppc.c (md_assemble): Emit APUinfo section for
688         PPC_OPCODE_E500.
689
690 2010-06-11  Jan Beulich  <jbeulich@novell.com>
691
692         * config/tc-i386.c (md_parse_option): Ignore impossible processor
693         types.
694         (show_arch): New parameter 'check'.
695         (md_show_usage): Adjust calls to show_arch().
696
697 2010-06-10  H.J. Lu  <hongjiu.lu@intel.com>
698
699         * config/tc-i386.c (update_code_flag): New.
700         (set_code_flag): Use it.
701         (i386_target_format): Replace set_code_flag with update_code_flag.
702
703 2010-06-10  Tristan Gingold  <gingold@adacore.com>
704
705         * config/obj-som.h: Includes som/reloc.h
706
707 2010-06-10  Jan Beulich  <jbeulich@novell.com>
708
709         * config/tc-i386.c (cpu_arch): Add comment.
710         (i386_target_format): Set cpu_arch_isa_flags and cpu_arch_tune_flags
711         from the generic entries of cpu_arch[].
712
713 2010-06-08  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
714
715         * config/tc-arm.c (operand_parse_code): Add OP_RRnpctw enum
716         value.
717         (parse_operands): Add support for OP_RRnpctw.
718         (insns): Update floating-point load/store multiples so the
719         first register is of type OP_RRnpctw.
720
721 2010-06-08  Quentin Neill  <quentin.neill@amd.com>
722
723         * config/tc-i386.c (pi): Rename local loop counter
724         variable i that shadows global static i386_insn i
725         when DEBUG386 is defined.
726         (pte) Ditto.
727
728 2010-06-08  Nick Clifton  <nickc@redhat.com>
729
730         * doc/as.texinfo: Replace abbreviated 20th century year numbers
731         with full versions.
732
733 2010-06-02  Quentin Neill  <quentin.neill@amd.com>
734
735         * config/tc-i386.c (OPTION_MAVXSCALAR): Fix define.
736
737 2010-06-02  Tristan Gingold  <gingold@adacore.com>
738
739         * as.h: Remove conditionnal definition of HAVE_STDARG_H,
740         USE_STDARG, va_alist, va_dcl, va_list, va_start, va_end.
741         Remove conditionnal inclusion of stdarg.h and varargs.h.
742         Assume ISO C.
743         * config.in: Regenerate.
744         * configure: Regenerate.
745         * configure.in: Remove stdarg.h and varargs.h from
746         AC_CHECK_HEADERS list.
747         * messages.c (as_tsktsk): Remove non ISO C version.
748         (as_warn, as_warn_where, as_bad, as_bad_where, as_fatal): Ditto.
749
750 2010-05-31  Tristan Gingold  <gingold@adacore.com>
751
752         * config/tc-alpha.c: Add comments for evax.
753         * config/obj-evax.c: Ditto.
754
755 2010-05-28  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
756
757         * config/tc-arm.c (do_t_mov_cmp): In unified syntax encode movs as
758         lsls and not adds.
759
760 2010-05-27  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
761
762         * config/tc-arm.c (encode_thumb2_ldmstm): Make warning about
763         writeback when base register is in register list an error, and
764         correct check.
765         (do_t_ldmstm): Change warnings.
766
767 2010-05-26  Catherine Moore  <clm@codesourcery.com>
768
769         * config/tc-mips.c (is_opcode_valid): Remove expansionp.
770         (macro_build): Change invocation of is_opcode_valid.
771         (mips_ip): Likewise.
772
773 2010-05-25  Nick Clifton  <nickc@redhat.com>
774
775         * Makefile.am (MOSTLYCLEANFILES): Fix typo.
776         * Makefile.in: Regenerate.
777
778 2010-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
779             Joseph Myers  <joseph@codesourcery.com>
780             Andrew Stubbs  <ams@codesourcery.com>
781
782         * config/tc-sh.c (sh_fdpic): New.
783         (sh_check_fixup): Handle relocations on movi20.
784         (parse_exp): Do not reject PIC operators here.
785         (build_Mytes): Check for unhandled PIC operators here.  Use
786         sh_check_fixup for movi20.
787         (enum options): Add OPTION_FDPIC.
788         (md_longopts, md_parse_option, md_show_usage): Add --fdpic.
789         (sh_fix_adjustable, md_apply_fix): Handle FDPIC and movi20 relocations.
790         (sh_elf_final_processing): Handle --fdpic.
791         (sh_uclinux_target_format): New.
792         (sh_parse_name): Handle FDPIC relocation operators.
793         * config/tc-sh.h (TARGET_FORMAT): Define specially for TE_UCLINUX.
794         (sh_uclinux_target_format): Declare for TE_UCLINUX.
795         * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): Set
796         em=uclinux.
797         * doc/c-sh.texi (SH Options): Document --fdpic.
798
799 2010-05-25  Jay Krell  <jay.krell@cornell.edu>
800
801         PR ld/11621
802         * Makefile.am: Replace all occurences of .o with .@OBJEXT@
803         * Makefile.in: Regenerate.
804
805 2010-05-25  Alan Modra  <amodra@gmail.com>
806
807         * config/tc-ppc.c (ppc_section_flags): Add ATTRIBUTE_UNUSED to "attr".
808
809 2010-05-19  Nick Clifton  <nickc@redhat.com>
810
811         * config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list
812         of known section prefixes.
813
814 2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>
815
816         PR gas/11600
817         * obj-elf.c (obj_elf_change_section): Handle SHF_EXCLUDE.
818         (obj_elf_parse_section_letters): Likewise.
819         (obj_elf_section_word): Likewise.
820
821         * config/tc-ppc.c (ppc_section_letter): Removed.
822         (ppc_section_word): Likewise.
823         * config/tc-ppc.h (ppc_section_letter): Likewise.
824         (ppc_section_word): Likewise.
825         (md_elf_section_letter): Likewise.
826         (md_elf_section_word): Likewise.
827
828         * doc/as.texinfo: Document `e' and `#exclude'.
829
830 2010-05-13  Nathan Sidwell  <nathan@codesourcery.com>
831
832         * config/tc-arm.c (md_assemble): Clarify current mode in error
833         messages about unsupported instructions.
834         (UT): Delete #define.
835         (insns): Adjust cbnz, cbz appropriately.
836
837 2010-05-11  Andrew Stubbs  <ams@codesourcery.com>
838
839         * config/tc-arm.c (aeabi_set_public_attributes): Set Tag_DIV_use.
840
841 2010-05-11  Jie Zhang  <jie@codesourcery.com>
842
843         * config/tc-arm.c (aeabi_set_public_attributes): Set
844         Tag_ABI_HardFP_use to 1 if a single precision FPU is selected.
845
846 2010-05-07  Tristan Gingold  <gingold@adacore.com>
847
848         * Makefile.in: Regenerate with automake 1.11.1.
849         * aclocal.m4: Ditto.
850         * doc/Makefile.in: Ditto.
851
852 2010-05-05  Nick Clifton  <nickc@redhat.com>
853
854         * po/es.po: Updated Spanish translation.
855
856 2010-05-05  Julian Brown  <julian@codesourcery.com>
857
858         * read.c (cons_worker): Detect and reject unexpected string argument.
859
860 2010-05-04  Nick Clifton  <nickc@redhat.com>
861
862         * write.c (fixup_segment): Revert previous delta.
863         * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Also force the
864         generation of relocations for fixups against weak symbols.
865
866 2010-04-29  Nathan Sidwell  <nathan@codesourcery.com>
867
868         * write.c (fixup_segment): Do not assume we know the section a
869         defined weak symbol is in.
870         * config/tc-arm.c (relax_adr, relax_branch, md_apply_fix): Treat
871         weak symbols as not known to be in the same section, even if they
872         are defined.
873
874 2010-04-27  Joseph Myers  <joseph@codesourcery.com>
875
876         * config/tc-tic6x.h (tic6x_label_list): New.
877         (tic6x_segment_info_type): Keep a list of labels and a current
878         frag instead of a boolean for whether labels seen and a count of
879         instructions.
880         (tic6x_frag_info, TC_FRAG_TYPE, TC_FRAG_INIT, tic6x_frag_init,
881         md_do_align, tic6x_do_align, md_end, tic6x_end): New.
882         * config/tc-tic6x.c (tic6x_frob_label): Put label on list.
883         (tic6x_cleanup): Correct comment.
884         (tic6x_free_label_list): New.
885         (tic6x_cons_align): Free label list and update for
886         tic6x_segment_info_type changes.
887         (tic6x_do_align): New.
888         (md_assemble): Handle list of labels and saved frag for execute
889         packet.  Create machine-dependent frag for new execute packet and
890         adjust labels accordingly.
891         (tic6x_adjust_section, tic6x_frag_init, tic6x_end): New.
892         (md_convert_frag, md_estimate_size_before_relax): Update comments.
893
894 2010-04-24  H.J. Lu  <hongjiu.lu@intel.com>
895
896         PR gas/11535
897         * config/tc-i386-intel.c (intel_state): Add is_indirect.
898         (i386_intel_operand): Initialize intel_state.is_indirect.  Check
899         intel_state.is_indirect for "call|jmp [symbol]".
900
901 2010-04-22  Nick Clifton  <nickc@redhat.com>
902
903         * po/gas.pot: Updated by the Translation project.
904
905 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
906
907         * config/tc-i386.c (i386_is_register): Removed.
908         (x86_cons): Don't use i386_is_register.
909         (parse_register): Likewise.
910         * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
911         (i386_intel_operand): Likewise.
912
913 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
914
915         * config/tc-i386.c (tc_x86_parse_to_dw2regnum): Don't use
916         i386_is_register.
917
918 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
919
920         * config/tc-i386.c (i386_is_register): Remove is_intel_syntax.
921         (x86_cons): Updated.
922         (parse_register): Likewise.
923         (tc_x86_parse_to_dw2regnum): Likewise.
924         * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
925         (i386_intel_operand): Likewise.
926
927 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
928
929         PR gas/11509
930         * config/tc-i386-intel.c (i386_intel_simplify_register): New.
931         (i386_intel_simplify): Use i386_is_register and
932         i386_intel_simplify_register. Set X_md for O_register and
933         check X_md for O_constant.
934         (i386_intel_operand): Use i386_is_register.
935
936         * config/tc-i386.c (i386_is_register): New.
937         (x86_cons): Initialize the X_md field.  Use i386_is_register.
938         (parse_register): Use i386_is_register.
939         (tc_x86_parse_to_dw2regnum): Likewise.
940
941 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
942
943         * expr.c (expr): Initialize the X_md field.
944
945 2010-04-20  Joseph Myers  <joseph@codesourcery.com>
946
947         * config/tc-tic6x.c (OPTION_MGENERATE_REL): New.
948         (md_longopts): Add -mgenerate-rel.
949         (tic6x_generate_rela): New.
950         (md_parse_option): Handle -mgenerate-rel.
951         (md_show_usage): Add comment that -mgenerate-rel is undocumented.
952         (tic6x_init_after_args): New.
953         (md_apply_fix): Correct shift calculations for SB-relative
954         relocations.
955         (md_pcrel_from): Change to tic6x_pcrel_from_section.  Do not
956         adjust addresses for relocations referencing symbols in other
957         sections.
958         (tc_gen_reloc): Adjust addend calculations for REL relocations.
959         * config/tc-tic6x.h (MD_PCREL_FROM_SECTION,
960         tic6x_pcrel_from_section, tc_init_after_args,
961         tic6x_init_after_args): New.
962
963 2010-04-20  Nick Clifton  <nickc@redhat.com>
964
965         PR gas/11507
966         * macro.c (macro_expand_body): Do not treat LOCAL as a keyword in
967         altmacro mode if found inside a quoted string.
968
969 2010-04-20  Mike Frysinger  <vapier@gentoo.org>
970
971         * config/bfin-lex.l (parse_int): Change index() to strchr().
972
973 2010-04-16  Nick Clifton  <nickc@redhat.com>
974
975         PR gas/11395
976         * config/tc-hppa.c (pa_ip): Do not allow 64-bit add condition
977         matcher to accept and unconditional 32-bit add instruction.
978         (pa_build_unwind_subspace): Cope with error conditions not
979         allowing the start symbol to be set.
980
981 2010-04-15  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
982
983         * config/tc-arm.c (arm_convert_symbolic_attribute): Add support for
984         new tag names in v2.08 of ARM ABI.
985         * doc/c-arm.texi: Document new tag names in ABI.
986
987 2010-04-14  Tristan Gingold  <gingold@adacore.com>
988
989         * config/tc-alpha.c: Includes vms/egps.h on EVAX.
990         (s_alpha_comm): Used new EGPS macros from egps.h
991         (RGPS__V_NO_SHIFT, EGPS__V_MASK): New local macros.
992         (s_alpha_section_word): Add comments.  Use new EGPS macros.
993         Adjust for modified bfd_vms_set_section_flags function.
994
995 2010-04-10  Alan Modra  <amodra@gmail.com>
996
997         PR gas/11486
998         * config/tc-ppc.c (ppc_elf_cons): Clear frag contents.
999
1000 2010-04-09  Nick Clifton  <nickc@redhat.com>
1001
1002         * as.c (create_obj_attrs_section): Remove unused variable addr.
1003         * listing.c (listing_listing): Remove unused variable message.
1004         * read.c: Remove unnecessary register type qualifiers.
1005         (s_mri): Only define/use old_flag variable if MRI_MODE_CHANGE is
1006         defined.
1007
1008 2010-04-07  Eric B. Weddington  <eric.weddington@atmel.com>
1009
1010         * config/tc-avr.c (mcu_types): Add support for atmega16a, atmega168a,
1011         atmega164a, atmega165a, atmega169a, atmega169pa, atmega16hva2,
1012         atmega324a, atmega324pa, atmega325a, atmega3250a, atmega328,
1013         atmega329a, atmega329pa, atmega3290a, atmega48a, atmega644a,
1014         atmega645a, atmega645p, atmega6450a, atmega6450p, atmega649a,
1015         atmega649p, atmega6490a, atmega6490p, atmega64hve, atmega88a,
1016         atmega88pa, attiny461a, attiny84a, m3000.
1017         Remove support for atmega8m1, atmega8c1, atmega16c1, atmega4hvd,
1018         atmega8hvd, attiny327, m3000f, m3000s, m3001b.
1019         * doc/c-avr.texi: Same.
1020
1021 2010-04-07  Jie Zhang  <jie@codesourcery.com>
1022
1023         * config/tc-arm.c (make_mapping_symbol): Handle the case
1024         that multiple mapping symbols have the same value 0.
1025
1026 2010-04-07  Alan Modra  <amodra@gmail.com>
1027
1028         * configure: Regenerate.
1029
1030 2010-04-06  Nick Clifton  <nickc@redhat.com>
1031
1032         * po/ru.po: New Russian translation.
1033         * configure.in (ALL_LINGUAS): Add ru.
1034         * configure: Regenerate.
1035
1036 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1037
1038         PR gas/11456
1039         * input-scrub.c (input_scrub_next_buffer): Use memmove instead
1040         of memcpy to copy overlap memory.
1041
1042 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
1043
1044         * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
1045         (TARGET_CPU_HFILES): Add config/tc-tic6x.h.
1046         * Makefile.in: Regenerate.
1047         * NEWS: Add news entry for TI C6X support.
1048         * app.c (do_scrub_chars): Handle "||^" for TI C6X.  Handle
1049         TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR.  Keep spaces in
1050         operands if TC_KEEP_OPERAND_SPACES.
1051         * configure.tgt (tic6x-*-*): New.
1052         * config/tc-ia64.h (TC_PREDICATE_START_CHAR,
1053         TC_PREDICATE_END_CHAR): Define.
1054         * config/tc-tic6x.c, config/tc-tic6x.h: New.
1055         * doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
1056         * doc/Makefile.in: Regenerate.
1057         * doc/all.texi (TIC6X): Define.
1058         * doc/as.texinfo: Add TI C6X documentation.  Include c-tic6x.texi.
1059         * doc/c-tic6x.texi: New.
1060
1061 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
1062
1063         * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
1064
1065 2010-03-21  H.J. Lu  <hongjiu.lu@intel.com>
1066
1067         * config/tc-i386.c (i386_error): Replace oprand_size_mismatch
1068         with operand_size_mismatch.
1069         (operand_size_match): Updated.
1070         (match_template): Likewise.
1071
1072 2010-03-21  H.J. Lu  <hongjiu.lu@intel.com>
1073
1074         * config/tc-i386.c (i386_error): New.
1075         (_i386_insn): Replace err_msg with error.
1076         (operand_size_match): Set error instead of err_msg on failure.
1077         (operand_type_match): Likewise.
1078         (operand_type_register_match): Likewise.
1079         (VEX_check_operands): Likewise.
1080         (match_template): Likewise.  Use error instead of err_msg with
1081         as_bad.
1082
1083 2010-03-19  Jie Zhang  <jie@codesourcery.com>
1084
1085         * config/tc-arm.c (make_mapping_symbol): Hanle the case
1086         that two mapping symbols have the same value.
1087
1088 2010-03-18  Daniel Jacobowitz  <dan@codesourcery.com>
1089
1090         * doc/c-arm.texi (.setfp): Correct example.
1091
1092 2010-03-18  Wei Guozhi  <carrot@google.com>
1093
1094         PR gas/11323
1095         * config/tc-arm.c (reloc_names): New relocation names.
1096         (md_apply_fix): New case for BFD_RELOC_ARM_GOT_PREL.
1097         (tc_gen_reloc): New case for BFD_RELOC_ARM_GOT_PREL.
1098         * doc/c-arm.texi (ARM-Relocations): Document the new relocation.
1099
1100 2010-03-15  Thomas Schwinge  <thomas@codesourcery.com>
1101
1102         * dw2gencfi.c (output_cie): Consider emitting the S augmentation in all
1103         cases, and not only for .eh_frame.
1104
1105         * dw2gencfi.c (output_cie): Make it more explicit which code paths
1106         belong to .eh_frame only.
1107
1108 2010-03-13  Segher Boessenkool  <segher@kernel.crashing.org>
1109
1110         * config/tc-v850.c (v850_insert_operand): Handle out-of-range
1111         assembler constants on 64-bit hosts.
1112
1113 2010-03-10  Mike Frysinger  <michael.frysinger@analog.com>
1114
1115         * bfin-defs.h, bfin-lex.l, bfin-parse.y, tc-bfin.c, tc-bfin.h:
1116         Strip trailing whitespace.
1117
1118 2010-03-10  Mike Frysinger  <michael.frysinger@analog.com>
1119
1120         * doc/c-bfin.texi (-mcpu): Add bf504 and bf506.
1121         * config/tc-bfin.c (bfin_cpu_type): Add BFIN_CPU_BF504 and
1122         BFIN_CPU_BF506.
1123         (bfin_cpus[]): Add 0.0 for bf504 and bf506.
1124
1125 2010-03-10  Jie Zhang  <jie@codesourcery.com>
1126
1127         * doc/as.texinfo: Add Blackfin options.
1128         * doc/c-bfin.texi: Document -mfdpic, -mno-fdpic and -mnopic.
1129         * config/tc-bfin.c (md_show_usage): Show usage for all
1130         Blackfin specific options.
1131
1132 2010-03-09  Alan Modra  <amodra@gmail.com>
1133
1134         PR gas/11356
1135         * listing.c (listing_newline): Correct backslash quote logic.
1136
1137 2010-03-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1138
1139         * config/tc-i386.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define.
1140         (ELF_TARGET_FORMAT64): Define.
1141
1142 2010-03-05  Paul Brook  <paul@codesourcery.com>
1143
1144         * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
1145
1146 2010-03-02  Andrew Stubbs  <ams@codesourcery.com>
1147
1148         * config/tc-sh.c (get_specific): Move overflow checking code to avoid
1149         reading uninitialized data.
1150
1151 2010-03-01  Tristan Gingold  <gingold@adacore.com>
1152
1153         * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.
1154
1155 2010-02-26  Doug Evans  <dje@sebabeach.org>
1156
1157         * configure.tgt: Fix mep cpu case.
1158
1159 2010-02-26  Jie Zhang  <jie@codesourcery.com>
1160
1161         * config/tc-arm.c (do_t_strexd): Remove
1162         operand[1] != operand[2] contraint.
1163
1164 2010-02-26  Jie Zhang  <jie@codesourcery.com>
1165
1166         * config/tc-arm.c (neon_select_shape): No need to match
1167         the remaining operands in the shape when one operand does
1168         not match.
1169
1170 2010-02-26  Jie Zhang  <jie@codesourcery.com>
1171
1172         * config/tc-arm.c (do_neon_ld_st_interleave): Reject bad
1173         alignment.
1174
1175 2010-02-25  Doug Evans  <dje@sebabeach.org>
1176
1177         * cgen.c: Whitespace fixes.
1178         (weak_operand_overflow_check): Formatting fix.
1179
1180 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
1181
1182         * config/tc-i386.c (match_template): Update error messages.
1183
1184 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
1185
1186         * config/tc-i386.c (_i386_insn): Add err_msg.
1187         (operand_size_match): Set err_msg on failure.
1188         (operand_type_match): Likewise.
1189         (operand_type_register_match): Likewise.
1190         (VEX_check_operands): Likewise.
1191         (match_template): Likewise.  Use i.err_msg with as_bad.
1192
1193 2010-02-25  Wu Zhangjin <wuzhangjin@gmail.com>
1194
1195         * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
1196         mips_fix_loongson2f_jump): New variables.
1197         (md_longopts): Add New options -mfix-loongson2f-nop/jump,
1198         -mno-fix-loongson2f-nop/jump.
1199         (md_parse_option): Initialize variables via above options.
1200         (options): New enums for the above options.
1201         (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN.
1202         (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump):
1203         New functions.
1204         (append_insn): call fix_loongson2f().
1205         (mips_handle_align): Replace the implicit nops.
1206         * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified
1207         for the new mips_handle_align().
1208         * doc/c-mips.texi: Document the new options.
1209
1210 2010-02-23  Daniel Gutson  <dgutson@codesourcery.com>
1211
1212         * config/tc-arm.c (do_rd_rm_rn): Added warning
1213         for obsolete insns.
1214
1215 2010-02-23  Andrew Zabolotny  <anpaza@mail.ru>
1216
1217         PR binutils/11297
1218         * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8.
1219         (avr_cons_fix_new): Handle fixups of a single byte.
1220
1221 2010-02-22  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1222
1223         PR 9861
1224         * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
1225         compiler's predefines.
1226
1227 2010-02-19  Alan Modra  <amodra@gmail.com>
1228
1229         * configure.tgt: Whiltespace.  Sort moxie entry.
1230
1231 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1232
1233         * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
1234         * doc/c-arm.texi: Likewise.
1235
1236 2010-02-12  Daniel Gutson <dgutson@codesourcery.com>
1237
1238         * config/tc-arm.c (asm_opcode): operands type
1239         change.
1240         (BAD_PC_ADDRESSING): New macro message.
1241         (BAD_PC_WRITEBACK): Likewise.
1242         (MIX_ARM_THUMB_OPERANDS): New macro.
1243         (operand_parse_code): Added enum values.
1244         (parse_operands): Added thumb/arm distinction,
1245         plus new enum values handling.
1246         (encode_arm_addr_mode_2): Validations enhanced.
1247         (encode_arm_addr_mode_3): Likewise.
1248         (do_rm_rd_rn): Likewise.
1249         (encode_thumb32_addr_mode): Likewise.
1250         (do_t_ldrex): Likewise.
1251         (do_t_ldst): Likewise.
1252         (do_t_strex): Likewise.
1253         (md_assemble): Call parse_operands with
1254         a new parameter.
1255         (OPS_1): New macro.
1256         (OPS_2): Likewise.
1257         (OPS_3): Likewise.
1258         (OPS_4): Likewise.
1259         (OPS_5): Likewise.
1260         (OPS_6): Likewise.
1261         (insns): Updated insns operands.
1262
1263 2010-02-12  Tristan Gingold  <gingold@adacore.com>
1264             Douglas B Rupp  <rupp@gnat.com>
1265
1266         * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
1267         (DUMMY_RELOC_IA64_SLOTCOUNT): Added.
1268         (pseudo_func): Add an entry for slotcount.
1269         (md_begin): Initialize slotcount pseudo symbol.
1270         (ia64_parse_name): Handle @slotcount parameter.
1271         (ia64_gen_real_reloc_type): Handle slotcount.
1272         (md_apply_fix): Ditto.
1273         * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
1274
1275 2010-02-11  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
1276
1277         * config/tc-xtensa.c (istack_init): Don't call memset.
1278
1279 2010-02-11  Sterling Augustine  <sterling@tensilica.com>
1280
1281         * config/tc-xtensa.c (cache_literal_section): Handle prefixes as
1282         well as suffixes.
1283
1284 2010-02-11  Sterling Augustine  <sterling@tensilica.com>
1285
1286         * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
1287
1288 2010-02-11  H.J. Lu  <hongjiu.lu@intel.com>
1289
1290         * config/tc-i386.c (build_modrm_byte): Reformat.
1291
1292 2010-02-11  H.J. Lu  <hongjiu.lu@intel.com>
1293
1294         * config/tc-i386.c: Update copyright.
1295
1296 2010-02-10  Quentin Neill  <quentin.neill@amd.com>
1297             Sebastian Pop  <sebastian.pop@amd.com>
1298
1299         * config/tc-i386.c (vec_imm4) New operand type.
1300         (fits_in_imm4): New.
1301         (VEX_check_operands): New.
1302         (check_reverse): Call VEX_check_operands.
1303         (build_modrm_byte): Reintroduce code for 5
1304         operand insns.  Fix whitespace.
1305
1306 2010-02-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
1307
1308         * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
1309         -mpwr6 and -mpwr7.
1310
1311 2010-02-09  Sterling Augustine  <sterling@tensilica.com>
1312
1313         * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
1314         (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
1315         (xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
1316
1317 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
1318
1319         * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
1320         non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
1321         BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
1322         BFD_RELOC_ARM_PCREL_CALL)
1323
1324 2010-02-08  Sterling Augustine  <sterling@tensilica.com>
1325
1326         * config/tc-xtensa.c (frag_format_size): Generalize logic to
1327         handle more instruction sizes and fetch widths.
1328         (branch_align_power): Likewise.
1329         (text_align_power): Likewise.
1330         (bytes_to_stretch): Likewise.
1331
1332 2010-02-08  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
1333
1334         * config/tc-ppc.c (md_show_usage): Mention -mtitan.  Don't use tabs.
1335         (ppc_mach): Handle titan.
1336         * doc/c-ppc.texi: Mention -mtitan.
1337
1338 2010-02-05  Sterling Augustine  <sterling@tensilica.com>
1339
1340         * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
1341         replace with...
1342         (xtensa_fetch_width) ...this.
1343
1344 2010-02-05  Joseph Myers  <joseph@codesourcery.com>
1345
1346         * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
1347         MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
1348         * Makefile.in: Regenerate.
1349
1350 2010-02-03  Quentin Neill  <quentin.neill@amd.com>
1351
1352         * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
1353         (i386_align_code): Rename  PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
1354         * config/tc-i386.h (processor_type): Same.
1355         * doc/c-i386.texi: Change amdfam15 to bdver1.
1356
1357 2010-01-29  Nick Clifton  <nickc@redhat.com>
1358
1359         PR 11136
1360         * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
1361         NS_NULL.
1362
1363 2010-01-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1364
1365         * NEWS: Mention new feature.
1366         * config/obj-coff.c (obj_coff_section): Accept digits and use
1367         to override default section alignment power if specified.
1368         * doc/as.texinfo (.section directive): Update documentation.
1369
1370 2010-01-27  H.J. Lu  <hongjiu.lu@intel.com>
1371
1372         * config/tc-i386.c (avxscalar): New.
1373         (OPTION_MAVXSCALAR): Likewise.
1374         (build_vex_prefix): Select vector_length for scalar instructions
1375         based on avxscalar.
1376         (md_longopts): Add OPTION_MAVXSCALAR.
1377         (md_parse_option): Handle OPTION_MAVXSCALAR.
1378         (md_show_usage): Add -mavxscalar=.
1379
1380         * doc/c-i386.texi: Document -mavxscalar=.
1381
1382 2010-01-24  H.J. Lu  <hongjiu.lu@intel.com>
1383
1384         * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
1385         0xc4 individually.
1386
1387 2010-01-23  Richard Sandiford  <r.sandiford@uk.ibm.com>
1388
1389         * write.h (fix_at_start): Declare.
1390         * write.c (fix_new_internal): Add at_beginning parameter.
1391         Use it instead of REVERSE_SORT_RELOCS.  Fix the handling of
1392         seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
1393         (fix_new, fix_new_exp): Update accordingly.
1394         (fix_at_start): New function.
1395         * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
1396         (ppc_ref): New function, for OBJ_XCOFF.
1397         (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
1398         * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
1399
1400 2010-01-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1401
1402         * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
1403         on 64-bit Solaris/x86.
1404         Include obj-format.h earlier.
1405
1406 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1407
1408         * config/tc-s390.c (s390_elf_final_processing): New function.
1409         * config/tc-s390.h (elf_tc_final_processing): New macro definition.
1410         (s390_elf_final_processing): Added prototype.
1411
1412
1413 2010-01-20  Nick Clifton  <nickc@redhat.com>
1414
1415         PR 11109
1416         * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1.  Add
1417         code to handle round-to-zero for VCVT conversions.
1418         (do_neon_cvt): New.  Call do_neon_cvt_1.
1419         (do_neon_cvtr): New.  Call do_neon_cvt_1.
1420         (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
1421         insn.
1422
1423 2010-01-18  Tristan Gingold  <gingold@adacore.com>
1424
1425         * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
1426
1427 2010-01-15  Sebastian Pop  <sebastian.pop@amd.com>
1428
1429         * config/tc-i386.c (md_assemble): Before accessing the IMM field
1430         check that it's not an XOP insn.
1431
1432 2010-01-14  Jie Zhang  <jie.zhang@analog.com>
1433
1434         * config/bfin-aux.h: Remove argument names in function
1435         declarations.
1436         * config/bfin-lex.l (parse_int): Fix shadowed variable name
1437         warning.
1438         * config/bfin-parse.y (value_match): Remove argument names
1439         in declaration.
1440         (notethat): Likewise.
1441         (yyerror): Likewise.
1442
1443 2010-01-13  Daniel Jacobowitz  <dan@codesourcery.com>
1444
1445         * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
1446
1447 2010-01-13  Nick Clifton  <nickc@redhat.com>
1448
1449         * config/tc-h8300.c (h8300_elf_section): New function - issue a
1450         warning message if a new section is created without setting any
1451         attributes for it.
1452         (md_pseudo_table): Intercept section creation pseudos.
1453         (md_pcrel_from): Replace abort with an error message.
1454         * config/obj-elf.c (obj_elf_section_name): Export this function.
1455         * config/obj-elf.h (obj_elf_section_name): Prototype.
1456
1457 2010-01-12  Alan Modra  <amodra@gmail.com>
1458
1459         PR 11122
1460         * listing.c (print_source): Add one to line number.
1461
1462 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1463
1464         * Makefile.in: Regenerate.
1465         * configure: Regenerate.
1466         * doc/Makefile.in: Regenerate.
1467
1468 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
1469
1470         * version.c (parse_args): Change to "Copyright 2010".
1471
1472 2010-01-06  Quentin Neill  <quentin.neill@amd.com>
1473
1474         * config/tc-i386.c (cpu_arch): Add amdfam15.
1475         (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
1476         * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
1477         * doc/c-i386.texi: Add amdfam15.
1478
1479 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
1480
1481         * config/tc-arm.c (do_neon_logic): Accept imm value
1482         in the third operand too.
1483         (operand_parse_code): OP_RNDQ_IMVNb renamed to
1484         OP_RNDQ_Ibig.
1485         (parse_operands): OP_NILO case removed, applied renaming.
1486         (insns): Neon shape changed for some logic instructions.
1487
1488 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
1489
1490         * config/tc-arm.c (do_neon_ldx_stx): Added
1491         validation for vector load/store insns.
1492
1493 2010-01-04  Edmar Wienskoski  <edmar@freescale.com>
1494
1495         * config/tc-ppc.c (md_show_usage): Document -me500mc64.
1496
1497 2010-01-03  Daniel Gutson  <dgutson@codesourcery.com>
1498
1499         * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
1500         (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
1501         (NEON_ENCODE): New macro.
1502         (check_neon_suffixes): New macro.
1503         (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
1504         (do_vfp_nsyn_opcode): Likewise.
1505         (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
1506         (do_vfp_nsyn_cmp): Likewise.
1507         (do_neon_shl_imm): Likewise.
1508         (do_neon_qshl_imm): Likewise.
1509         (neon_dyadic_misc): Likewise.
1510         (do_neon_mac_maybe_scalar): Likewise.
1511         (do_neon_qdmulh): Likewise.
1512         (do_neon_qmovn): Likewise.
1513         (do_neon_qmovun): Likewise.
1514         (do_neon_movn): Likewise.
1515         (neon_mac_reg_scalar_long): Likewise.
1516         (do_neon_vmull): Likewise.
1517         (do_neon_trn): Likewise.
1518         (do_neon_ldx_stx): Likewise.
1519         (neon_dp_fixup): Changed signature and set the flag.
1520         (neon_three_same): Call the above with new signature.
1521         (neon_two_same): Likewise.
1522         (neon_imm_shift): Likewise.
1523         (neon_mul_mac): Likewise.
1524         (do_neon_abs_neg): Likewise.
1525         (neon_mixed_length): Likewise.
1526         (do_neon_ext): Likewise.
1527         (do_neon_mov): Likewise.
1528         (do_neon_tbl_tbx): Likewise.
1529         (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
1530         (neon_compare): Likewise.
1531         (do_neon_shll): Likewise.
1532         (do_neon_cvt): Likewise.
1533         (do_neon_mvn): Likewise.
1534         (do_neon_dup): Likewise.
1535         (md_assemble): Call check_neon_suffixes ().
1536
1537 For older changes see ChangeLog-2009
1538 \f
1539 Local Variables:
1540 mode: change-log
1541 left-margin: 8
1542 fill-column: 74
1543 version-control: never
1544 End: