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