OSDN Git Service

gas/
[pf3gnuchains/pf3gnuchains4x.git] / gas / ChangeLog
1 2011-07-06  Aurelien Jarno  <aurelien@aurel32.net>
2
3         * config/tc-mips.c (append_insn): delete prev_pinfo2 and pinfo2.
4
5 2011-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
6
7         * config/tc-mips.c (gpr_read_mask, gpr_write_mask): Fix handling
8         of register 0.
9
10 2011-07-04  Maciej W. Rozycki  <macro@codesourcery.com>
11
12         * config/tc-mips.c (append_insn): Make sure DWARF-2 location
13         information is properly adjusted for branches that get swapped.
14
15 2011-07-03  Samuel Thibault  <samuel.thibault@gnu.org>
16             Thomas Schwinge  <thomas@schwinge.name>
17
18         PR binutils/12913
19         * config/obj-elf.c (obj_elf_type): Use ELFOSABI_GNU name instead of
20         ELFOSABI_LINUX alias.
21         * config/tc-ia64.c: Likewise.
22
23 2011-06-30  Paul Carroll  <pcarroll@codesourcery.com>
24
25         * config/tc-arm.c (do_t_add_sub): Only allow LSL shifts of less
26         than 4 in Thumb mode.
27
28 2011-06-30  Nick Clifton  <nickc@redhat.com>
29
30         PR gas/12848
31         * config/tc-arm.c (BAD_RANGE): New error message define.
32         (md_apply_fix): Use it.
33         Fix range check for thumb branch instructions.
34
35 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
36
37         * config/tc-mips.c (append_method): New enum.
38         (can_swap_branch_p, get_append_method): New functions.
39         (append_insn): Use get_append_method to decide how the instruction
40         should be added.
41
42 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
43
44         * config/tc-mips.c (append_insn): Remove bogus goto.
45
46 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
47
48         * config/tc-mips.c (append_insn): Always clear the history after an
49         unconditional branch.
50
51 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
52
53         * config/tc-mips.c (find_altered_mips16_opcode): New function.
54         (append_insn): Use it.
55
56 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
57
58         * config/tc-mips.c (insn_uses_reg): Delete.
59         (gpr_read_mask, gpr_write_mask): New functions.
60         (fpr_read_mask, fpr_write_mask): Likewise.
61         (insns_between, nops_for_vr4130, append_insn): Use them.
62
63 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
64
65         * config/tc-mips.c (md_mips_end): Call mips_emit_delays.
66
67 2011-06-29  Dave Martin  <dave.martin@linaro.org>
68
69         PR gas/12931
70         * config/tc-arm.c (mapping_state): When changing to ARM or THUMB
71         state set the minimum required alignment of the section.
72
73 2011-06-29  Tristan Gingold  <gingold@adacore.com>
74
75         * config/tc-i386.c (i386_mach): Convert to ISO-C.
76         (md_begin, pe_directive_secrel, md_estimate_size_before_relax): Ditto.
77         (md_convert_frag, md_apply_fix, md_undefined_symbol): Ditto.
78         (md_section_align, tc_gen_reloc): Ditto.
79
80 2011-06-28  Tristan Gingold  <gingold@adacore.com>
81
82         * config/tc-alpha.c (s_alpha_pdesc): Fix indentation. Do not
83         generate dummy fix.
84
85 2011-06-28  Tristan Gingold  <gingold@adacore.com>
86
87         * config/tc-alpha.c (load_expression): Use alloca instead of xmalloc.
88         (emit_jsrjmp): Ditto.
89         (tc_gen_reloc): Ditto.
90
91 2011-06-28  Tristan Gingold  <gingold@adacore.com>
92
93         * config/tc-alpha.c (alpha_evax_proc_hash): Remove.
94         (alpha_evax_proc_data): New variable.
95         (s_alpha_ent): Prevent nested function.  Remove has_insert call.
96         (s_alpha_pdesc): Do not call demand_empty_rest_of_line in case of
97         error.  Do not search in the hash table.  Check if match with .ent.
98         (s_alpha_name): Remove unused variable.
99         (md_begin): Remove initialization of alpha_evax_proc_hash.
100
101 2011-06-27  Tristan Gingold  <gingold@adacore.com>
102
103         * config/tc-alpha.c (add_to_link_pool): Remove basesym parameter.
104         Locally declare basesym.  Add comments.  Do not set literal_pool_size.
105         (load_expression): Adjust call to add_to_link_pool.
106         (s_alpha_pdesc): Define pdesc symbol using dot.
107         Do not set literal_pool_size.
108         (s_alpha_end): Use NULL instead of 0.
109
110 2011-06-27  Tristan Gingold  <gingold@adacore.com>
111
112         * config/obj-evax.c (evax_frob_file_before_adjust): Add comments.
113         Fix style.
114         * config/obj-evax.h (struct alpha_linkage_fixups): Remove seg
115         field.  Add comments.
116         (obj_symbol_type, object_headers, OBJ_SYMFIELD_TYPE): Remove
117
118 2011-06-26  Richard Sandiford  <rdsandiford@googlemail.com>
119
120         * config/tc-mips.c (fix_24k_record_store_info): If the previous
121         instruction was a store, and the next instructions are unknown,
122         assume the worst.
123
124 2011-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
125
126         PR gas/12915
127         * config/tc-mips.c (nops_for_vr4130, nops_for_24k, nops_for_insn)
128         (nops_for_sequence, nops_for_insn_or_target): Add ignore parameters.
129         (mips_emit_delays, start_noreorder): Update accordingly.
130         (append_insn): Likewise.  Revert original fix for this PR
131         and use the ignore parameter instead.
132
133 2011-06-24  Tristan Gingold  <gingold@adacore.com>
134
135         PR gas/11625
136         * config/obj-evax.c (evax_frob_symbol): Use as_bad instead of abort.
137
138 2011-06-24  Tristan Gingold  <gingold@adacore.com>
139
140         * config/tc-alpha.c (add_to_link_pool): Remove useless offset
141         variable.  Fix style.
142
143 2011-06-23  Richard Sandiford  <rdsandiford@googlemail.com>
144
145         PR gas/12915
146         * config/tc-mips.c (append_insn): Only consider hazards between the
147         pre-noreorder block and ip.
148
149 2011-06-21  Sameera Deshpande  <sameera.deshpande@arm.com>
150
151         * config/tc-arm.c (vfp_conv): Add check on range of immediate operand
152         in vcvt instruction between floating-point and fixed-point.
153         (operand_parse_code): Add "OP_oI32z".
154         (parse_operands): OP_oI32z case added.
155
156 2011-06-20  H.J. Lu  <hongjiu.lu@intel.com>
157
158         * configure.tgt: Revert x32 change.
159
160 2011-06-20  Nick Clifton  <nickc@redhat.com>
161
162         * doc/Makefile.am: (CPU_DOCS): Add c-xstormy16.texi.
163         * doc/Makefile.in: Regenerate.
164         * doc/all.texi: Set XSTORMY16.
165         * doc/c-xstormy16.texi: New file.
166
167 2011-06-19  H.J. Lu  <hongjiu.lu@intel.com>
168
169         * configure.tgt: Support x32.
170
171 2011-06-15  Nick Clifton  <nickc@redhat.com>
172
173         * NEWS: Mention addition of TILEPRO and TIKE-Gx support.
174
175 2011-06-14  Tristan Gingold  <gingold@adacore.com>
176
177         * config/tc-ppc.h (struct ppc_tc_sy): Complete comment on within.
178         (tc_new_dot_label): Define.
179         (ppc_new_dot_label): Declare.
180         * config/tc-ppc.c (ppc_frob_label): Set within target field.
181         (ppc_fix_adjustable): Use this field to adjust the reloc.
182         (ppc_new_dot_label): New function.
183
184 2011-06-14  Alan Modra  <amodra@gmail.com>
185
186         * po/POTFILES.in: Regenerate.
187
188 2011-06-13  Walter Lee  <walt@tilera.com>
189
190         * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tilegx.c and
191         config/tc-tilepro.c.
192         (TARGET_CPU_HFILES): Add config/tc-tilegx.h and
193         config/tc-tilepro.h.
194         * Makefile.in: Regenerate.
195         * configure.tgt (tilepro-*-*): New.
196         (tilegx-*-*): Likewise.
197         * config/tc-tilegx.c: New file.
198         * config/tc-tilegx.h: Likewise.
199         * config/tc-tilepro.h: Likewise.
200         * config/tc-tilepro.c: Likewise.
201         * doc/Makefile.am (CPU_DOCS): Add c-tilegx.texi and
202         c-tilepro.texi.
203         * doc/Makefile.in: Regenerate.
204         * doc/all.texi (TILEGX): Define.
205         (TILEPRO): Define.
206         * doc/as.texinfo: Add Tile-Gx and TILEPro documentation.  Include
207         c-tilegx.texi and c-tilepro.texi.
208         * doc/c-tilegx.texi: New.
209         * doc/c-tilepro.texi: New.
210
211 2011-06-13  Nick Clifton  <nickc@redhat.com>
212
213         PR gas/12854
214         * config/tc-arm.c (do_shift): Do not allow shift operations at the
215         end of a register based shift insn.
216         (do_t_shift): Likewise.
217
218 2011-06-13  Nick Clifton  <nickc@redhat.com>
219
220         * config/tc-score.c (s3_my_get_expression): Delete unused local
221         variable 'seg'.
222         (s3_do_ldst_insn): Delete unused local variable 'strbak'.
223         (s3_do16_ldst_insn): Delete unused local variable 'temp'.
224         (s3_do_macro_bcmp): Zero inst_expand array.
225         (s3_do_macro_bcmpz): Likewise.
226         (s3_s_score_end): Delete unused local variable 'dot'.
227         (s3_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
228         * config/tc-score7.c (s7_my_get_expression): Delete unused local
229         variable 'seg'.
230         (s7_do_ldst_insn): Delete unused local variable 'strbak'.
231         (s7_b32_relax_to_b16): Delete unused local variables 'r_old' and
232         'r_new'.
233         (s7_s_score_end): Delete unused local variable 'dot'.
234         (s7_relax_frag): Delete unused local variable 'relax_size'.
235         (s7_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
236
237 2011-06-10  H.J. Lu  <hongjiu.lu@intel.com>
238
239         AVX Programming Reference (June, 2011)
240         * config/tc-i386.c (i386_error): Add invalid_vsib_address and
241         unsupported_vector_index_register.
242         (cpu_arch): Add .avx2, .bmi2, .lzcnt and .invpcid.
243         (check_VecOperands): New.
244         (match_template): Call check_VecOperands.  Handle
245         invalid_vsib_address and unsupported_vector_index_register.
246         (build_modrm_byte): Support VecSIB.  Check register-only source
247         operand when two source operands are swapped.
248         (i386_index_check): Allow Xmm/Ymm index registers.
249
250         * doc/c-i386.texi: Document avx2/.avx2, bmi2/.bmi2, lzcnt/.lzcnt
251         and invpcid./invpcid.
252
253 2011-06-09  Nick Clifton  <nickc@redhat.com>
254
255         PR gas/12861
256         * config/tc-cr16.c (tc_gen_reloc): Remove unused local variable
257         code.
258         (check_cinv_options): Remove unused local variables.  Make
259         function void.
260         (md_assemble): Remove unused local variable.
261
262 2011-06-09  James Greenhalgh  <james.greenhalgh@arm.com>
263
264         * config/tc-arm.c (do_ldrd): Warn in unpredictable cases.
265
266 2011-06-03  Arnaud Patard  <arnaud.patard@rtp-net.org>
267
268         PR gas/12698
269         * config/tc-arm.c (parse_psr): Set m_profile to false when
270         assembling for any architecture.
271
272 2011-06-02  Jie Zhang jie@codesourcery.com
273             Nathan Sidwell nathan@codesourcery.com
274
275         * config/tc-arm.c (parse_address_main): Handle -0 offsets.
276         (encode_arm_addr_mode_2): Set default sign of zero here ...
277         (encode_arm_addr_mode_3): ... and here.
278         (encode_arm_cp_address): ... and here.
279         (md_apply_fix): Use default sign of zero here.
280
281 2011-06-02  Nick Clifton  <nickc@redhat.com>
282
283         * as.c: Fix spelling typo.
284         * read.c: Likewise.
285         * config/tc-ppc.c: Likewise.
286         * po/gas.pit: Regenerate.
287
288 2011-05-31  Paul Brook  <paul@codesourcery.com>
289
290         * config/tc-arm.c (arm_cpus): Add Cortex-R5.
291         (arm_extensions): Allow idiv on ARMv7-R.
292         * doc/c-arm.text: Update idiv extension restrictions.
293
294 2011-05-31  Paul Brook  <paul@codesourcery.com>
295
296         * config/tc-arm.c (arm_force_relocation): Resolve all pc-relative
297         loads.
298
299 2011-05-31  Paul Brook  <paul@codesourcery.com>
300
301         * config/tc-arm.c (do_t_branch): Avoid relaxing branches to constant
302         addresses.
303
304 2011-05-31  Paul Brook  <paul@codesourcery.com>
305         Nathan Sidwell  <nathan@codesourcery.com>
306
307         * config/tc-arm.c (fix_new_arm): Create an absolute symbol for
308         pc-relative fixes to constants.
309         * config/tc-arm.h (TC_FORCE_RELOCATATION_ABS): Define.
310
311 2011-05-27  Nick Clifton  <nickc@redhat.com>
312
313         * config/tc-s390.c (md_begin): Remove unused variable dup_insn.
314
315 2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
316
317         * config/tc-s390.c (md_gather_operands): Fix check for floating
318         register pair operands.
319
320 2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
321
322         * config/tc-s390.c (md_gather_operands): Emit an error for odd
323         numbered registers used as register pair operand.
324
325 2011-05-23  Nick Clifton  <nickc@redhat.com>
326
327         * config/tc-v850.h (TC_FX_SIZE_SLACK): Define.
328
329 2011-05-20  Bernd Schmidt  <bernds@codesourcery.com>
330
331         * config/tc-tic6x.c (tic6x_operators): Add "pcr_offset".
332         (tic6x_parse_name): Handle it.
333         (tic6x_fix_new_exp): Handle O_pcr_offset.
334         (tic6x_fix_adjustable): Return 0 for the new relocs.
335         (md_apply_fix): Handle them.
336         (tc_gen_reloc): Likewise.
337         * config/tc-tic6x.h (tic6x_fix_info): Add a fix_subsy member.
338
339 2011-05-18  Nick Clifton  <nickc@redhat.com>
340
341         PR gas/12754
342         * config/tc-tic30.c (ordinal_names): Allow translation of the
343         ordinal names.
344
345 2011-05-18  Nick Clifton  <nickc@redhat.com>
346
347         * config/tc-arm.c (s_unreq): Reword warning message to make it
348         easier to translate.
349         * config/tc-ia64.c (md_show_usage): Add note for translators.
350         * configure.in (ALL_LINGUAS): Add "fi".
351         * configure: Regenerate.
352
353 2011-05-18  Tristan Gingold  <gingold@adacore.com>
354
355         * config/tc-ppc.h (ppc_tc_sy): Reorder fields.
356         Put size into an union with dw.
357         (OBJ_COPY_SYMBOL_ATTRIBUTES): Adjust.
358         (ppc_xcoff_end): Declare.
359         (md_end): Define.
360         * config/tc-ppc.c: Add includes for xcoff.
361         (ppc_dwsect): New function.
362         (md_pseudo_table): Add dwsect.
363         (struct dw_subsection): New.
364         (dw_sections): New.
365         (ppc_change_debug_section): New function.
366         (ppc_xcoff_end): Ditto.
367         (ppc_function): Adjust for ppc_tc_sy.
368         (ppc_symbol_new_hook): Ditto.
369         (ppc_frob_symbol): Ditto.
370         (ppc_frob_section): Do not set vma for debug sections.
371         (ppc_fix_adjustable): Return true for debug sections.
372         * config/obj-coff.c: Add includes for xcoff.
373         (coff_frob_section): Handle dwarf section.
374
375 2011-05-17  Nick Clifton  <nickc@redhat.com>
376
377         * po/fi.po: New Finnish translation.
378         * po/fr.po: Updated French translation.
379
380         * config/tc-m32r.c (md_show_usage): Fix typos in descriptions.
381         * config/tc-mt.c (md_assemble): Fix typos in warning messages.
382         * cond.c (s_else): Fix typos in error messages.
383         * config/tc-pj.c (md_assemble): Fix typo in error message.
384
385 2011-05-16  Hans-Peter Nilsson  <hp@axis.com>
386
387         * config/tc-cris.c (md_parse_option) <OPTION_PIC>: Error if not
388         emitting ELF object.
389         (md_show_usage): Only mention --pic if the assembler can generate
390         ELF objects.
391         * doc/c-cris.texi (CRIS-Opt): Mention that generating ELF is a
392         prerequisite for --pic being a valid option.
393
394 2011-05-13  Frederic Marchal  <fmarchal@perso.be>
395
396         PR gas/12755
397         * config/tc-v850.c (parse_register_list): Correct error string.
398
399 2011-05-12  Quentin Neill  <quentin.neill@amd.com>
400
401         * config/tc-i386.c (cpu_arch): Rename PROCESSOR_BDVER1 to PROCESSOR_BD.
402         (i386_align_code): Ditto
403
404 2011-05-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
405
406         PR gas/12715
407         * config/tc-arm.c (parse_big_immediate):  Fix parsing of 64-bit
408         immediates on 32-bit hosts.
409
410 2011-05-10  Quentin Neill  <quentin.neill@amd.com>
411
412         * config/tc-i386.c (cpu_arch): Add bdver2 and rename
413         PROCESSOR_BDVER1 to PROCESSOR_BDVER.
414         (i386_align_code): Rename PROCESSOR_BDVER1.
415         (processor_type): Ditto.
416         * doc/c-i386.texi: Add bdver2.
417
418 2011-05-10  Alan Modra  <amodra@gmail.com>
419
420         * dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.
421
422 2011-05-09  Paul Brook  <paul@codesourcery.com>
423
424         * config/tc-tic6x.c (streq): Define.
425         (tic6x_get_unwind): New.
426         (s_tic6x_cantunwind, s_tic6x_handlerdata, s_tic6x_endp,
427         s_tic6x_personalityindex, s_tic6x_personality): New functions.
428         (md_pseudo_table): Add "endp", "handlerdata", "personalityindex",
429         "personality" and "cantunwind".
430         (tic6x_regname_to_dw2regnum, tic6x_frame_initial_instructions,
431         tic6x_start_unwind_section, tic6x_unwind_frame_regs,
432         tic6x_pop_rts_offset_little, tic6x_pop_rts_offset_big,
433         tic6x_unwind_reg_from_dwarf, tic6x_flush_unwind_word,
434         tic6x_unwind_byte, tic6x_unwind_2byte, tic6x_unwind_uleb,
435         tic6x_cfi_startproc, output_exidx_entry, tic6x_output_unwinding,
436         tic6x_cfi_endproc): New.
437         * config/tc-tic6x.h (TIC6X_NUM_UNWIND_REGS): Define.
438         (tic6x_unwind_info): New.
439         (tic6x_segment_info_type): Add marked_pr_dependency, unwind and
440         text_unwind.
441         (TARGET_USE_CFIPOP, tc_regname_to_dw2regnum,
442         tc_cfi_frame_initial_instructions, DWARF2_DEFAULT_RETURN_COLUMN,
443         DWARF2_CIE_DATA_ALIGNMENT, tc_cfi_startproc, tc_cfi_endproc,
444         tc_cfi_section_name): Define.
445         * doc/c-tic6x.texi: Document new unwinding directives.
446         * dw2gencfi.c (tc_cfi_startproc, tc_cfi_endproc): Add default
447         definitions.
448         (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset, CFI_return_column,
449         CFI_rel_offset, CFI_escape, CFI_signal_frame, CFI_val_encoded_addr):
450         Move to dw2gencfi.h.
451         (CFI_EMIT_target): Define.
452         (dot_cfi_sections): Check tc_cfi_section_name.
453         (dot_cfi_startproc): Use tc_cfi_startproc.
454         (dot_cfi_endproc): Use tc_cfi_endproc.
455         * dw2gencfi.h (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset,
456         CFI_return_column, CFI_rel_offset, CFI_escape, CFI_signal_frame,
457         CFI_val_encoded_addr):  Move to here from dw2gencfi.c.
458
459 2011-05-07  Alan Modra  <amodra@gmail.com>
460
461         * dw2gencfi.c (CUR_SEG, SET_CUR_SEG, HANDLED, SET_HANDLED): Define.
462         Use throughout in place of #if SUPPORT_FRAME_LINKONCE.
463         (struct fde_entry): Rename cseg to cur_seg.
464         (cfi_change_reg_numbers): Remove ATTRIBUTE_UNUSED.
465         (get_cfi_seg): Likewise.  Use if (SUPPORT_FRAME_LINKONCE) rather
466         that #if SUPPORT_FRAME_LINKONCE.
467         (cfi_finish): Likewise.
468
469 2011-05-06  Tristan Gingold  <gingold@adacore.com>
470
471         * read.c (s_comm_internal): Remove code for OBJ_VMS.
472         (s_data): Ditto.
473         (s_text): Ditto.
474         * write.c (write_object_file): Ditto.
475         * symbols.c (define_sym_at_dot): Ditto.
476         (colon): Ditto.
477
478 2011-05-05  Alan Modra  <amodra@gmail.com>
479
480         * dw2gencfi.c (SUPPORT_FRAME_LINKONCE): Define.  Use throughout
481         file to conditionally compile code added 2011-04-26.
482         (cfi_change_reg_numbers): Add ATTRIBUTE_UNUSED on params only used
483         when SUPPORT_FRAME_LINKONCE.
484         (get_cfi_seg): Likewise.  Reintroduce old code for when not
485         SUPPORT_FRAME_LINKONCE.
486         (cfi_finish): Move get_cfi_seg calls out of loop when not
487         SUPPORT_FRAME_LINKONCE.  Avoid unused var warning.
488
489 2011-05-03  Paul Brook  <paul@codesourcery.com>
490
491         * config/tc-tic6x.c (s_ehtype): New function.
492         (md_pseudo_table): Add "ehtype".
493         (tic6x_fix_adjustable, md_apply_fix): BFD_RELOC_C6000_EHTYPE.
494         * doc/c-tic6x.texi: Document .ehtype directive.
495
496 2011-04-26  Kai Tietz  <ktietz@redhat.com>
497
498         * dw2gencfi.c (dwcfi_seg_list): New struct.
499         (dwcfi_hash): New static hash variable.
500         (get_debugseg_name): New.
501         (alloc_debugseg_item): New.
502         (make_debug_seg): New.
503         (dwcfi_hash_insert): New.
504         (dwcfi_hash_find): New.
505         (dwcfi_hash_find_or_make): New.
506         (cfi_insn_data): New member cur_seg.
507         (cie_entry): Likewise.
508         (fde_entry): New cseg and handled members.
509         (alloc_fde_entry): Initialize cseg member.
510         (alloc_cfi_insn_data): Initialize cur_seg member.
511         (dot_cfi_sections): Compare for beginning of
512         section names via strncmp.
513         (get_cfi_seg): New.
514         (cfi_finish): Treat link-once sections.
515         (is_now_linkonce_segment): New local helper.
516         (output_cie): Ignore cie entries not member of current
517         segment.
518         (output_fde): Likewise.
519         (select_cie_for_fde): Likewise.
520         (cfi_change_reg_numbers): Add new argument for current segment
521         and ignore insn elements, if not part of current segment.
522         * ehopt.c (get_cie_info): Use strncmp for
523         section name matching.
524         (heck_eh_frame): Likewise.
525
526 2011-04-20  Catherine Moore  <clm@codesourcery.com>
527             David Ung <davidu@mips.com>
528
529         * config/mips.c (mips_cl_insn): Add new field complete_p.
530         (create_insn): Initialize complete_p to zero.
531         (BASE_REG_EQ): New.
532         (fix_24k_align_to): New.
533         (fix_24k_store_info): Declare.
534         (fix_24k_sort): New.
535         (fix_24k_record_store_info): New.
536         (nops_for_24k): New.
537         (nops_for_insn): Call nops_for_24k.
538         (append_insn): Move O_constant expression handling.
539
540 2011-04-20  Alan Modra  <amodra@gmail.com>
541
542         * hash.c (set_gas_hash_table_size): Use bfd_hash_set_default_size.
543         (hash_new_sized): New function, split out from..
544         (hash_new): ..here.
545
546 2011-04-19  Nick Clifton  <nickc@redhat.com>
547
548         * config/tc-arm.c (v7m_psrs): Revert previous delta.
549
550 2011-04-18  Julian Brown  <julian@codesourcery.com>
551             Nick Clifton  <nickc@redhat.com>
552
553         * config/tc-arm.c (parse_psr): Use selected_cpu not cpu_variant to
554         detect M-profile targets.
555         (do_t_swi): Exclude v7 and higher variants from arm_ext_os test.
556         (v7m_psrs): Fix typo: basepri_max should be basepri_mask.
557
558 2011-04-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
559
560         * config/tc-s390.c (s390_machine): New prototype.
561         (md_pseudo_table): New pseudo-op .machine.
562         (s390_opcode_hash): Initialize to NULL.
563         (s390_parse_cpu): New function.
564         (md_parse_option): Use s390_parse_cpu.
565         (s390_setup_opcodes): New function.
566         (md_begin): Use s390_setup_opcodes.
567         (s390_machine): New hook handling the new .machine pseudo.
568
569         * doc/c-s390.texi: Document the new pseudo op .machine.
570
571 2011-04-12  H.J. Lu  <hongjiu.lu@intel.com>
572
573         * config/tc-i386.c (i386_mach): Start error message with lower
574         case.
575         (md_begin): Likewise.
576         (md_parse_option): Likewise.
577         (i386_target_format): Likewise.
578         (check_byte_reg): Likewise.
579         (check_long_reg): Likewise.
580         (check_qword_reg): Likewise.
581         (check_word_reg): Likewise.
582
583 2011-04-12  Nick Clifton  <nickc@redhat.com>
584
585         PR gas/12532
586         * config/tc-arm.c (relax_branch): Do not relax branches to
587         preemptable global symbols.
588
589 2011-04-11  Julian Brown  <julian@codesourcery.com>
590
591         * config/tc-arm.c (parse_psr): Add LHS argument. Improve support
592         for *APSR bitmasks.
593         (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR.
594         Remove OP_RVC_PSR.
595         (parse_operands): Likewise.
596         (do_mrs): Tweak error message for constraint.
597         (do_t_mrs): Update constraints for changes to APSR support.
598         (do_t_msr): Likewise. Don't set PSR_f flag here.
599         (psrs): Remove "g", "nzcvq", "nzcvqg".
600         (insns): Tweak entries for msr and mrs instructions.
601
602 2011-04-11  Kai Tietz  <ktietz@redhat.com>
603
604         * config/tc-i386.c (x86_cons): Initialize adjust with zero.
605
606 2011-04-11  Nick Clifton  <nickc@redhat.com>
607
608         * config/tc-i386.c (x86_cons): Define even for non-ELF targets.
609         * config/tc-i386.h (x86_cons): Always prototype.
610
611         * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter
612         in order to avoid a compile time warning.
613         (getprocreg_image): Likewise.
614
615 2011-04-11  Alan Modra  <amodra@gmail.com>
616
617         * config/tc-cr16.c (getprocreg_image): Correct range check.
618         (getprocregp_image): Likewise.
619
620 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
621
622         * configure.tgt (strongarm*be, strongarm*b, strongarm*,
623         xscale*be|xscale*b, xscale*): Remove architectures.
624         (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe,
625         thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets.
626
627 2011-04-01  Tristan Gingold  <gingold@adacore.com>
628
629         * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
630
631 2011-03-31  Bernd Schmidt  <bernds@codesourcery.com>
632
633         * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New
634         static variables.
635         (md_begin): Initialize them.
636         (s_tic6x_scomm): New static function.
637         (md_pseudo_table): Add "scomm".
638         (tc_gen_reloc): Really undo all adjustments made by
639         bfd_install_relocation.
640         * doc/c-tic6x.texi: Document the .scomm directive.
641
642 2011-03-31  Tristan Gingold  <gingold@adacore.com>
643
644         * dwarf2dbg.c (DWARF2_VERSION): Define.
645         (out_debug_line): Use it.
646         (out_debug_aranges): Ditto.
647         (out_debug_info): Ditto.
648         * config/tc-ia64.h (DWARF2_VERSION): Override it.
649
650 2011-03-30  Michael Snyder  <msnyder@vmware.com>
651
652         * obj-elf.c (obj_elf_section): Free malloced name.
653         * macro.c (get_any_string): Free malloced br_buf.
654         (do_formals): Free 'formal'.
655
656 2011-03-30  Tristan Gingold  <gingold@adacore.com>
657
658         * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value
659         to offset only if within is set.
660         (ppc_stabx): Reformat.  For stsym stabs, add a check and set
661         within only for symbols.
662
663 2011-03-29  Richard Henderson  <rth@redhat.com>
664
665         PR 12610
666         * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous
667         label; zap alpha_insn_label.
668
669 2011-03-29  H.J. Lu  <hongjiu.lu@intel.com>
670
671         * config/tc-i386.c (handle_quad): Properly handle multiple
672         operands.
673
674 2011-03-29  Mike Frysinger  <vapier@gentoo.org>
675
676         * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest
677         reg $2 is the same as dest reg $4.
678
679 2011-03-29  Mike Frysinger  <vapier@gentoo.org>
680
681         * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest
682         reg $2 is the same as dest reg $4.
683
684 2011-03-29  Mike Frysinger  <vapier@gentoo.org>
685
686         * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest
687         reg $2 is the same as dest reg $4.
688
689 2011-03-28  Mike Frysinger  <vapier@gentoo.org>
690
691         * config/bfin-parse.y (16bit acc add): Return yyerror when dest
692         reg $1 is the same as dest reg $7.
693
694 2011-03-28  H.J. Lu  <hongjiu.lu@intel.com>
695
696         * config/tc-i386.c (handle_quad): New.
697         (md_pseudo_table): Add "quad".
698
699 2011-03-26  John Marino  <binutils@marino.st>
700
701         * configure.tgt: Fix support for *-*-dragonfly*.
702         * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly.
703         * config/te-dragonfly.h: New file.
704
705 2011-03-24  Eric B. Weddington  <eric.weddington@atmel.com>
706
707         * config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
708         atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb,
709         at90pwm161.
710         * doc/c-avr.texi: Document new device names.
711
712 2011-03-24  Mike Frysinger  <vapier@gentoo.org>
713
714         * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest
715         reg $1 is the same as dest reg $7.
716         (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as
717         dest reg $7.
718
719 2011-03-24  Mike Frysinger  <vapier@gentoo.org>
720
721         * config/bfin-parse.y (check_macfuncs): Clarify error message when
722         P is mismatched.  Check destination regno are off by one when P is
723         set, or are equal when P is not set.
724
725 2011-03-23  Mike Frysinger  <vapier@gentoo.org>
726
727         * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is
728         the same as dest reg $4.
729         (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5.
730
731 2011-03-23  Eric B. Weddington  <eric.weddington@atmel.com>
732
733         * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
734         atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
735         * doc/c-avr.texi: Document new device names.
736
737 2011-03-22  Eric B. Weddington  <eric.weddington@atmel.com>
738
739         * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
740         (AVR_INSN): Change definition to match.
741         (avr_opcodes): Likewise, change to match.
742         (mcu_types): Add XMEGA architecture names and new XMEGA device names.
743         (md_show_usage): Add XMEGA architecture names.
744         (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
745         Add support for SPM Z+ instruction.
746         * doc/c-avr.texi: Add documentation for XMEGA architectures and
747         devices.
748
749 2011-03-21  Eric B. Weddington  <eric.weddington@atmel.com>
750
751         * config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
752
753 2011-03-18  Alan Modra  <amodra@gmail.com>
754
755         * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
756         on .size expression errors rather than symbols in the size expression.
757
758 2011-03-18  Alan Modra  <amodra@gmail.com>
759
760         * input-scrub.c (line_numberT): Delete.
761         (input_scrub_close): Reset line counters.
762         * messages.c (as_show_where): Don't print invalid line number.
763         (as_warn_internal, as_bad_internal): Likewise.
764
765 2011-03-18  Alan Modra  <amodra@gmail.com>
766
767         * read.c (read_a_source_file): Remove md_after_pass_hook.
768         Move "quit" label before set of dot_symbol.
769         * config/tc-d10v.h (md_after_pass_hook): Don't define.
770         * config/tc-d30v.h (md_after_pass_hook): Likewise.
771         * config/tc-m32r.h (md_after_pass_hook): Likewise.
772         (md_cleanup): Define to call m32r_fill_insn.
773
774 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
775
776         * config/tc-s390.c (md_parse_option): Add -march=all option which
777         switches to the highest available CPU.
778
779 2011-03-17  Alan Modra  <amodra@gmail.com>
780
781         PR 12569
782         * expr.c (operand): Correct passing of "mode" to expr.
783         * read.c (do_org): Allow expr_section.
784         (get_known_segmented_expression): Don't assert anything about the
785         segment.
786
787 2011-03-16  H.J. Lu  <hongjiu.lu@intel.com>
788
789         * as.c (show_usage): Add --size-check=.
790         (parse_args): Add and handle OPTION_SIZE_CHECK.
791
792         * as.h (flag_size_check): New.
793
794         * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
795         bad .size directive only for --size-check=error.
796
797         * doc/as.texinfo: Document --size-check=.
798
799 2011-03-14  Mike Frysinger  <vapier@gentoo.org>
800
801         * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
802         bf542/bf544/bf547/bf548/bf549.
803
804 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
805
806         * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
807         determine whether a relocation is needed.
808         (md_apply_fix, arm_apply_sym_value): Likewise.
809
810 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
811
812         * config/tc-arm.c (arm_adjust_symtab): Set the branch type
813         for Thumb symbols.
814
815 2011-03-11  Nick Clifton  <nickc@redhat.com>
816
817         * remap.c (remap_debug_filename): Always allocate a buffer for the
818         returned pointer.
819         * stabs.c (stabs_generate_asm_file): Free the pointer returned by
820         remap_debug_filename.
821
822 2011-03-10  Michael Snyder  <msnyder@vmware.com>
823
824         Revert the following change:
825         * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
826         (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
827
828 2011-03-10  Alan Modra  <amodra@gmail.com>
829
830         * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
831         TARGET_SYMBOL_FIELDS): Don't define.
832         * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
833
834 2011-03-09  Michael Snyder  <msnyder@vmware.com>
835
836         * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
837         (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
838         (emit_fixed_inc_line_addr): Assign instead of conditional in
839         assert.
840
841 2011-03-05  H.J. Lu  <hongjiu.lu@intel.com>
842
843         * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
844         non-constant .size expression.
845
846 2011-03-02  Nick Clifton  <nickc@redhat.com>
847
848         * ecoff.c: Incldue filenames.h
849
850 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
851
852         * depend.c (register_dependency): Use filename_(n)cmp.
853         * dwarf2dbg.c (get_filenum): Likewise.
854         * ecoff.c (add_file): Likewise.
855         (ecoff_generate_asm_lineno): Likewise.
856         * input-scrub.c (new_logical_line_flags): Likewise.
857         * listing.c (file_info): Likewise.
858         (listing_newline): Likewise.
859         * remap.c (remap_debug_filename): Likewise.
860         * stabs.c (generate_asm_file): Likewise.
861         (stabs_generate_asm_lineno): Likewise.
862
863 2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
864
865         * config/tc-mips.c (append_insn): Disable branch relaxation for
866         DSP instructions.
867
868 2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
869
870         * config/tc-mips.c (macro): Handle M_PREF_AB.
871
872 2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
873
874         * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
875         register to use.
876         (RELAX_BRANCH_UNCOND): Adjust accordingly.
877         (RELAX_BRANCH_LIKELY): Likewise.
878         (RELAX_BRANCH_LINK): Likewise.
879         (RELAX_BRANCH_TOOFAR): Likewise.
880         (RELAX_BRANCH_AT): New macro.
881         (append_insn): Encode the temporary register to use in standard
882         MIPS branch relaxation.
883         (relaxed_branch_length): Update according to changes to
884         RELAX_BRANCH_ENCODE.
885         (md_convert_frag): Use the encoded register as the temporary.
886
887 2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
888
889         * config/tc-mips.c (mips_fix_adjustable): On REL targets also
890         reject PC-relative relocations.
891
892 2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
893
894         * config/tc-mips.c (md_convert_frag): Correct message
895         capitalization.
896
897 2011-02-28  Alan Modra  <amodra@gmail.com>
898
899         * symbols.c (report_op_error): Remove unnecessary forward declaration.
900         Add "op" parameter.  Report operator and operand segments in error
901         message, not operand symbols.
902         (resolve_symbol_value): Always set segment for equated symbols, not
903         just when finalizing.  Adjust report_op_error calls.
904
905 2011-02-25  H.J. Lu  <hongjiu.lu@intel.com>
906
907         * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
908         if 64bit relocations aren't allowed.
909
910 2011-02-25  Alan Modra  <amodra@gmail.com>
911
912         PR gas/12519
913         * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
914
915 2011-02-21  Maciej W. Rozycki  <macro@codesourcery.com>
916
917         * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
918         initialization of offset_reloc.
919
920 2011-02-15  Richard Henderson  <rth@redhat.com>
921
922         * dw2gencfi.c (dot_cfi_dummy): New.
923         (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
924         * read.c (pobegin): Unconditionally call cfi_pop_insert.
925
926 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
927
928         * configure: Regenerate.
929
930 2011-02-13  Mike Frysinger  <vapier@gentoo.org>
931
932         * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
933         * config/bfin-parse.y (BYTEOP2M): Delete token.
934         (asm_1): Remove BYTEOP2M insn matching.
935
936 2011-02-12  Mike Frysinger  <vapier@gentoo.org>
937
938         * config/bfin-defs.h: Include opcode/bfin.h.
939         (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
940
941 2011-02-11  Mike Frysinger  <vapier@gentoo.org>
942
943         * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
944         (Modify Registers): Fix subtracted typo.
945         (.byte2): Extend and swap descriptions with .byte4.
946         (.byte4): Extend and swap descriptions with .byte2.
947         (.db, .dw, .dd): Document behavior.
948
949 2011-02-11  Mike Frysinger  <vapier@gentoo.org>
950
951         * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
952
953 2011-02-11  Alan Modra  <amodra@gmail.com>
954
955         * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
956
957 2011-02-10  Alan Modra  <amodra@gmail.com>
958
959         * doc/as.texinfo (Overview): Add missing markup around Blackfin
960         and PowerPC options.
961
962 2011-02-10  Alan Modra  <amodra@gmail.com>
963
964         * config/tc-ppc.c (md_show_usage): Remove -l and -b.  Add -K PIC.
965         * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
966         (Overview <Target PowerPC options>): Add a number of missing options.
967         * doc/c-ppc.texi: Likewise.  Add markup for use in manpage generation.
968
969 2011-02-08  H.J. Lu  <hongjiu.lu@intel.com>
970
971         PR gas/6957
972         * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
973         for i686.
974
975 2011-02-08  H.J. Lu  <hongjiu.lu@intel.com>
976
977         * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
978         for ISA extensions.
979         (md_parse_option): Likewise.
980
981 2011-02-04  Bernd Schmidt  <bernds@codesourcery.com>
982
983         * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
984         * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
985         (TIC6X Options): Don't mention "-matomic".
986         * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
987         (md_longopts): Remove corresponding entries.
988         (md_parse_option): Don't handle them.
989         (md_show_usage): Don't document them.
990         (tic6x_atomic): Delete variable.
991         (tic6x_update_features): Always copy tic6x_arch_enable to
992         tic6x_features.
993         (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
994         (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
995         (md_pseudo_table): Remove ".atomic" and ".noatomic".
996
997 2011-01-31  Nick Clifton  <nickc@redhat.com>
998
999         * write.c (write_contents): Include output file name and bfd error
1000         value when reporting the inability to write to the output file.
1001         * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
1002         frag that has a non-zero fill value.
1003
1004 2011-01-27  DJ Delorie  <dj@redhat.com>
1005
1006         * config/tc-rx.c (md_convert_frag): If we can't compute the target
1007         address, zero out the values stored in the object file to make
1008         objdump's output consistent.
1009
1010 2011-01-26  Kai Tietz  <kai.tietz@onevision.com>
1011
1012         * config/tc-i386.c (md_begin): Set for x64 windows COFF target
1013         x86_dwarf2_return_column to 32.
1014
1015 2011-01-20  Nick Clifton  <nickc@redhat.com>
1016
1017         PR gas/12384
1018         * config/tc-h8300.c (constant_fits_width_p): Use correct type for
1019         comparison.
1020
1021 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
1022
1023         * write.c (compress_debug): Return if section size is smaller
1024         than 32 bytes.
1025
1026 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
1027
1028         PR gas/12409
1029         * write.c (compress_debug): Return if section size is 0.
1030
1031 2011-01-18  Mingfeng Wu  <mingfeng@faraday-tech.com>
1032
1033         * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
1034         cores: fa606te, fa616te, fmp626.  Modify the VFP of fa626te.
1035         * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
1036         fmp626} options.
1037
1038 2011-01-18  Nick Clifton  <nickc@redhat.com>
1039
1040         PR gas/12390
1041         * doc/all.texi: Add NS32K
1042         * doc/as.texinfo: Remove target specific details of which
1043         characters act as comment initiators and statement separators into
1044         individual target specific files.
1045         * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
1046         the hash character at the start of a line.
1047         * doc/c-arm.texi (ARM-Chars): Likewise.
1048         * doc/c-avr.texi (AVR-Chars): Likewise.
1049         * doc/c-d10v.texi (D10V-Chars): Likewise.
1050         * doc/c-d30v.texi (D30V-Chars): Likewise.
1051         * doc/c-mmix.texi (MMIX-Chars): Likewise.
1052         * doc/c-s390.texi (s390 characters): Likewise.
1053         * doc/c-sh.texi (SH-Chars): Likewise.
1054         * doc/c-sh64.texi (SH64-Chars): Likewise.
1055         * doc/c-sparc.texi (SPARC-Chars): Likewise.
1056         * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
1057         * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
1058         * doc/c-z80.texi (Z80-Chars): Likewise.
1059         * doc/c-z8k.texi (Z8000-Chars): Likewise.
1060         * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
1061         * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
1062         * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
1063         line separator characters.
1064         * doc/c-cr16.texi (CR16 Syntax): Likewise.
1065         * doc/c-i386.texi (i386-Chars): Likewise.
1066         * doc/c-i860.texi (i860-Chars): Likewise.
1067         * doc/c-i960.texi (i960-Chars): Likewise.
1068         * doc/c-ip2k.texi (IP2K-Chars): Likewise.
1069         * doc/c-lm32.texi (LM32-Chars): likewise.
1070         * doc/c-m32c.texi (M32C-Chars): Likewise.
1071         * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
1072         * doc/c-m68k.texi (M68K-Chars): Likewise.
1073         * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
1074         * doc/c-msp430.texi (MSP430-Chars): Likewise.
1075         * doc/c-mt.texi (MT-Chars): Likewise.
1076         * doc/c-ns32k.texi (NS32K-Chars): Likewise.
1077         * doc/c-pj.texi (PJ-Chars): Likewise.
1078         * doc/c-ppc.texi (PowerPC-Chars): Likewise.
1079         * doc/c-rx.texi (RX-Chars): Likewise.
1080         * doc/c-score.texi (SCORE-Chars): Likewise.
1081         * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
1082         * doc/c-v850.texi (V850-Chars): Likewise.
1083         * doc/c-vax.texi (VAX-Chars): Likewise.
1084         * doc/c-xc16x.texi (xc16x-Chars): Likewise.
1085
1086 2011-01-17  Quentin Neill  <quentin.neill@amd.com>
1087
1088         * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
1089
1090         * doc/c-i386.texi (i386-TBM): New section.
1091
1092 2011-01-16  H.J. Lu  <hongjiu.lu@intel.com>
1093
1094         * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
1095         (disallow_64bit_reloc): This.
1096         (md_assemble): Don't check movabs for x32 mode here.
1097         (i386_target_format): Updated.
1098         (tc_gen_reloc): Check if 64bit relocations are allowed.
1099
1100 2011-01-15  H.J. Lu  <hongjiu.lu@intel.com>
1101
1102         * config/tc-i386.c (disallow_64bit_disp): New.
1103         (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
1104         X86_64_ABI/X86_64_X32_ABI.
1105         (md_assemble): Don't allow movabs with relocation in x32 mode.
1106         (i386_target_format): Updated.
1107
1108 2011-01-14  H.J. Lu  <hongjiu.lu@intel.com>
1109
1110         * config/tc-i386.c (OPTION_N32): Renamed to ...
1111         (OPTION_X32): This.
1112         (md_longopts): Replace n32 with x32.
1113         (md_parse_option): Updated.
1114         (md_show_usage): Likewise.
1115
1116         * doc/c-i386.texi: Replace --n32 with --x32.
1117
1118 2011-01-11  Mingjie Xing  <mingjie.xing@gmail.com>
1119
1120         * config/tc-mips.c (mips_ip): Update error messages.  Take an
1121         unadjusted offset for "+c" argument.
1122
1123 2011-01-10  Nick Clifton  <nickc@redhat.com>
1124
1125         * config/tc-i386.c (x86_elf_abi): Only define for targets that use
1126         it.
1127
1128 2011-01-10  Nick Clifton  <nickc@redhat.com>
1129
1130         * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
1131         part of the file.
1132
1133 2011-01-10  Nathan Sidwell  <nathan@codesourcery.com>
1134             Glauber de Oliveira Costa  <glommer@gmail.com>
1135
1136         * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
1137         .tlsdescseq directive.
1138         * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
1139         following a symbol.
1140         (s_arm_tls_descseq): New directive.
1141         (md_pseudo_table): Add it.
1142         (encode_branch): Allow TLS_CALL relocs too.
1143         (do_t_blx, do_t_branch23): Use encode_branch.
1144         (reloc_names): Add tlsdesc and tlscall.
1145         (md_apply_fix): Process tls desc relocations.
1146         (tc_gen_reloc): Likewise.
1147         (arm_fix_adjustable): Likewise.
1148
1149 2011-01-07  Quentin Neill  <quentin.neill@amd.com>
1150
1151         * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
1152
1153         * doc/c-i386.texi (i386-BMI): New section.
1154
1155 2011-01-06  Paul Koning  <ni1d@arrl.net>
1156
1157         * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
1158         references to absolute addresses.
1159
1160 2011-01-05  DJ Delorie  <dj@redhat.com>
1161
1162         * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
1163         instead of an RH_NEG32 one.
1164
1165 2011-01-05  Jonathan Wakely  <jwakely.gcc@gmail.com>
1166
1167         * doc/c-i386.texi: Clarify --n32.
1168
1169 2011-01-04  H.J. Lu  <hongjiu.lu@intel.com>
1170
1171         * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
1172         integer registers in VEX.vvvv.  Check register-only source
1173         operand when two source operands are swapped.  Properly update
1174         destination when two source operands are swapped.
1175
1176 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
1177
1178         * gas.c (parse_args): Update copyright to 2011.
1179
1180 For older changes see ChangeLog-2010
1181 \f
1182 Local Variables:
1183 mode: change-log
1184 left-margin: 8
1185 fill-column: 74
1186 version-control: never
1187 End: