]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
* bfd/bfd-in.h (bfd_elf32_arm_set_target_relocs): Update prototype.
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
74a6005f
TG
12011-08-08 Tristan Gingold <gingold@adacore.com>
2
3 * config/obj-macho.c (obj_mach_o_section): New function.
4 (struct known_section): New type.
5 (known_sections): Declare.
6 (obj_mach_o_known_section): New function.
7 (obj_mach_o_common_parse): Ditto.
8 (obj_mach_o_comm): Ditto.
9 (obj_mach_o_subsections_via_symbols): Ditto.
10 (mach_o_pseudo_table): Add new pseudos.
11
af385746
RH
122011-08-06 Richard Henderson <rth@redhat.com>
13
14 * dw2gencfi.c (all_fde_data): Export.
15 * dw2gencfi.h (all_fde_data): Declare.
16 * config/tc-alpha.c (alpha_elf_md_end): Don't convert legacy unwind
17 info to cfi unwind info if the user already has supplied some.
18
14fe068b
RS
192011-08-06 Richard Sandiford <rdsandiford@googlemail.com>
20
21 * config/tc-mips.c (emit_nop): Delete.
22 (get_delay_slot_nop): New function.
23 (nops_for_insn_or_target): Use it.
24 (append_insn): Likewise. When avoiding hazards, call add_fixed_insn
25 and insert_into_history directly.
26
11625dd8
RS
272011-08-06 Richard Sandiford <rdsandiford@googlemail.com>
28
29 * config/tc-mips.c (delayed_branch_p, compact_branch_p)
30 (uncond_branch_p, branch_likely_p): New functions.
31 (insns_between, nops_for_insn_or_target, append_insn)
32 (macro_start): Use them.
33 (get_append_method): Likewise. Remove redundant test.
34
ea783ef3
DM
352011-08-05 David S. Miller <davem@davemloft.net>
36
37 * config/tc-sparc.c (v9a_asr_table): Add "cps".
38 (sparc_ip): Handle '4', '5' and '(' format codes.
39
2ae08483
L
402011-08-04 H.J. Lu <hongjiu.lu@intel.com>
41
42 PR gas/13056
43 * output-file.c (output_file_close): Call bfd_cache_close_all
44 on error.
45
46 * write.c (write_object_file): Revert the last change.
47
5e9f6467
AM
482011-08-04 Alan Modra <amodra@gmail.com>
49
50 * write.c (write_object_file): Call set_symtab even if we had
51 errors.
52
249a777b
TG
532011-08-04 Tristan Gingold <gingold@adacore.com>
54
55 * config/obj-elf.c (obj_elf_section): Do not free name.
56
877807f8
NC
572011-08-03 James Greenhalgh <james.greenhalgh@arm.com>
58
59 * config/tc-arm.c (do_t_strexbh): New.
60 (insns): Update accordingly.
61
d7921315
L
622011-08-01 H.J. Lu <hongjiu.lu@intel.com>
63
64 PR ld/13048
65 * config/tc-i386.c (handle_quad): Removed.
66 (md_pseudo_table): Remove "quad".
67 (tc_gen_reloc): Don't check BFD_RELOC_64 for disallow_64bit_reloc.
68 (x86_dwarf2_addr_size): New.
69
70 * config/tc-i386.h (x86_dwarf2_addr_size): New.
71 (DWARF2_ADDR_SIZE): Likewise.
72
a8040cf2
NC
732011-08-01 Nick Clifton <nickc@redhat.com>
74
75 PR ld/12974
76 * config/tc-arm.c (literal_pool): Add locs field.
77 (add_to_lit_pool): Initialise the locs entry for the new literal.
78 (s_ltorg): Generate a DWARF2 line number entry for each emitted
79 literal pool entry.
80
1596988d
TG
812011-08-01 Tristan Gingold <gingold@adacore.com>
82
83 * write.c (write_relocs): Fix -Wshadow in DEBUG3 and DEBUG4.
84
8d8385cf
TG
852011-08-01 Tristan Gingold <gingold@adacore.com>
86
87 * frags.c (frag_grow): Simplify the code.
88
c3109199
RS
892011-07-30 Richard Sandiford <rdsandiford@googlemail.com>
90
91 * config/tc-mips.c (nops_for_vr4130): Revert previous commit.
92
2309ddf2
MR
932011-07-29 Maciej W. Rozycki <macro@codesourcery.com>
94
95 * config/tc-mips.c: Adjust comments throughout.
96 (reglist_lookup): Reshape code.
97 (jmp_reloc_p, jalr_reloc_p): Reformat.
98 (got16_reloc_p, hi16_reloc_p, lo16_reloc_p): Handle microMIPS
99 relocations.
100 (gpr_mod_mask): Remove unused variable.
101 (gpr_read_mask, gpr_write_mask): Reshape code.
102 (fpr_read_mask, fpr_write_mask): Likewise.
103 (nops_for_vr4130): Ensure non-microMIPS mode.
104 (can_swap_branch_p): Correct pinfo2 reference. Reshape code.
105 (append_insn): Skip Loongson 2F workaround in MIPS16 mode. Use
106 the outermost operator of a compound relocation to determines
107 the relocated field. Fix formatting.
108 (md_convert_frag): Reshape code.
109
69b1d605
TG
1102011-07-29 Tristan Gingold <gingold@adacore.com>
111
112 * frags.c (frag_var_init): New function.
113 (frag_var): Call frag_var_init to initialize.
114 (frag_variant): Ditto.
115
9aec2026
NC
1162011-07-27 Nathan Sidwell <nathan@codesourcery.com>
117
118 * dwarf2dbg.c (out_debug_line): Ignore non-normal segments, with a
119 warning.
120 * doc/as.texinfo (Offset): Document .offset directive.
121
088b3cd0
TG
1222011-07-27 Tristan Gingold <gingold@adacore.com>
123
124 * frags.c (frag_grow): Revert previous patch.
125
53d780c9
NC
1262011-07-26 Kazuhiro Inaoka <kazuhiro.inaoka.ud@renesas.com>
127
128 * config/tc-rx.c (md_convert_frag): Fix encoding of beq.a
129 synthetic instruction.
130
179809c0
TG
1312011-07-25 Tristan Gingold <gingold@adacore.com>
132
133 * frags.c (frag_grow): Simplify the code.
134
df58fc94
RS
1352011-07-24 Maciej W. Rozycki <macro@codesourcery.com>
136 Chao-ying Fu <fu@mips.com>
137 Richard Sandiford <rdsandiford@googlemail.com>
138
139 * config/tc-mips.h (mips_segment_info): Add one bit for
140 microMIPS.
141 (TC_LABEL_IS_LOCAL): New macro.
142 (mips_label_is_local): New prototype.
143 * config/tc-mips.c (S0, S7): New macros.
144 (emit_branch_likely_macro): New variable.
145 (mips_set_options): Add micromips.
146 (mips_opts): Initialise micromips to -1.
147 (file_ase_micromips): New variable.
148 (CPU_HAS_MICROMIPS): New macro.
149 (hilo_interlocks): Set for microMIPS too.
150 (gpr_interlocks): Likewise.
151 (cop_interlocks): Likewise.
152 (cop_mem_interlocks): Likewise.
153 (HAVE_CODE_COMPRESSION): New macro.
154 (micromips_op_hash): New variable.
155 (micromips_nop16_insn, micromips_nop32_insn): New variables.
156 (NOP_INSN): Handle microMIPS ASE.
157 (mips32_to_micromips_reg_b_map): New macro.
158 (mips32_to_micromips_reg_c_map): Likewise.
159 (mips32_to_micromips_reg_d_map): Likewise.
160 (mips32_to_micromips_reg_e_map): Likewise.
161 (mips32_to_micromips_reg_f_map): Likewise.
162 (mips32_to_micromips_reg_g_map): Likewise.
163 (mips32_to_micromips_reg_l_map): Likewise.
164 (mips32_to_micromips_reg_n_map): Likewise.
165 (mips32_to_micromips_reg_h_map): New variable.
166 (mips32_to_micromips_reg_m_map): Likewise.
167 (mips32_to_micromips_reg_q_map): Likewise.
168 (micromips_to_32_reg_h_map): New variable.
169 (micromips_to_32_reg_i_map): Likewise.
170 (micromips_to_32_reg_m_map): Likewise.
171 (micromips_to_32_reg_q_map): Likewise.
172 (micromips_to_32_reg_b_map): New macro.
173 (micromips_to_32_reg_c_map): Likewise.
174 (micromips_to_32_reg_d_map): Likewise.
175 (micromips_to_32_reg_e_map): Likewise.
176 (micromips_to_32_reg_f_map): Likewise.
177 (micromips_to_32_reg_g_map): Likewise.
178 (micromips_to_32_reg_l_map): Likewise.
179 (micromips_to_32_reg_n_map): Likewise.
180 (micromips_imm_b_map, micromips_imm_c_map): New macros.
181 (RELAX_DELAY_SLOT_16BIT): New macro.
182 (RELAX_DELAY_SLOT_SIZE_FIRST): Likewise.
183 (RELAX_DELAY_SLOT_SIZE_SECOND): Likewise.
184 (RELAX_MICROMIPS_ENCODE, RELAX_MICROMIPS_P): New macros.
185 (RELAX_MICROMIPS_TYPE, RELAX_MICROMIPS_AT): Likewise.
186 (RELAX_MICROMIPS_U16BIT, RELAX_MICROMIPS_UNCOND): Likewise.
187 (RELAX_MICROMIPS_COMPACT, RELAX_MICROMIPS_LINK): Likewise.
188 (RELAX_MICROMIPS_RELAX32, RELAX_MICROMIPS_TOOFAR16): Likewise.
189 (RELAX_MICROMIPS_MARK_TOOFAR16): Likewise.
190 (RELAX_MICROMIPS_CLEAR_TOOFAR16): Likewise.
191 (RELAX_MICROMIPS_TOOFAR32): Likewise.
192 (RELAX_MICROMIPS_MARK_TOOFAR32): Likewise.
193 (RELAX_MICROMIPS_CLEAR_TOOFAR32): Likewise.
194 (INSERT_OPERAND, EXTRACT_OPERAND): Handle microMIPS ASE.
195 (mips_macro_warning): Add delay_slot_16bit_p, delay_slot_32bit_p,
196 fsize and insns.
197 (mips_mark_labels): New function.
198 (mips16_small, mips16_ext): Remove variables, replacing with...
199 (forced_insn_size): ... this.
200 (append_insn, mips16_ip): Update accordingly.
201 (micromips_insn_length): New function.
202 (insn_length): Return the length of microMIPS instructions.
203 (mips_record_mips16_mode): Rename to...
204 (mips_record_compressed_mode): ... this. Handle microMIPS ASE.
205 (install_insn): Handle microMIPS ASE.
206 (reglist_lookup): New function.
207 (is_size_valid, is_delay_slot_valid): Likewise.
208 (md_begin): Handle microMIPS ASE.
209 (md_assemble): Likewise. Update for append_insn interface change.
210 (micromips_reloc_p): New function.
211 (got16_reloc_p): Handle microMIPS ASE.
212 (hi16_reloc_p): Likewise.
213 (lo16_reloc_p): Likewise.
214 (jmp_reloc_p): New function.
215 (jalr_reloc_p): Likewise.
216 (matching_lo_reloc): Handle microMIPS ASE.
217 (insn_uses_reg, reg_needs_delay): Likewise.
218 (mips_move_labels): Likewise.
219 (mips16_mark_labels): Rename to...
220 (mips_compressed_mark_labels): ... this. Handle microMIPS ASE.
221 (gpr_mod_mask): New function.
222 (gpr_read_mask, gpr_write_mask): Handle microMIPS ASE.
223 (fpr_read_mask, fpr_write_mask): Likewise.
224 (insns_between, nops_for_vr4130, nops_for_insn): Likewise.
225 (fix_loongson2f_nop, fix_loongson2f_jump): Likewise.
226 (MICROMIPS_LABEL_CHAR): New macro.
227 (micromips_target_label, micromips_target_name): New variables.
228 (micromips_label_name, micromips_label_expr): New functions.
229 (micromips_label_inc, micromips_add_label): Likewise.
230 (mips_label_is_local): Likewise.
231 (micromips_map_reloc): Likewise.
232 (can_swap_branch_p): Handle microMIPS ASE.
233 (append_insn): Add expansionp argument. Handle microMIPS ASE.
234 (start_noreorder, end_noreorder): Handle microMIPS ASE.
235 (macro_start, macro_warning, macro_end): Likewise.
236 (brk_fmt, cop12_fmt, jalr_fmt, lui_fmt): New variables.
237 (mem12_fmt, mfhl_fmt, shft_fmt, trap_fmt): Likewise.
238 (BRK_FMT, COP12_FMT, JALR_FMT, LUI_FMT): New macros.
239 (MEM12_FMT, MFHL_FMT, SHFT_FMT, TRAP_FMT): Likewise.
240 (macro_build): Handle microMIPS ASE. Update for append_insn
241 interface change.
242 (mips16_macro_build): Update for append_insn interface change.
243 (macro_build_jalr): Handle microMIPS ASE.
244 (macro_build_lui): Likewise. Simplify.
245 (load_register): Handle microMIPS ASE.
246 (load_address): Likewise.
247 (move_register): Likewise.
248 (macro_build_branch_likely): New function.
249 (macro_build_branch_ccl): Likewise.
250 (macro_build_branch_rs): Likewise.
251 (macro_build_branch_rsrt): Likewise.
252 (macro): Handle microMIPS ASE.
253 (validate_micromips_insn): New function.
254 (expr_const_in_range): Likewise.
255 (mips_ip): Handle microMIPS ASE.
256 (options): Add OPTION_MICROMIPS and OPTION_NO_MICROMIPS.
257 (md_longopts): Add mmicromips and mno-micromips.
258 (md_parse_option): Handle OPTION_MICROMIPS and
259 OPTION_NO_MICROMIPS.
260 (mips_after_parse_args): Handle microMIPS ASE.
261 (md_pcrel_from): Handle microMIPS relocations.
262 (mips_force_relocation): Likewise.
263 (md_apply_fix): Likewise.
264 (mips_align): Handle microMIPS ASE.
265 (s_mipsset): Likewise.
266 (s_cpload, s_cpsetup, s_cpreturn): Use relocation wrappers.
267 (s_dtprel_internal): Likewise.
268 (s_gpword, s_gpdword): Likewise.
269 (s_insn): Handle microMIPS ASE.
270 (s_mips_stab): Likewise.
271 (relaxed_micromips_32bit_branch_length): New function.
272 (relaxed_micromips_16bit_branch_length): New function.
273 (md_estimate_size_before_relax): Handle microMIPS ASE.
274 (mips_fix_adjustable): Likewise.
275 (tc_gen_reloc): Handle microMIPS relocations.
276 (mips_relax_frag): Handle microMIPS ASE.
277 (md_convert_frag): Likewise.
278 (mips_frob_file_after_relocs): Likewise.
279 (mips_elf_final_processing): Likewise.
280 (mips_nop_opcode): Likewise.
281 (mips_handle_align): Likewise.
282 (md_show_usage): Handle microMIPS options.
283 * symbols.c (TC_LABEL_IS_LOCAL): New macro.
284 (S_IS_LOCAL): Add a TC_LABEL_IS_LOCAL check.
285
286 * doc/as.texinfo (Target MIPS options): Add -mmicromips and
287 -mno-micromips.
288 (-mmicromips, -mno-micromips): New options.
289 * doc/c-mips.texi (-mmicromips, -mno-micromips): New options.
290 (MIPS ISA): Document .set micromips and .set nomicromips.
291 (MIPS insn): Update for microMIPS support.
292
a40bc9dd
RS
2932011-07-24 Maciej W. Rozycki <macro@codesourcery.com>
294
295 * config/tc-mips.c (mips_ip): Make a copy of the instruction's
296 mnemonic and use it for further processing.
297
bcd530a7
RS
2982011-07-24 Maciej W. Rozycki <macro@codesourcery.com>
299
300 * config/tc-mips.c (can_swap_branch_p): Adjust for the rename of
301 INSN_TRAP to INSN_NO_DELAY_SLOT. Remove the check for INSN_SYNC
302 as well as explicit checks for ERET and DERET when scheduling
303 branch delay slots.
304
7a9068fe
L
3052011-07-22 H.J. Lu <hongjiu.lu@intel.com>
306
307 * config/tc-i386.c (cpu_arch): Add k1om.
308 (i386_align_code): Handle PROCESSOR_K1OM.
309 (check_cpu_arch_compatible): Check EM_K1OM.
310 (i386_arch): Handle Intel K1OM.
311 (i386_mach): Return bfd_mach_k1om for Intel K1OM.
312 (i386_target_format): Return ELF_TARGET_K1OM_FORMAT for Intel
313 K1OM.
314
315 * config/tc-i386.h (ELF_TARGET_K1OM_FORMAT): New.
316 (processor_type): Add PROCESSOR_K1OM.
317
318 * doc/c-i386.texi: Document k1om.
319
2aab8acd
L
3202011-07-18 H.J. Lu <hongjiu.lu@intel.com>
321
322 * doc/c-i386.texi: Fix a typo.
323
01f372ca
RS
3242011-07-06 Aurelien Jarno <aurelien@aurel32.net>
325
326 * config/tc-mips.c (append_insn): delete prev_pinfo2 and pinfo2.
327
fe35f09f
RS
3282011-07-04 Richard Sandiford <rdsandiford@googlemail.com>
329
330 * config/tc-mips.c (gpr_read_mask, gpr_write_mask): Fix handling
331 of register 0.
332
e3a82c8e
MR
3332011-07-04 Maciej W. Rozycki <macro@codesourcery.com>
334
335 * config/tc-mips.c (append_insn): Make sure DWARF-2 location
336 information is properly adjusted for branches that get swapped.
337
9c55345c
TS
3382011-07-03 Samuel Thibault <samuel.thibault@gnu.org>
339 Thomas Schwinge <thomas@schwinge.name>
340
2bb70ae0 341 PR binutils/12913
9c55345c
TS
342 * config/obj-elf.c (obj_elf_type): Use ELFOSABI_GNU name instead of
343 ELFOSABI_LINUX alias.
344 * config/tc-ia64.c: Likewise.
345
5f4cb198
NC
3462011-06-30 Paul Carroll <pcarroll@codesourcery.com>
347
348 * config/tc-arm.c (do_t_add_sub): Only allow LSL shifts of less
349 than 4 in Thumb mode.
350
08f10d51
NC
3512011-06-30 Nick Clifton <nickc@redhat.com>
352
353 PR gas/12848
354 * config/tc-arm.c (BAD_RANGE): New error message define.
355 (md_apply_fix): Use it.
356 Fix range check for thumb branch instructions.
357
a4e06468
RS
3582011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
359
360 * config/tc-mips.c (append_method): New enum.
361 (can_swap_branch_p, get_append_method): New functions.
362 (append_insn): Use get_append_method to decide how the instruction
363 should be added.
364
9fe77896
RS
3652011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
366
367 * config/tc-mips.c (append_insn): Remove bogus goto.
368
13408f1e
RS
3692011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
370
371 * config/tc-mips.c (append_insn): Always clear the history after an
372 unconditional branch.
373
ceb94aa5
RS
3742011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
375
376 * config/tc-mips.c (find_altered_mips16_opcode): New function.
377 (append_insn): Use it.
378
4c260379
RS
3792011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
380
381 * config/tc-mips.c (insn_uses_reg): Delete.
382 (gpr_read_mask, gpr_write_mask): New functions.
383 (fpr_read_mask, fpr_write_mask): Likewise.
384 (insns_between, nops_for_vr4130, append_insn): Use them.
385
02b1ab82
RS
3862011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
387
388 * config/tc-mips.c (md_mips_end): Call mips_emit_delays.
389
49c62a33
NC
3902011-06-29 Dave Martin <dave.martin@linaro.org>
391
392 PR gas/12931
393 * config/tc-arm.c (mapping_state): When changing to ARM or THUMB
394 state set the minimum required alignment of the section.
395
7016a5d5
TG
3962011-06-29 Tristan Gingold <gingold@adacore.com>
397
398 * config/tc-i386.c (i386_mach): Convert to ISO-C.
399 (md_begin, pe_directive_secrel, md_estimate_size_before_relax): Ditto.
400 (md_convert_frag, md_apply_fix, md_undefined_symbol): Ditto.
401 (md_section_align, tc_gen_reloc): Ditto.
402
af24f60c
TG
4032011-06-28 Tristan Gingold <gingold@adacore.com>
404
405 * config/tc-alpha.c (s_alpha_pdesc): Fix indentation. Do not
406 generate dummy fix.
407
e1f4d6bd
TG
4082011-06-28 Tristan Gingold <gingold@adacore.com>
409
410 * config/tc-alpha.c (load_expression): Use alloca instead of xmalloc.
411 (emit_jsrjmp): Ditto.
412 (tc_gen_reloc): Ditto.
413
4b1c4d2b
TG
4142011-06-28 Tristan Gingold <gingold@adacore.com>
415
416 * config/tc-alpha.c (alpha_evax_proc_hash): Remove.
417 (alpha_evax_proc_data): New variable.
418 (s_alpha_ent): Prevent nested function. Remove has_insert call.
419 (s_alpha_pdesc): Do not call demand_empty_rest_of_line in case of
420 error. Do not search in the hash table. Check if match with .ent.
421 (s_alpha_name): Remove unused variable.
422 (md_begin): Remove initialization of alpha_evax_proc_hash.
423
8aacb050
TG
4242011-06-27 Tristan Gingold <gingold@adacore.com>
425
426 * config/tc-alpha.c (add_to_link_pool): Remove basesym parameter.
427 Locally declare basesym. Add comments. Do not set literal_pool_size.
428 (load_expression): Adjust call to add_to_link_pool.
429 (s_alpha_pdesc): Define pdesc symbol using dot.
430 Do not set literal_pool_size.
431 (s_alpha_end): Use NULL instead of 0.
432
bb1d4256
TG
4332011-06-27 Tristan Gingold <gingold@adacore.com>
434
435 * config/obj-evax.c (evax_frob_file_before_adjust): Add comments.
436 Fix style.
437 * config/obj-evax.h (struct alpha_linkage_fixups): Remove seg
438 field. Add comments.
439 (obj_symbol_type, object_headers, OBJ_SYMFIELD_TYPE): Remove
440
ab9794cf
RS
4412011-06-26 Richard Sandiford <rdsandiford@googlemail.com>
442
443 * config/tc-mips.c (fix_24k_record_store_info): If the previous
444 instruction was a store, and the next instructions are unknown,
445 assume the worst.
446
932d1a1b
RS
4472011-06-25 Richard Sandiford <rdsandiford@googlemail.com>
448
449 PR gas/12915
450 * config/tc-mips.c (nops_for_vr4130, nops_for_24k, nops_for_insn)
451 (nops_for_sequence, nops_for_insn_or_target): Add ignore parameters.
452 (mips_emit_delays, start_noreorder): Update accordingly.
453 (append_insn): Likewise. Revert original fix for this PR
454 and use the ignore parameter instead.
455
e3a99401
TG
4562011-06-24 Tristan Gingold <gingold@adacore.com>
457
458 PR gas/11625
459 * config/obj-evax.c (evax_frob_symbol): Use as_bad instead of abort.
460
576d3307
TG
4612011-06-24 Tristan Gingold <gingold@adacore.com>
462
463 * config/tc-alpha.c (add_to_link_pool): Remove useless offset
464 variable. Fix style.
465
f77ef3e2
RS
4662011-06-23 Richard Sandiford <rdsandiford@googlemail.com>
467
468 PR gas/12915
469 * config/tc-mips.c (append_insn): Only consider hazards between the
470 pre-noreorder block and ip.
471
5f1af56b
MGD
4722011-06-21 Sameera Deshpande <sameera.deshpande@arm.com>
473
474 * config/tc-arm.c (vfp_conv): Add check on range of immediate operand
475 in vcvt instruction between floating-point and fixed-point.
476 (operand_parse_code): Add "OP_oI32z".
477 (parse_operands): OP_oI32z case added.
478
ade78dba
L
4792011-06-20 H.J. Lu <hongjiu.lu@intel.com>
480
481 * configure.tgt: Revert x32 change.
482
b47d265e
NC
4832011-06-20 Nick Clifton <nickc@redhat.com>
484
485 * doc/Makefile.am: (CPU_DOCS): Add c-xstormy16.texi.
486 * doc/Makefile.in: Regenerate.
487 * doc/all.texi: Set XSTORMY16.
488 * doc/c-xstormy16.texi: New file.
489
8b778942
L
4902011-06-19 H.J. Lu <hongjiu.lu@intel.com>
491
492 * configure.tgt: Support x32.
493
90b3661c
NC
4942011-06-15 Nick Clifton <nickc@redhat.com>
495
496 * NEWS: Mention addition of TILEPRO and TIKE-Gx support.
497
2fb4b302
TG
4982011-06-14 Tristan Gingold <gingold@adacore.com>
499
500 * config/tc-ppc.h (struct ppc_tc_sy): Complete comment on within.
501 (tc_new_dot_label): Define.
502 (ppc_new_dot_label): Declare.
503 * config/tc-ppc.c (ppc_frob_label): Set within target field.
504 (ppc_fix_adjustable): Use this field to adjust the reloc.
505 (ppc_new_dot_label): New function.
506
85b0f90c
AM
5072011-06-14 Alan Modra <amodra@gmail.com>
508
509 * po/POTFILES.in: Regenerate.
510
aa137e4d
NC
5112011-06-13 Walter Lee <walt@tilera.com>
512
513 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tilegx.c and
514 config/tc-tilepro.c.
515 (TARGET_CPU_HFILES): Add config/tc-tilegx.h and
516 config/tc-tilepro.h.
517 * Makefile.in: Regenerate.
518 * configure.tgt (tilepro-*-*): New.
519 (tilegx-*-*): Likewise.
520 * config/tc-tilegx.c: New file.
521 * config/tc-tilegx.h: Likewise.
522 * config/tc-tilepro.h: Likewise.
523 * config/tc-tilepro.c: Likewise.
524 * doc/Makefile.am (CPU_DOCS): Add c-tilegx.texi and
525 c-tilepro.texi.
526 * doc/Makefile.in: Regenerate.
527 * doc/all.texi (TILEGX): Define.
528 (TILEPRO): Define.
529 * doc/as.texinfo: Add Tile-Gx and TILEPro documentation. Include
530 c-tilegx.texi and c-tilepro.texi.
531 * doc/c-tilegx.texi: New.
532 * doc/c-tilepro.texi: New.
533
94342ec3
NC
5342011-06-13 Nick Clifton <nickc@redhat.com>
535
536 PR gas/12854
537 * config/tc-arm.c (do_shift): Do not allow shift operations at the
538 end of a register based shift insn.
539 (do_t_shift): Likewise.
540
f9e53abc
NC
5412011-06-13 Nick Clifton <nickc@redhat.com>
542
543 * config/tc-score.c (s3_my_get_expression): Delete unused local
544 variable 'seg'.
545 (s3_do_ldst_insn): Delete unused local variable 'strbak'.
546 (s3_do16_ldst_insn): Delete unused local variable 'temp'.
547 (s3_do_macro_bcmp): Zero inst_expand array.
548 (s3_do_macro_bcmpz): Likewise.
549 (s3_s_score_end): Delete unused local variable 'dot'.
550 (s3_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
551 * config/tc-score7.c (s7_my_get_expression): Delete unused local
552 variable 'seg'.
553 (s7_do_ldst_insn): Delete unused local variable 'strbak'.
554 (s7_b32_relax_to_b16): Delete unused local variables 'r_old' and
555 'r_new'.
556 (s7_s_score_end): Delete unused local variable 'dot'.
557 (s7_relax_frag): Delete unused local variable 'relax_size'.
558 (s7_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
559
6c30d220
L
5602011-06-10 H.J. Lu <hongjiu.lu@intel.com>
561
562 AVX Programming Reference (June, 2011)
563 * config/tc-i386.c (i386_error): Add invalid_vsib_address and
564 unsupported_vector_index_register.
565 (cpu_arch): Add .avx2, .bmi2, .lzcnt and .invpcid.
566 (check_VecOperands): New.
f9e53abc 567 (match_template): Call check_VecOperands. Handle
6c30d220
L
568 invalid_vsib_address and unsupported_vector_index_register.
569 (build_modrm_byte): Support VecSIB. Check register-only source
570 operand when two source operands are swapped.
571 (i386_index_check): Allow Xmm/Ymm index registers.
572
573 * doc/c-i386.texi: Document avx2/.avx2, bmi2/.bmi2, lzcnt/.lzcnt
574 and invpcid./invpcid.
575
fd596c16
NC
5762011-06-09 Nick Clifton <nickc@redhat.com>
577
578 PR gas/12861
579 * config/tc-cr16.c (tc_gen_reloc): Remove unused local variable
580 code.
581 (check_cinv_options): Remove unused local variables. Make
582 function void.
583 (md_assemble): Remove unused local variable.
584
c56791bb
RE
5852011-06-09 James Greenhalgh <james.greenhalgh@arm.com>
586
587 * config/tc-arm.c (do_ldrd): Warn in unpredictable cases.
588
331fe616 5892011-06-03 Arnaud Patard <arnaud.patard@rtp-net.org>
a4482bb6
NC
590
591 PR gas/12698
592 * config/tc-arm.c (parse_psr): Set m_profile to false when
593 assembling for any architecture.
594
26d97720
NS
5952011-06-02 Jie Zhang jie@codesourcery.com
596 Nathan Sidwell nathan@codesourcery.com
597
598 * config/tc-arm.c (parse_address_main): Handle -0 offsets.
599 (encode_arm_addr_mode_2): Set default sign of zero here ...
600 (encode_arm_addr_mode_3): ... and here.
601 (encode_arm_cp_address): ... and here.
602 (md_apply_fix): Use default sign of zero here.
603
cc643b88
NC
6042011-06-02 Nick Clifton <nickc@redhat.com>
605
606 * as.c: Fix spelling typo.
607 * read.c: Likewise.
608 * config/tc-ppc.c: Likewise.
609 * po/gas.pit: Regenerate.
610
3b2f0793
PB
6112011-05-31 Paul Brook <paul@codesourcery.com>
612
613 * config/tc-arm.c (arm_cpus): Add Cortex-R5.
614 (arm_extensions): Allow idiv on ARMv7-R.
615 * doc/c-arm.text: Update idiv extension restrictions.
616
b5884301
PB
6172011-05-31 Paul Brook <paul@codesourcery.com>
618
619 * config/tc-arm.c (arm_force_relocation): Resolve all pc-relative
620 loads.
621
10960bfb
PB
6222011-05-31 Paul Brook <paul@codesourcery.com>
623
624 * config/tc-arm.c (do_t_branch): Avoid relaxing branches to constant
625 addresses.
626
6e7ce2cd
PB
6272011-05-31 Paul Brook <paul@codesourcery.com>
628 Nathan Sidwell <nathan@codesourcery.com>
629
630 * config/tc-arm.c (fix_new_arm): Create an absolute symbol for
631 pc-relative fixes to constants.
632 * config/tc-arm.h (TC_FORCE_RELOCATATION_ABS): Define.
cc643b88 633
8e1adb8d
NC
6342011-05-27 Nick Clifton <nickc@redhat.com>
635
636 * config/tc-s390.c (md_begin): Remove unused variable dup_insn.
637
c8fa16ed
AK
6382011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
639
640 * config/tc-s390.c (md_gather_operands): Fix check for floating
641 register pair operands.
642
5e4b319c
AK
6432011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
644
645 * config/tc-s390.c (md_gather_operands): Emit an error for odd
646 numbered registers used as register pair operand.
647
56d0a8a1
NC
6482011-05-23 Nick Clifton <nickc@redhat.com>
649
650 * config/tc-v850.h (TC_FX_SIZE_SLACK): Define.
651
4a732032
BS
6522011-05-20 Bernd Schmidt <bernds@codesourcery.com>
653
654 * config/tc-tic6x.c (tic6x_operators): Add "pcr_offset".
655 (tic6x_parse_name): Handle it.
656 (tic6x_fix_new_exp): Handle O_pcr_offset.
657 (tic6x_fix_adjustable): Return 0 for the new relocs.
658 (md_apply_fix): Handle them.
659 (tc_gen_reloc): Likewise.
660 * config/tc-tic6x.h (tic6x_fix_info): Add a fix_subsy member.
661
d0da06e2
NC
6622011-05-18 Nick Clifton <nickc@redhat.com>
663
664 PR gas/12754
665 * config/tc-tic30.c (ordinal_names): Allow translation of the
666 ordinal names.
667
a1727c1a
NC
6682011-05-18 Nick Clifton <nickc@redhat.com>
669
670 * config/tc-arm.c (s_unreq): Reword warning message to make it
671 easier to translate.
672 * config/tc-ia64.c (md_show_usage): Add note for translators.
673 * configure.in (ALL_LINGUAS): Add "fi".
674 * configure: Regenerate.
675
85645aed
TG
6762011-05-18 Tristan Gingold <gingold@adacore.com>
677
678 * config/tc-ppc.h (ppc_tc_sy): Reorder fields.
679 Put size into an union with dw.
680 (OBJ_COPY_SYMBOL_ATTRIBUTES): Adjust.
681 (ppc_xcoff_end): Declare.
682 (md_end): Define.
683 * config/tc-ppc.c: Add includes for xcoff.
684 (ppc_dwsect): New function.
685 (md_pseudo_table): Add dwsect.
686 (struct dw_subsection): New.
687 (dw_sections): New.
688 (ppc_change_debug_section): New function.
689 (ppc_xcoff_end): Ditto.
690 (ppc_function): Adjust for ppc_tc_sy.
691 (ppc_symbol_new_hook): Ditto.
692 (ppc_frob_symbol): Ditto.
693 (ppc_frob_section): Do not set vma for debug sections.
694 (ppc_fix_adjustable): Return true for debug sections.
695 * config/obj-coff.c: Add includes for xcoff.
696 (coff_frob_section): Handle dwarf section.
697
9fd07943
NC
6982011-05-17 Nick Clifton <nickc@redhat.com>
699
4e511523
NC
700 * po/fi.po: New Finnish translation.
701 * po/fr.po: Updated French translation.
702
9fd07943
NC
703 * config/tc-m32r.c (md_show_usage): Fix typos in descriptions.
704 * config/tc-mt.c (md_assemble): Fix typos in warning messages.
705 * cond.c (s_else): Fix typos in error messages.
706 * config/tc-pj.c (md_assemble): Fix typo in error message.
707
0d7e0060
HPN
7082011-05-16 Hans-Peter Nilsson <hp@axis.com>
709
710 * config/tc-cris.c (md_parse_option) <OPTION_PIC>: Error if not
711 emitting ELF object.
712 (md_show_usage): Only mention --pic if the assembler can generate
713 ELF objects.
714 * doc/c-cris.texi (CRIS-Opt): Mention that generating ELF is a
715 prerequisite for --pic being a valid option.
716
5648d7c7
AM
7172011-05-13 Frederic Marchal <fmarchal@perso.be>
718
719 PR gas/12755
720 * config/tc-v850.c (parse_register_list): Correct error string.
721
8aedb9fe
QN
7222011-05-12 Quentin Neill <quentin.neill@amd.com>
723
724 * config/tc-i386.c (cpu_arch): Rename PROCESSOR_BDVER1 to PROCESSOR_BD.
725 (i386_align_code): Ditto
726
58ad575f
MGD
7272011-05-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
728
729 PR gas/12715
730 * config/tc-arm.c (parse_big_immediate): Fix parsing of 64-bit
731 immediates on 32-bit hosts.
732
af2f724e
QN
7332011-05-10 Quentin Neill <quentin.neill@amd.com>
734
735 * config/tc-i386.c (cpu_arch): Add bdver2 and rename
736 PROCESSOR_BDVER1 to PROCESSOR_BDVER.
737 (i386_align_code): Rename PROCESSOR_BDVER1.
738 (processor_type): Ditto.
739 * doc/c-i386.texi: Add bdver2.
740
6e789b26
AM
7412011-05-10 Alan Modra <amodra@gmail.com>
742
743 * dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.
744
1bce6bd8
PB
7452011-05-09 Paul Brook <paul@codesourcery.com>
746
747 * config/tc-tic6x.c (streq): Define.
748 (tic6x_get_unwind): New.
749 (s_tic6x_cantunwind, s_tic6x_handlerdata, s_tic6x_endp,
750 s_tic6x_personalityindex, s_tic6x_personality): New functions.
751 (md_pseudo_table): Add "endp", "handlerdata", "personalityindex",
752 "personality" and "cantunwind".
753 (tic6x_regname_to_dw2regnum, tic6x_frame_initial_instructions,
754 tic6x_start_unwind_section, tic6x_unwind_frame_regs,
755 tic6x_pop_rts_offset_little, tic6x_pop_rts_offset_big,
756 tic6x_unwind_reg_from_dwarf, tic6x_flush_unwind_word,
757 tic6x_unwind_byte, tic6x_unwind_2byte, tic6x_unwind_uleb,
758 tic6x_cfi_startproc, output_exidx_entry, tic6x_output_unwinding,
759 tic6x_cfi_endproc): New.
760 * config/tc-tic6x.h (TIC6X_NUM_UNWIND_REGS): Define.
761 (tic6x_unwind_info): New.
762 (tic6x_segment_info_type): Add marked_pr_dependency, unwind and
763 text_unwind.
764 (TARGET_USE_CFIPOP, tc_regname_to_dw2regnum,
765 tc_cfi_frame_initial_instructions, DWARF2_DEFAULT_RETURN_COLUMN,
766 DWARF2_CIE_DATA_ALIGNMENT, tc_cfi_startproc, tc_cfi_endproc,
767 tc_cfi_section_name): Define.
768 * doc/c-tic6x.texi: Document new unwinding directives.
769 * dw2gencfi.c (tc_cfi_startproc, tc_cfi_endproc): Add default
770 definitions.
771 (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset, CFI_return_column,
772 CFI_rel_offset, CFI_escape, CFI_signal_frame, CFI_val_encoded_addr):
773 Move to dw2gencfi.h.
774 (CFI_EMIT_target): Define.
775 (dot_cfi_sections): Check tc_cfi_section_name.
776 (dot_cfi_startproc): Use tc_cfi_startproc.
777 (dot_cfi_endproc): Use tc_cfi_endproc.
778 * dw2gencfi.h (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset,
779 CFI_return_column, CFI_rel_offset, CFI_escape, CFI_signal_frame,
780 CFI_val_encoded_addr): Move to here from dw2gencfi.c.
781
6303c4ae
AM
7822011-05-07 Alan Modra <amodra@gmail.com>
783
784 * dw2gencfi.c (CUR_SEG, SET_CUR_SEG, HANDLED, SET_HANDLED): Define.
785 Use throughout in place of #if SUPPORT_FRAME_LINKONCE.
786 (struct fde_entry): Rename cseg to cur_seg.
787 (cfi_change_reg_numbers): Remove ATTRIBUTE_UNUSED.
788 (get_cfi_seg): Likewise. Use if (SUPPORT_FRAME_LINKONCE) rather
789 that #if SUPPORT_FRAME_LINKONCE.
790 (cfi_finish): Likewise.
791
f3b574bf
TG
7922011-05-06 Tristan Gingold <gingold@adacore.com>
793
794 * read.c (s_comm_internal): Remove code for OBJ_VMS.
795 (s_data): Ditto.
796 (s_text): Ditto.
797 * write.c (write_object_file): Ditto.
798 * symbols.c (define_sym_at_dot): Ditto.
799 (colon): Ditto.
800
67ed7401
AM
8012011-05-05 Alan Modra <amodra@gmail.com>
802
803 * dw2gencfi.c (SUPPORT_FRAME_LINKONCE): Define. Use throughout
804 file to conditionally compile code added 2011-04-26.
805 (cfi_change_reg_numbers): Add ATTRIBUTE_UNUSED on params only used
806 when SUPPORT_FRAME_LINKONCE.
807 (get_cfi_seg): Likewise. Reintroduce old code for when not
808 SUPPORT_FRAME_LINKONCE.
809 (cfi_finish): Move get_cfi_seg calls out of loop when not
810 SUPPORT_FRAME_LINKONCE. Avoid unused var warning.
811
2fbb87f6
PB
8122011-05-03 Paul Brook <paul@codesourcery.com>
813
2fbb87f6
PB
814 * config/tc-tic6x.c (s_ehtype): New function.
815 (md_pseudo_table): Add "ehtype".
816 (tic6x_fix_adjustable, md_apply_fix): BFD_RELOC_C6000_EHTYPE.
817 * doc/c-tic6x.texi: Document .ehtype directive.
818
72b016b4
NC
8192011-04-26 Kai Tietz <ktietz@redhat.com>
820
821 * dw2gencfi.c (dwcfi_seg_list): New struct.
822 (dwcfi_hash): New static hash variable.
823 (get_debugseg_name): New.
824 (alloc_debugseg_item): New.
825 (make_debug_seg): New.
826 (dwcfi_hash_insert): New.
827 (dwcfi_hash_find): New.
828 (dwcfi_hash_find_or_make): New.
829 (cfi_insn_data): New member cur_seg.
830 (cie_entry): Likewise.
831 (fde_entry): New cseg and handled members.
832 (alloc_fde_entry): Initialize cseg member.
833 (alloc_cfi_insn_data): Initialize cur_seg member.
834 (dot_cfi_sections): Compare for beginning of
835 section names via strncmp.
836 (get_cfi_seg): New.
837 (cfi_finish): Treat link-once sections.
838 (is_now_linkonce_segment): New local helper.
839 (output_cie): Ignore cie entries not member of current
840 segment.
841 (output_fde): Likewise.
842 (select_cie_for_fde): Likewise.
843 (cfi_change_reg_numbers): Add new argument for current segment
844 and ignore insn elements, if not part of current segment.
845 * ehopt.c (get_cie_info): Use strncmp for
846 section name matching.
847 (heck_eh_frame): Likewise.
848
15be625d
CM
8492011-04-20 Catherine Moore <clm@codesourcery.com>
850 David Ung <davidu@mips.com>
851
852 * config/mips.c (mips_cl_insn): Add new field complete_p.
853 (create_insn): Initialize complete_p to zero.
854 (BASE_REG_EQ): New.
855 (fix_24k_align_to): New.
856 (fix_24k_store_info): Declare.
857 (fix_24k_sort): New.
858 (fix_24k_record_store_info): New.
859 (nops_for_24k): New.
860 (nops_for_insn): Call nops_for_24k.
861 (append_insn): Move O_constant expression handling.
72b016b4 862
8ad17b3a
AM
8632011-04-20 Alan Modra <amodra@gmail.com>
864
865 * hash.c (set_gas_hash_table_size): Use bfd_hash_set_default_size.
866 (hash_new_sized): New function, split out from..
867 (hash_new): ..here.
868
00bbc0bd
NC
8692011-04-19 Nick Clifton <nickc@redhat.com>
870
871 * config/tc-arm.c (v7m_psrs): Revert previous delta.
872
ac7f631b
NC
8732011-04-18 Julian Brown <julian@codesourcery.com>
874 Nick Clifton <nickc@redhat.com>
875
876 * config/tc-arm.c (parse_psr): Use selected_cpu not cpu_variant to
877 detect M-profile targets.
878 (do_t_swi): Exclude v7 and higher variants from arm_ext_os test.
879 (v7m_psrs): Fix typo: basepri_max should be basepri_mask.
880
902cc293
AK
8812011-04-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
882
883 * config/tc-s390.c (s390_machine): New prototype.
884 (md_pseudo_table): New pseudo-op .machine.
885 (s390_opcode_hash): Initialize to NULL.
886 (s390_parse_cpu): New function.
887 (md_parse_option): Use s390_parse_cpu.
888 (s390_setup_opcodes): New function.
889 (md_begin): Use s390_setup_opcodes.
890 (s390_machine): New hook handling the new .machine pseudo.
891
892 * doc/c-s390.texi: Document the new pseudo op .machine.
893
2b5d6a91
L
8942011-04-12 H.J. Lu <hongjiu.lu@intel.com>
895
896 * config/tc-i386.c (i386_mach): Start error message with lower
897 case.
898 (md_begin): Likewise.
899 (md_parse_option): Likewise.
900 (i386_target_format): Likewise.
901 (check_byte_reg): Likewise.
902 (check_long_reg): Likewise.
903 (check_qword_reg): Likewise.
904 (check_word_reg): Likewise.
905
0d9b4b55
NC
9062011-04-12 Nick Clifton <nickc@redhat.com>
907
908 PR gas/12532
909 * config/tc-arm.c (relax_branch): Do not relax branches to
910 preemptable global symbols.
911
d2cd1205
JB
9122011-04-11 Julian Brown <julian@codesourcery.com>
913
914 * config/tc-arm.c (parse_psr): Add LHS argument. Improve support
915 for *APSR bitmasks.
916 (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR.
917 Remove OP_RVC_PSR.
918 (parse_operands): Likewise.
919 (do_mrs): Tweak error message for constraint.
920 (do_t_mrs): Update constraints for changes to APSR support.
921 (do_t_msr): Likewise. Don't set PSR_f flag here.
922 (psrs): Remove "g", "nzcvq", "nzcvqg".
923 (insns): Tweak entries for msr and mrs instructions.
924
4a57f2cf
KT
9252011-04-11 Kai Tietz <ktietz@redhat.com>
926
927 * config/tc-i386.c (x86_cons): Initialize adjust with zero.
928
249c2423
NC
9292011-04-11 Nick Clifton <nickc@redhat.com>
930
4e4f7c87
NC
931 * config/tc-i386.c (x86_cons): Define even for non-ELF targets.
932 * config/tc-i386.h (x86_cons): Always prototype.
933
249c2423
NC
934 * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter
935 in order to avoid a compile time warning.
936 (getprocreg_image): Likewise.
937
d86fff44
AM
9382011-04-11 Alan Modra <amodra@gmail.com>
939
940 * config/tc-cr16.c (getprocreg_image): Correct range check.
941 (getprocregp_image): Likewise.
942
8c5fc800
JM
9432011-04-06 Joseph Myers <joseph@codesourcery.com>
944
945 * configure.tgt (strongarm*be, strongarm*b, strongarm*,
946 xscale*be|xscale*b, xscale*): Remove architectures.
947 (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe,
948 thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets.
949
592588f3
TG
9502011-04-01 Tristan Gingold <gingold@adacore.com>
951
952 * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
953
ac145307
BS
9542011-03-31 Bernd Schmidt <bernds@codesourcery.com>
955
956 * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New
957 static variables.
958 (md_begin): Initialize them.
959 (s_tic6x_scomm): New static function.
960 (md_pseudo_table): Add "scomm".
961 (tc_gen_reloc): Really undo all adjustments made by
962 bfd_install_relocation.
963 * doc/c-tic6x.texi: Document the .scomm directive.
964
fc0eebac
TG
9652011-03-31 Tristan Gingold <gingold@adacore.com>
966
967 * dwarf2dbg.c (DWARF2_VERSION): Define.
968 (out_debug_line): Use it.
969 (out_debug_aranges): Ditto.
970 (out_debug_info): Ditto.
971 * config/tc-ia64.h (DWARF2_VERSION): Override it.
972
f956bf33
NC
9732011-03-30 Michael Snyder <msnyder@vmware.com>
974
975 * obj-elf.c (obj_elf_section): Free malloced name.
4ac14836
NC
976 * macro.c (get_any_string): Free malloced br_buf.
977 (do_formals): Free 'formal'.
f956bf33 978
c734e7e3
TG
9792011-03-30 Tristan Gingold <gingold@adacore.com>
980
981 * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value
982 to offset only if within is set.
983 (ppc_stabx): Reformat. For stsym stabs, add a check and set
984 within only for symbols.
985
af3ecb4a
RH
9862011-03-29 Richard Henderson <rth@redhat.com>
987
988 PR 12610
989 * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous
990 label; zap alpha_insn_label.
991
75c1c785
L
9922011-03-29 H.J. Lu <hongjiu.lu@intel.com>
993
994 * config/tc-i386.c (handle_quad): Properly handle multiple
995 operands.
996
fc99ebdc
MF
9972011-03-29 Mike Frysinger <vapier@gentoo.org>
998
999 * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest
1000 reg $2 is the same as dest reg $4.
1001
3823a074
MF
10022011-03-29 Mike Frysinger <vapier@gentoo.org>
1003
1004 * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest
1005 reg $2 is the same as dest reg $4.
1006
0be99d4b
MF
10072011-03-29 Mike Frysinger <vapier@gentoo.org>
1008
1009 * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest
1010 reg $2 is the same as dest reg $4.
1011
f4a2f576
MF
10122011-03-28 Mike Frysinger <vapier@gentoo.org>
1013
1014 * config/bfin-parse.y (16bit acc add): Return yyerror when dest
1015 reg $1 is the same as dest reg $7.
1016
314a59d5
L
10172011-03-28 H.J. Lu <hongjiu.lu@intel.com>
1018
1019 * config/tc-i386.c (handle_quad): New.
1020 (md_pseudo_table): Add "quad".
1021
5b806d27
NC
10222011-03-26 John Marino <binutils@marino.st>
1023
1024 * configure.tgt: Fix support for *-*-dragonfly*.
1025 * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly.
1026 * config/te-dragonfly.h: New file.
1027
b8c610a7
EW
10282011-03-24 Eric B. Weddington <eric.weddington@atmel.com>
1029
1030 * config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
1031 atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb,
1032 at90pwm161.
1033 * doc/c-avr.texi: Document new device names.
1034
2dd0dc94
MF
10352011-03-24 Mike Frysinger <vapier@gentoo.org>
1036
1037 * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest
1038 reg $1 is the same as dest reg $7.
1039 (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as
1040 dest reg $7.
1041
a0bc8198
MF
10422011-03-24 Mike Frysinger <vapier@gentoo.org>
1043
1044 * config/bfin-parse.y (check_macfuncs): Clarify error message when
1045 P is mismatched. Check destination regno are off by one when P is
1046 set, or are equal when P is not set.
1047
ba48c47b
MF
10482011-03-23 Mike Frysinger <vapier@gentoo.org>
1049
1050 * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is
1051 the same as dest reg $4.
1052 (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5.
1053
6f8a4444
EW
10542011-03-23 Eric B. Weddington <eric.weddington@atmel.com>
1055
1056 * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
1057 atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
1058 * doc/c-avr.texi: Document new device names.
1059
8cc66334
EW
10602011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
1061
1062 * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
1063 (AVR_INSN): Change definition to match.
1064 (avr_opcodes): Likewise, change to match.
1065 (mcu_types): Add XMEGA architecture names and new XMEGA device names.
1066 (md_show_usage): Add XMEGA architecture names.
1067 (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
1068 Add support for SPM Z+ instruction.
1069 * doc/c-avr.texi: Add documentation for XMEGA architectures and
1070 devices.
1071
4fb8d1c6
EW
10722011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
1073
1074 * config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
1075
869fe6ea
AM
10762011-03-18 Alan Modra <amodra@gmail.com>
1077
1078 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
1079 on .size expression errors rather than symbols in the size expression.
1080
144886fa
AM
10812011-03-18 Alan Modra <amodra@gmail.com>
1082
1083 * input-scrub.c (line_numberT): Delete.
1084 (input_scrub_close): Reset line counters.
1085 * messages.c (as_show_where): Don't print invalid line number.
1086 (as_warn_internal, as_bad_internal): Likewise.
1087
04648e65
AM
10882011-03-18 Alan Modra <amodra@gmail.com>
1089
1090 * read.c (read_a_source_file): Remove md_after_pass_hook.
1091 Move "quit" label before set of dot_symbol.
1092 * config/tc-d10v.h (md_after_pass_hook): Don't define.
1093 * config/tc-d30v.h (md_after_pass_hook): Likewise.
1094 * config/tc-m32r.h (md_after_pass_hook): Likewise.
1095 (md_cleanup): Define to call m32r_fill_insn.
1096
db3a4e40
AK
10972011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1098
1099 * config/tc-s390.c (md_parse_option): Add -march=all option which
1100 switches to the highest available CPU.
1101
259af69e
AM
11022011-03-17 Alan Modra <amodra@gmail.com>
1103
1104 PR 12569
1105 * expr.c (operand): Correct passing of "mode" to expr.
1106 * read.c (do_org): Allow expr_section.
1107 (get_known_segmented_expression): Don't assert anything about the
1108 segment.
1109
21be61f5
L
11102011-03-16 H.J. Lu <hongjiu.lu@intel.com>
1111
1112 * as.c (show_usage): Add --size-check=.
1113 (parse_args): Add and handle OPTION_SIZE_CHECK.
1114
1115 * as.h (flag_size_check): New.
1116
1117 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
1118 bad .size directive only for --size-check=error.
1119
1120 * doc/as.texinfo: Document --size-check=.
1121
7f35e991
MF
11222011-03-14 Mike Frysinger <vapier@gentoo.org>
1123
1124 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
1125 bf542/bf544/bf547/bf548/bf549.
1126
34e77a92
RS
11272011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
1128
1129 * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
1130 determine whether a relocation is needed.
1131 (md_apply_fix, arm_apply_sym_value): Likewise.
1132
35fc36a8
RS
11332011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
1134
1135 * config/tc-arm.c (arm_adjust_symtab): Set the branch type
1136 for Thumb symbols.
1137
502df130
NC
11382011-03-11 Nick Clifton <nickc@redhat.com>
1139
1140 * remap.c (remap_debug_filename): Always allocate a buffer for the
1141 returned pointer.
1142 * stabs.c (stabs_generate_asm_file): Free the pointer returned by
1143 remap_debug_filename.
1144
5652b491
MS
11452011-03-10 Michael Snyder <msnyder@vmware.com>
1146
1147 Revert the following change:
1148 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
1149 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
1150
293855c8
AM
11512011-03-10 Alan Modra <amodra@gmail.com>
1152
1153 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
1154 TARGET_SYMBOL_FIELDS): Don't define.
1155 * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
1156
9f6db0d3
MS
11572011-03-09 Michael Snyder <msnyder@vmware.com>
1158
1159 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
1160 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
5652b491
MS
1161 (emit_fixed_inc_line_addr): Assign instead of conditional in
1162 assert.
9f6db0d3 1163
49002d7f
L
11642011-03-05 H.J. Lu <hongjiu.lu@intel.com>
1165
1166 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
1167 non-constant .size expression.
1168
14aa5a8b
NC
11692011-03-02 Nick Clifton <nickc@redhat.com>
1170
1171 * ecoff.c: Incldue filenames.h
1172
8b6efd89
KT
11732011-02-28 Kai Tietz <kai.tietz@onevision.com>
1174
1175 * depend.c (register_dependency): Use filename_(n)cmp.
1176 * dwarf2dbg.c (get_filenum): Likewise.
1177 * ecoff.c (add_file): Likewise.
1178 (ecoff_generate_asm_lineno): Likewise.
1179 * input-scrub.c (new_logical_line_flags): Likewise.
1180 * listing.c (file_info): Likewise.
1181 (listing_newline): Likewise.
1182 * remap.c (remap_debug_filename): Likewise.
1183 * stabs.c (generate_asm_file): Likewise.
1184 (stabs_generate_asm_lineno): Likewise.
1185
d455268f
MR
11862011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1187
1188 * config/tc-mips.c (append_insn): Disable branch relaxation for
1189 DSP instructions.
1190
3eebd5eb
MR
11912011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1192
1193 * config/tc-mips.c (macro): Handle M_PREF_AB.
1194
66b3e8da
MR
11952011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1196
1197 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
1198 register to use.
1199 (RELAX_BRANCH_UNCOND): Adjust accordingly.
1200 (RELAX_BRANCH_LIKELY): Likewise.
1201 (RELAX_BRANCH_LINK): Likewise.
1202 (RELAX_BRANCH_TOOFAR): Likewise.
1203 (RELAX_BRANCH_AT): New macro.
1204 (append_insn): Encode the temporary register to use in standard
1205 MIPS branch relaxation.
1206 (relaxed_branch_length): Update according to changes to
1207 RELAX_BRANCH_ENCODE.
1208 (md_convert_frag): Use the encoded register as the temporary.
1209
ce70d90a
MR
12102011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1211
1212 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
1213 reject PC-relative relocations.
1214
5c4f07ba
MR
12152011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1216
1217 * config/tc-mips.c (md_convert_frag): Correct message
1218 capitalization.
1219
5a0ade8b
AM
12202011-02-28 Alan Modra <amodra@gmail.com>
1221
1222 * symbols.c (report_op_error): Remove unnecessary forward declaration.
1223 Add "op" parameter. Report operator and operand segments in error
1224 message, not operand symbols.
1225 (resolve_symbol_value): Always set segment for equated symbols, not
1226 just when finalizing. Adjust report_op_error calls.
1227
f2d8a97c
L
12282011-02-25 H.J. Lu <hongjiu.lu@intel.com>
1229
7f648587
L
1230 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
1231 if 64bit relocations aren't allowed.
f2d8a97c 1232
e1e90034
AM
12332011-02-25 Alan Modra <amodra@gmail.com>
1234
1235 PR gas/12519
1236 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
1237
dfa58db1
MR
12382011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
1239
1240 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
1241 initialization of offset_reloc.
1242
d58a1929
RH
12432011-02-15 Richard Henderson <rth@redhat.com>
1244
1245 * dw2gencfi.c (dot_cfi_dummy): New.
1246 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
1247 * read.c (pobegin): Unconditionally call cfi_pop_insert.
1248
822ce8ee
RW
12492011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1250
1251 * configure: Regenerate.
1252
36f44611
MF
12532011-02-13 Mike Frysinger <vapier@gentoo.org>
1254
1255 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
1256 * config/bfin-parse.y (BYTEOP2M): Delete token.
1257 (asm_1): Remove BYTEOP2M insn matching.
1258
26bb3ddd
MF
12592011-02-12 Mike Frysinger <vapier@gentoo.org>
1260
1261 * config/bfin-defs.h: Include opcode/bfin.h.
1262 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
1263
347d120a
MF
12642011-02-11 Mike Frysinger <vapier@gentoo.org>
1265
1266 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
1267 (Modify Registers): Fix subtracted typo.
1268 (.byte2): Extend and swap descriptions with .byte4.
1269 (.byte4): Extend and swap descriptions with .byte2.
1270 (.db, .dw, .dd): Document behavior.
1271
5f956293
MF
12722011-02-11 Mike Frysinger <vapier@gentoo.org>
1273
1274 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
1275
c0e524fe
AM
12762011-02-11 Alan Modra <amodra@gmail.com>
1277
1278 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
1279
635fb38d
AM
12802011-02-10 Alan Modra <amodra@gmail.com>
1281
1282 * doc/as.texinfo (Overview): Add missing markup around Blackfin
1283 and PowerPC options.
1284
b8b738ac
AM
12852011-02-10 Alan Modra <amodra@gmail.com>
1286
1287 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
1288 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
1289 (Overview <Target PowerPC options>): Add a number of missing options.
1290 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
1291
2dde1948
L
12922011-02-08 H.J. Lu <hongjiu.lu@intel.com>
1293
1294 PR gas/6957
1295 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
1296 for i686.
1297
a586129e
L
12982011-02-08 H.J. Lu <hongjiu.lu@intel.com>
1299
1300 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
1301 for ISA extensions.
1302 (md_parse_option): Likewise.
1303
98d23bef
BS
13042011-02-04 Bernd Schmidt <bernds@codesourcery.com>
1305
1306 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
1307 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
1308 (TIC6X Options): Don't mention "-matomic".
1309 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
1310 (md_longopts): Remove corresponding entries.
1311 (md_parse_option): Don't handle them.
1312 (md_show_usage): Don't document them.
1313 (tic6x_atomic): Delete variable.
1314 (tic6x_update_features): Always copy tic6x_arch_enable to
1315 tic6x_features.
1316 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
1317 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
1318 (md_pseudo_table): Remove ".atomic" and ".noatomic".
1319
a22429b9
NC
13202011-01-31 Nick Clifton <nickc@redhat.com>
1321
1322 * write.c (write_contents): Include output file name and bfd error
1323 value when reporting the inability to write to the output file.
1324 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
1325 frag that has a non-zero fill value.
1326
eb6fae19
DD
13272011-01-27 DJ Delorie <dj@redhat.com>
1328
1329 * config/tc-rx.c (md_convert_frag): If we can't compute the target
1330 address, zero out the values stored in the object file to make
1331 objdump's output consistent.
1332
ca19b261
KT
13332011-01-26 Kai Tietz <kai.tietz@onevision.com>
1334
1335 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
1336 x86_dwarf2_return_column to 32.
1337
b37a4e79
NC
13382011-01-20 Nick Clifton <nickc@redhat.com>
1339
1340 PR gas/12384
1341 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
1342 comparison.
1343
6ac88ef3
L
13442011-01-18 H.J. Lu <hongjiu.lu@intel.com>
1345
1346 * write.c (compress_debug): Return if section size is smaller
1347 than 32 bytes.
1348
24a2d04d
L
13492011-01-18 H.J. Lu <hongjiu.lu@intel.com>
1350
1351 PR gas/12409
1352 * write.c (compress_debug): Return if section size is 0.
1353
4a58c4bd
NC
13542011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
1355
1356 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
1357 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
1358 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
1359 fmp626} options.
1360
7c31ae13
NC
13612011-01-18 Nick Clifton <nickc@redhat.com>
1362
1363 PR gas/12390
1364 * doc/all.texi: Add NS32K
1365 * doc/as.texinfo: Remove target specific details of which
1366 characters act as comment initiators and statement separators into
1367 individual target specific files.
1368 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
1369 the hash character at the start of a line.
1370 * doc/c-arm.texi (ARM-Chars): Likewise.
1371 * doc/c-avr.texi (AVR-Chars): Likewise.
1372 * doc/c-d10v.texi (D10V-Chars): Likewise.
1373 * doc/c-d30v.texi (D30V-Chars): Likewise.
1374 * doc/c-mmix.texi (MMIX-Chars): Likewise.
1375 * doc/c-s390.texi (s390 characters): Likewise.
1376 * doc/c-sh.texi (SH-Chars): Likewise.
1377 * doc/c-sh64.texi (SH64-Chars): Likewise.
1378 * doc/c-sparc.texi (SPARC-Chars): Likewise.
1379 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
1380 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
1381 * doc/c-z80.texi (Z80-Chars): Likewise.
1382 * doc/c-z8k.texi (Z8000-Chars): Likewise.
1383 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
1384 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
1385 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
1386 line separator characters.
1387 * doc/c-cr16.texi (CR16 Syntax): Likewise.
1388 * doc/c-i386.texi (i386-Chars): Likewise.
1389 * doc/c-i860.texi (i860-Chars): Likewise.
1390 * doc/c-i960.texi (i960-Chars): Likewise.
1391 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
1392 * doc/c-lm32.texi (LM32-Chars): likewise.
1393 * doc/c-m32c.texi (M32C-Chars): Likewise.
1394 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
1395 * doc/c-m68k.texi (M68K-Chars): Likewise.
1396 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
1397 * doc/c-msp430.texi (MSP430-Chars): Likewise.
1398 * doc/c-mt.texi (MT-Chars): Likewise.
1399 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
1400 * doc/c-pj.texi (PJ-Chars): Likewise.
1401 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
1402 * doc/c-rx.texi (RX-Chars): Likewise.
1403 * doc/c-score.texi (SCORE-Chars): Likewise.
1404 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
1405 * doc/c-v850.texi (V850-Chars): Likewise.
1406 * doc/c-vax.texi (VAX-Chars): Likewise.
1407 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
1408
2a2a0f38
QN
14092011-01-17 Quentin Neill <quentin.neill@amd.com>
1410
1411 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
1412
1413 * doc/c-i386.texi (i386-TBM): New section.
1414
862be3fb
L
14152011-01-16 H.J. Lu <hongjiu.lu@intel.com>
1416
1417 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
1418 (disallow_64bit_reloc): This.
1419 (md_assemble): Don't check movabs for x32 mode here.
1420 (i386_target_format): Updated.
1421 (tc_gen_reloc): Check if 64bit relocations are allowed.
1422
7f56bc95
L
14232011-01-15 H.J. Lu <hongjiu.lu@intel.com>
1424
1425 * config/tc-i386.c (disallow_64bit_disp): New.
1426 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
1427 X86_64_ABI/X86_64_X32_ABI.
1428 (md_assemble): Don't allow movabs with relocation in x32 mode.
1429 (i386_target_format): Updated.
1430
570561f7
L
14312011-01-14 H.J. Lu <hongjiu.lu@intel.com>
1432
1433 * config/tc-i386.c (OPTION_N32): Renamed to ...
1434 (OPTION_X32): This.
1435 (md_longopts): Replace n32 with x32.
1436 (md_parse_option): Updated.
1437 (md_show_usage): Likewise.
1438
4a22cb7c 1439 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 1440
c95354ed
MX
14412011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
1442
1443 * config/tc-mips.c (mips_ip): Update error messages. Take an
1444 unadjusted offset for "+c" argument.
1445
7af8ed2d
NC
14462011-01-10 Nick Clifton <nickc@redhat.com>
1447
1448 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
1449 it.
1450
cdf9ccec
NC
14512011-01-10 Nick Clifton <nickc@redhat.com>
1452
1453 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
1454 part of the file.
1455
0855e32b
NS
14562011-01-10 Nathan Sidwell <nathan@codesourcery.com>
1457 Glauber de Oliveira Costa <glommer@gmail.com>
1458
1459 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
1460 .tlsdescseq directive.
1461 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
1462 following a symbol.
1463 (s_arm_tls_descseq): New directive.
1464 (md_pseudo_table): Add it.
1465 (encode_branch): Allow TLS_CALL relocs too.
1466 (do_t_blx, do_t_branch23): Use encode_branch.
1467 (reloc_names): Add tlsdesc and tlscall.
1468 (md_apply_fix): Process tls desc relocations.
1469 (tc_gen_reloc): Likewise.
1470 (arm_fix_adjustable): Likewise.
1471
87973e9f
QN
14722011-01-07 Quentin Neill <quentin.neill@amd.com>
1473
1474 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
1475
1476 * doc/c-i386.texi (i386-BMI): New section.
1477
12505806
PK
14782011-01-06 Paul Koning <ni1d@arrl.net>
1479
1480 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
1481 references to absolute addresses.
1482
9689e3a3
DD
14832011-01-05 DJ Delorie <dj@redhat.com>
1484
1485 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
1486 instead of an RH_NEG32 one.
1487
35cc6a0b
L
14882011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
1489
1490 * doc/c-i386.texi: Clarify --n32.
1491
f12dc422
L
14922011-01-04 H.J. Lu <hongjiu.lu@intel.com>
1493
1494 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
1495 integer registers in VEX.vvvv. Check register-only source
1496 operand when two source operands are swapped. Properly update
1497 destination when two source operands are swapped.
1498
0db46eb4
L
14992011-01-01 H.J. Lu <hongjiu.lu@intel.com>
1500
1501 * gas.c (parse_args): Update copyright to 2011.
1502
5b326c3e 1503For older changes see ChangeLog-2010
08d56133
NC
1504\f
1505Local Variables:
1506mode: change-log
1507left-margin: 8
1508fill-column: 74
1509version-control: never
1510End: