]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
* symtab.cc (Symbol::versioned_name): New function.
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
8aacb050
TG
12011-06-27 Tristan Gingold <gingold@adacore.com>
2
3 * config/tc-alpha.c (add_to_link_pool): Remove basesym parameter.
4 Locally declare basesym. Add comments. Do not set literal_pool_size.
5 (load_expression): Adjust call to add_to_link_pool.
6 (s_alpha_pdesc): Define pdesc symbol using dot.
7 Do not set literal_pool_size.
8 (s_alpha_end): Use NULL instead of 0.
9
bb1d4256
TG
102011-06-27 Tristan Gingold <gingold@adacore.com>
11
12 * config/obj-evax.c (evax_frob_file_before_adjust): Add comments.
13 Fix style.
14 * config/obj-evax.h (struct alpha_linkage_fixups): Remove seg
15 field. Add comments.
16 (obj_symbol_type, object_headers, OBJ_SYMFIELD_TYPE): Remove
17
ab9794cf
RS
182011-06-26 Richard Sandiford <rdsandiford@googlemail.com>
19
20 * config/tc-mips.c (fix_24k_record_store_info): If the previous
21 instruction was a store, and the next instructions are unknown,
22 assume the worst.
23
932d1a1b
RS
242011-06-25 Richard Sandiford <rdsandiford@googlemail.com>
25
26 PR gas/12915
27 * config/tc-mips.c (nops_for_vr4130, nops_for_24k, nops_for_insn)
28 (nops_for_sequence, nops_for_insn_or_target): Add ignore parameters.
29 (mips_emit_delays, start_noreorder): Update accordingly.
30 (append_insn): Likewise. Revert original fix for this PR
31 and use the ignore parameter instead.
32
e3a99401
TG
332011-06-24 Tristan Gingold <gingold@adacore.com>
34
35 PR gas/11625
36 * config/obj-evax.c (evax_frob_symbol): Use as_bad instead of abort.
37
576d3307
TG
382011-06-24 Tristan Gingold <gingold@adacore.com>
39
40 * config/tc-alpha.c (add_to_link_pool): Remove useless offset
41 variable. Fix style.
42
f77ef3e2
RS
432011-06-23 Richard Sandiford <rdsandiford@googlemail.com>
44
45 PR gas/12915
46 * config/tc-mips.c (append_insn): Only consider hazards between the
47 pre-noreorder block and ip.
48
5f1af56b
MGD
492011-06-21 Sameera Deshpande <sameera.deshpande@arm.com>
50
51 * config/tc-arm.c (vfp_conv): Add check on range of immediate operand
52 in vcvt instruction between floating-point and fixed-point.
53 (operand_parse_code): Add "OP_oI32z".
54 (parse_operands): OP_oI32z case added.
55
ade78dba
L
562011-06-20 H.J. Lu <hongjiu.lu@intel.com>
57
58 * configure.tgt: Revert x32 change.
59
b47d265e
NC
602011-06-20 Nick Clifton <nickc@redhat.com>
61
62 * doc/Makefile.am: (CPU_DOCS): Add c-xstormy16.texi.
63 * doc/Makefile.in: Regenerate.
64 * doc/all.texi: Set XSTORMY16.
65 * doc/c-xstormy16.texi: New file.
66
8b778942
L
672011-06-19 H.J. Lu <hongjiu.lu@intel.com>
68
69 * configure.tgt: Support x32.
70
90b3661c
NC
712011-06-15 Nick Clifton <nickc@redhat.com>
72
73 * NEWS: Mention addition of TILEPRO and TIKE-Gx support.
74
2fb4b302
TG
752011-06-14 Tristan Gingold <gingold@adacore.com>
76
77 * config/tc-ppc.h (struct ppc_tc_sy): Complete comment on within.
78 (tc_new_dot_label): Define.
79 (ppc_new_dot_label): Declare.
80 * config/tc-ppc.c (ppc_frob_label): Set within target field.
81 (ppc_fix_adjustable): Use this field to adjust the reloc.
82 (ppc_new_dot_label): New function.
83
85b0f90c
AM
842011-06-14 Alan Modra <amodra@gmail.com>
85
86 * po/POTFILES.in: Regenerate.
87
aa137e4d
NC
882011-06-13 Walter Lee <walt@tilera.com>
89
90 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tilegx.c and
91 config/tc-tilepro.c.
92 (TARGET_CPU_HFILES): Add config/tc-tilegx.h and
93 config/tc-tilepro.h.
94 * Makefile.in: Regenerate.
95 * configure.tgt (tilepro-*-*): New.
96 (tilegx-*-*): Likewise.
97 * config/tc-tilegx.c: New file.
98 * config/tc-tilegx.h: Likewise.
99 * config/tc-tilepro.h: Likewise.
100 * config/tc-tilepro.c: Likewise.
101 * doc/Makefile.am (CPU_DOCS): Add c-tilegx.texi and
102 c-tilepro.texi.
103 * doc/Makefile.in: Regenerate.
104 * doc/all.texi (TILEGX): Define.
105 (TILEPRO): Define.
106 * doc/as.texinfo: Add Tile-Gx and TILEPro documentation. Include
107 c-tilegx.texi and c-tilepro.texi.
108 * doc/c-tilegx.texi: New.
109 * doc/c-tilepro.texi: New.
110
94342ec3
NC
1112011-06-13 Nick Clifton <nickc@redhat.com>
112
113 PR gas/12854
114 * config/tc-arm.c (do_shift): Do not allow shift operations at the
115 end of a register based shift insn.
116 (do_t_shift): Likewise.
117
f9e53abc
NC
1182011-06-13 Nick Clifton <nickc@redhat.com>
119
120 * config/tc-score.c (s3_my_get_expression): Delete unused local
121 variable 'seg'.
122 (s3_do_ldst_insn): Delete unused local variable 'strbak'.
123 (s3_do16_ldst_insn): Delete unused local variable 'temp'.
124 (s3_do_macro_bcmp): Zero inst_expand array.
125 (s3_do_macro_bcmpz): Likewise.
126 (s3_s_score_end): Delete unused local variable 'dot'.
127 (s3_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
128 * config/tc-score7.c (s7_my_get_expression): Delete unused local
129 variable 'seg'.
130 (s7_do_ldst_insn): Delete unused local variable 'strbak'.
131 (s7_b32_relax_to_b16): Delete unused local variables 'r_old' and
132 'r_new'.
133 (s7_s_score_end): Delete unused local variable 'dot'.
134 (s7_relax_frag): Delete unused local variable 'relax_size'.
135 (s7_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
136
6c30d220
L
1372011-06-10 H.J. Lu <hongjiu.lu@intel.com>
138
139 AVX Programming Reference (June, 2011)
140 * config/tc-i386.c (i386_error): Add invalid_vsib_address and
141 unsupported_vector_index_register.
142 (cpu_arch): Add .avx2, .bmi2, .lzcnt and .invpcid.
143 (check_VecOperands): New.
f9e53abc 144 (match_template): Call check_VecOperands. Handle
6c30d220
L
145 invalid_vsib_address and unsupported_vector_index_register.
146 (build_modrm_byte): Support VecSIB. Check register-only source
147 operand when two source operands are swapped.
148 (i386_index_check): Allow Xmm/Ymm index registers.
149
150 * doc/c-i386.texi: Document avx2/.avx2, bmi2/.bmi2, lzcnt/.lzcnt
151 and invpcid./invpcid.
152
fd596c16
NC
1532011-06-09 Nick Clifton <nickc@redhat.com>
154
155 PR gas/12861
156 * config/tc-cr16.c (tc_gen_reloc): Remove unused local variable
157 code.
158 (check_cinv_options): Remove unused local variables. Make
159 function void.
160 (md_assemble): Remove unused local variable.
161
c56791bb
RE
1622011-06-09 James Greenhalgh <james.greenhalgh@arm.com>
163
164 * config/tc-arm.c (do_ldrd): Warn in unpredictable cases.
165
331fe616 1662011-06-03 Arnaud Patard <arnaud.patard@rtp-net.org>
a4482bb6
NC
167
168 PR gas/12698
169 * config/tc-arm.c (parse_psr): Set m_profile to false when
170 assembling for any architecture.
171
26d97720
NS
1722011-06-02 Jie Zhang jie@codesourcery.com
173 Nathan Sidwell nathan@codesourcery.com
174
175 * config/tc-arm.c (parse_address_main): Handle -0 offsets.
176 (encode_arm_addr_mode_2): Set default sign of zero here ...
177 (encode_arm_addr_mode_3): ... and here.
178 (encode_arm_cp_address): ... and here.
179 (md_apply_fix): Use default sign of zero here.
180
cc643b88
NC
1812011-06-02 Nick Clifton <nickc@redhat.com>
182
183 * as.c: Fix spelling typo.
184 * read.c: Likewise.
185 * config/tc-ppc.c: Likewise.
186 * po/gas.pit: Regenerate.
187
3b2f0793
PB
1882011-05-31 Paul Brook <paul@codesourcery.com>
189
190 * config/tc-arm.c (arm_cpus): Add Cortex-R5.
191 (arm_extensions): Allow idiv on ARMv7-R.
192 * doc/c-arm.text: Update idiv extension restrictions.
193
b5884301
PB
1942011-05-31 Paul Brook <paul@codesourcery.com>
195
196 * config/tc-arm.c (arm_force_relocation): Resolve all pc-relative
197 loads.
198
10960bfb
PB
1992011-05-31 Paul Brook <paul@codesourcery.com>
200
201 * config/tc-arm.c (do_t_branch): Avoid relaxing branches to constant
202 addresses.
203
6e7ce2cd
PB
2042011-05-31 Paul Brook <paul@codesourcery.com>
205 Nathan Sidwell <nathan@codesourcery.com>
206
207 * config/tc-arm.c (fix_new_arm): Create an absolute symbol for
208 pc-relative fixes to constants.
209 * config/tc-arm.h (TC_FORCE_RELOCATATION_ABS): Define.
cc643b88 210
8e1adb8d
NC
2112011-05-27 Nick Clifton <nickc@redhat.com>
212
213 * config/tc-s390.c (md_begin): Remove unused variable dup_insn.
214
c8fa16ed
AK
2152011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
216
217 * config/tc-s390.c (md_gather_operands): Fix check for floating
218 register pair operands.
219
5e4b319c
AK
2202011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
221
222 * config/tc-s390.c (md_gather_operands): Emit an error for odd
223 numbered registers used as register pair operand.
224
56d0a8a1
NC
2252011-05-23 Nick Clifton <nickc@redhat.com>
226
227 * config/tc-v850.h (TC_FX_SIZE_SLACK): Define.
228
4a732032
BS
2292011-05-20 Bernd Schmidt <bernds@codesourcery.com>
230
231 * config/tc-tic6x.c (tic6x_operators): Add "pcr_offset".
232 (tic6x_parse_name): Handle it.
233 (tic6x_fix_new_exp): Handle O_pcr_offset.
234 (tic6x_fix_adjustable): Return 0 for the new relocs.
235 (md_apply_fix): Handle them.
236 (tc_gen_reloc): Likewise.
237 * config/tc-tic6x.h (tic6x_fix_info): Add a fix_subsy member.
238
d0da06e2
NC
2392011-05-18 Nick Clifton <nickc@redhat.com>
240
241 PR gas/12754
242 * config/tc-tic30.c (ordinal_names): Allow translation of the
243 ordinal names.
244
a1727c1a
NC
2452011-05-18 Nick Clifton <nickc@redhat.com>
246
247 * config/tc-arm.c (s_unreq): Reword warning message to make it
248 easier to translate.
249 * config/tc-ia64.c (md_show_usage): Add note for translators.
250 * configure.in (ALL_LINGUAS): Add "fi".
251 * configure: Regenerate.
252
85645aed
TG
2532011-05-18 Tristan Gingold <gingold@adacore.com>
254
255 * config/tc-ppc.h (ppc_tc_sy): Reorder fields.
256 Put size into an union with dw.
257 (OBJ_COPY_SYMBOL_ATTRIBUTES): Adjust.
258 (ppc_xcoff_end): Declare.
259 (md_end): Define.
260 * config/tc-ppc.c: Add includes for xcoff.
261 (ppc_dwsect): New function.
262 (md_pseudo_table): Add dwsect.
263 (struct dw_subsection): New.
264 (dw_sections): New.
265 (ppc_change_debug_section): New function.
266 (ppc_xcoff_end): Ditto.
267 (ppc_function): Adjust for ppc_tc_sy.
268 (ppc_symbol_new_hook): Ditto.
269 (ppc_frob_symbol): Ditto.
270 (ppc_frob_section): Do not set vma for debug sections.
271 (ppc_fix_adjustable): Return true for debug sections.
272 * config/obj-coff.c: Add includes for xcoff.
273 (coff_frob_section): Handle dwarf section.
274
9fd07943
NC
2752011-05-17 Nick Clifton <nickc@redhat.com>
276
4e511523
NC
277 * po/fi.po: New Finnish translation.
278 * po/fr.po: Updated French translation.
279
9fd07943
NC
280 * config/tc-m32r.c (md_show_usage): Fix typos in descriptions.
281 * config/tc-mt.c (md_assemble): Fix typos in warning messages.
282 * cond.c (s_else): Fix typos in error messages.
283 * config/tc-pj.c (md_assemble): Fix typo in error message.
284
0d7e0060
HPN
2852011-05-16 Hans-Peter Nilsson <hp@axis.com>
286
287 * config/tc-cris.c (md_parse_option) <OPTION_PIC>: Error if not
288 emitting ELF object.
289 (md_show_usage): Only mention --pic if the assembler can generate
290 ELF objects.
291 * doc/c-cris.texi (CRIS-Opt): Mention that generating ELF is a
292 prerequisite for --pic being a valid option.
293
5648d7c7
AM
2942011-05-13 Frederic Marchal <fmarchal@perso.be>
295
296 PR gas/12755
297 * config/tc-v850.c (parse_register_list): Correct error string.
298
8aedb9fe
QN
2992011-05-12 Quentin Neill <quentin.neill@amd.com>
300
301 * config/tc-i386.c (cpu_arch): Rename PROCESSOR_BDVER1 to PROCESSOR_BD.
302 (i386_align_code): Ditto
303
58ad575f
MGD
3042011-05-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
305
306 PR gas/12715
307 * config/tc-arm.c (parse_big_immediate): Fix parsing of 64-bit
308 immediates on 32-bit hosts.
309
af2f724e
QN
3102011-05-10 Quentin Neill <quentin.neill@amd.com>
311
312 * config/tc-i386.c (cpu_arch): Add bdver2 and rename
313 PROCESSOR_BDVER1 to PROCESSOR_BDVER.
314 (i386_align_code): Rename PROCESSOR_BDVER1.
315 (processor_type): Ditto.
316 * doc/c-i386.texi: Add bdver2.
317
6e789b26
AM
3182011-05-10 Alan Modra <amodra@gmail.com>
319
320 * dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.
321
1bce6bd8
PB
3222011-05-09 Paul Brook <paul@codesourcery.com>
323
324 * config/tc-tic6x.c (streq): Define.
325 (tic6x_get_unwind): New.
326 (s_tic6x_cantunwind, s_tic6x_handlerdata, s_tic6x_endp,
327 s_tic6x_personalityindex, s_tic6x_personality): New functions.
328 (md_pseudo_table): Add "endp", "handlerdata", "personalityindex",
329 "personality" and "cantunwind".
330 (tic6x_regname_to_dw2regnum, tic6x_frame_initial_instructions,
331 tic6x_start_unwind_section, tic6x_unwind_frame_regs,
332 tic6x_pop_rts_offset_little, tic6x_pop_rts_offset_big,
333 tic6x_unwind_reg_from_dwarf, tic6x_flush_unwind_word,
334 tic6x_unwind_byte, tic6x_unwind_2byte, tic6x_unwind_uleb,
335 tic6x_cfi_startproc, output_exidx_entry, tic6x_output_unwinding,
336 tic6x_cfi_endproc): New.
337 * config/tc-tic6x.h (TIC6X_NUM_UNWIND_REGS): Define.
338 (tic6x_unwind_info): New.
339 (tic6x_segment_info_type): Add marked_pr_dependency, unwind and
340 text_unwind.
341 (TARGET_USE_CFIPOP, tc_regname_to_dw2regnum,
342 tc_cfi_frame_initial_instructions, DWARF2_DEFAULT_RETURN_COLUMN,
343 DWARF2_CIE_DATA_ALIGNMENT, tc_cfi_startproc, tc_cfi_endproc,
344 tc_cfi_section_name): Define.
345 * doc/c-tic6x.texi: Document new unwinding directives.
346 * dw2gencfi.c (tc_cfi_startproc, tc_cfi_endproc): Add default
347 definitions.
348 (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset, CFI_return_column,
349 CFI_rel_offset, CFI_escape, CFI_signal_frame, CFI_val_encoded_addr):
350 Move to dw2gencfi.h.
351 (CFI_EMIT_target): Define.
352 (dot_cfi_sections): Check tc_cfi_section_name.
353 (dot_cfi_startproc): Use tc_cfi_startproc.
354 (dot_cfi_endproc): Use tc_cfi_endproc.
355 * dw2gencfi.h (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset,
356 CFI_return_column, CFI_rel_offset, CFI_escape, CFI_signal_frame,
357 CFI_val_encoded_addr): Move to here from dw2gencfi.c.
358
6303c4ae
AM
3592011-05-07 Alan Modra <amodra@gmail.com>
360
361 * dw2gencfi.c (CUR_SEG, SET_CUR_SEG, HANDLED, SET_HANDLED): Define.
362 Use throughout in place of #if SUPPORT_FRAME_LINKONCE.
363 (struct fde_entry): Rename cseg to cur_seg.
364 (cfi_change_reg_numbers): Remove ATTRIBUTE_UNUSED.
365 (get_cfi_seg): Likewise. Use if (SUPPORT_FRAME_LINKONCE) rather
366 that #if SUPPORT_FRAME_LINKONCE.
367 (cfi_finish): Likewise.
368
f3b574bf
TG
3692011-05-06 Tristan Gingold <gingold@adacore.com>
370
371 * read.c (s_comm_internal): Remove code for OBJ_VMS.
372 (s_data): Ditto.
373 (s_text): Ditto.
374 * write.c (write_object_file): Ditto.
375 * symbols.c (define_sym_at_dot): Ditto.
376 (colon): Ditto.
377
67ed7401
AM
3782011-05-05 Alan Modra <amodra@gmail.com>
379
380 * dw2gencfi.c (SUPPORT_FRAME_LINKONCE): Define. Use throughout
381 file to conditionally compile code added 2011-04-26.
382 (cfi_change_reg_numbers): Add ATTRIBUTE_UNUSED on params only used
383 when SUPPORT_FRAME_LINKONCE.
384 (get_cfi_seg): Likewise. Reintroduce old code for when not
385 SUPPORT_FRAME_LINKONCE.
386 (cfi_finish): Move get_cfi_seg calls out of loop when not
387 SUPPORT_FRAME_LINKONCE. Avoid unused var warning.
388
2fbb87f6
PB
3892011-05-03 Paul Brook <paul@codesourcery.com>
390
2fbb87f6
PB
391 * config/tc-tic6x.c (s_ehtype): New function.
392 (md_pseudo_table): Add "ehtype".
393 (tic6x_fix_adjustable, md_apply_fix): BFD_RELOC_C6000_EHTYPE.
394 * doc/c-tic6x.texi: Document .ehtype directive.
395
72b016b4
NC
3962011-04-26 Kai Tietz <ktietz@redhat.com>
397
398 * dw2gencfi.c (dwcfi_seg_list): New struct.
399 (dwcfi_hash): New static hash variable.
400 (get_debugseg_name): New.
401 (alloc_debugseg_item): New.
402 (make_debug_seg): New.
403 (dwcfi_hash_insert): New.
404 (dwcfi_hash_find): New.
405 (dwcfi_hash_find_or_make): New.
406 (cfi_insn_data): New member cur_seg.
407 (cie_entry): Likewise.
408 (fde_entry): New cseg and handled members.
409 (alloc_fde_entry): Initialize cseg member.
410 (alloc_cfi_insn_data): Initialize cur_seg member.
411 (dot_cfi_sections): Compare for beginning of
412 section names via strncmp.
413 (get_cfi_seg): New.
414 (cfi_finish): Treat link-once sections.
415 (is_now_linkonce_segment): New local helper.
416 (output_cie): Ignore cie entries not member of current
417 segment.
418 (output_fde): Likewise.
419 (select_cie_for_fde): Likewise.
420 (cfi_change_reg_numbers): Add new argument for current segment
421 and ignore insn elements, if not part of current segment.
422 * ehopt.c (get_cie_info): Use strncmp for
423 section name matching.
424 (heck_eh_frame): Likewise.
425
15be625d
CM
4262011-04-20 Catherine Moore <clm@codesourcery.com>
427 David Ung <davidu@mips.com>
428
429 * config/mips.c (mips_cl_insn): Add new field complete_p.
430 (create_insn): Initialize complete_p to zero.
431 (BASE_REG_EQ): New.
432 (fix_24k_align_to): New.
433 (fix_24k_store_info): Declare.
434 (fix_24k_sort): New.
435 (fix_24k_record_store_info): New.
436 (nops_for_24k): New.
437 (nops_for_insn): Call nops_for_24k.
438 (append_insn): Move O_constant expression handling.
72b016b4 439
8ad17b3a
AM
4402011-04-20 Alan Modra <amodra@gmail.com>
441
442 * hash.c (set_gas_hash_table_size): Use bfd_hash_set_default_size.
443 (hash_new_sized): New function, split out from..
444 (hash_new): ..here.
445
00bbc0bd
NC
4462011-04-19 Nick Clifton <nickc@redhat.com>
447
448 * config/tc-arm.c (v7m_psrs): Revert previous delta.
449
ac7f631b
NC
4502011-04-18 Julian Brown <julian@codesourcery.com>
451 Nick Clifton <nickc@redhat.com>
452
453 * config/tc-arm.c (parse_psr): Use selected_cpu not cpu_variant to
454 detect M-profile targets.
455 (do_t_swi): Exclude v7 and higher variants from arm_ext_os test.
456 (v7m_psrs): Fix typo: basepri_max should be basepri_mask.
457
902cc293
AK
4582011-04-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
459
460 * config/tc-s390.c (s390_machine): New prototype.
461 (md_pseudo_table): New pseudo-op .machine.
462 (s390_opcode_hash): Initialize to NULL.
463 (s390_parse_cpu): New function.
464 (md_parse_option): Use s390_parse_cpu.
465 (s390_setup_opcodes): New function.
466 (md_begin): Use s390_setup_opcodes.
467 (s390_machine): New hook handling the new .machine pseudo.
468
469 * doc/c-s390.texi: Document the new pseudo op .machine.
470
2b5d6a91
L
4712011-04-12 H.J. Lu <hongjiu.lu@intel.com>
472
473 * config/tc-i386.c (i386_mach): Start error message with lower
474 case.
475 (md_begin): Likewise.
476 (md_parse_option): Likewise.
477 (i386_target_format): Likewise.
478 (check_byte_reg): Likewise.
479 (check_long_reg): Likewise.
480 (check_qword_reg): Likewise.
481 (check_word_reg): Likewise.
482
0d9b4b55
NC
4832011-04-12 Nick Clifton <nickc@redhat.com>
484
485 PR gas/12532
486 * config/tc-arm.c (relax_branch): Do not relax branches to
487 preemptable global symbols.
488
d2cd1205
JB
4892011-04-11 Julian Brown <julian@codesourcery.com>
490
491 * config/tc-arm.c (parse_psr): Add LHS argument. Improve support
492 for *APSR bitmasks.
493 (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR.
494 Remove OP_RVC_PSR.
495 (parse_operands): Likewise.
496 (do_mrs): Tweak error message for constraint.
497 (do_t_mrs): Update constraints for changes to APSR support.
498 (do_t_msr): Likewise. Don't set PSR_f flag here.
499 (psrs): Remove "g", "nzcvq", "nzcvqg".
500 (insns): Tweak entries for msr and mrs instructions.
501
4a57f2cf
KT
5022011-04-11 Kai Tietz <ktietz@redhat.com>
503
504 * config/tc-i386.c (x86_cons): Initialize adjust with zero.
505
249c2423
NC
5062011-04-11 Nick Clifton <nickc@redhat.com>
507
4e4f7c87
NC
508 * config/tc-i386.c (x86_cons): Define even for non-ELF targets.
509 * config/tc-i386.h (x86_cons): Always prototype.
510
249c2423
NC
511 * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter
512 in order to avoid a compile time warning.
513 (getprocreg_image): Likewise.
514
d86fff44
AM
5152011-04-11 Alan Modra <amodra@gmail.com>
516
517 * config/tc-cr16.c (getprocreg_image): Correct range check.
518 (getprocregp_image): Likewise.
519
8c5fc800
JM
5202011-04-06 Joseph Myers <joseph@codesourcery.com>
521
522 * configure.tgt (strongarm*be, strongarm*b, strongarm*,
523 xscale*be|xscale*b, xscale*): Remove architectures.
524 (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe,
525 thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets.
526
592588f3
TG
5272011-04-01 Tristan Gingold <gingold@adacore.com>
528
529 * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
530
ac145307
BS
5312011-03-31 Bernd Schmidt <bernds@codesourcery.com>
532
533 * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New
534 static variables.
535 (md_begin): Initialize them.
536 (s_tic6x_scomm): New static function.
537 (md_pseudo_table): Add "scomm".
538 (tc_gen_reloc): Really undo all adjustments made by
539 bfd_install_relocation.
540 * doc/c-tic6x.texi: Document the .scomm directive.
541
fc0eebac
TG
5422011-03-31 Tristan Gingold <gingold@adacore.com>
543
544 * dwarf2dbg.c (DWARF2_VERSION): Define.
545 (out_debug_line): Use it.
546 (out_debug_aranges): Ditto.
547 (out_debug_info): Ditto.
548 * config/tc-ia64.h (DWARF2_VERSION): Override it.
549
f956bf33
NC
5502011-03-30 Michael Snyder <msnyder@vmware.com>
551
552 * obj-elf.c (obj_elf_section): Free malloced name.
4ac14836
NC
553 * macro.c (get_any_string): Free malloced br_buf.
554 (do_formals): Free 'formal'.
f956bf33 555
c734e7e3
TG
5562011-03-30 Tristan Gingold <gingold@adacore.com>
557
558 * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value
559 to offset only if within is set.
560 (ppc_stabx): Reformat. For stsym stabs, add a check and set
561 within only for symbols.
562
af3ecb4a
RH
5632011-03-29 Richard Henderson <rth@redhat.com>
564
565 PR 12610
566 * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous
567 label; zap alpha_insn_label.
568
75c1c785
L
5692011-03-29 H.J. Lu <hongjiu.lu@intel.com>
570
571 * config/tc-i386.c (handle_quad): Properly handle multiple
572 operands.
573
fc99ebdc
MF
5742011-03-29 Mike Frysinger <vapier@gentoo.org>
575
576 * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest
577 reg $2 is the same as dest reg $4.
578
3823a074
MF
5792011-03-29 Mike Frysinger <vapier@gentoo.org>
580
581 * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest
582 reg $2 is the same as dest reg $4.
583
0be99d4b
MF
5842011-03-29 Mike Frysinger <vapier@gentoo.org>
585
586 * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest
587 reg $2 is the same as dest reg $4.
588
f4a2f576
MF
5892011-03-28 Mike Frysinger <vapier@gentoo.org>
590
591 * config/bfin-parse.y (16bit acc add): Return yyerror when dest
592 reg $1 is the same as dest reg $7.
593
314a59d5
L
5942011-03-28 H.J. Lu <hongjiu.lu@intel.com>
595
596 * config/tc-i386.c (handle_quad): New.
597 (md_pseudo_table): Add "quad".
598
5b806d27
NC
5992011-03-26 John Marino <binutils@marino.st>
600
601 * configure.tgt: Fix support for *-*-dragonfly*.
602 * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly.
603 * config/te-dragonfly.h: New file.
604
b8c610a7
EW
6052011-03-24 Eric B. Weddington <eric.weddington@atmel.com>
606
607 * config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
608 atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb,
609 at90pwm161.
610 * doc/c-avr.texi: Document new device names.
611
2dd0dc94
MF
6122011-03-24 Mike Frysinger <vapier@gentoo.org>
613
614 * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest
615 reg $1 is the same as dest reg $7.
616 (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as
617 dest reg $7.
618
a0bc8198
MF
6192011-03-24 Mike Frysinger <vapier@gentoo.org>
620
621 * config/bfin-parse.y (check_macfuncs): Clarify error message when
622 P is mismatched. Check destination regno are off by one when P is
623 set, or are equal when P is not set.
624
ba48c47b
MF
6252011-03-23 Mike Frysinger <vapier@gentoo.org>
626
627 * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is
628 the same as dest reg $4.
629 (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5.
630
6f8a4444
EW
6312011-03-23 Eric B. Weddington <eric.weddington@atmel.com>
632
633 * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
634 atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
635 * doc/c-avr.texi: Document new device names.
636
8cc66334
EW
6372011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
638
639 * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
640 (AVR_INSN): Change definition to match.
641 (avr_opcodes): Likewise, change to match.
642 (mcu_types): Add XMEGA architecture names and new XMEGA device names.
643 (md_show_usage): Add XMEGA architecture names.
644 (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
645 Add support for SPM Z+ instruction.
646 * doc/c-avr.texi: Add documentation for XMEGA architectures and
647 devices.
648
4fb8d1c6
EW
6492011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
650
651 * config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
652
869fe6ea
AM
6532011-03-18 Alan Modra <amodra@gmail.com>
654
655 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
656 on .size expression errors rather than symbols in the size expression.
657
144886fa
AM
6582011-03-18 Alan Modra <amodra@gmail.com>
659
660 * input-scrub.c (line_numberT): Delete.
661 (input_scrub_close): Reset line counters.
662 * messages.c (as_show_where): Don't print invalid line number.
663 (as_warn_internal, as_bad_internal): Likewise.
664
04648e65
AM
6652011-03-18 Alan Modra <amodra@gmail.com>
666
667 * read.c (read_a_source_file): Remove md_after_pass_hook.
668 Move "quit" label before set of dot_symbol.
669 * config/tc-d10v.h (md_after_pass_hook): Don't define.
670 * config/tc-d30v.h (md_after_pass_hook): Likewise.
671 * config/tc-m32r.h (md_after_pass_hook): Likewise.
672 (md_cleanup): Define to call m32r_fill_insn.
673
db3a4e40
AK
6742011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
675
676 * config/tc-s390.c (md_parse_option): Add -march=all option which
677 switches to the highest available CPU.
678
259af69e
AM
6792011-03-17 Alan Modra <amodra@gmail.com>
680
681 PR 12569
682 * expr.c (operand): Correct passing of "mode" to expr.
683 * read.c (do_org): Allow expr_section.
684 (get_known_segmented_expression): Don't assert anything about the
685 segment.
686
21be61f5
L
6872011-03-16 H.J. Lu <hongjiu.lu@intel.com>
688
689 * as.c (show_usage): Add --size-check=.
690 (parse_args): Add and handle OPTION_SIZE_CHECK.
691
692 * as.h (flag_size_check): New.
693
694 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
695 bad .size directive only for --size-check=error.
696
697 * doc/as.texinfo: Document --size-check=.
698
7f35e991
MF
6992011-03-14 Mike Frysinger <vapier@gentoo.org>
700
701 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
702 bf542/bf544/bf547/bf548/bf549.
703
34e77a92
RS
7042011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
705
706 * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
707 determine whether a relocation is needed.
708 (md_apply_fix, arm_apply_sym_value): Likewise.
709
35fc36a8
RS
7102011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
711
712 * config/tc-arm.c (arm_adjust_symtab): Set the branch type
713 for Thumb symbols.
714
502df130
NC
7152011-03-11 Nick Clifton <nickc@redhat.com>
716
717 * remap.c (remap_debug_filename): Always allocate a buffer for the
718 returned pointer.
719 * stabs.c (stabs_generate_asm_file): Free the pointer returned by
720 remap_debug_filename.
721
5652b491
MS
7222011-03-10 Michael Snyder <msnyder@vmware.com>
723
724 Revert the following change:
725 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
726 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
727
293855c8
AM
7282011-03-10 Alan Modra <amodra@gmail.com>
729
730 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
731 TARGET_SYMBOL_FIELDS): Don't define.
732 * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
733
9f6db0d3
MS
7342011-03-09 Michael Snyder <msnyder@vmware.com>
735
736 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
737 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
5652b491
MS
738 (emit_fixed_inc_line_addr): Assign instead of conditional in
739 assert.
9f6db0d3 740
49002d7f
L
7412011-03-05 H.J. Lu <hongjiu.lu@intel.com>
742
743 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
744 non-constant .size expression.
745
14aa5a8b
NC
7462011-03-02 Nick Clifton <nickc@redhat.com>
747
748 * ecoff.c: Incldue filenames.h
749
8b6efd89
KT
7502011-02-28 Kai Tietz <kai.tietz@onevision.com>
751
752 * depend.c (register_dependency): Use filename_(n)cmp.
753 * dwarf2dbg.c (get_filenum): Likewise.
754 * ecoff.c (add_file): Likewise.
755 (ecoff_generate_asm_lineno): Likewise.
756 * input-scrub.c (new_logical_line_flags): Likewise.
757 * listing.c (file_info): Likewise.
758 (listing_newline): Likewise.
759 * remap.c (remap_debug_filename): Likewise.
760 * stabs.c (generate_asm_file): Likewise.
761 (stabs_generate_asm_lineno): Likewise.
762
d455268f
MR
7632011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
764
765 * config/tc-mips.c (append_insn): Disable branch relaxation for
766 DSP instructions.
767
3eebd5eb
MR
7682011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
769
770 * config/tc-mips.c (macro): Handle M_PREF_AB.
771
66b3e8da
MR
7722011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
773
774 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
775 register to use.
776 (RELAX_BRANCH_UNCOND): Adjust accordingly.
777 (RELAX_BRANCH_LIKELY): Likewise.
778 (RELAX_BRANCH_LINK): Likewise.
779 (RELAX_BRANCH_TOOFAR): Likewise.
780 (RELAX_BRANCH_AT): New macro.
781 (append_insn): Encode the temporary register to use in standard
782 MIPS branch relaxation.
783 (relaxed_branch_length): Update according to changes to
784 RELAX_BRANCH_ENCODE.
785 (md_convert_frag): Use the encoded register as the temporary.
786
ce70d90a
MR
7872011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
788
789 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
790 reject PC-relative relocations.
791
5c4f07ba
MR
7922011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
793
794 * config/tc-mips.c (md_convert_frag): Correct message
795 capitalization.
796
5a0ade8b
AM
7972011-02-28 Alan Modra <amodra@gmail.com>
798
799 * symbols.c (report_op_error): Remove unnecessary forward declaration.
800 Add "op" parameter. Report operator and operand segments in error
801 message, not operand symbols.
802 (resolve_symbol_value): Always set segment for equated symbols, not
803 just when finalizing. Adjust report_op_error calls.
804
f2d8a97c
L
8052011-02-25 H.J. Lu <hongjiu.lu@intel.com>
806
7f648587
L
807 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
808 if 64bit relocations aren't allowed.
f2d8a97c 809
e1e90034
AM
8102011-02-25 Alan Modra <amodra@gmail.com>
811
812 PR gas/12519
813 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
814
dfa58db1
MR
8152011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
816
817 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
818 initialization of offset_reloc.
819
d58a1929
RH
8202011-02-15 Richard Henderson <rth@redhat.com>
821
822 * dw2gencfi.c (dot_cfi_dummy): New.
823 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
824 * read.c (pobegin): Unconditionally call cfi_pop_insert.
825
822ce8ee
RW
8262011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
827
828 * configure: Regenerate.
829
36f44611
MF
8302011-02-13 Mike Frysinger <vapier@gentoo.org>
831
832 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
833 * config/bfin-parse.y (BYTEOP2M): Delete token.
834 (asm_1): Remove BYTEOP2M insn matching.
835
26bb3ddd
MF
8362011-02-12 Mike Frysinger <vapier@gentoo.org>
837
838 * config/bfin-defs.h: Include opcode/bfin.h.
839 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
840
347d120a
MF
8412011-02-11 Mike Frysinger <vapier@gentoo.org>
842
843 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
844 (Modify Registers): Fix subtracted typo.
845 (.byte2): Extend and swap descriptions with .byte4.
846 (.byte4): Extend and swap descriptions with .byte2.
847 (.db, .dw, .dd): Document behavior.
848
5f956293
MF
8492011-02-11 Mike Frysinger <vapier@gentoo.org>
850
851 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
852
c0e524fe
AM
8532011-02-11 Alan Modra <amodra@gmail.com>
854
855 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
856
635fb38d
AM
8572011-02-10 Alan Modra <amodra@gmail.com>
858
859 * doc/as.texinfo (Overview): Add missing markup around Blackfin
860 and PowerPC options.
861
b8b738ac
AM
8622011-02-10 Alan Modra <amodra@gmail.com>
863
864 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
865 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
866 (Overview <Target PowerPC options>): Add a number of missing options.
867 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
868
2dde1948
L
8692011-02-08 H.J. Lu <hongjiu.lu@intel.com>
870
871 PR gas/6957
872 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
873 for i686.
874
a586129e
L
8752011-02-08 H.J. Lu <hongjiu.lu@intel.com>
876
877 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
878 for ISA extensions.
879 (md_parse_option): Likewise.
880
98d23bef
BS
8812011-02-04 Bernd Schmidt <bernds@codesourcery.com>
882
883 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
884 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
885 (TIC6X Options): Don't mention "-matomic".
886 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
887 (md_longopts): Remove corresponding entries.
888 (md_parse_option): Don't handle them.
889 (md_show_usage): Don't document them.
890 (tic6x_atomic): Delete variable.
891 (tic6x_update_features): Always copy tic6x_arch_enable to
892 tic6x_features.
893 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
894 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
895 (md_pseudo_table): Remove ".atomic" and ".noatomic".
896
a22429b9
NC
8972011-01-31 Nick Clifton <nickc@redhat.com>
898
899 * write.c (write_contents): Include output file name and bfd error
900 value when reporting the inability to write to the output file.
901 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
902 frag that has a non-zero fill value.
903
eb6fae19
DD
9042011-01-27 DJ Delorie <dj@redhat.com>
905
906 * config/tc-rx.c (md_convert_frag): If we can't compute the target
907 address, zero out the values stored in the object file to make
908 objdump's output consistent.
909
ca19b261
KT
9102011-01-26 Kai Tietz <kai.tietz@onevision.com>
911
912 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
913 x86_dwarf2_return_column to 32.
914
b37a4e79
NC
9152011-01-20 Nick Clifton <nickc@redhat.com>
916
917 PR gas/12384
918 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
919 comparison.
920
6ac88ef3
L
9212011-01-18 H.J. Lu <hongjiu.lu@intel.com>
922
923 * write.c (compress_debug): Return if section size is smaller
924 than 32 bytes.
925
24a2d04d
L
9262011-01-18 H.J. Lu <hongjiu.lu@intel.com>
927
928 PR gas/12409
929 * write.c (compress_debug): Return if section size is 0.
930
4a58c4bd
NC
9312011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
932
933 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
934 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
935 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
936 fmp626} options.
937
7c31ae13
NC
9382011-01-18 Nick Clifton <nickc@redhat.com>
939
940 PR gas/12390
941 * doc/all.texi: Add NS32K
942 * doc/as.texinfo: Remove target specific details of which
943 characters act as comment initiators and statement separators into
944 individual target specific files.
945 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
946 the hash character at the start of a line.
947 * doc/c-arm.texi (ARM-Chars): Likewise.
948 * doc/c-avr.texi (AVR-Chars): Likewise.
949 * doc/c-d10v.texi (D10V-Chars): Likewise.
950 * doc/c-d30v.texi (D30V-Chars): Likewise.
951 * doc/c-mmix.texi (MMIX-Chars): Likewise.
952 * doc/c-s390.texi (s390 characters): Likewise.
953 * doc/c-sh.texi (SH-Chars): Likewise.
954 * doc/c-sh64.texi (SH64-Chars): Likewise.
955 * doc/c-sparc.texi (SPARC-Chars): Likewise.
956 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
957 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
958 * doc/c-z80.texi (Z80-Chars): Likewise.
959 * doc/c-z8k.texi (Z8000-Chars): Likewise.
960 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
961 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
962 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
963 line separator characters.
964 * doc/c-cr16.texi (CR16 Syntax): Likewise.
965 * doc/c-i386.texi (i386-Chars): Likewise.
966 * doc/c-i860.texi (i860-Chars): Likewise.
967 * doc/c-i960.texi (i960-Chars): Likewise.
968 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
969 * doc/c-lm32.texi (LM32-Chars): likewise.
970 * doc/c-m32c.texi (M32C-Chars): Likewise.
971 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
972 * doc/c-m68k.texi (M68K-Chars): Likewise.
973 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
974 * doc/c-msp430.texi (MSP430-Chars): Likewise.
975 * doc/c-mt.texi (MT-Chars): Likewise.
976 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
977 * doc/c-pj.texi (PJ-Chars): Likewise.
978 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
979 * doc/c-rx.texi (RX-Chars): Likewise.
980 * doc/c-score.texi (SCORE-Chars): Likewise.
981 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
982 * doc/c-v850.texi (V850-Chars): Likewise.
983 * doc/c-vax.texi (VAX-Chars): Likewise.
984 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
985
2a2a0f38
QN
9862011-01-17 Quentin Neill <quentin.neill@amd.com>
987
988 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
989
990 * doc/c-i386.texi (i386-TBM): New section.
991
862be3fb
L
9922011-01-16 H.J. Lu <hongjiu.lu@intel.com>
993
994 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
995 (disallow_64bit_reloc): This.
996 (md_assemble): Don't check movabs for x32 mode here.
997 (i386_target_format): Updated.
998 (tc_gen_reloc): Check if 64bit relocations are allowed.
999
7f56bc95
L
10002011-01-15 H.J. Lu <hongjiu.lu@intel.com>
1001
1002 * config/tc-i386.c (disallow_64bit_disp): New.
1003 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
1004 X86_64_ABI/X86_64_X32_ABI.
1005 (md_assemble): Don't allow movabs with relocation in x32 mode.
1006 (i386_target_format): Updated.
1007
570561f7
L
10082011-01-14 H.J. Lu <hongjiu.lu@intel.com>
1009
1010 * config/tc-i386.c (OPTION_N32): Renamed to ...
1011 (OPTION_X32): This.
1012 (md_longopts): Replace n32 with x32.
1013 (md_parse_option): Updated.
1014 (md_show_usage): Likewise.
1015
4a22cb7c 1016 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 1017
c95354ed
MX
10182011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
1019
1020 * config/tc-mips.c (mips_ip): Update error messages. Take an
1021 unadjusted offset for "+c" argument.
1022
7af8ed2d
NC
10232011-01-10 Nick Clifton <nickc@redhat.com>
1024
1025 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
1026 it.
1027
cdf9ccec
NC
10282011-01-10 Nick Clifton <nickc@redhat.com>
1029
1030 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
1031 part of the file.
1032
0855e32b
NS
10332011-01-10 Nathan Sidwell <nathan@codesourcery.com>
1034 Glauber de Oliveira Costa <glommer@gmail.com>
1035
1036 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
1037 .tlsdescseq directive.
1038 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
1039 following a symbol.
1040 (s_arm_tls_descseq): New directive.
1041 (md_pseudo_table): Add it.
1042 (encode_branch): Allow TLS_CALL relocs too.
1043 (do_t_blx, do_t_branch23): Use encode_branch.
1044 (reloc_names): Add tlsdesc and tlscall.
1045 (md_apply_fix): Process tls desc relocations.
1046 (tc_gen_reloc): Likewise.
1047 (arm_fix_adjustable): Likewise.
1048
87973e9f
QN
10492011-01-07 Quentin Neill <quentin.neill@amd.com>
1050
1051 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
1052
1053 * doc/c-i386.texi (i386-BMI): New section.
1054
12505806
PK
10552011-01-06 Paul Koning <ni1d@arrl.net>
1056
1057 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
1058 references to absolute addresses.
1059
9689e3a3
DD
10602011-01-05 DJ Delorie <dj@redhat.com>
1061
1062 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
1063 instead of an RH_NEG32 one.
1064
35cc6a0b
L
10652011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
1066
1067 * doc/c-i386.texi: Clarify --n32.
1068
f12dc422
L
10692011-01-04 H.J. Lu <hongjiu.lu@intel.com>
1070
1071 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
1072 integer registers in VEX.vvvv. Check register-only source
1073 operand when two source operands are swapped. Properly update
1074 destination when two source operands are swapped.
1075
0db46eb4
L
10762011-01-01 H.J. Lu <hongjiu.lu@intel.com>
1077
1078 * gas.c (parse_args): Update copyright to 2011.
1079
5b326c3e 1080For older changes see ChangeLog-2010
08d56133
NC
1081\f
1082Local Variables:
1083mode: change-log
1084left-margin: 8
1085fill-column: 74
1086version-control: never
1087End: