]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
bfd/
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
179809c0
TG
12011-07-25 Tristan Gingold <gingold@adacore.com>
2
3 * frags.c (frag_grow): Simplify the code.
4
df58fc94
RS
52011-07-24 Maciej W. Rozycki <macro@codesourcery.com>
6 Chao-ying Fu <fu@mips.com>
7 Richard Sandiford <rdsandiford@googlemail.com>
8
9 * config/tc-mips.h (mips_segment_info): Add one bit for
10 microMIPS.
11 (TC_LABEL_IS_LOCAL): New macro.
12 (mips_label_is_local): New prototype.
13 * config/tc-mips.c (S0, S7): New macros.
14 (emit_branch_likely_macro): New variable.
15 (mips_set_options): Add micromips.
16 (mips_opts): Initialise micromips to -1.
17 (file_ase_micromips): New variable.
18 (CPU_HAS_MICROMIPS): New macro.
19 (hilo_interlocks): Set for microMIPS too.
20 (gpr_interlocks): Likewise.
21 (cop_interlocks): Likewise.
22 (cop_mem_interlocks): Likewise.
23 (HAVE_CODE_COMPRESSION): New macro.
24 (micromips_op_hash): New variable.
25 (micromips_nop16_insn, micromips_nop32_insn): New variables.
26 (NOP_INSN): Handle microMIPS ASE.
27 (mips32_to_micromips_reg_b_map): New macro.
28 (mips32_to_micromips_reg_c_map): Likewise.
29 (mips32_to_micromips_reg_d_map): Likewise.
30 (mips32_to_micromips_reg_e_map): Likewise.
31 (mips32_to_micromips_reg_f_map): Likewise.
32 (mips32_to_micromips_reg_g_map): Likewise.
33 (mips32_to_micromips_reg_l_map): Likewise.
34 (mips32_to_micromips_reg_n_map): Likewise.
35 (mips32_to_micromips_reg_h_map): New variable.
36 (mips32_to_micromips_reg_m_map): Likewise.
37 (mips32_to_micromips_reg_q_map): Likewise.
38 (micromips_to_32_reg_h_map): New variable.
39 (micromips_to_32_reg_i_map): Likewise.
40 (micromips_to_32_reg_m_map): Likewise.
41 (micromips_to_32_reg_q_map): Likewise.
42 (micromips_to_32_reg_b_map): New macro.
43 (micromips_to_32_reg_c_map): Likewise.
44 (micromips_to_32_reg_d_map): Likewise.
45 (micromips_to_32_reg_e_map): Likewise.
46 (micromips_to_32_reg_f_map): Likewise.
47 (micromips_to_32_reg_g_map): Likewise.
48 (micromips_to_32_reg_l_map): Likewise.
49 (micromips_to_32_reg_n_map): Likewise.
50 (micromips_imm_b_map, micromips_imm_c_map): New macros.
51 (RELAX_DELAY_SLOT_16BIT): New macro.
52 (RELAX_DELAY_SLOT_SIZE_FIRST): Likewise.
53 (RELAX_DELAY_SLOT_SIZE_SECOND): Likewise.
54 (RELAX_MICROMIPS_ENCODE, RELAX_MICROMIPS_P): New macros.
55 (RELAX_MICROMIPS_TYPE, RELAX_MICROMIPS_AT): Likewise.
56 (RELAX_MICROMIPS_U16BIT, RELAX_MICROMIPS_UNCOND): Likewise.
57 (RELAX_MICROMIPS_COMPACT, RELAX_MICROMIPS_LINK): Likewise.
58 (RELAX_MICROMIPS_RELAX32, RELAX_MICROMIPS_TOOFAR16): Likewise.
59 (RELAX_MICROMIPS_MARK_TOOFAR16): Likewise.
60 (RELAX_MICROMIPS_CLEAR_TOOFAR16): Likewise.
61 (RELAX_MICROMIPS_TOOFAR32): Likewise.
62 (RELAX_MICROMIPS_MARK_TOOFAR32): Likewise.
63 (RELAX_MICROMIPS_CLEAR_TOOFAR32): Likewise.
64 (INSERT_OPERAND, EXTRACT_OPERAND): Handle microMIPS ASE.
65 (mips_macro_warning): Add delay_slot_16bit_p, delay_slot_32bit_p,
66 fsize and insns.
67 (mips_mark_labels): New function.
68 (mips16_small, mips16_ext): Remove variables, replacing with...
69 (forced_insn_size): ... this.
70 (append_insn, mips16_ip): Update accordingly.
71 (micromips_insn_length): New function.
72 (insn_length): Return the length of microMIPS instructions.
73 (mips_record_mips16_mode): Rename to...
74 (mips_record_compressed_mode): ... this. Handle microMIPS ASE.
75 (install_insn): Handle microMIPS ASE.
76 (reglist_lookup): New function.
77 (is_size_valid, is_delay_slot_valid): Likewise.
78 (md_begin): Handle microMIPS ASE.
79 (md_assemble): Likewise. Update for append_insn interface change.
80 (micromips_reloc_p): New function.
81 (got16_reloc_p): Handle microMIPS ASE.
82 (hi16_reloc_p): Likewise.
83 (lo16_reloc_p): Likewise.
84 (jmp_reloc_p): New function.
85 (jalr_reloc_p): Likewise.
86 (matching_lo_reloc): Handle microMIPS ASE.
87 (insn_uses_reg, reg_needs_delay): Likewise.
88 (mips_move_labels): Likewise.
89 (mips16_mark_labels): Rename to...
90 (mips_compressed_mark_labels): ... this. Handle microMIPS ASE.
91 (gpr_mod_mask): New function.
92 (gpr_read_mask, gpr_write_mask): Handle microMIPS ASE.
93 (fpr_read_mask, fpr_write_mask): Likewise.
94 (insns_between, nops_for_vr4130, nops_for_insn): Likewise.
95 (fix_loongson2f_nop, fix_loongson2f_jump): Likewise.
96 (MICROMIPS_LABEL_CHAR): New macro.
97 (micromips_target_label, micromips_target_name): New variables.
98 (micromips_label_name, micromips_label_expr): New functions.
99 (micromips_label_inc, micromips_add_label): Likewise.
100 (mips_label_is_local): Likewise.
101 (micromips_map_reloc): Likewise.
102 (can_swap_branch_p): Handle microMIPS ASE.
103 (append_insn): Add expansionp argument. Handle microMIPS ASE.
104 (start_noreorder, end_noreorder): Handle microMIPS ASE.
105 (macro_start, macro_warning, macro_end): Likewise.
106 (brk_fmt, cop12_fmt, jalr_fmt, lui_fmt): New variables.
107 (mem12_fmt, mfhl_fmt, shft_fmt, trap_fmt): Likewise.
108 (BRK_FMT, COP12_FMT, JALR_FMT, LUI_FMT): New macros.
109 (MEM12_FMT, MFHL_FMT, SHFT_FMT, TRAP_FMT): Likewise.
110 (macro_build): Handle microMIPS ASE. Update for append_insn
111 interface change.
112 (mips16_macro_build): Update for append_insn interface change.
113 (macro_build_jalr): Handle microMIPS ASE.
114 (macro_build_lui): Likewise. Simplify.
115 (load_register): Handle microMIPS ASE.
116 (load_address): Likewise.
117 (move_register): Likewise.
118 (macro_build_branch_likely): New function.
119 (macro_build_branch_ccl): Likewise.
120 (macro_build_branch_rs): Likewise.
121 (macro_build_branch_rsrt): Likewise.
122 (macro): Handle microMIPS ASE.
123 (validate_micromips_insn): New function.
124 (expr_const_in_range): Likewise.
125 (mips_ip): Handle microMIPS ASE.
126 (options): Add OPTION_MICROMIPS and OPTION_NO_MICROMIPS.
127 (md_longopts): Add mmicromips and mno-micromips.
128 (md_parse_option): Handle OPTION_MICROMIPS and
129 OPTION_NO_MICROMIPS.
130 (mips_after_parse_args): Handle microMIPS ASE.
131 (md_pcrel_from): Handle microMIPS relocations.
132 (mips_force_relocation): Likewise.
133 (md_apply_fix): Likewise.
134 (mips_align): Handle microMIPS ASE.
135 (s_mipsset): Likewise.
136 (s_cpload, s_cpsetup, s_cpreturn): Use relocation wrappers.
137 (s_dtprel_internal): Likewise.
138 (s_gpword, s_gpdword): Likewise.
139 (s_insn): Handle microMIPS ASE.
140 (s_mips_stab): Likewise.
141 (relaxed_micromips_32bit_branch_length): New function.
142 (relaxed_micromips_16bit_branch_length): New function.
143 (md_estimate_size_before_relax): Handle microMIPS ASE.
144 (mips_fix_adjustable): Likewise.
145 (tc_gen_reloc): Handle microMIPS relocations.
146 (mips_relax_frag): Handle microMIPS ASE.
147 (md_convert_frag): Likewise.
148 (mips_frob_file_after_relocs): Likewise.
149 (mips_elf_final_processing): Likewise.
150 (mips_nop_opcode): Likewise.
151 (mips_handle_align): Likewise.
152 (md_show_usage): Handle microMIPS options.
153 * symbols.c (TC_LABEL_IS_LOCAL): New macro.
154 (S_IS_LOCAL): Add a TC_LABEL_IS_LOCAL check.
155
156 * doc/as.texinfo (Target MIPS options): Add -mmicromips and
157 -mno-micromips.
158 (-mmicromips, -mno-micromips): New options.
159 * doc/c-mips.texi (-mmicromips, -mno-micromips): New options.
160 (MIPS ISA): Document .set micromips and .set nomicromips.
161 (MIPS insn): Update for microMIPS support.
162
a40bc9dd
RS
1632011-07-24 Maciej W. Rozycki <macro@codesourcery.com>
164
165 * config/tc-mips.c (mips_ip): Make a copy of the instruction's
166 mnemonic and use it for further processing.
167
bcd530a7
RS
1682011-07-24 Maciej W. Rozycki <macro@codesourcery.com>
169
170 * config/tc-mips.c (can_swap_branch_p): Adjust for the rename of
171 INSN_TRAP to INSN_NO_DELAY_SLOT. Remove the check for INSN_SYNC
172 as well as explicit checks for ERET and DERET when scheduling
173 branch delay slots.
174
7a9068fe
L
1752011-07-22 H.J. Lu <hongjiu.lu@intel.com>
176
177 * config/tc-i386.c (cpu_arch): Add k1om.
178 (i386_align_code): Handle PROCESSOR_K1OM.
179 (check_cpu_arch_compatible): Check EM_K1OM.
180 (i386_arch): Handle Intel K1OM.
181 (i386_mach): Return bfd_mach_k1om for Intel K1OM.
182 (i386_target_format): Return ELF_TARGET_K1OM_FORMAT for Intel
183 K1OM.
184
185 * config/tc-i386.h (ELF_TARGET_K1OM_FORMAT): New.
186 (processor_type): Add PROCESSOR_K1OM.
187
188 * doc/c-i386.texi: Document k1om.
189
2aab8acd
L
1902011-07-18 H.J. Lu <hongjiu.lu@intel.com>
191
192 * doc/c-i386.texi: Fix a typo.
193
01f372ca
RS
1942011-07-06 Aurelien Jarno <aurelien@aurel32.net>
195
196 * config/tc-mips.c (append_insn): delete prev_pinfo2 and pinfo2.
197
fe35f09f
RS
1982011-07-04 Richard Sandiford <rdsandiford@googlemail.com>
199
200 * config/tc-mips.c (gpr_read_mask, gpr_write_mask): Fix handling
201 of register 0.
202
e3a82c8e
MR
2032011-07-04 Maciej W. Rozycki <macro@codesourcery.com>
204
205 * config/tc-mips.c (append_insn): Make sure DWARF-2 location
206 information is properly adjusted for branches that get swapped.
207
9c55345c
TS
2082011-07-03 Samuel Thibault <samuel.thibault@gnu.org>
209 Thomas Schwinge <thomas@schwinge.name>
210
2bb70ae0 211 PR binutils/12913
9c55345c
TS
212 * config/obj-elf.c (obj_elf_type): Use ELFOSABI_GNU name instead of
213 ELFOSABI_LINUX alias.
214 * config/tc-ia64.c: Likewise.
215
5f4cb198
NC
2162011-06-30 Paul Carroll <pcarroll@codesourcery.com>
217
218 * config/tc-arm.c (do_t_add_sub): Only allow LSL shifts of less
219 than 4 in Thumb mode.
220
08f10d51
NC
2212011-06-30 Nick Clifton <nickc@redhat.com>
222
223 PR gas/12848
224 * config/tc-arm.c (BAD_RANGE): New error message define.
225 (md_apply_fix): Use it.
226 Fix range check for thumb branch instructions.
227
a4e06468
RS
2282011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
229
230 * config/tc-mips.c (append_method): New enum.
231 (can_swap_branch_p, get_append_method): New functions.
232 (append_insn): Use get_append_method to decide how the instruction
233 should be added.
234
9fe77896
RS
2352011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
236
237 * config/tc-mips.c (append_insn): Remove bogus goto.
238
13408f1e
RS
2392011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
240
241 * config/tc-mips.c (append_insn): Always clear the history after an
242 unconditional branch.
243
ceb94aa5
RS
2442011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
245
246 * config/tc-mips.c (find_altered_mips16_opcode): New function.
247 (append_insn): Use it.
248
4c260379
RS
2492011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
250
251 * config/tc-mips.c (insn_uses_reg): Delete.
252 (gpr_read_mask, gpr_write_mask): New functions.
253 (fpr_read_mask, fpr_write_mask): Likewise.
254 (insns_between, nops_for_vr4130, append_insn): Use them.
255
02b1ab82
RS
2562011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
257
258 * config/tc-mips.c (md_mips_end): Call mips_emit_delays.
259
49c62a33
NC
2602011-06-29 Dave Martin <dave.martin@linaro.org>
261
262 PR gas/12931
263 * config/tc-arm.c (mapping_state): When changing to ARM or THUMB
264 state set the minimum required alignment of the section.
265
7016a5d5
TG
2662011-06-29 Tristan Gingold <gingold@adacore.com>
267
268 * config/tc-i386.c (i386_mach): Convert to ISO-C.
269 (md_begin, pe_directive_secrel, md_estimate_size_before_relax): Ditto.
270 (md_convert_frag, md_apply_fix, md_undefined_symbol): Ditto.
271 (md_section_align, tc_gen_reloc): Ditto.
272
af24f60c
TG
2732011-06-28 Tristan Gingold <gingold@adacore.com>
274
275 * config/tc-alpha.c (s_alpha_pdesc): Fix indentation. Do not
276 generate dummy fix.
277
e1f4d6bd
TG
2782011-06-28 Tristan Gingold <gingold@adacore.com>
279
280 * config/tc-alpha.c (load_expression): Use alloca instead of xmalloc.
281 (emit_jsrjmp): Ditto.
282 (tc_gen_reloc): Ditto.
283
4b1c4d2b
TG
2842011-06-28 Tristan Gingold <gingold@adacore.com>
285
286 * config/tc-alpha.c (alpha_evax_proc_hash): Remove.
287 (alpha_evax_proc_data): New variable.
288 (s_alpha_ent): Prevent nested function. Remove has_insert call.
289 (s_alpha_pdesc): Do not call demand_empty_rest_of_line in case of
290 error. Do not search in the hash table. Check if match with .ent.
291 (s_alpha_name): Remove unused variable.
292 (md_begin): Remove initialization of alpha_evax_proc_hash.
293
8aacb050
TG
2942011-06-27 Tristan Gingold <gingold@adacore.com>
295
296 * config/tc-alpha.c (add_to_link_pool): Remove basesym parameter.
297 Locally declare basesym. Add comments. Do not set literal_pool_size.
298 (load_expression): Adjust call to add_to_link_pool.
299 (s_alpha_pdesc): Define pdesc symbol using dot.
300 Do not set literal_pool_size.
301 (s_alpha_end): Use NULL instead of 0.
302
bb1d4256
TG
3032011-06-27 Tristan Gingold <gingold@adacore.com>
304
305 * config/obj-evax.c (evax_frob_file_before_adjust): Add comments.
306 Fix style.
307 * config/obj-evax.h (struct alpha_linkage_fixups): Remove seg
308 field. Add comments.
309 (obj_symbol_type, object_headers, OBJ_SYMFIELD_TYPE): Remove
310
ab9794cf
RS
3112011-06-26 Richard Sandiford <rdsandiford@googlemail.com>
312
313 * config/tc-mips.c (fix_24k_record_store_info): If the previous
314 instruction was a store, and the next instructions are unknown,
315 assume the worst.
316
932d1a1b
RS
3172011-06-25 Richard Sandiford <rdsandiford@googlemail.com>
318
319 PR gas/12915
320 * config/tc-mips.c (nops_for_vr4130, nops_for_24k, nops_for_insn)
321 (nops_for_sequence, nops_for_insn_or_target): Add ignore parameters.
322 (mips_emit_delays, start_noreorder): Update accordingly.
323 (append_insn): Likewise. Revert original fix for this PR
324 and use the ignore parameter instead.
325
e3a99401
TG
3262011-06-24 Tristan Gingold <gingold@adacore.com>
327
328 PR gas/11625
329 * config/obj-evax.c (evax_frob_symbol): Use as_bad instead of abort.
330
576d3307
TG
3312011-06-24 Tristan Gingold <gingold@adacore.com>
332
333 * config/tc-alpha.c (add_to_link_pool): Remove useless offset
334 variable. Fix style.
335
f77ef3e2
RS
3362011-06-23 Richard Sandiford <rdsandiford@googlemail.com>
337
338 PR gas/12915
339 * config/tc-mips.c (append_insn): Only consider hazards between the
340 pre-noreorder block and ip.
341
5f1af56b
MGD
3422011-06-21 Sameera Deshpande <sameera.deshpande@arm.com>
343
344 * config/tc-arm.c (vfp_conv): Add check on range of immediate operand
345 in vcvt instruction between floating-point and fixed-point.
346 (operand_parse_code): Add "OP_oI32z".
347 (parse_operands): OP_oI32z case added.
348
ade78dba
L
3492011-06-20 H.J. Lu <hongjiu.lu@intel.com>
350
351 * configure.tgt: Revert x32 change.
352
b47d265e
NC
3532011-06-20 Nick Clifton <nickc@redhat.com>
354
355 * doc/Makefile.am: (CPU_DOCS): Add c-xstormy16.texi.
356 * doc/Makefile.in: Regenerate.
357 * doc/all.texi: Set XSTORMY16.
358 * doc/c-xstormy16.texi: New file.
359
8b778942
L
3602011-06-19 H.J. Lu <hongjiu.lu@intel.com>
361
362 * configure.tgt: Support x32.
363
90b3661c
NC
3642011-06-15 Nick Clifton <nickc@redhat.com>
365
366 * NEWS: Mention addition of TILEPRO and TIKE-Gx support.
367
2fb4b302
TG
3682011-06-14 Tristan Gingold <gingold@adacore.com>
369
370 * config/tc-ppc.h (struct ppc_tc_sy): Complete comment on within.
371 (tc_new_dot_label): Define.
372 (ppc_new_dot_label): Declare.
373 * config/tc-ppc.c (ppc_frob_label): Set within target field.
374 (ppc_fix_adjustable): Use this field to adjust the reloc.
375 (ppc_new_dot_label): New function.
376
85b0f90c
AM
3772011-06-14 Alan Modra <amodra@gmail.com>
378
379 * po/POTFILES.in: Regenerate.
380
aa137e4d
NC
3812011-06-13 Walter Lee <walt@tilera.com>
382
383 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tilegx.c and
384 config/tc-tilepro.c.
385 (TARGET_CPU_HFILES): Add config/tc-tilegx.h and
386 config/tc-tilepro.h.
387 * Makefile.in: Regenerate.
388 * configure.tgt (tilepro-*-*): New.
389 (tilegx-*-*): Likewise.
390 * config/tc-tilegx.c: New file.
391 * config/tc-tilegx.h: Likewise.
392 * config/tc-tilepro.h: Likewise.
393 * config/tc-tilepro.c: Likewise.
394 * doc/Makefile.am (CPU_DOCS): Add c-tilegx.texi and
395 c-tilepro.texi.
396 * doc/Makefile.in: Regenerate.
397 * doc/all.texi (TILEGX): Define.
398 (TILEPRO): Define.
399 * doc/as.texinfo: Add Tile-Gx and TILEPro documentation. Include
400 c-tilegx.texi and c-tilepro.texi.
401 * doc/c-tilegx.texi: New.
402 * doc/c-tilepro.texi: New.
403
94342ec3
NC
4042011-06-13 Nick Clifton <nickc@redhat.com>
405
406 PR gas/12854
407 * config/tc-arm.c (do_shift): Do not allow shift operations at the
408 end of a register based shift insn.
409 (do_t_shift): Likewise.
410
f9e53abc
NC
4112011-06-13 Nick Clifton <nickc@redhat.com>
412
413 * config/tc-score.c (s3_my_get_expression): Delete unused local
414 variable 'seg'.
415 (s3_do_ldst_insn): Delete unused local variable 'strbak'.
416 (s3_do16_ldst_insn): Delete unused local variable 'temp'.
417 (s3_do_macro_bcmp): Zero inst_expand array.
418 (s3_do_macro_bcmpz): Likewise.
419 (s3_s_score_end): Delete unused local variable 'dot'.
420 (s3_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
421 * config/tc-score7.c (s7_my_get_expression): Delete unused local
422 variable 'seg'.
423 (s7_do_ldst_insn): Delete unused local variable 'strbak'.
424 (s7_b32_relax_to_b16): Delete unused local variables 'r_old' and
425 'r_new'.
426 (s7_s_score_end): Delete unused local variable 'dot'.
427 (s7_relax_frag): Delete unused local variable 'relax_size'.
428 (s7_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
429
6c30d220
L
4302011-06-10 H.J. Lu <hongjiu.lu@intel.com>
431
432 AVX Programming Reference (June, 2011)
433 * config/tc-i386.c (i386_error): Add invalid_vsib_address and
434 unsupported_vector_index_register.
435 (cpu_arch): Add .avx2, .bmi2, .lzcnt and .invpcid.
436 (check_VecOperands): New.
f9e53abc 437 (match_template): Call check_VecOperands. Handle
6c30d220
L
438 invalid_vsib_address and unsupported_vector_index_register.
439 (build_modrm_byte): Support VecSIB. Check register-only source
440 operand when two source operands are swapped.
441 (i386_index_check): Allow Xmm/Ymm index registers.
442
443 * doc/c-i386.texi: Document avx2/.avx2, bmi2/.bmi2, lzcnt/.lzcnt
444 and invpcid./invpcid.
445
fd596c16
NC
4462011-06-09 Nick Clifton <nickc@redhat.com>
447
448 PR gas/12861
449 * config/tc-cr16.c (tc_gen_reloc): Remove unused local variable
450 code.
451 (check_cinv_options): Remove unused local variables. Make
452 function void.
453 (md_assemble): Remove unused local variable.
454
c56791bb
RE
4552011-06-09 James Greenhalgh <james.greenhalgh@arm.com>
456
457 * config/tc-arm.c (do_ldrd): Warn in unpredictable cases.
458
331fe616 4592011-06-03 Arnaud Patard <arnaud.patard@rtp-net.org>
a4482bb6
NC
460
461 PR gas/12698
462 * config/tc-arm.c (parse_psr): Set m_profile to false when
463 assembling for any architecture.
464
26d97720
NS
4652011-06-02 Jie Zhang jie@codesourcery.com
466 Nathan Sidwell nathan@codesourcery.com
467
468 * config/tc-arm.c (parse_address_main): Handle -0 offsets.
469 (encode_arm_addr_mode_2): Set default sign of zero here ...
470 (encode_arm_addr_mode_3): ... and here.
471 (encode_arm_cp_address): ... and here.
472 (md_apply_fix): Use default sign of zero here.
473
cc643b88
NC
4742011-06-02 Nick Clifton <nickc@redhat.com>
475
476 * as.c: Fix spelling typo.
477 * read.c: Likewise.
478 * config/tc-ppc.c: Likewise.
479 * po/gas.pit: Regenerate.
480
3b2f0793
PB
4812011-05-31 Paul Brook <paul@codesourcery.com>
482
483 * config/tc-arm.c (arm_cpus): Add Cortex-R5.
484 (arm_extensions): Allow idiv on ARMv7-R.
485 * doc/c-arm.text: Update idiv extension restrictions.
486
b5884301
PB
4872011-05-31 Paul Brook <paul@codesourcery.com>
488
489 * config/tc-arm.c (arm_force_relocation): Resolve all pc-relative
490 loads.
491
10960bfb
PB
4922011-05-31 Paul Brook <paul@codesourcery.com>
493
494 * config/tc-arm.c (do_t_branch): Avoid relaxing branches to constant
495 addresses.
496
6e7ce2cd
PB
4972011-05-31 Paul Brook <paul@codesourcery.com>
498 Nathan Sidwell <nathan@codesourcery.com>
499
500 * config/tc-arm.c (fix_new_arm): Create an absolute symbol for
501 pc-relative fixes to constants.
502 * config/tc-arm.h (TC_FORCE_RELOCATATION_ABS): Define.
cc643b88 503
8e1adb8d
NC
5042011-05-27 Nick Clifton <nickc@redhat.com>
505
506 * config/tc-s390.c (md_begin): Remove unused variable dup_insn.
507
c8fa16ed
AK
5082011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
509
510 * config/tc-s390.c (md_gather_operands): Fix check for floating
511 register pair operands.
512
5e4b319c
AK
5132011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
514
515 * config/tc-s390.c (md_gather_operands): Emit an error for odd
516 numbered registers used as register pair operand.
517
56d0a8a1
NC
5182011-05-23 Nick Clifton <nickc@redhat.com>
519
520 * config/tc-v850.h (TC_FX_SIZE_SLACK): Define.
521
4a732032
BS
5222011-05-20 Bernd Schmidt <bernds@codesourcery.com>
523
524 * config/tc-tic6x.c (tic6x_operators): Add "pcr_offset".
525 (tic6x_parse_name): Handle it.
526 (tic6x_fix_new_exp): Handle O_pcr_offset.
527 (tic6x_fix_adjustable): Return 0 for the new relocs.
528 (md_apply_fix): Handle them.
529 (tc_gen_reloc): Likewise.
530 * config/tc-tic6x.h (tic6x_fix_info): Add a fix_subsy member.
531
d0da06e2
NC
5322011-05-18 Nick Clifton <nickc@redhat.com>
533
534 PR gas/12754
535 * config/tc-tic30.c (ordinal_names): Allow translation of the
536 ordinal names.
537
a1727c1a
NC
5382011-05-18 Nick Clifton <nickc@redhat.com>
539
540 * config/tc-arm.c (s_unreq): Reword warning message to make it
541 easier to translate.
542 * config/tc-ia64.c (md_show_usage): Add note for translators.
543 * configure.in (ALL_LINGUAS): Add "fi".
544 * configure: Regenerate.
545
85645aed
TG
5462011-05-18 Tristan Gingold <gingold@adacore.com>
547
548 * config/tc-ppc.h (ppc_tc_sy): Reorder fields.
549 Put size into an union with dw.
550 (OBJ_COPY_SYMBOL_ATTRIBUTES): Adjust.
551 (ppc_xcoff_end): Declare.
552 (md_end): Define.
553 * config/tc-ppc.c: Add includes for xcoff.
554 (ppc_dwsect): New function.
555 (md_pseudo_table): Add dwsect.
556 (struct dw_subsection): New.
557 (dw_sections): New.
558 (ppc_change_debug_section): New function.
559 (ppc_xcoff_end): Ditto.
560 (ppc_function): Adjust for ppc_tc_sy.
561 (ppc_symbol_new_hook): Ditto.
562 (ppc_frob_symbol): Ditto.
563 (ppc_frob_section): Do not set vma for debug sections.
564 (ppc_fix_adjustable): Return true for debug sections.
565 * config/obj-coff.c: Add includes for xcoff.
566 (coff_frob_section): Handle dwarf section.
567
9fd07943
NC
5682011-05-17 Nick Clifton <nickc@redhat.com>
569
4e511523
NC
570 * po/fi.po: New Finnish translation.
571 * po/fr.po: Updated French translation.
572
9fd07943
NC
573 * config/tc-m32r.c (md_show_usage): Fix typos in descriptions.
574 * config/tc-mt.c (md_assemble): Fix typos in warning messages.
575 * cond.c (s_else): Fix typos in error messages.
576 * config/tc-pj.c (md_assemble): Fix typo in error message.
577
0d7e0060
HPN
5782011-05-16 Hans-Peter Nilsson <hp@axis.com>
579
580 * config/tc-cris.c (md_parse_option) <OPTION_PIC>: Error if not
581 emitting ELF object.
582 (md_show_usage): Only mention --pic if the assembler can generate
583 ELF objects.
584 * doc/c-cris.texi (CRIS-Opt): Mention that generating ELF is a
585 prerequisite for --pic being a valid option.
586
5648d7c7
AM
5872011-05-13 Frederic Marchal <fmarchal@perso.be>
588
589 PR gas/12755
590 * config/tc-v850.c (parse_register_list): Correct error string.
591
8aedb9fe
QN
5922011-05-12 Quentin Neill <quentin.neill@amd.com>
593
594 * config/tc-i386.c (cpu_arch): Rename PROCESSOR_BDVER1 to PROCESSOR_BD.
595 (i386_align_code): Ditto
596
58ad575f
MGD
5972011-05-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
598
599 PR gas/12715
600 * config/tc-arm.c (parse_big_immediate): Fix parsing of 64-bit
601 immediates on 32-bit hosts.
602
af2f724e
QN
6032011-05-10 Quentin Neill <quentin.neill@amd.com>
604
605 * config/tc-i386.c (cpu_arch): Add bdver2 and rename
606 PROCESSOR_BDVER1 to PROCESSOR_BDVER.
607 (i386_align_code): Rename PROCESSOR_BDVER1.
608 (processor_type): Ditto.
609 * doc/c-i386.texi: Add bdver2.
610
6e789b26
AM
6112011-05-10 Alan Modra <amodra@gmail.com>
612
613 * dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.
614
1bce6bd8
PB
6152011-05-09 Paul Brook <paul@codesourcery.com>
616
617 * config/tc-tic6x.c (streq): Define.
618 (tic6x_get_unwind): New.
619 (s_tic6x_cantunwind, s_tic6x_handlerdata, s_tic6x_endp,
620 s_tic6x_personalityindex, s_tic6x_personality): New functions.
621 (md_pseudo_table): Add "endp", "handlerdata", "personalityindex",
622 "personality" and "cantunwind".
623 (tic6x_regname_to_dw2regnum, tic6x_frame_initial_instructions,
624 tic6x_start_unwind_section, tic6x_unwind_frame_regs,
625 tic6x_pop_rts_offset_little, tic6x_pop_rts_offset_big,
626 tic6x_unwind_reg_from_dwarf, tic6x_flush_unwind_word,
627 tic6x_unwind_byte, tic6x_unwind_2byte, tic6x_unwind_uleb,
628 tic6x_cfi_startproc, output_exidx_entry, tic6x_output_unwinding,
629 tic6x_cfi_endproc): New.
630 * config/tc-tic6x.h (TIC6X_NUM_UNWIND_REGS): Define.
631 (tic6x_unwind_info): New.
632 (tic6x_segment_info_type): Add marked_pr_dependency, unwind and
633 text_unwind.
634 (TARGET_USE_CFIPOP, tc_regname_to_dw2regnum,
635 tc_cfi_frame_initial_instructions, DWARF2_DEFAULT_RETURN_COLUMN,
636 DWARF2_CIE_DATA_ALIGNMENT, tc_cfi_startproc, tc_cfi_endproc,
637 tc_cfi_section_name): Define.
638 * doc/c-tic6x.texi: Document new unwinding directives.
639 * dw2gencfi.c (tc_cfi_startproc, tc_cfi_endproc): Add default
640 definitions.
641 (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset, CFI_return_column,
642 CFI_rel_offset, CFI_escape, CFI_signal_frame, CFI_val_encoded_addr):
643 Move to dw2gencfi.h.
644 (CFI_EMIT_target): Define.
645 (dot_cfi_sections): Check tc_cfi_section_name.
646 (dot_cfi_startproc): Use tc_cfi_startproc.
647 (dot_cfi_endproc): Use tc_cfi_endproc.
648 * dw2gencfi.h (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset,
649 CFI_return_column, CFI_rel_offset, CFI_escape, CFI_signal_frame,
650 CFI_val_encoded_addr): Move to here from dw2gencfi.c.
651
6303c4ae
AM
6522011-05-07 Alan Modra <amodra@gmail.com>
653
654 * dw2gencfi.c (CUR_SEG, SET_CUR_SEG, HANDLED, SET_HANDLED): Define.
655 Use throughout in place of #if SUPPORT_FRAME_LINKONCE.
656 (struct fde_entry): Rename cseg to cur_seg.
657 (cfi_change_reg_numbers): Remove ATTRIBUTE_UNUSED.
658 (get_cfi_seg): Likewise. Use if (SUPPORT_FRAME_LINKONCE) rather
659 that #if SUPPORT_FRAME_LINKONCE.
660 (cfi_finish): Likewise.
661
f3b574bf
TG
6622011-05-06 Tristan Gingold <gingold@adacore.com>
663
664 * read.c (s_comm_internal): Remove code for OBJ_VMS.
665 (s_data): Ditto.
666 (s_text): Ditto.
667 * write.c (write_object_file): Ditto.
668 * symbols.c (define_sym_at_dot): Ditto.
669 (colon): Ditto.
670
67ed7401
AM
6712011-05-05 Alan Modra <amodra@gmail.com>
672
673 * dw2gencfi.c (SUPPORT_FRAME_LINKONCE): Define. Use throughout
674 file to conditionally compile code added 2011-04-26.
675 (cfi_change_reg_numbers): Add ATTRIBUTE_UNUSED on params only used
676 when SUPPORT_FRAME_LINKONCE.
677 (get_cfi_seg): Likewise. Reintroduce old code for when not
678 SUPPORT_FRAME_LINKONCE.
679 (cfi_finish): Move get_cfi_seg calls out of loop when not
680 SUPPORT_FRAME_LINKONCE. Avoid unused var warning.
681
2fbb87f6
PB
6822011-05-03 Paul Brook <paul@codesourcery.com>
683
2fbb87f6
PB
684 * config/tc-tic6x.c (s_ehtype): New function.
685 (md_pseudo_table): Add "ehtype".
686 (tic6x_fix_adjustable, md_apply_fix): BFD_RELOC_C6000_EHTYPE.
687 * doc/c-tic6x.texi: Document .ehtype directive.
688
72b016b4
NC
6892011-04-26 Kai Tietz <ktietz@redhat.com>
690
691 * dw2gencfi.c (dwcfi_seg_list): New struct.
692 (dwcfi_hash): New static hash variable.
693 (get_debugseg_name): New.
694 (alloc_debugseg_item): New.
695 (make_debug_seg): New.
696 (dwcfi_hash_insert): New.
697 (dwcfi_hash_find): New.
698 (dwcfi_hash_find_or_make): New.
699 (cfi_insn_data): New member cur_seg.
700 (cie_entry): Likewise.
701 (fde_entry): New cseg and handled members.
702 (alloc_fde_entry): Initialize cseg member.
703 (alloc_cfi_insn_data): Initialize cur_seg member.
704 (dot_cfi_sections): Compare for beginning of
705 section names via strncmp.
706 (get_cfi_seg): New.
707 (cfi_finish): Treat link-once sections.
708 (is_now_linkonce_segment): New local helper.
709 (output_cie): Ignore cie entries not member of current
710 segment.
711 (output_fde): Likewise.
712 (select_cie_for_fde): Likewise.
713 (cfi_change_reg_numbers): Add new argument for current segment
714 and ignore insn elements, if not part of current segment.
715 * ehopt.c (get_cie_info): Use strncmp for
716 section name matching.
717 (heck_eh_frame): Likewise.
718
15be625d
CM
7192011-04-20 Catherine Moore <clm@codesourcery.com>
720 David Ung <davidu@mips.com>
721
722 * config/mips.c (mips_cl_insn): Add new field complete_p.
723 (create_insn): Initialize complete_p to zero.
724 (BASE_REG_EQ): New.
725 (fix_24k_align_to): New.
726 (fix_24k_store_info): Declare.
727 (fix_24k_sort): New.
728 (fix_24k_record_store_info): New.
729 (nops_for_24k): New.
730 (nops_for_insn): Call nops_for_24k.
731 (append_insn): Move O_constant expression handling.
72b016b4 732
8ad17b3a
AM
7332011-04-20 Alan Modra <amodra@gmail.com>
734
735 * hash.c (set_gas_hash_table_size): Use bfd_hash_set_default_size.
736 (hash_new_sized): New function, split out from..
737 (hash_new): ..here.
738
00bbc0bd
NC
7392011-04-19 Nick Clifton <nickc@redhat.com>
740
741 * config/tc-arm.c (v7m_psrs): Revert previous delta.
742
ac7f631b
NC
7432011-04-18 Julian Brown <julian@codesourcery.com>
744 Nick Clifton <nickc@redhat.com>
745
746 * config/tc-arm.c (parse_psr): Use selected_cpu not cpu_variant to
747 detect M-profile targets.
748 (do_t_swi): Exclude v7 and higher variants from arm_ext_os test.
749 (v7m_psrs): Fix typo: basepri_max should be basepri_mask.
750
902cc293
AK
7512011-04-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
752
753 * config/tc-s390.c (s390_machine): New prototype.
754 (md_pseudo_table): New pseudo-op .machine.
755 (s390_opcode_hash): Initialize to NULL.
756 (s390_parse_cpu): New function.
757 (md_parse_option): Use s390_parse_cpu.
758 (s390_setup_opcodes): New function.
759 (md_begin): Use s390_setup_opcodes.
760 (s390_machine): New hook handling the new .machine pseudo.
761
762 * doc/c-s390.texi: Document the new pseudo op .machine.
763
2b5d6a91
L
7642011-04-12 H.J. Lu <hongjiu.lu@intel.com>
765
766 * config/tc-i386.c (i386_mach): Start error message with lower
767 case.
768 (md_begin): Likewise.
769 (md_parse_option): Likewise.
770 (i386_target_format): Likewise.
771 (check_byte_reg): Likewise.
772 (check_long_reg): Likewise.
773 (check_qword_reg): Likewise.
774 (check_word_reg): Likewise.
775
0d9b4b55
NC
7762011-04-12 Nick Clifton <nickc@redhat.com>
777
778 PR gas/12532
779 * config/tc-arm.c (relax_branch): Do not relax branches to
780 preemptable global symbols.
781
d2cd1205
JB
7822011-04-11 Julian Brown <julian@codesourcery.com>
783
784 * config/tc-arm.c (parse_psr): Add LHS argument. Improve support
785 for *APSR bitmasks.
786 (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR.
787 Remove OP_RVC_PSR.
788 (parse_operands): Likewise.
789 (do_mrs): Tweak error message for constraint.
790 (do_t_mrs): Update constraints for changes to APSR support.
791 (do_t_msr): Likewise. Don't set PSR_f flag here.
792 (psrs): Remove "g", "nzcvq", "nzcvqg".
793 (insns): Tweak entries for msr and mrs instructions.
794
4a57f2cf
KT
7952011-04-11 Kai Tietz <ktietz@redhat.com>
796
797 * config/tc-i386.c (x86_cons): Initialize adjust with zero.
798
249c2423
NC
7992011-04-11 Nick Clifton <nickc@redhat.com>
800
4e4f7c87
NC
801 * config/tc-i386.c (x86_cons): Define even for non-ELF targets.
802 * config/tc-i386.h (x86_cons): Always prototype.
803
249c2423
NC
804 * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter
805 in order to avoid a compile time warning.
806 (getprocreg_image): Likewise.
807
d86fff44
AM
8082011-04-11 Alan Modra <amodra@gmail.com>
809
810 * config/tc-cr16.c (getprocreg_image): Correct range check.
811 (getprocregp_image): Likewise.
812
8c5fc800
JM
8132011-04-06 Joseph Myers <joseph@codesourcery.com>
814
815 * configure.tgt (strongarm*be, strongarm*b, strongarm*,
816 xscale*be|xscale*b, xscale*): Remove architectures.
817 (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe,
818 thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets.
819
592588f3
TG
8202011-04-01 Tristan Gingold <gingold@adacore.com>
821
822 * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
823
ac145307
BS
8242011-03-31 Bernd Schmidt <bernds@codesourcery.com>
825
826 * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New
827 static variables.
828 (md_begin): Initialize them.
829 (s_tic6x_scomm): New static function.
830 (md_pseudo_table): Add "scomm".
831 (tc_gen_reloc): Really undo all adjustments made by
832 bfd_install_relocation.
833 * doc/c-tic6x.texi: Document the .scomm directive.
834
fc0eebac
TG
8352011-03-31 Tristan Gingold <gingold@adacore.com>
836
837 * dwarf2dbg.c (DWARF2_VERSION): Define.
838 (out_debug_line): Use it.
839 (out_debug_aranges): Ditto.
840 (out_debug_info): Ditto.
841 * config/tc-ia64.h (DWARF2_VERSION): Override it.
842
f956bf33
NC
8432011-03-30 Michael Snyder <msnyder@vmware.com>
844
845 * obj-elf.c (obj_elf_section): Free malloced name.
4ac14836
NC
846 * macro.c (get_any_string): Free malloced br_buf.
847 (do_formals): Free 'formal'.
f956bf33 848
c734e7e3
TG
8492011-03-30 Tristan Gingold <gingold@adacore.com>
850
851 * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value
852 to offset only if within is set.
853 (ppc_stabx): Reformat. For stsym stabs, add a check and set
854 within only for symbols.
855
af3ecb4a
RH
8562011-03-29 Richard Henderson <rth@redhat.com>
857
858 PR 12610
859 * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous
860 label; zap alpha_insn_label.
861
75c1c785
L
8622011-03-29 H.J. Lu <hongjiu.lu@intel.com>
863
864 * config/tc-i386.c (handle_quad): Properly handle multiple
865 operands.
866
fc99ebdc
MF
8672011-03-29 Mike Frysinger <vapier@gentoo.org>
868
869 * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest
870 reg $2 is the same as dest reg $4.
871
3823a074
MF
8722011-03-29 Mike Frysinger <vapier@gentoo.org>
873
874 * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest
875 reg $2 is the same as dest reg $4.
876
0be99d4b
MF
8772011-03-29 Mike Frysinger <vapier@gentoo.org>
878
879 * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest
880 reg $2 is the same as dest reg $4.
881
f4a2f576
MF
8822011-03-28 Mike Frysinger <vapier@gentoo.org>
883
884 * config/bfin-parse.y (16bit acc add): Return yyerror when dest
885 reg $1 is the same as dest reg $7.
886
314a59d5
L
8872011-03-28 H.J. Lu <hongjiu.lu@intel.com>
888
889 * config/tc-i386.c (handle_quad): New.
890 (md_pseudo_table): Add "quad".
891
5b806d27
NC
8922011-03-26 John Marino <binutils@marino.st>
893
894 * configure.tgt: Fix support for *-*-dragonfly*.
895 * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly.
896 * config/te-dragonfly.h: New file.
897
b8c610a7
EW
8982011-03-24 Eric B. Weddington <eric.weddington@atmel.com>
899
900 * config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
901 atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb,
902 at90pwm161.
903 * doc/c-avr.texi: Document new device names.
904
2dd0dc94
MF
9052011-03-24 Mike Frysinger <vapier@gentoo.org>
906
907 * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest
908 reg $1 is the same as dest reg $7.
909 (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as
910 dest reg $7.
911
a0bc8198
MF
9122011-03-24 Mike Frysinger <vapier@gentoo.org>
913
914 * config/bfin-parse.y (check_macfuncs): Clarify error message when
915 P is mismatched. Check destination regno are off by one when P is
916 set, or are equal when P is not set.
917
ba48c47b
MF
9182011-03-23 Mike Frysinger <vapier@gentoo.org>
919
920 * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is
921 the same as dest reg $4.
922 (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5.
923
6f8a4444
EW
9242011-03-23 Eric B. Weddington <eric.weddington@atmel.com>
925
926 * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
927 atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
928 * doc/c-avr.texi: Document new device names.
929
8cc66334
EW
9302011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
931
932 * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
933 (AVR_INSN): Change definition to match.
934 (avr_opcodes): Likewise, change to match.
935 (mcu_types): Add XMEGA architecture names and new XMEGA device names.
936 (md_show_usage): Add XMEGA architecture names.
937 (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
938 Add support for SPM Z+ instruction.
939 * doc/c-avr.texi: Add documentation for XMEGA architectures and
940 devices.
941
4fb8d1c6
EW
9422011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
943
944 * config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
945
869fe6ea
AM
9462011-03-18 Alan Modra <amodra@gmail.com>
947
948 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
949 on .size expression errors rather than symbols in the size expression.
950
144886fa
AM
9512011-03-18 Alan Modra <amodra@gmail.com>
952
953 * input-scrub.c (line_numberT): Delete.
954 (input_scrub_close): Reset line counters.
955 * messages.c (as_show_where): Don't print invalid line number.
956 (as_warn_internal, as_bad_internal): Likewise.
957
04648e65
AM
9582011-03-18 Alan Modra <amodra@gmail.com>
959
960 * read.c (read_a_source_file): Remove md_after_pass_hook.
961 Move "quit" label before set of dot_symbol.
962 * config/tc-d10v.h (md_after_pass_hook): Don't define.
963 * config/tc-d30v.h (md_after_pass_hook): Likewise.
964 * config/tc-m32r.h (md_after_pass_hook): Likewise.
965 (md_cleanup): Define to call m32r_fill_insn.
966
db3a4e40
AK
9672011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
968
969 * config/tc-s390.c (md_parse_option): Add -march=all option which
970 switches to the highest available CPU.
971
259af69e
AM
9722011-03-17 Alan Modra <amodra@gmail.com>
973
974 PR 12569
975 * expr.c (operand): Correct passing of "mode" to expr.
976 * read.c (do_org): Allow expr_section.
977 (get_known_segmented_expression): Don't assert anything about the
978 segment.
979
21be61f5
L
9802011-03-16 H.J. Lu <hongjiu.lu@intel.com>
981
982 * as.c (show_usage): Add --size-check=.
983 (parse_args): Add and handle OPTION_SIZE_CHECK.
984
985 * as.h (flag_size_check): New.
986
987 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
988 bad .size directive only for --size-check=error.
989
990 * doc/as.texinfo: Document --size-check=.
991
7f35e991
MF
9922011-03-14 Mike Frysinger <vapier@gentoo.org>
993
994 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
995 bf542/bf544/bf547/bf548/bf549.
996
34e77a92
RS
9972011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
998
999 * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
1000 determine whether a relocation is needed.
1001 (md_apply_fix, arm_apply_sym_value): Likewise.
1002
35fc36a8
RS
10032011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
1004
1005 * config/tc-arm.c (arm_adjust_symtab): Set the branch type
1006 for Thumb symbols.
1007
502df130
NC
10082011-03-11 Nick Clifton <nickc@redhat.com>
1009
1010 * remap.c (remap_debug_filename): Always allocate a buffer for the
1011 returned pointer.
1012 * stabs.c (stabs_generate_asm_file): Free the pointer returned by
1013 remap_debug_filename.
1014
5652b491
MS
10152011-03-10 Michael Snyder <msnyder@vmware.com>
1016
1017 Revert the following change:
1018 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
1019 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
1020
293855c8
AM
10212011-03-10 Alan Modra <amodra@gmail.com>
1022
1023 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
1024 TARGET_SYMBOL_FIELDS): Don't define.
1025 * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
1026
9f6db0d3
MS
10272011-03-09 Michael Snyder <msnyder@vmware.com>
1028
1029 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
1030 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
5652b491
MS
1031 (emit_fixed_inc_line_addr): Assign instead of conditional in
1032 assert.
9f6db0d3 1033
49002d7f
L
10342011-03-05 H.J. Lu <hongjiu.lu@intel.com>
1035
1036 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
1037 non-constant .size expression.
1038
14aa5a8b
NC
10392011-03-02 Nick Clifton <nickc@redhat.com>
1040
1041 * ecoff.c: Incldue filenames.h
1042
8b6efd89
KT
10432011-02-28 Kai Tietz <kai.tietz@onevision.com>
1044
1045 * depend.c (register_dependency): Use filename_(n)cmp.
1046 * dwarf2dbg.c (get_filenum): Likewise.
1047 * ecoff.c (add_file): Likewise.
1048 (ecoff_generate_asm_lineno): Likewise.
1049 * input-scrub.c (new_logical_line_flags): Likewise.
1050 * listing.c (file_info): Likewise.
1051 (listing_newline): Likewise.
1052 * remap.c (remap_debug_filename): Likewise.
1053 * stabs.c (generate_asm_file): Likewise.
1054 (stabs_generate_asm_lineno): Likewise.
1055
d455268f
MR
10562011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1057
1058 * config/tc-mips.c (append_insn): Disable branch relaxation for
1059 DSP instructions.
1060
3eebd5eb
MR
10612011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1062
1063 * config/tc-mips.c (macro): Handle M_PREF_AB.
1064
66b3e8da
MR
10652011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1066
1067 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
1068 register to use.
1069 (RELAX_BRANCH_UNCOND): Adjust accordingly.
1070 (RELAX_BRANCH_LIKELY): Likewise.
1071 (RELAX_BRANCH_LINK): Likewise.
1072 (RELAX_BRANCH_TOOFAR): Likewise.
1073 (RELAX_BRANCH_AT): New macro.
1074 (append_insn): Encode the temporary register to use in standard
1075 MIPS branch relaxation.
1076 (relaxed_branch_length): Update according to changes to
1077 RELAX_BRANCH_ENCODE.
1078 (md_convert_frag): Use the encoded register as the temporary.
1079
ce70d90a
MR
10802011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1081
1082 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
1083 reject PC-relative relocations.
1084
5c4f07ba
MR
10852011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1086
1087 * config/tc-mips.c (md_convert_frag): Correct message
1088 capitalization.
1089
5a0ade8b
AM
10902011-02-28 Alan Modra <amodra@gmail.com>
1091
1092 * symbols.c (report_op_error): Remove unnecessary forward declaration.
1093 Add "op" parameter. Report operator and operand segments in error
1094 message, not operand symbols.
1095 (resolve_symbol_value): Always set segment for equated symbols, not
1096 just when finalizing. Adjust report_op_error calls.
1097
f2d8a97c
L
10982011-02-25 H.J. Lu <hongjiu.lu@intel.com>
1099
7f648587
L
1100 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
1101 if 64bit relocations aren't allowed.
f2d8a97c 1102
e1e90034
AM
11032011-02-25 Alan Modra <amodra@gmail.com>
1104
1105 PR gas/12519
1106 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
1107
dfa58db1
MR
11082011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
1109
1110 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
1111 initialization of offset_reloc.
1112
d58a1929
RH
11132011-02-15 Richard Henderson <rth@redhat.com>
1114
1115 * dw2gencfi.c (dot_cfi_dummy): New.
1116 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
1117 * read.c (pobegin): Unconditionally call cfi_pop_insert.
1118
822ce8ee
RW
11192011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1120
1121 * configure: Regenerate.
1122
36f44611
MF
11232011-02-13 Mike Frysinger <vapier@gentoo.org>
1124
1125 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
1126 * config/bfin-parse.y (BYTEOP2M): Delete token.
1127 (asm_1): Remove BYTEOP2M insn matching.
1128
26bb3ddd
MF
11292011-02-12 Mike Frysinger <vapier@gentoo.org>
1130
1131 * config/bfin-defs.h: Include opcode/bfin.h.
1132 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
1133
347d120a
MF
11342011-02-11 Mike Frysinger <vapier@gentoo.org>
1135
1136 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
1137 (Modify Registers): Fix subtracted typo.
1138 (.byte2): Extend and swap descriptions with .byte4.
1139 (.byte4): Extend and swap descriptions with .byte2.
1140 (.db, .dw, .dd): Document behavior.
1141
5f956293
MF
11422011-02-11 Mike Frysinger <vapier@gentoo.org>
1143
1144 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
1145
c0e524fe
AM
11462011-02-11 Alan Modra <amodra@gmail.com>
1147
1148 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
1149
635fb38d
AM
11502011-02-10 Alan Modra <amodra@gmail.com>
1151
1152 * doc/as.texinfo (Overview): Add missing markup around Blackfin
1153 and PowerPC options.
1154
b8b738ac
AM
11552011-02-10 Alan Modra <amodra@gmail.com>
1156
1157 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
1158 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
1159 (Overview <Target PowerPC options>): Add a number of missing options.
1160 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
1161
2dde1948
L
11622011-02-08 H.J. Lu <hongjiu.lu@intel.com>
1163
1164 PR gas/6957
1165 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
1166 for i686.
1167
a586129e
L
11682011-02-08 H.J. Lu <hongjiu.lu@intel.com>
1169
1170 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
1171 for ISA extensions.
1172 (md_parse_option): Likewise.
1173
98d23bef
BS
11742011-02-04 Bernd Schmidt <bernds@codesourcery.com>
1175
1176 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
1177 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
1178 (TIC6X Options): Don't mention "-matomic".
1179 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
1180 (md_longopts): Remove corresponding entries.
1181 (md_parse_option): Don't handle them.
1182 (md_show_usage): Don't document them.
1183 (tic6x_atomic): Delete variable.
1184 (tic6x_update_features): Always copy tic6x_arch_enable to
1185 tic6x_features.
1186 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
1187 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
1188 (md_pseudo_table): Remove ".atomic" and ".noatomic".
1189
a22429b9
NC
11902011-01-31 Nick Clifton <nickc@redhat.com>
1191
1192 * write.c (write_contents): Include output file name and bfd error
1193 value when reporting the inability to write to the output file.
1194 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
1195 frag that has a non-zero fill value.
1196
eb6fae19
DD
11972011-01-27 DJ Delorie <dj@redhat.com>
1198
1199 * config/tc-rx.c (md_convert_frag): If we can't compute the target
1200 address, zero out the values stored in the object file to make
1201 objdump's output consistent.
1202
ca19b261
KT
12032011-01-26 Kai Tietz <kai.tietz@onevision.com>
1204
1205 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
1206 x86_dwarf2_return_column to 32.
1207
b37a4e79
NC
12082011-01-20 Nick Clifton <nickc@redhat.com>
1209
1210 PR gas/12384
1211 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
1212 comparison.
1213
6ac88ef3
L
12142011-01-18 H.J. Lu <hongjiu.lu@intel.com>
1215
1216 * write.c (compress_debug): Return if section size is smaller
1217 than 32 bytes.
1218
24a2d04d
L
12192011-01-18 H.J. Lu <hongjiu.lu@intel.com>
1220
1221 PR gas/12409
1222 * write.c (compress_debug): Return if section size is 0.
1223
4a58c4bd
NC
12242011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
1225
1226 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
1227 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
1228 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
1229 fmp626} options.
1230
7c31ae13
NC
12312011-01-18 Nick Clifton <nickc@redhat.com>
1232
1233 PR gas/12390
1234 * doc/all.texi: Add NS32K
1235 * doc/as.texinfo: Remove target specific details of which
1236 characters act as comment initiators and statement separators into
1237 individual target specific files.
1238 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
1239 the hash character at the start of a line.
1240 * doc/c-arm.texi (ARM-Chars): Likewise.
1241 * doc/c-avr.texi (AVR-Chars): Likewise.
1242 * doc/c-d10v.texi (D10V-Chars): Likewise.
1243 * doc/c-d30v.texi (D30V-Chars): Likewise.
1244 * doc/c-mmix.texi (MMIX-Chars): Likewise.
1245 * doc/c-s390.texi (s390 characters): Likewise.
1246 * doc/c-sh.texi (SH-Chars): Likewise.
1247 * doc/c-sh64.texi (SH64-Chars): Likewise.
1248 * doc/c-sparc.texi (SPARC-Chars): Likewise.
1249 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
1250 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
1251 * doc/c-z80.texi (Z80-Chars): Likewise.
1252 * doc/c-z8k.texi (Z8000-Chars): Likewise.
1253 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
1254 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
1255 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
1256 line separator characters.
1257 * doc/c-cr16.texi (CR16 Syntax): Likewise.
1258 * doc/c-i386.texi (i386-Chars): Likewise.
1259 * doc/c-i860.texi (i860-Chars): Likewise.
1260 * doc/c-i960.texi (i960-Chars): Likewise.
1261 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
1262 * doc/c-lm32.texi (LM32-Chars): likewise.
1263 * doc/c-m32c.texi (M32C-Chars): Likewise.
1264 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
1265 * doc/c-m68k.texi (M68K-Chars): Likewise.
1266 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
1267 * doc/c-msp430.texi (MSP430-Chars): Likewise.
1268 * doc/c-mt.texi (MT-Chars): Likewise.
1269 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
1270 * doc/c-pj.texi (PJ-Chars): Likewise.
1271 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
1272 * doc/c-rx.texi (RX-Chars): Likewise.
1273 * doc/c-score.texi (SCORE-Chars): Likewise.
1274 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
1275 * doc/c-v850.texi (V850-Chars): Likewise.
1276 * doc/c-vax.texi (VAX-Chars): Likewise.
1277 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
1278
2a2a0f38
QN
12792011-01-17 Quentin Neill <quentin.neill@amd.com>
1280
1281 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
1282
1283 * doc/c-i386.texi (i386-TBM): New section.
1284
862be3fb
L
12852011-01-16 H.J. Lu <hongjiu.lu@intel.com>
1286
1287 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
1288 (disallow_64bit_reloc): This.
1289 (md_assemble): Don't check movabs for x32 mode here.
1290 (i386_target_format): Updated.
1291 (tc_gen_reloc): Check if 64bit relocations are allowed.
1292
7f56bc95
L
12932011-01-15 H.J. Lu <hongjiu.lu@intel.com>
1294
1295 * config/tc-i386.c (disallow_64bit_disp): New.
1296 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
1297 X86_64_ABI/X86_64_X32_ABI.
1298 (md_assemble): Don't allow movabs with relocation in x32 mode.
1299 (i386_target_format): Updated.
1300
570561f7
L
13012011-01-14 H.J. Lu <hongjiu.lu@intel.com>
1302
1303 * config/tc-i386.c (OPTION_N32): Renamed to ...
1304 (OPTION_X32): This.
1305 (md_longopts): Replace n32 with x32.
1306 (md_parse_option): Updated.
1307 (md_show_usage): Likewise.
1308
4a22cb7c 1309 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 1310
c95354ed
MX
13112011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
1312
1313 * config/tc-mips.c (mips_ip): Update error messages. Take an
1314 unadjusted offset for "+c" argument.
1315
7af8ed2d
NC
13162011-01-10 Nick Clifton <nickc@redhat.com>
1317
1318 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
1319 it.
1320
cdf9ccec
NC
13212011-01-10 Nick Clifton <nickc@redhat.com>
1322
1323 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
1324 part of the file.
1325
0855e32b
NS
13262011-01-10 Nathan Sidwell <nathan@codesourcery.com>
1327 Glauber de Oliveira Costa <glommer@gmail.com>
1328
1329 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
1330 .tlsdescseq directive.
1331 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
1332 following a symbol.
1333 (s_arm_tls_descseq): New directive.
1334 (md_pseudo_table): Add it.
1335 (encode_branch): Allow TLS_CALL relocs too.
1336 (do_t_blx, do_t_branch23): Use encode_branch.
1337 (reloc_names): Add tlsdesc and tlscall.
1338 (md_apply_fix): Process tls desc relocations.
1339 (tc_gen_reloc): Likewise.
1340 (arm_fix_adjustable): Likewise.
1341
87973e9f
QN
13422011-01-07 Quentin Neill <quentin.neill@amd.com>
1343
1344 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
1345
1346 * doc/c-i386.texi (i386-BMI): New section.
1347
12505806
PK
13482011-01-06 Paul Koning <ni1d@arrl.net>
1349
1350 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
1351 references to absolute addresses.
1352
9689e3a3
DD
13532011-01-05 DJ Delorie <dj@redhat.com>
1354
1355 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
1356 instead of an RH_NEG32 one.
1357
35cc6a0b
L
13582011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
1359
1360 * doc/c-i386.texi: Clarify --n32.
1361
f12dc422
L
13622011-01-04 H.J. Lu <hongjiu.lu@intel.com>
1363
1364 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
1365 integer registers in VEX.vvvv. Check register-only source
1366 operand when two source operands are swapped. Properly update
1367 destination when two source operands are swapped.
1368
0db46eb4
L
13692011-01-01 H.J. Lu <hongjiu.lu@intel.com>
1370
1371 * gas.c (parse_args): Update copyright to 2011.
1372
5b326c3e 1373For older changes see ChangeLog-2010
08d56133
NC
1374\f
1375Local Variables:
1376mode: change-log
1377left-margin: 8
1378fill-column: 74
1379version-control: never
1380End: