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