Fix a typo in doc/c-i386.texi.
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2011-07-18 H.J. Lu <hongjiu.lu@intel.com>
2
3 * doc/c-i386.texi: Fix a typo.
4
5 2011-07-06 Aurelien Jarno <aurelien@aurel32.net>
6
7 * config/tc-mips.c (append_insn): delete prev_pinfo2 and pinfo2.
8
9 2011-07-04 Richard Sandiford <rdsandiford@googlemail.com>
10
11 * config/tc-mips.c (gpr_read_mask, gpr_write_mask): Fix handling
12 of register 0.
13
14 2011-07-04 Maciej W. Rozycki <macro@codesourcery.com>
15
16 * config/tc-mips.c (append_insn): Make sure DWARF-2 location
17 information is properly adjusted for branches that get swapped.
18
19 2011-07-03 Samuel Thibault <samuel.thibault@gnu.org>
20 Thomas Schwinge <thomas@schwinge.name>
21
22 PR binutils/12913
23 * config/obj-elf.c (obj_elf_type): Use ELFOSABI_GNU name instead of
24 ELFOSABI_LINUX alias.
25 * config/tc-ia64.c: Likewise.
26
27 2011-06-30 Paul Carroll <pcarroll@codesourcery.com>
28
29 * config/tc-arm.c (do_t_add_sub): Only allow LSL shifts of less
30 than 4 in Thumb mode.
31
32 2011-06-30 Nick Clifton <nickc@redhat.com>
33
34 PR gas/12848
35 * config/tc-arm.c (BAD_RANGE): New error message define.
36 (md_apply_fix): Use it.
37 Fix range check for thumb branch instructions.
38
39 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
40
41 * config/tc-mips.c (append_method): New enum.
42 (can_swap_branch_p, get_append_method): New functions.
43 (append_insn): Use get_append_method to decide how the instruction
44 should be added.
45
46 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
47
48 * config/tc-mips.c (append_insn): Remove bogus goto.
49
50 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
51
52 * config/tc-mips.c (append_insn): Always clear the history after an
53 unconditional branch.
54
55 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
56
57 * config/tc-mips.c (find_altered_mips16_opcode): New function.
58 (append_insn): Use it.
59
60 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
61
62 * config/tc-mips.c (insn_uses_reg): Delete.
63 (gpr_read_mask, gpr_write_mask): New functions.
64 (fpr_read_mask, fpr_write_mask): Likewise.
65 (insns_between, nops_for_vr4130, append_insn): Use them.
66
67 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
68
69 * config/tc-mips.c (md_mips_end): Call mips_emit_delays.
70
71 2011-06-29 Dave Martin <dave.martin@linaro.org>
72
73 PR gas/12931
74 * config/tc-arm.c (mapping_state): When changing to ARM or THUMB
75 state set the minimum required alignment of the section.
76
77 2011-06-29 Tristan Gingold <gingold@adacore.com>
78
79 * config/tc-i386.c (i386_mach): Convert to ISO-C.
80 (md_begin, pe_directive_secrel, md_estimate_size_before_relax): Ditto.
81 (md_convert_frag, md_apply_fix, md_undefined_symbol): Ditto.
82 (md_section_align, tc_gen_reloc): Ditto.
83
84 2011-06-28 Tristan Gingold <gingold@adacore.com>
85
86 * config/tc-alpha.c (s_alpha_pdesc): Fix indentation. Do not
87 generate dummy fix.
88
89 2011-06-28 Tristan Gingold <gingold@adacore.com>
90
91 * config/tc-alpha.c (load_expression): Use alloca instead of xmalloc.
92 (emit_jsrjmp): Ditto.
93 (tc_gen_reloc): Ditto.
94
95 2011-06-28 Tristan Gingold <gingold@adacore.com>
96
97 * config/tc-alpha.c (alpha_evax_proc_hash): Remove.
98 (alpha_evax_proc_data): New variable.
99 (s_alpha_ent): Prevent nested function. Remove has_insert call.
100 (s_alpha_pdesc): Do not call demand_empty_rest_of_line in case of
101 error. Do not search in the hash table. Check if match with .ent.
102 (s_alpha_name): Remove unused variable.
103 (md_begin): Remove initialization of alpha_evax_proc_hash.
104
105 2011-06-27 Tristan Gingold <gingold@adacore.com>
106
107 * config/tc-alpha.c (add_to_link_pool): Remove basesym parameter.
108 Locally declare basesym. Add comments. Do not set literal_pool_size.
109 (load_expression): Adjust call to add_to_link_pool.
110 (s_alpha_pdesc): Define pdesc symbol using dot.
111 Do not set literal_pool_size.
112 (s_alpha_end): Use NULL instead of 0.
113
114 2011-06-27 Tristan Gingold <gingold@adacore.com>
115
116 * config/obj-evax.c (evax_frob_file_before_adjust): Add comments.
117 Fix style.
118 * config/obj-evax.h (struct alpha_linkage_fixups): Remove seg
119 field. Add comments.
120 (obj_symbol_type, object_headers, OBJ_SYMFIELD_TYPE): Remove
121
122 2011-06-26 Richard Sandiford <rdsandiford@googlemail.com>
123
124 * config/tc-mips.c (fix_24k_record_store_info): If the previous
125 instruction was a store, and the next instructions are unknown,
126 assume the worst.
127
128 2011-06-25 Richard Sandiford <rdsandiford@googlemail.com>
129
130 PR gas/12915
131 * config/tc-mips.c (nops_for_vr4130, nops_for_24k, nops_for_insn)
132 (nops_for_sequence, nops_for_insn_or_target): Add ignore parameters.
133 (mips_emit_delays, start_noreorder): Update accordingly.
134 (append_insn): Likewise. Revert original fix for this PR
135 and use the ignore parameter instead.
136
137 2011-06-24 Tristan Gingold <gingold@adacore.com>
138
139 PR gas/11625
140 * config/obj-evax.c (evax_frob_symbol): Use as_bad instead of abort.
141
142 2011-06-24 Tristan Gingold <gingold@adacore.com>
143
144 * config/tc-alpha.c (add_to_link_pool): Remove useless offset
145 variable. Fix style.
146
147 2011-06-23 Richard Sandiford <rdsandiford@googlemail.com>
148
149 PR gas/12915
150 * config/tc-mips.c (append_insn): Only consider hazards between the
151 pre-noreorder block and ip.
152
153 2011-06-21 Sameera Deshpande <sameera.deshpande@arm.com>
154
155 * config/tc-arm.c (vfp_conv): Add check on range of immediate operand
156 in vcvt instruction between floating-point and fixed-point.
157 (operand_parse_code): Add "OP_oI32z".
158 (parse_operands): OP_oI32z case added.
159
160 2011-06-20 H.J. Lu <hongjiu.lu@intel.com>
161
162 * configure.tgt: Revert x32 change.
163
164 2011-06-20 Nick Clifton <nickc@redhat.com>
165
166 * doc/Makefile.am: (CPU_DOCS): Add c-xstormy16.texi.
167 * doc/Makefile.in: Regenerate.
168 * doc/all.texi: Set XSTORMY16.
169 * doc/c-xstormy16.texi: New file.
170
171 2011-06-19 H.J. Lu <hongjiu.lu@intel.com>
172
173 * configure.tgt: Support x32.
174
175 2011-06-15 Nick Clifton <nickc@redhat.com>
176
177 * NEWS: Mention addition of TILEPRO and TIKE-Gx support.
178
179 2011-06-14 Tristan Gingold <gingold@adacore.com>
180
181 * config/tc-ppc.h (struct ppc_tc_sy): Complete comment on within.
182 (tc_new_dot_label): Define.
183 (ppc_new_dot_label): Declare.
184 * config/tc-ppc.c (ppc_frob_label): Set within target field.
185 (ppc_fix_adjustable): Use this field to adjust the reloc.
186 (ppc_new_dot_label): New function.
187
188 2011-06-14 Alan Modra <amodra@gmail.com>
189
190 * po/POTFILES.in: Regenerate.
191
192 2011-06-13 Walter Lee <walt@tilera.com>
193
194 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tilegx.c and
195 config/tc-tilepro.c.
196 (TARGET_CPU_HFILES): Add config/tc-tilegx.h and
197 config/tc-tilepro.h.
198 * Makefile.in: Regenerate.
199 * configure.tgt (tilepro-*-*): New.
200 (tilegx-*-*): Likewise.
201 * config/tc-tilegx.c: New file.
202 * config/tc-tilegx.h: Likewise.
203 * config/tc-tilepro.h: Likewise.
204 * config/tc-tilepro.c: Likewise.
205 * doc/Makefile.am (CPU_DOCS): Add c-tilegx.texi and
206 c-tilepro.texi.
207 * doc/Makefile.in: Regenerate.
208 * doc/all.texi (TILEGX): Define.
209 (TILEPRO): Define.
210 * doc/as.texinfo: Add Tile-Gx and TILEPro documentation. Include
211 c-tilegx.texi and c-tilepro.texi.
212 * doc/c-tilegx.texi: New.
213 * doc/c-tilepro.texi: New.
214
215 2011-06-13 Nick Clifton <nickc@redhat.com>
216
217 PR gas/12854
218 * config/tc-arm.c (do_shift): Do not allow shift operations at the
219 end of a register based shift insn.
220 (do_t_shift): Likewise.
221
222 2011-06-13 Nick Clifton <nickc@redhat.com>
223
224 * config/tc-score.c (s3_my_get_expression): Delete unused local
225 variable 'seg'.
226 (s3_do_ldst_insn): Delete unused local variable 'strbak'.
227 (s3_do16_ldst_insn): Delete unused local variable 'temp'.
228 (s3_do_macro_bcmp): Zero inst_expand array.
229 (s3_do_macro_bcmpz): Likewise.
230 (s3_s_score_end): Delete unused local variable 'dot'.
231 (s3_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
232 * config/tc-score7.c (s7_my_get_expression): Delete unused local
233 variable 'seg'.
234 (s7_do_ldst_insn): Delete unused local variable 'strbak'.
235 (s7_b32_relax_to_b16): Delete unused local variables 'r_old' and
236 'r_new'.
237 (s7_s_score_end): Delete unused local variable 'dot'.
238 (s7_relax_frag): Delete unused local variable 'relax_size'.
239 (s7_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
240
241 2011-06-10 H.J. Lu <hongjiu.lu@intel.com>
242
243 AVX Programming Reference (June, 2011)
244 * config/tc-i386.c (i386_error): Add invalid_vsib_address and
245 unsupported_vector_index_register.
246 (cpu_arch): Add .avx2, .bmi2, .lzcnt and .invpcid.
247 (check_VecOperands): New.
248 (match_template): Call check_VecOperands. Handle
249 invalid_vsib_address and unsupported_vector_index_register.
250 (build_modrm_byte): Support VecSIB. Check register-only source
251 operand when two source operands are swapped.
252 (i386_index_check): Allow Xmm/Ymm index registers.
253
254 * doc/c-i386.texi: Document avx2/.avx2, bmi2/.bmi2, lzcnt/.lzcnt
255 and invpcid./invpcid.
256
257 2011-06-09 Nick Clifton <nickc@redhat.com>
258
259 PR gas/12861
260 * config/tc-cr16.c (tc_gen_reloc): Remove unused local variable
261 code.
262 (check_cinv_options): Remove unused local variables. Make
263 function void.
264 (md_assemble): Remove unused local variable.
265
266 2011-06-09 James Greenhalgh <james.greenhalgh@arm.com>
267
268 * config/tc-arm.c (do_ldrd): Warn in unpredictable cases.
269
270 2011-06-03 Arnaud Patard <arnaud.patard@rtp-net.org>
271
272 PR gas/12698
273 * config/tc-arm.c (parse_psr): Set m_profile to false when
274 assembling for any architecture.
275
276 2011-06-02 Jie Zhang jie@codesourcery.com
277 Nathan Sidwell nathan@codesourcery.com
278
279 * config/tc-arm.c (parse_address_main): Handle -0 offsets.
280 (encode_arm_addr_mode_2): Set default sign of zero here ...
281 (encode_arm_addr_mode_3): ... and here.
282 (encode_arm_cp_address): ... and here.
283 (md_apply_fix): Use default sign of zero here.
284
285 2011-06-02 Nick Clifton <nickc@redhat.com>
286
287 * as.c: Fix spelling typo.
288 * read.c: Likewise.
289 * config/tc-ppc.c: Likewise.
290 * po/gas.pit: Regenerate.
291
292 2011-05-31 Paul Brook <paul@codesourcery.com>
293
294 * config/tc-arm.c (arm_cpus): Add Cortex-R5.
295 (arm_extensions): Allow idiv on ARMv7-R.
296 * doc/c-arm.text: Update idiv extension restrictions.
297
298 2011-05-31 Paul Brook <paul@codesourcery.com>
299
300 * config/tc-arm.c (arm_force_relocation): Resolve all pc-relative
301 loads.
302
303 2011-05-31 Paul Brook <paul@codesourcery.com>
304
305 * config/tc-arm.c (do_t_branch): Avoid relaxing branches to constant
306 addresses.
307
308 2011-05-31 Paul Brook <paul@codesourcery.com>
309 Nathan Sidwell <nathan@codesourcery.com>
310
311 * config/tc-arm.c (fix_new_arm): Create an absolute symbol for
312 pc-relative fixes to constants.
313 * config/tc-arm.h (TC_FORCE_RELOCATATION_ABS): Define.
314
315 2011-05-27 Nick Clifton <nickc@redhat.com>
316
317 * config/tc-s390.c (md_begin): Remove unused variable dup_insn.
318
319 2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
320
321 * config/tc-s390.c (md_gather_operands): Fix check for floating
322 register pair operands.
323
324 2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
325
326 * config/tc-s390.c (md_gather_operands): Emit an error for odd
327 numbered registers used as register pair operand.
328
329 2011-05-23 Nick Clifton <nickc@redhat.com>
330
331 * config/tc-v850.h (TC_FX_SIZE_SLACK): Define.
332
333 2011-05-20 Bernd Schmidt <bernds@codesourcery.com>
334
335 * config/tc-tic6x.c (tic6x_operators): Add "pcr_offset".
336 (tic6x_parse_name): Handle it.
337 (tic6x_fix_new_exp): Handle O_pcr_offset.
338 (tic6x_fix_adjustable): Return 0 for the new relocs.
339 (md_apply_fix): Handle them.
340 (tc_gen_reloc): Likewise.
341 * config/tc-tic6x.h (tic6x_fix_info): Add a fix_subsy member.
342
343 2011-05-18 Nick Clifton <nickc@redhat.com>
344
345 PR gas/12754
346 * config/tc-tic30.c (ordinal_names): Allow translation of the
347 ordinal names.
348
349 2011-05-18 Nick Clifton <nickc@redhat.com>
350
351 * config/tc-arm.c (s_unreq): Reword warning message to make it
352 easier to translate.
353 * config/tc-ia64.c (md_show_usage): Add note for translators.
354 * configure.in (ALL_LINGUAS): Add "fi".
355 * configure: Regenerate.
356
357 2011-05-18 Tristan Gingold <gingold@adacore.com>
358
359 * config/tc-ppc.h (ppc_tc_sy): Reorder fields.
360 Put size into an union with dw.
361 (OBJ_COPY_SYMBOL_ATTRIBUTES): Adjust.
362 (ppc_xcoff_end): Declare.
363 (md_end): Define.
364 * config/tc-ppc.c: Add includes for xcoff.
365 (ppc_dwsect): New function.
366 (md_pseudo_table): Add dwsect.
367 (struct dw_subsection): New.
368 (dw_sections): New.
369 (ppc_change_debug_section): New function.
370 (ppc_xcoff_end): Ditto.
371 (ppc_function): Adjust for ppc_tc_sy.
372 (ppc_symbol_new_hook): Ditto.
373 (ppc_frob_symbol): Ditto.
374 (ppc_frob_section): Do not set vma for debug sections.
375 (ppc_fix_adjustable): Return true for debug sections.
376 * config/obj-coff.c: Add includes for xcoff.
377 (coff_frob_section): Handle dwarf section.
378
379 2011-05-17 Nick Clifton <nickc@redhat.com>
380
381 * po/fi.po: New Finnish translation.
382 * po/fr.po: Updated French translation.
383
384 * config/tc-m32r.c (md_show_usage): Fix typos in descriptions.
385 * config/tc-mt.c (md_assemble): Fix typos in warning messages.
386 * cond.c (s_else): Fix typos in error messages.
387 * config/tc-pj.c (md_assemble): Fix typo in error message.
388
389 2011-05-16 Hans-Peter Nilsson <hp@axis.com>
390
391 * config/tc-cris.c (md_parse_option) <OPTION_PIC>: Error if not
392 emitting ELF object.
393 (md_show_usage): Only mention --pic if the assembler can generate
394 ELF objects.
395 * doc/c-cris.texi (CRIS-Opt): Mention that generating ELF is a
396 prerequisite for --pic being a valid option.
397
398 2011-05-13 Frederic Marchal <fmarchal@perso.be>
399
400 PR gas/12755
401 * config/tc-v850.c (parse_register_list): Correct error string.
402
403 2011-05-12 Quentin Neill <quentin.neill@amd.com>
404
405 * config/tc-i386.c (cpu_arch): Rename PROCESSOR_BDVER1 to PROCESSOR_BD.
406 (i386_align_code): Ditto
407
408 2011-05-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
409
410 PR gas/12715
411 * config/tc-arm.c (parse_big_immediate): Fix parsing of 64-bit
412 immediates on 32-bit hosts.
413
414 2011-05-10 Quentin Neill <quentin.neill@amd.com>
415
416 * config/tc-i386.c (cpu_arch): Add bdver2 and rename
417 PROCESSOR_BDVER1 to PROCESSOR_BDVER.
418 (i386_align_code): Rename PROCESSOR_BDVER1.
419 (processor_type): Ditto.
420 * doc/c-i386.texi: Add bdver2.
421
422 2011-05-10 Alan Modra <amodra@gmail.com>
423
424 * dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.
425
426 2011-05-09 Paul Brook <paul@codesourcery.com>
427
428 * config/tc-tic6x.c (streq): Define.
429 (tic6x_get_unwind): New.
430 (s_tic6x_cantunwind, s_tic6x_handlerdata, s_tic6x_endp,
431 s_tic6x_personalityindex, s_tic6x_personality): New functions.
432 (md_pseudo_table): Add "endp", "handlerdata", "personalityindex",
433 "personality" and "cantunwind".
434 (tic6x_regname_to_dw2regnum, tic6x_frame_initial_instructions,
435 tic6x_start_unwind_section, tic6x_unwind_frame_regs,
436 tic6x_pop_rts_offset_little, tic6x_pop_rts_offset_big,
437 tic6x_unwind_reg_from_dwarf, tic6x_flush_unwind_word,
438 tic6x_unwind_byte, tic6x_unwind_2byte, tic6x_unwind_uleb,
439 tic6x_cfi_startproc, output_exidx_entry, tic6x_output_unwinding,
440 tic6x_cfi_endproc): New.
441 * config/tc-tic6x.h (TIC6X_NUM_UNWIND_REGS): Define.
442 (tic6x_unwind_info): New.
443 (tic6x_segment_info_type): Add marked_pr_dependency, unwind and
444 text_unwind.
445 (TARGET_USE_CFIPOP, tc_regname_to_dw2regnum,
446 tc_cfi_frame_initial_instructions, DWARF2_DEFAULT_RETURN_COLUMN,
447 DWARF2_CIE_DATA_ALIGNMENT, tc_cfi_startproc, tc_cfi_endproc,
448 tc_cfi_section_name): Define.
449 * doc/c-tic6x.texi: Document new unwinding directives.
450 * dw2gencfi.c (tc_cfi_startproc, tc_cfi_endproc): Add default
451 definitions.
452 (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset, CFI_return_column,
453 CFI_rel_offset, CFI_escape, CFI_signal_frame, CFI_val_encoded_addr):
454 Move to dw2gencfi.h.
455 (CFI_EMIT_target): Define.
456 (dot_cfi_sections): Check tc_cfi_section_name.
457 (dot_cfi_startproc): Use tc_cfi_startproc.
458 (dot_cfi_endproc): Use tc_cfi_endproc.
459 * dw2gencfi.h (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset,
460 CFI_return_column, CFI_rel_offset, CFI_escape, CFI_signal_frame,
461 CFI_val_encoded_addr): Move to here from dw2gencfi.c.
462
463 2011-05-07 Alan Modra <amodra@gmail.com>
464
465 * dw2gencfi.c (CUR_SEG, SET_CUR_SEG, HANDLED, SET_HANDLED): Define.
466 Use throughout in place of #if SUPPORT_FRAME_LINKONCE.
467 (struct fde_entry): Rename cseg to cur_seg.
468 (cfi_change_reg_numbers): Remove ATTRIBUTE_UNUSED.
469 (get_cfi_seg): Likewise. Use if (SUPPORT_FRAME_LINKONCE) rather
470 that #if SUPPORT_FRAME_LINKONCE.
471 (cfi_finish): Likewise.
472
473 2011-05-06 Tristan Gingold <gingold@adacore.com>
474
475 * read.c (s_comm_internal): Remove code for OBJ_VMS.
476 (s_data): Ditto.
477 (s_text): Ditto.
478 * write.c (write_object_file): Ditto.
479 * symbols.c (define_sym_at_dot): Ditto.
480 (colon): Ditto.
481
482 2011-05-05 Alan Modra <amodra@gmail.com>
483
484 * dw2gencfi.c (SUPPORT_FRAME_LINKONCE): Define. Use throughout
485 file to conditionally compile code added 2011-04-26.
486 (cfi_change_reg_numbers): Add ATTRIBUTE_UNUSED on params only used
487 when SUPPORT_FRAME_LINKONCE.
488 (get_cfi_seg): Likewise. Reintroduce old code for when not
489 SUPPORT_FRAME_LINKONCE.
490 (cfi_finish): Move get_cfi_seg calls out of loop when not
491 SUPPORT_FRAME_LINKONCE. Avoid unused var warning.
492
493 2011-05-03 Paul Brook <paul@codesourcery.com>
494
495 * config/tc-tic6x.c (s_ehtype): New function.
496 (md_pseudo_table): Add "ehtype".
497 (tic6x_fix_adjustable, md_apply_fix): BFD_RELOC_C6000_EHTYPE.
498 * doc/c-tic6x.texi: Document .ehtype directive.
499
500 2011-04-26 Kai Tietz <ktietz@redhat.com>
501
502 * dw2gencfi.c (dwcfi_seg_list): New struct.
503 (dwcfi_hash): New static hash variable.
504 (get_debugseg_name): New.
505 (alloc_debugseg_item): New.
506 (make_debug_seg): New.
507 (dwcfi_hash_insert): New.
508 (dwcfi_hash_find): New.
509 (dwcfi_hash_find_or_make): New.
510 (cfi_insn_data): New member cur_seg.
511 (cie_entry): Likewise.
512 (fde_entry): New cseg and handled members.
513 (alloc_fde_entry): Initialize cseg member.
514 (alloc_cfi_insn_data): Initialize cur_seg member.
515 (dot_cfi_sections): Compare for beginning of
516 section names via strncmp.
517 (get_cfi_seg): New.
518 (cfi_finish): Treat link-once sections.
519 (is_now_linkonce_segment): New local helper.
520 (output_cie): Ignore cie entries not member of current
521 segment.
522 (output_fde): Likewise.
523 (select_cie_for_fde): Likewise.
524 (cfi_change_reg_numbers): Add new argument for current segment
525 and ignore insn elements, if not part of current segment.
526 * ehopt.c (get_cie_info): Use strncmp for
527 section name matching.
528 (heck_eh_frame): Likewise.
529
530 2011-04-20 Catherine Moore <clm@codesourcery.com>
531 David Ung <davidu@mips.com>
532
533 * config/mips.c (mips_cl_insn): Add new field complete_p.
534 (create_insn): Initialize complete_p to zero.
535 (BASE_REG_EQ): New.
536 (fix_24k_align_to): New.
537 (fix_24k_store_info): Declare.
538 (fix_24k_sort): New.
539 (fix_24k_record_store_info): New.
540 (nops_for_24k): New.
541 (nops_for_insn): Call nops_for_24k.
542 (append_insn): Move O_constant expression handling.
543
544 2011-04-20 Alan Modra <amodra@gmail.com>
545
546 * hash.c (set_gas_hash_table_size): Use bfd_hash_set_default_size.
547 (hash_new_sized): New function, split out from..
548 (hash_new): ..here.
549
550 2011-04-19 Nick Clifton <nickc@redhat.com>
551
552 * config/tc-arm.c (v7m_psrs): Revert previous delta.
553
554 2011-04-18 Julian Brown <julian@codesourcery.com>
555 Nick Clifton <nickc@redhat.com>
556
557 * config/tc-arm.c (parse_psr): Use selected_cpu not cpu_variant to
558 detect M-profile targets.
559 (do_t_swi): Exclude v7 and higher variants from arm_ext_os test.
560 (v7m_psrs): Fix typo: basepri_max should be basepri_mask.
561
562 2011-04-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
563
564 * config/tc-s390.c (s390_machine): New prototype.
565 (md_pseudo_table): New pseudo-op .machine.
566 (s390_opcode_hash): Initialize to NULL.
567 (s390_parse_cpu): New function.
568 (md_parse_option): Use s390_parse_cpu.
569 (s390_setup_opcodes): New function.
570 (md_begin): Use s390_setup_opcodes.
571 (s390_machine): New hook handling the new .machine pseudo.
572
573 * doc/c-s390.texi: Document the new pseudo op .machine.
574
575 2011-04-12 H.J. Lu <hongjiu.lu@intel.com>
576
577 * config/tc-i386.c (i386_mach): Start error message with lower
578 case.
579 (md_begin): Likewise.
580 (md_parse_option): Likewise.
581 (i386_target_format): Likewise.
582 (check_byte_reg): Likewise.
583 (check_long_reg): Likewise.
584 (check_qword_reg): Likewise.
585 (check_word_reg): Likewise.
586
587 2011-04-12 Nick Clifton <nickc@redhat.com>
588
589 PR gas/12532
590 * config/tc-arm.c (relax_branch): Do not relax branches to
591 preemptable global symbols.
592
593 2011-04-11 Julian Brown <julian@codesourcery.com>
594
595 * config/tc-arm.c (parse_psr): Add LHS argument. Improve support
596 for *APSR bitmasks.
597 (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR.
598 Remove OP_RVC_PSR.
599 (parse_operands): Likewise.
600 (do_mrs): Tweak error message for constraint.
601 (do_t_mrs): Update constraints for changes to APSR support.
602 (do_t_msr): Likewise. Don't set PSR_f flag here.
603 (psrs): Remove "g", "nzcvq", "nzcvqg".
604 (insns): Tweak entries for msr and mrs instructions.
605
606 2011-04-11 Kai Tietz <ktietz@redhat.com>
607
608 * config/tc-i386.c (x86_cons): Initialize adjust with zero.
609
610 2011-04-11 Nick Clifton <nickc@redhat.com>
611
612 * config/tc-i386.c (x86_cons): Define even for non-ELF targets.
613 * config/tc-i386.h (x86_cons): Always prototype.
614
615 * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter
616 in order to avoid a compile time warning.
617 (getprocreg_image): Likewise.
618
619 2011-04-11 Alan Modra <amodra@gmail.com>
620
621 * config/tc-cr16.c (getprocreg_image): Correct range check.
622 (getprocregp_image): Likewise.
623
624 2011-04-06 Joseph Myers <joseph@codesourcery.com>
625
626 * configure.tgt (strongarm*be, strongarm*b, strongarm*,
627 xscale*be|xscale*b, xscale*): Remove architectures.
628 (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe,
629 thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets.
630
631 2011-04-01 Tristan Gingold <gingold@adacore.com>
632
633 * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
634
635 2011-03-31 Bernd Schmidt <bernds@codesourcery.com>
636
637 * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New
638 static variables.
639 (md_begin): Initialize them.
640 (s_tic6x_scomm): New static function.
641 (md_pseudo_table): Add "scomm".
642 (tc_gen_reloc): Really undo all adjustments made by
643 bfd_install_relocation.
644 * doc/c-tic6x.texi: Document the .scomm directive.
645
646 2011-03-31 Tristan Gingold <gingold@adacore.com>
647
648 * dwarf2dbg.c (DWARF2_VERSION): Define.
649 (out_debug_line): Use it.
650 (out_debug_aranges): Ditto.
651 (out_debug_info): Ditto.
652 * config/tc-ia64.h (DWARF2_VERSION): Override it.
653
654 2011-03-30 Michael Snyder <msnyder@vmware.com>
655
656 * obj-elf.c (obj_elf_section): Free malloced name.
657 * macro.c (get_any_string): Free malloced br_buf.
658 (do_formals): Free 'formal'.
659
660 2011-03-30 Tristan Gingold <gingold@adacore.com>
661
662 * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value
663 to offset only if within is set.
664 (ppc_stabx): Reformat. For stsym stabs, add a check and set
665 within only for symbols.
666
667 2011-03-29 Richard Henderson <rth@redhat.com>
668
669 PR 12610
670 * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous
671 label; zap alpha_insn_label.
672
673 2011-03-29 H.J. Lu <hongjiu.lu@intel.com>
674
675 * config/tc-i386.c (handle_quad): Properly handle multiple
676 operands.
677
678 2011-03-29 Mike Frysinger <vapier@gentoo.org>
679
680 * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest
681 reg $2 is the same as dest reg $4.
682
683 2011-03-29 Mike Frysinger <vapier@gentoo.org>
684
685 * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest
686 reg $2 is the same as dest reg $4.
687
688 2011-03-29 Mike Frysinger <vapier@gentoo.org>
689
690 * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest
691 reg $2 is the same as dest reg $4.
692
693 2011-03-28 Mike Frysinger <vapier@gentoo.org>
694
695 * config/bfin-parse.y (16bit acc add): Return yyerror when dest
696 reg $1 is the same as dest reg $7.
697
698 2011-03-28 H.J. Lu <hongjiu.lu@intel.com>
699
700 * config/tc-i386.c (handle_quad): New.
701 (md_pseudo_table): Add "quad".
702
703 2011-03-26 John Marino <binutils@marino.st>
704
705 * configure.tgt: Fix support for *-*-dragonfly*.
706 * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly.
707 * config/te-dragonfly.h: New file.
708
709 2011-03-24 Eric B. Weddington <eric.weddington@atmel.com>
710
711 * config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
712 atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb,
713 at90pwm161.
714 * doc/c-avr.texi: Document new device names.
715
716 2011-03-24 Mike Frysinger <vapier@gentoo.org>
717
718 * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest
719 reg $1 is the same as dest reg $7.
720 (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as
721 dest reg $7.
722
723 2011-03-24 Mike Frysinger <vapier@gentoo.org>
724
725 * config/bfin-parse.y (check_macfuncs): Clarify error message when
726 P is mismatched. Check destination regno are off by one when P is
727 set, or are equal when P is not set.
728
729 2011-03-23 Mike Frysinger <vapier@gentoo.org>
730
731 * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is
732 the same as dest reg $4.
733 (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5.
734
735 2011-03-23 Eric B. Weddington <eric.weddington@atmel.com>
736
737 * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
738 atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
739 * doc/c-avr.texi: Document new device names.
740
741 2011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
742
743 * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
744 (AVR_INSN): Change definition to match.
745 (avr_opcodes): Likewise, change to match.
746 (mcu_types): Add XMEGA architecture names and new XMEGA device names.
747 (md_show_usage): Add XMEGA architecture names.
748 (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
749 Add support for SPM Z+ instruction.
750 * doc/c-avr.texi: Add documentation for XMEGA architectures and
751 devices.
752
753 2011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
754
755 * config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
756
757 2011-03-18 Alan Modra <amodra@gmail.com>
758
759 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
760 on .size expression errors rather than symbols in the size expression.
761
762 2011-03-18 Alan Modra <amodra@gmail.com>
763
764 * input-scrub.c (line_numberT): Delete.
765 (input_scrub_close): Reset line counters.
766 * messages.c (as_show_where): Don't print invalid line number.
767 (as_warn_internal, as_bad_internal): Likewise.
768
769 2011-03-18 Alan Modra <amodra@gmail.com>
770
771 * read.c (read_a_source_file): Remove md_after_pass_hook.
772 Move "quit" label before set of dot_symbol.
773 * config/tc-d10v.h (md_after_pass_hook): Don't define.
774 * config/tc-d30v.h (md_after_pass_hook): Likewise.
775 * config/tc-m32r.h (md_after_pass_hook): Likewise.
776 (md_cleanup): Define to call m32r_fill_insn.
777
778 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
779
780 * config/tc-s390.c (md_parse_option): Add -march=all option which
781 switches to the highest available CPU.
782
783 2011-03-17 Alan Modra <amodra@gmail.com>
784
785 PR 12569
786 * expr.c (operand): Correct passing of "mode" to expr.
787 * read.c (do_org): Allow expr_section.
788 (get_known_segmented_expression): Don't assert anything about the
789 segment.
790
791 2011-03-16 H.J. Lu <hongjiu.lu@intel.com>
792
793 * as.c (show_usage): Add --size-check=.
794 (parse_args): Add and handle OPTION_SIZE_CHECK.
795
796 * as.h (flag_size_check): New.
797
798 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
799 bad .size directive only for --size-check=error.
800
801 * doc/as.texinfo: Document --size-check=.
802
803 2011-03-14 Mike Frysinger <vapier@gentoo.org>
804
805 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
806 bf542/bf544/bf547/bf548/bf549.
807
808 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
809
810 * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
811 determine whether a relocation is needed.
812 (md_apply_fix, arm_apply_sym_value): Likewise.
813
814 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
815
816 * config/tc-arm.c (arm_adjust_symtab): Set the branch type
817 for Thumb symbols.
818
819 2011-03-11 Nick Clifton <nickc@redhat.com>
820
821 * remap.c (remap_debug_filename): Always allocate a buffer for the
822 returned pointer.
823 * stabs.c (stabs_generate_asm_file): Free the pointer returned by
824 remap_debug_filename.
825
826 2011-03-10 Michael Snyder <msnyder@vmware.com>
827
828 Revert the following change:
829 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
830 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
831
832 2011-03-10 Alan Modra <amodra@gmail.com>
833
834 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
835 TARGET_SYMBOL_FIELDS): Don't define.
836 * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
837
838 2011-03-09 Michael Snyder <msnyder@vmware.com>
839
840 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
841 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
842 (emit_fixed_inc_line_addr): Assign instead of conditional in
843 assert.
844
845 2011-03-05 H.J. Lu <hongjiu.lu@intel.com>
846
847 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
848 non-constant .size expression.
849
850 2011-03-02 Nick Clifton <nickc@redhat.com>
851
852 * ecoff.c: Incldue filenames.h
853
854 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
855
856 * depend.c (register_dependency): Use filename_(n)cmp.
857 * dwarf2dbg.c (get_filenum): Likewise.
858 * ecoff.c (add_file): Likewise.
859 (ecoff_generate_asm_lineno): Likewise.
860 * input-scrub.c (new_logical_line_flags): Likewise.
861 * listing.c (file_info): Likewise.
862 (listing_newline): Likewise.
863 * remap.c (remap_debug_filename): Likewise.
864 * stabs.c (generate_asm_file): Likewise.
865 (stabs_generate_asm_lineno): Likewise.
866
867 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
868
869 * config/tc-mips.c (append_insn): Disable branch relaxation for
870 DSP instructions.
871
872 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
873
874 * config/tc-mips.c (macro): Handle M_PREF_AB.
875
876 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
877
878 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
879 register to use.
880 (RELAX_BRANCH_UNCOND): Adjust accordingly.
881 (RELAX_BRANCH_LIKELY): Likewise.
882 (RELAX_BRANCH_LINK): Likewise.
883 (RELAX_BRANCH_TOOFAR): Likewise.
884 (RELAX_BRANCH_AT): New macro.
885 (append_insn): Encode the temporary register to use in standard
886 MIPS branch relaxation.
887 (relaxed_branch_length): Update according to changes to
888 RELAX_BRANCH_ENCODE.
889 (md_convert_frag): Use the encoded register as the temporary.
890
891 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
892
893 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
894 reject PC-relative relocations.
895
896 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
897
898 * config/tc-mips.c (md_convert_frag): Correct message
899 capitalization.
900
901 2011-02-28 Alan Modra <amodra@gmail.com>
902
903 * symbols.c (report_op_error): Remove unnecessary forward declaration.
904 Add "op" parameter. Report operator and operand segments in error
905 message, not operand symbols.
906 (resolve_symbol_value): Always set segment for equated symbols, not
907 just when finalizing. Adjust report_op_error calls.
908
909 2011-02-25 H.J. Lu <hongjiu.lu@intel.com>
910
911 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
912 if 64bit relocations aren't allowed.
913
914 2011-02-25 Alan Modra <amodra@gmail.com>
915
916 PR gas/12519
917 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
918
919 2011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
920
921 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
922 initialization of offset_reloc.
923
924 2011-02-15 Richard Henderson <rth@redhat.com>
925
926 * dw2gencfi.c (dot_cfi_dummy): New.
927 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
928 * read.c (pobegin): Unconditionally call cfi_pop_insert.
929
930 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
931
932 * configure: Regenerate.
933
934 2011-02-13 Mike Frysinger <vapier@gentoo.org>
935
936 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
937 * config/bfin-parse.y (BYTEOP2M): Delete token.
938 (asm_1): Remove BYTEOP2M insn matching.
939
940 2011-02-12 Mike Frysinger <vapier@gentoo.org>
941
942 * config/bfin-defs.h: Include opcode/bfin.h.
943 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
944
945 2011-02-11 Mike Frysinger <vapier@gentoo.org>
946
947 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
948 (Modify Registers): Fix subtracted typo.
949 (.byte2): Extend and swap descriptions with .byte4.
950 (.byte4): Extend and swap descriptions with .byte2.
951 (.db, .dw, .dd): Document behavior.
952
953 2011-02-11 Mike Frysinger <vapier@gentoo.org>
954
955 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
956
957 2011-02-11 Alan Modra <amodra@gmail.com>
958
959 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
960
961 2011-02-10 Alan Modra <amodra@gmail.com>
962
963 * doc/as.texinfo (Overview): Add missing markup around Blackfin
964 and PowerPC options.
965
966 2011-02-10 Alan Modra <amodra@gmail.com>
967
968 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
969 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
970 (Overview <Target PowerPC options>): Add a number of missing options.
971 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
972
973 2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
974
975 PR gas/6957
976 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
977 for i686.
978
979 2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
980
981 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
982 for ISA extensions.
983 (md_parse_option): Likewise.
984
985 2011-02-04 Bernd Schmidt <bernds@codesourcery.com>
986
987 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
988 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
989 (TIC6X Options): Don't mention "-matomic".
990 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
991 (md_longopts): Remove corresponding entries.
992 (md_parse_option): Don't handle them.
993 (md_show_usage): Don't document them.
994 (tic6x_atomic): Delete variable.
995 (tic6x_update_features): Always copy tic6x_arch_enable to
996 tic6x_features.
997 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
998 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
999 (md_pseudo_table): Remove ".atomic" and ".noatomic".
1000
1001 2011-01-31 Nick Clifton <nickc@redhat.com>
1002
1003 * write.c (write_contents): Include output file name and bfd error
1004 value when reporting the inability to write to the output file.
1005 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
1006 frag that has a non-zero fill value.
1007
1008 2011-01-27 DJ Delorie <dj@redhat.com>
1009
1010 * config/tc-rx.c (md_convert_frag): If we can't compute the target
1011 address, zero out the values stored in the object file to make
1012 objdump's output consistent.
1013
1014 2011-01-26 Kai Tietz <kai.tietz@onevision.com>
1015
1016 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
1017 x86_dwarf2_return_column to 32.
1018
1019 2011-01-20 Nick Clifton <nickc@redhat.com>
1020
1021 PR gas/12384
1022 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
1023 comparison.
1024
1025 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
1026
1027 * write.c (compress_debug): Return if section size is smaller
1028 than 32 bytes.
1029
1030 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
1031
1032 PR gas/12409
1033 * write.c (compress_debug): Return if section size is 0.
1034
1035 2011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
1036
1037 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
1038 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
1039 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
1040 fmp626} options.
1041
1042 2011-01-18 Nick Clifton <nickc@redhat.com>
1043
1044 PR gas/12390
1045 * doc/all.texi: Add NS32K
1046 * doc/as.texinfo: Remove target specific details of which
1047 characters act as comment initiators and statement separators into
1048 individual target specific files.
1049 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
1050 the hash character at the start of a line.
1051 * doc/c-arm.texi (ARM-Chars): Likewise.
1052 * doc/c-avr.texi (AVR-Chars): Likewise.
1053 * doc/c-d10v.texi (D10V-Chars): Likewise.
1054 * doc/c-d30v.texi (D30V-Chars): Likewise.
1055 * doc/c-mmix.texi (MMIX-Chars): Likewise.
1056 * doc/c-s390.texi (s390 characters): Likewise.
1057 * doc/c-sh.texi (SH-Chars): Likewise.
1058 * doc/c-sh64.texi (SH64-Chars): Likewise.
1059 * doc/c-sparc.texi (SPARC-Chars): Likewise.
1060 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
1061 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
1062 * doc/c-z80.texi (Z80-Chars): Likewise.
1063 * doc/c-z8k.texi (Z8000-Chars): Likewise.
1064 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
1065 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
1066 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
1067 line separator characters.
1068 * doc/c-cr16.texi (CR16 Syntax): Likewise.
1069 * doc/c-i386.texi (i386-Chars): Likewise.
1070 * doc/c-i860.texi (i860-Chars): Likewise.
1071 * doc/c-i960.texi (i960-Chars): Likewise.
1072 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
1073 * doc/c-lm32.texi (LM32-Chars): likewise.
1074 * doc/c-m32c.texi (M32C-Chars): Likewise.
1075 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
1076 * doc/c-m68k.texi (M68K-Chars): Likewise.
1077 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
1078 * doc/c-msp430.texi (MSP430-Chars): Likewise.
1079 * doc/c-mt.texi (MT-Chars): Likewise.
1080 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
1081 * doc/c-pj.texi (PJ-Chars): Likewise.
1082 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
1083 * doc/c-rx.texi (RX-Chars): Likewise.
1084 * doc/c-score.texi (SCORE-Chars): Likewise.
1085 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
1086 * doc/c-v850.texi (V850-Chars): Likewise.
1087 * doc/c-vax.texi (VAX-Chars): Likewise.
1088 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
1089
1090 2011-01-17 Quentin Neill <quentin.neill@amd.com>
1091
1092 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
1093
1094 * doc/c-i386.texi (i386-TBM): New section.
1095
1096 2011-01-16 H.J. Lu <hongjiu.lu@intel.com>
1097
1098 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
1099 (disallow_64bit_reloc): This.
1100 (md_assemble): Don't check movabs for x32 mode here.
1101 (i386_target_format): Updated.
1102 (tc_gen_reloc): Check if 64bit relocations are allowed.
1103
1104 2011-01-15 H.J. Lu <hongjiu.lu@intel.com>
1105
1106 * config/tc-i386.c (disallow_64bit_disp): New.
1107 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
1108 X86_64_ABI/X86_64_X32_ABI.
1109 (md_assemble): Don't allow movabs with relocation in x32 mode.
1110 (i386_target_format): Updated.
1111
1112 2011-01-14 H.J. Lu <hongjiu.lu@intel.com>
1113
1114 * config/tc-i386.c (OPTION_N32): Renamed to ...
1115 (OPTION_X32): This.
1116 (md_longopts): Replace n32 with x32.
1117 (md_parse_option): Updated.
1118 (md_show_usage): Likewise.
1119
1120 * doc/c-i386.texi: Replace --n32 with --x32.
1121
1122 2011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
1123
1124 * config/tc-mips.c (mips_ip): Update error messages. Take an
1125 unadjusted offset for "+c" argument.
1126
1127 2011-01-10 Nick Clifton <nickc@redhat.com>
1128
1129 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
1130 it.
1131
1132 2011-01-10 Nick Clifton <nickc@redhat.com>
1133
1134 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
1135 part of the file.
1136
1137 2011-01-10 Nathan Sidwell <nathan@codesourcery.com>
1138 Glauber de Oliveira Costa <glommer@gmail.com>
1139
1140 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
1141 .tlsdescseq directive.
1142 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
1143 following a symbol.
1144 (s_arm_tls_descseq): New directive.
1145 (md_pseudo_table): Add it.
1146 (encode_branch): Allow TLS_CALL relocs too.
1147 (do_t_blx, do_t_branch23): Use encode_branch.
1148 (reloc_names): Add tlsdesc and tlscall.
1149 (md_apply_fix): Process tls desc relocations.
1150 (tc_gen_reloc): Likewise.
1151 (arm_fix_adjustable): Likewise.
1152
1153 2011-01-07 Quentin Neill <quentin.neill@amd.com>
1154
1155 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
1156
1157 * doc/c-i386.texi (i386-BMI): New section.
1158
1159 2011-01-06 Paul Koning <ni1d@arrl.net>
1160
1161 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
1162 references to absolute addresses.
1163
1164 2011-01-05 DJ Delorie <dj@redhat.com>
1165
1166 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
1167 instead of an RH_NEG32 one.
1168
1169 2011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
1170
1171 * doc/c-i386.texi: Clarify --n32.
1172
1173 2011-01-04 H.J. Lu <hongjiu.lu@intel.com>
1174
1175 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
1176 integer registers in VEX.vvvv. Check register-only source
1177 operand when two source operands are swapped. Properly update
1178 destination when two source operands are swapped.
1179
1180 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
1181
1182 * gas.c (parse_args): Update copyright to 2011.
1183
1184 For older changes see ChangeLog-2010
1185 \f
1186 Local Variables:
1187 mode: change-log
1188 left-margin: 8
1189 fill-column: 74
1190 version-control: never
1191 End:
This page took 0.06515 seconds and 5 git commands to generate.