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