bfd/
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2011-12-14 Iain Sandoe <iains@gcc.gnu.org>
2
3 * config/obj-macho.c: Add some more top-level comments.
4 (collect_16char_name): New.
5 (obj_mach_o_section): Amend to allow syntax compatible with
6 existing system tools. Use section translation data when available.
7 (obj_mach_o_segT_from_bfd_name): New.
8 (known_sections): Update.
9 (obj_mach_o_known_section): Use obj_mach_o_segT_from_bfd_name.
10 (objc_sections): New.
11 (obj_mach_o_objc_section): New.
12 (debug_sections): New.
13 (obj_mach_o_debug_section): New.
14 (tgt_sections): New.
15 (obj_mach_o_opt_tgt_section): New.
16 (obj_mach_o_base_section): New.
17 (obj_mach_o_common_parse): Update to create BSS on demand and to handle
18 lcomm optional alignment param.
19 (obj_mach_o_comm): Update parameter name.
20 (obj_mach_o_placeholder): New.
21 (mach_o_pseudo_table): Update for GCC section directives.
22 * config/obj-macho.h (_OBJ_MACH_O_H): New.
23 (USE_ALIGN_PTWO): Define.
24 (S_SET_ALIGN) Define.
25
26 2011-12-13 Andrew Burgess <aburgess@broadcom.com>
27
28 * doc/internals.texi (TC_FORCE_RELOCATION_SUB_SAME): Update
29 to match code.
30
31 2011-12-08 Andrew Pinski <apinski@cavium.com>
32 Adam Nemet <anemet@caviumnetworks.com>
33
34 * tc-mips.c (CPU_IS_OCTEON): Add Octeon2.
35 (mips_cpu_info_table): Add Octeon2.
36 * doc/c-mips.texi: Document octeon2 as an acceptable value for -march=.
37
38 2011-12-07 Sameera Deshpande <sameera.deshpande@arm.com>
39
40 * config/tc-arm.c (do_t_ldstd): Warn for unpredictable cases.
41
42 2011-11-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
43
44 * config/tc-arm.c (ARM_IT_MAX_OPERANDS): New define.
45 (arm_it): Use ARM_IT_MAX_OPERANDS.
46 (neon_select_shape): Ensure we have matched all operands.
47
48 2011-11-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
49
50 * config/tc-arm.c (parse_neon_mov): Update which_operand
51 correctly.
52
53 2011-12-05 Richard Earnshaw <rearnsha@arm.com>
54
55 * tc-arm.c (aeabi_set_public_attributes): Correctly set
56 Tag_ARM_ISA_use and Tag_Thumb_ISA_use.
57
58 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
59
60 * config/tc-arm.c (arm_cpu_option_table): Add name_len field.
61 (arm_arch_option_table): Likewise.
62 (arm_option_extension_value_table): Likewise.
63 (ARM_CPU_OPT): New define.
64 (ARM_ARCH_OPT): Likewise.
65 (ARM_EXT_OPT): Likewise.
66 (arm_cpus): Use ARM_CPU_OPT to initialize.
67 (arm_archs): Use ARM_ARCH_OPT to initialize.
68 (arm_extensions): Use ARM_EXT_OPT to initialize.
69 (arm_parse_extension): Ensure option string matching matches
70 the whole string.
71 (arm_parse_cpu): Likewise.
72 (arm_parse_arch): Likewise.
73
74 2011-11-29 Andrew Pinski <apinski@cavium.com>
75
76 * config/tc-mips.c (CPU_IS_OCTEON): New macro function.
77 (CPU_HAS_SEQ): Change to use CPU_IS_OCTEON.
78 (NO_ISA_COP): Likewise.
79 (macro) <ld_st>: Add support when off0 is true.
80 Add support for M_SAA_AB, M_SAA_OB, M_SAAD_OB and M_SAAD_AB.
81 (mips_cpu_info_table): Add octeon+.
82 * doc/c-mips.texi: Document octeon+ as an acceptable value for -march=.
83
84 2011-11-25 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
85
86 * config/tc-arm.c (do_t_mov_cmp): Allow MOV lowreg, lowreg when no CPU
87 is specified.
88
89 2011-11-23 Tristan Gingold <gingold@adacore.com>
90
91 * config/tc-alpha.c (s_alpha_prologue): Requires empty line.
92
93 2011-11-23 Tristan Gingold <gingold@adacore.com>
94
95 * config/tc-alpha.c (s_alpha_frame): Emit a warning if bad value
96 of RA.
97 (s_alpha_pdesc): Adjust comment.
98
99 2011-11-23 Thomas Klein <th.r.klein@web.de>
100
101 * config/tc-arm.c (do_t_mov_cmp): Prevent emitting code for MOV
102 with two low register at arch v4t or v5t when assember using
103 unified syntax.
104
105 2011-11-21 DJ Delorie <dj@redhat.com>
106
107 * config/rl78-defs.h (rl78_error): Add "const".
108 * config/rl78-parse.y (rl78_error): Likewise.
109
110 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
111
112 * config/tc-ppc.c (ppc_target_format): Add format for powerpc*-freebsd.
113
114 2011-11-16 David S. Miller <davem@davemloft.net>
115
116 * config/tc-sparc.c (md_apply_fix): Handle BFD_RELOC_8.
117
118 2011-11-16 Maciej W. Rozycki <macro@codesourcery.com>
119
120 * config/tc-mips.c (macro): Fix unsupported opcode message
121 capitalization.
122 (mips_ip, mips16_ip): Likewise.
123
124 2011-11-16 Maciej W. Rozycki <macro@codesourcery.com>
125
126 * config/tc-mips.c (ISA_SUPPORTS_MCU_ASE): Also set if microMIPS
127 mode.
128
129 2011-11-16 Maciej W. Rozycki <macro@codesourcery.com>
130
131 * config/tc-mips.c (macro_build_jalr): Reverse a negative
132 conditional.
133 (mips_ip): Likewise.
134
135 2011-11-16 Catherine Moore <clm@codesourcery.com>
136 Maciej W. Rozycki <macro@codesourcery.com>
137
138 * config/tc-mips.c (mips_cpu_info_table): Add "m14ke" and
139 "m14kec".
140 * doc/c-mips.texi (MIPS architecture options): Add "m14ke" and
141 "m14kec" to the list of -march options.
142
143 2011-11-15 Maciej W. Rozycki <macro@codesourcery.com>
144
145 * write.c (dump_section_relocs): Don't convert PC-relative relocs
146 that have an in-place addend narrower than the addresses used.
147
148 2011-11-14 Maciej W. Rozycki <macro@codesourcery.com>
149
150 * config/tc-mips.c (can_swap_branch_p): Exclude microMIPS
151 variant frags too.
152
153 2011-11-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
154
155 * config/tc-arm.c (arm_cpus): Add cortex-a7 entry.
156 * doc/c-arm.texi (ARM Options): Add cortex-a7 to list of accepted
157 CPUs.
158
159 2011-11-04 DJ Delorie <dj@redhat.com>
160
161 * doc/c-rl78.texi (RL78-Float): Remove unused menu entry.
162
163 2011-11-02 DJ Delorie <dj@redhat.com>
164
165 * config/tc-rl78.c (tc_gen_reloc): Remove unused variable.
166
167 2011-11-02 Nick Clifton <nickc@redhat.com>
168
169 * config/tc-arm.c (md_begin): Remove ARM_PLT32 reloc associated
170 with the (PLT) instruction suffix when operating in eabi mode.
171 * doc/c-arm.texi (ARM_Relocations): Extend description of (PLT)
172 suffix.
173
174 2011-11-01 DJ Delorie <dj@redhat.com>
175
176 * Makefile.am (TARGET_CPU_CFILES): Add tc-rl78.c.
177 (TARGET_CPU_HFILES): Add rc-rl78.h.
178 (EXTRA_DIST): Add rl78-parse.c and rl78-parse.y.
179 (rl78-parse.c, rl78-parse.h, rl78-parse.o, rl78-defs.h): New rules.
180 * Makefile.in: Regenerate.
181 * configure.in: Add rl78 case.
182 * configure: Regenerate.
183 * configure.tgt: Add rl78 case.
184 * config/rl78-defs.h: New file.
185 * config/rl78-parse.y: New file.
186 * config/tc-rl78.c: New file.
187 * config/tc-rl78.h: New file.
188 * NEWS: Add Renesas RL78.
189
190 * doc/Makefile.am (c-rl78.texi): New.
191 * doc/Makefile.in: Likewise.
192 * doc/all.texi: Enable it.
193 * doc/as.texi: Add it.
194 * doc/c-rl78.texi: New file.
195
196 2011-10-28 Walter Lee <walt@tilera.com>
197
198 * NEWS: Fix TILEPro capitalization.
199 * config/tc-tilegx.c (emit_tilegx_instruction) Handle
200 relocations of aliases.
201 * config/tc-tilepro.c: (emit_tilepro_instruction) Likewise.
202
203 2011-10-28 Nick Clifton <nickc@redhat.com>
204
205 * po/ja.po: New Japanese translation.
206 * configure.in (ALL_LINGUAS): Add ja.
207 * configure: Regenerate.
208
209 2011-10-26 Joern Rennecke <joern.rennecke@embecosm.com>
210
211 * doc/as.texinfo [EPIPHANY]: Include c-epiphany.texi to avoid
212 duplication.
213
214 2011-10-25 Mike Frysinger <vapier@gentoo.org>
215
216 * config/rx-defs.h (rx_error): Add const to first arg.
217 * config/rx-parse.y (rx_error): Likewise.
218
219 2011-10-25 Nick Clifton <nickc@redhat.com>
220
221 * config/tc-ns32k.c (md_begin): Rename local variable 'stat' to
222 'status'.
223
224 2011-10-25 Joern Rennecke <joern.rennecke@embecosm.com>
225
226 * NEWS: Mention addition of Adapteva Epiphany support.
227 * config/tc-epiphany.c: New file.
228 * config/tc-epiphany.h: New file.
229 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-epiphany.c .
230 (TARGET_CPU_HFILES): Add config/tc-epiphany.h .
231 * configure.in: Also set using_cgen for epiphany.
232 * configure.tgt: Handle epiphany.
233 * doc/Makefile.am (CPU_DOCS): Add c-epiphany.texi .
234 * doc/all.texi: Set EPIPHANY.
235 * doc/as.texinfo: Add EPIPHANY-specific text.
236 * doc/c-epiphany.texi: New file.
237 * po/gas.pot: Regenerate.
238 * Makefile.in: Regenerate.
239 * configure: Regenerate.
240 * doc/Makefile.in: Regenerate.
241 * po/POTFILES.in: Regenerate.
242
243 2011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
244
245 * config/tc-mips.c (move_register): Fix formatting.
246
247 2011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
248
249 * config/tc-mips.c (can_swap_branch_p): Remove empty line.
250 (start_noreorder): Likewise.
251
252 2011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
253
254 * config/tc-mips.c (s_option): Fix formatting.
255 (mips_elf_final_processing): Likewise.
256
257 2011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
258
259 * config/tc-mips.c (validate_micromips_insn): Fix formatting.
260
261 2011-10-24 David Binderman <dcb314@hotmail.com>
262
263 * config/tc-mn10200.c (md_convert_frag): Add missing break.
264
265 2011-10-21 Tristan Gingold <gingold@adacore.com>
266
267 * config/tc-alpha.c (load_expression): Use symbol_mark_used accessor.
268 (s_alpha_comm): Use symbol_set_frag accessor.
269
270 2011-10-20 Alan Modra <amodra@gmail.com>
271
272 * config/tc-mips.c (micromips_add_label): Avoid gcc warning.
273 (md_convert_frag): Likewise.
274
275 2011-10-18 Jie Zhang <jie@codesourcery.com>
276 Julian Brown <julian@codesourcery.com>
277
278 * config/tc-arm.c (parse_shifter_operand): Fix handling of explicit
279 rotation.
280 (encode_arm_shifter_operand): Likewise.
281
282 2011-10-13 James Greenhalgh <james.greenhalgh@arm.com>
283
284 * config/tc-arm.c (check_ldr_r15_aligned): New.
285 (do_ldst): Warn in upredictable cases.
286 (do_t_ldst): Likewise.
287 (insns): Update accordingly.
288
289 2011-10-13 Alan Modra <amodra@gmail.com>
290
291 * as.c (main): Define .gasversion. rather than __GAS_VERSION__.
292 * frags.h (bss_address_frag): Delete
293 (predefined_address_frag): New.
294 * frags.c (frag_init): Init predefined_address_frag. Delete ref
295 to bss_address_frag.
296 * symbols.c (S_CAN_BE_REDEFINED): New function.
297 * symbols.h (S_CAN_BE_REDEFINED): Declare.
298 * read.c (assign_symbol): Use S_CAN_BE_REDEFINED.
299
300 2011-10-12 Alan Modra <amodra@gmail.com>
301
302 * symbols.c (local_symbol_make): Make global.
303 * symbols.h (local_symbol_make): Declare.
304 * as.c (main): Define __GAS_VERSION__.
305
306 2011-10-10 Nick Clifton <nickc@redhat.com>
307
308 * po/es.po: Updated Spanish translation.
309 * po/fi.po: Updated Finnish translation.
310 * po/fr.po: Updated French translation.
311
312 2011-10-05 DJ Delorie <dj@redhat.com>
313 Nick Clifton <nickc@redhat.com>
314
315 * config/rx-defs.h (rx_pid_register): New.
316 (rx_gp_register): New.
317 * config/rx-parse.y (rx_lex): Add support for %gpreg and %pidreg.
318 (displacement): Add PID support.
319 * config/tc-rx.c (rx_pid_mode): New.
320 (rx_num_int_regs): New.
321 (rx_pid_register): New.
322 (rx_gp_register): New.
323 (options): Add -mpid and -mint-register= options.
324 (md_longopts): Likewise.
325 (md_parse_option): Likewise.
326 (md_show_usage): Likewise.
327 (rx_pid_symbol): New.
328 (rx_pidreg_symbol): New.
329 (rx_gpreg_symbol): New.
330 (md_begin): Support PID.
331 (rx_validate_fix_sub): Support PID.
332 (tc_gen_reloc): Support PID.
333 * doc/c-rx.texi: Document PID support.
334
335 2011-09-27 Kai Tietz <ktietz@redhat.com>
336
337 * config/obj-coff.c (obj_coff_section): Add 'e' as specifier
338 for marking section SEC_EXCLUDE.
339
340 2011-09-22 Tristan Gingold <gingold@adacore.com>
341
342 * NEWS: Add marker for 2.22.
343
344 2011-09-21 David S. Miller <davem@davemloft.net>
345
346 * config/tc-sparc.c (hwcap_allowed): New.
347 (struct sparc_arch): New field 'hwcap_allowed' containing a bitmask
348 of F_FOO flags which are enabled by the particular arch setting.
349 Add new options that provide explicit access to new instructions.
350 (md_parse_option): Only bump max_architecture if the requested one
351 is larger, or this is the first explicit request.
352 (get_hwcap_name): New function.
353 (sparc_ip): Validate that hwcaps used by an instruction have actually
354 been enabled.
355 * doc/c-sparc.texi: Document new sparc options.
356
357 2011-09-21 David S. Miller <davem@davemloft.net>
358
359 * config/tc-sparc.c (hwcap_seen): New bitmask, defined when
360 not TE_SOLARIS.
361 (sparc_ip): When not TE_SOLARIS, accumulate hwcap bits from
362 sparc_opcode->flags of instruction into hwcap_seen.
363 (sparc_md_end): Create Tag_GNU_Sparc_HWCAPS attribute if
364 hwcap_seen is non-zero and not TE_SOLARIS.
365
366 2011-09-19 Tristan Gingold <gingold@adacore.com>
367
368 * config/tc-alpha.c (insert_operand): Call as_bad_value_out_of_range
369 instead of as_warn_out_of_range.
370
371 2011-09-08 Mark Fortescue <mark@mtfhpc.demon.co.uk>
372
373 * config/tc-sparc.c (sparc_ip): Handle 'i' + r<0..31>
374 in addition to 'i' + [goli]<0..7>.
375
376 2011-09-08 Joern Rennecke <joern.rennecke@embecosm.com>
377
378 * cgen.c (gas_cgen_pcrel_r_type): New function.
379 (gas_cgen_tc_gen_reloc): Check for GAS_CGEN_PCREL_R_TYPE.
380 * cgen.h (gas_cgen_pcrel_r_type): Declare.
381
382 2011-09-08 Richard Sandiford <rdsandiford@googlemail.com>
383
384 PR gas/13167
385 * dwarf2dbg.c (dwarf2_flush_pending_lines): Use symbol_temp_new_now.
386
387 2011-09-05 Richard Sandiford <rdsandiford@googlemail.com>
388
389 PR gas/13024
390 * dwarf2dbg.c (pending_lines, pending_lines_tail): New variables.
391 (dwarf2_gen_line_info_1): Delete.
392 (dwarf2_push_line, dwarf2_flush_pending_lines): New functions.
393 (dwarf2_gen_line_info, dwarf2_emit_label): Use them.
394 (dwarf2_consume_line_info): Call dwarf2_flush_pending_lines.
395 (dwarf2_directive_loc): Push previous .locs instead of generating
396 them immediately.
397
398 2011-08-26 Nick Clifton <nickc@redhat.com>
399
400 * po/es.po: Updated Spanish translation.
401
402 2011-08-26 Tristan Gingold <gingold@adacore.com>
403
404 * config/tc-alpha.c (s_alpha_linkage): Simplify. Add comments.
405
406 2011-08-26 Tristan Gingold <gingold@adacore.com>
407
408 * config/tc-alpha.c (add_to_link_pool): Improve comment.
409 (s_alpha_fp_save): Fix indentation.
410
411 2011-08-19 Nick Clifton <nickc@redhat.com>
412
413 * doc/as.texinfo: Include c-xstormy16.texi.
414
415 2011-08-18 Alan Modra <amodra@gmail.com>
416
417 * write.c (resolve_reloc_expr_symbols): Convert local symbols
418 on relocs to section+offset.
419 (get_frag_for_reloc): New function.
420 (write_relocs): Merge sort fixup relocs with those from .reloc
421 directives.
422
423 2011-08-10 Maciej W. Rozycki <macro@codesourcery.com>
424
425 * config/tc-mips.c (can_swap_branch_p): Update the comment on
426 MIPS16 fixups.
427
428 2011-08-09 Chao-ying Fu <fu@mips.com>
429 Daniel Jacobowitz <dan@codesourcery.com>
430
431 * config/tc-mips.c (mips_cpu_info_table): Add "m14k" and
432 "m14kc".
433 * doc/c-mips.texi (MIPS architecture options): Add "m14k" and
434 "m14kc" to the list of -march options.
435
436 2011-08-09 Chao-ying Fu <fu@mips.com>
437 Maciej W. Rozycki <macro@codesourcery.com>
438
439 * config/tc-mips.c (mips_set_options): Add ase_mcu.
440 (mips_opts): Initialise ase_mcu to -1.
441 (ISA_SUPPORTS_MCU_ASE): New macro.
442 (MIPS_CPU_ASE_MCU): Likewise.
443 (is_opcode_valid): Handle MCU.
444 (macro_build, macro): Likewise.
445 (validate_mips_insn, validate_micromips_insn): Likewise.
446 (mips_ip): Likewise.
447 (options): Add OPTION_MCU and OPTION_NO_MCU.
448 (md_longopts): Add mmcu and mno-mcu.
449 (md_parse_option): Handle OPTION_MCU and OPTION_NO_MCU.
450 (mips_after_parse_args): Handle MCU.
451 (s_mipsset): Likewise.
452 (md_show_usage): Handle MCU options.
453
454 * doc/as.texinfo: Document -mmcu and -mno-mcu options.
455 * doc/c-mips.texi: Likewise, and document ".set mcu" and
456 ".set nomcu" directives.
457
458 2011-08-09 Maciej W. Rozycki <macro@codesourcery.com>
459
460 * config/tc-mips.c (gpr_mod_mask): Remove INSN2_MOD_GPR_MB,
461 INSN2_MOD_GPR_MC, INSN2_MOD_GPR_ME, INSN2_MOD_GPR_MG,
462 INSN2_MOD_GPR_MHI, INSN2_MOD_GPR_MJ, INSN2_MOD_GPR_MM,
463 INSN2_MOD_GPR_MN, INSN2_MOD_GPR_MP and INSN2_MOD_GPR_MQ opcode
464 register use checks.
465 (gpr_read_mask): Add INSN2_READ_GPR_MC, INSN2_READ_GPR_ME
466 INSN2_READ_GPR_MG, INSN2_READ_GPR_MJ, INSN2_READ_GPR_MMN,
467 INSN2_READ_GPR_MP and INSN2_READ_GPR_MQ opcode register use
468 checks.
469 (gpr_write_mask): Replace INSN2_WRITE_GPR_S opcode register
470 use flag with INSN_WRITE_GPR_S. Add INSN2_WRITE_GPR_MB,
471 INSN2_WRITE_GPR_MHI, INSN2_WRITE_GPR_MJ and INSN2_WRITE_GPR_MP
472 opcode register use checks.
473 (can_swap_branch_p): Enable microMIPS branch swapping.
474 (append_insn): Likewise.
475
476 2011-08-09 Maciej W. Rozycki <macro@codesourcery.com>
477
478 * config/tc-mips.c (RELAX_MICROMIPS_ENCODE): Remove forced 16-bit
479 branch size information.
480 (RELAX_MICROMIPS_U16BIT): Remove macro.
481 (RELAX_MICROMIPS_UNCOND): Adjust accordingly.
482 (RELAX_MICROMIPS_COMPACT, RELAX_MICROMIPS_LINK): Likewise.
483 (RELAX_MICROMIPS_RELAX32): Likewise.
484 (RELAX_MICROMIPS_TOOFAR16): Likewise.
485 (RELAX_MICROMIPS_MARK_TOOFAR16): Likewise.
486 (RELAX_MICROMIPS_CLEAR_TOOFAR16): Likewise.
487 (RELAX_MICROMIPS_TOOFAR32): Likewise.
488 (RELAX_MICROMIPS_MARK_TOOFAR32): Likewise.
489 (RELAX_MICROMIPS_CLEAR_TOOFAR32): Likewise.
490 (append_insn): Always check forced_insn_length for microMIPS
491 relaxation. Adjust code for the removal of
492 RELAX_MICROMIPS_U16BIT.
493 (mips_ip) <'D', 'E'>: If forced_insn_length, then emit the
494 relocation straight away.
495 (relaxed_micromips_16bit_branch_length): Adjust code for the
496 removal of RELAX_MICROMIPS_U16BIT.
497
498 2011-08-08 Tristan Gingold <gingold@adacore.com>
499
500 * config/obj-macho.c (obj_mach_o_section): New function.
501 (struct known_section): New type.
502 (known_sections): Declare.
503 (obj_mach_o_known_section): New function.
504 (obj_mach_o_common_parse): Ditto.
505 (obj_mach_o_comm): Ditto.
506 (obj_mach_o_subsections_via_symbols): Ditto.
507 (mach_o_pseudo_table): Add new pseudos.
508
509 2011-08-06 Richard Henderson <rth@redhat.com>
510
511 * dw2gencfi.c (all_fde_data): Export.
512 * dw2gencfi.h (all_fde_data): Declare.
513 * config/tc-alpha.c (alpha_elf_md_end): Don't convert legacy unwind
514 info to cfi unwind info if the user already has supplied some.
515
516 2011-08-06 Richard Sandiford <rdsandiford@googlemail.com>
517
518 * config/tc-mips.c (emit_nop): Delete.
519 (get_delay_slot_nop): New function.
520 (nops_for_insn_or_target): Use it.
521 (append_insn): Likewise. When avoiding hazards, call add_fixed_insn
522 and insert_into_history directly.
523
524 2011-08-06 Richard Sandiford <rdsandiford@googlemail.com>
525
526 * config/tc-mips.c (delayed_branch_p, compact_branch_p)
527 (uncond_branch_p, branch_likely_p): New functions.
528 (insns_between, nops_for_insn_or_target, append_insn)
529 (macro_start): Use them.
530 (get_append_method): Likewise. Remove redundant test.
531
532 2011-08-05 David S. Miller <davem@davemloft.net>
533
534 * config/tc-sparc.c (v9a_asr_table): Add "cps".
535 (sparc_ip): Handle '4', '5' and '(' format codes.
536
537 2011-08-04 H.J. Lu <hongjiu.lu@intel.com>
538
539 PR gas/13056
540 * output-file.c (output_file_close): Call bfd_cache_close_all
541 on error.
542
543 * write.c (write_object_file): Revert the last change.
544
545 2011-08-04 Alan Modra <amodra@gmail.com>
546
547 * write.c (write_object_file): Call set_symtab even if we had
548 errors.
549
550 2011-08-04 Tristan Gingold <gingold@adacore.com>
551
552 * config/obj-elf.c (obj_elf_section): Do not free name.
553
554 2011-08-03 James Greenhalgh <james.greenhalgh@arm.com>
555
556 * config/tc-arm.c (do_t_strexbh): New.
557 (insns): Update accordingly.
558
559 2011-08-01 H.J. Lu <hongjiu.lu@intel.com>
560
561 PR ld/13048
562 * config/tc-i386.c (handle_quad): Removed.
563 (md_pseudo_table): Remove "quad".
564 (tc_gen_reloc): Don't check BFD_RELOC_64 for disallow_64bit_reloc.
565 (x86_dwarf2_addr_size): New.
566
567 * config/tc-i386.h (x86_dwarf2_addr_size): New.
568 (DWARF2_ADDR_SIZE): Likewise.
569
570 2011-08-01 Nick Clifton <nickc@redhat.com>
571
572 PR ld/12974
573 * config/tc-arm.c (literal_pool): Add locs field.
574 (add_to_lit_pool): Initialise the locs entry for the new literal.
575 (s_ltorg): Generate a DWARF2 line number entry for each emitted
576 literal pool entry.
577
578 2011-08-01 Tristan Gingold <gingold@adacore.com>
579
580 * write.c (write_relocs): Fix -Wshadow in DEBUG3 and DEBUG4.
581
582 2011-08-01 Tristan Gingold <gingold@adacore.com>
583
584 * frags.c (frag_grow): Simplify the code.
585
586 2011-07-30 Richard Sandiford <rdsandiford@googlemail.com>
587
588 * config/tc-mips.c (nops_for_vr4130): Revert previous commit.
589
590 2011-07-29 Maciej W. Rozycki <macro@codesourcery.com>
591
592 * config/tc-mips.c: Adjust comments throughout.
593 (reglist_lookup): Reshape code.
594 (jmp_reloc_p, jalr_reloc_p): Reformat.
595 (got16_reloc_p, hi16_reloc_p, lo16_reloc_p): Handle microMIPS
596 relocations.
597 (gpr_mod_mask): Remove unused variable.
598 (gpr_read_mask, gpr_write_mask): Reshape code.
599 (fpr_read_mask, fpr_write_mask): Likewise.
600 (nops_for_vr4130): Ensure non-microMIPS mode.
601 (can_swap_branch_p): Correct pinfo2 reference. Reshape code.
602 (append_insn): Skip Loongson 2F workaround in MIPS16 mode. Use
603 the outermost operator of a compound relocation to determines
604 the relocated field. Fix formatting.
605 (md_convert_frag): Reshape code.
606
607 2011-07-29 Tristan Gingold <gingold@adacore.com>
608
609 * frags.c (frag_var_init): New function.
610 (frag_var): Call frag_var_init to initialize.
611 (frag_variant): Ditto.
612
613 2011-07-27 Nathan Sidwell <nathan@codesourcery.com>
614
615 * dwarf2dbg.c (out_debug_line): Ignore non-normal segments, with a
616 warning.
617 * doc/as.texinfo (Offset): Document .offset directive.
618
619 2011-07-27 Tristan Gingold <gingold@adacore.com>
620
621 * frags.c (frag_grow): Revert previous patch.
622
623 2011-07-26 Kazuhiro Inaoka <kazuhiro.inaoka.ud@renesas.com>
624
625 * config/tc-rx.c (md_convert_frag): Fix encoding of beq.a
626 synthetic instruction.
627
628 2011-07-25 Tristan Gingold <gingold@adacore.com>
629
630 * frags.c (frag_grow): Simplify the code.
631
632 2011-07-24 Maciej W. Rozycki <macro@codesourcery.com>
633 Chao-ying Fu <fu@mips.com>
634 Richard Sandiford <rdsandiford@googlemail.com>
635
636 * config/tc-mips.h (mips_segment_info): Add one bit for
637 microMIPS.
638 (TC_LABEL_IS_LOCAL): New macro.
639 (mips_label_is_local): New prototype.
640 * config/tc-mips.c (S0, S7): New macros.
641 (emit_branch_likely_macro): New variable.
642 (mips_set_options): Add micromips.
643 (mips_opts): Initialise micromips to -1.
644 (file_ase_micromips): New variable.
645 (CPU_HAS_MICROMIPS): New macro.
646 (hilo_interlocks): Set for microMIPS too.
647 (gpr_interlocks): Likewise.
648 (cop_interlocks): Likewise.
649 (cop_mem_interlocks): Likewise.
650 (HAVE_CODE_COMPRESSION): New macro.
651 (micromips_op_hash): New variable.
652 (micromips_nop16_insn, micromips_nop32_insn): New variables.
653 (NOP_INSN): Handle microMIPS ASE.
654 (mips32_to_micromips_reg_b_map): New macro.
655 (mips32_to_micromips_reg_c_map): Likewise.
656 (mips32_to_micromips_reg_d_map): Likewise.
657 (mips32_to_micromips_reg_e_map): Likewise.
658 (mips32_to_micromips_reg_f_map): Likewise.
659 (mips32_to_micromips_reg_g_map): Likewise.
660 (mips32_to_micromips_reg_l_map): Likewise.
661 (mips32_to_micromips_reg_n_map): Likewise.
662 (mips32_to_micromips_reg_h_map): New variable.
663 (mips32_to_micromips_reg_m_map): Likewise.
664 (mips32_to_micromips_reg_q_map): Likewise.
665 (micromips_to_32_reg_h_map): New variable.
666 (micromips_to_32_reg_i_map): Likewise.
667 (micromips_to_32_reg_m_map): Likewise.
668 (micromips_to_32_reg_q_map): Likewise.
669 (micromips_to_32_reg_b_map): New macro.
670 (micromips_to_32_reg_c_map): Likewise.
671 (micromips_to_32_reg_d_map): Likewise.
672 (micromips_to_32_reg_e_map): Likewise.
673 (micromips_to_32_reg_f_map): Likewise.
674 (micromips_to_32_reg_g_map): Likewise.
675 (micromips_to_32_reg_l_map): Likewise.
676 (micromips_to_32_reg_n_map): Likewise.
677 (micromips_imm_b_map, micromips_imm_c_map): New macros.
678 (RELAX_DELAY_SLOT_16BIT): New macro.
679 (RELAX_DELAY_SLOT_SIZE_FIRST): Likewise.
680 (RELAX_DELAY_SLOT_SIZE_SECOND): Likewise.
681 (RELAX_MICROMIPS_ENCODE, RELAX_MICROMIPS_P): New macros.
682 (RELAX_MICROMIPS_TYPE, RELAX_MICROMIPS_AT): Likewise.
683 (RELAX_MICROMIPS_U16BIT, RELAX_MICROMIPS_UNCOND): Likewise.
684 (RELAX_MICROMIPS_COMPACT, RELAX_MICROMIPS_LINK): Likewise.
685 (RELAX_MICROMIPS_RELAX32, RELAX_MICROMIPS_TOOFAR16): Likewise.
686 (RELAX_MICROMIPS_MARK_TOOFAR16): Likewise.
687 (RELAX_MICROMIPS_CLEAR_TOOFAR16): Likewise.
688 (RELAX_MICROMIPS_TOOFAR32): Likewise.
689 (RELAX_MICROMIPS_MARK_TOOFAR32): Likewise.
690 (RELAX_MICROMIPS_CLEAR_TOOFAR32): Likewise.
691 (INSERT_OPERAND, EXTRACT_OPERAND): Handle microMIPS ASE.
692 (mips_macro_warning): Add delay_slot_16bit_p, delay_slot_32bit_p,
693 fsize and insns.
694 (mips_mark_labels): New function.
695 (mips16_small, mips16_ext): Remove variables, replacing with...
696 (forced_insn_size): ... this.
697 (append_insn, mips16_ip): Update accordingly.
698 (micromips_insn_length): New function.
699 (insn_length): Return the length of microMIPS instructions.
700 (mips_record_mips16_mode): Rename to...
701 (mips_record_compressed_mode): ... this. Handle microMIPS ASE.
702 (install_insn): Handle microMIPS ASE.
703 (reglist_lookup): New function.
704 (is_size_valid, is_delay_slot_valid): Likewise.
705 (md_begin): Handle microMIPS ASE.
706 (md_assemble): Likewise. Update for append_insn interface change.
707 (micromips_reloc_p): New function.
708 (got16_reloc_p): Handle microMIPS ASE.
709 (hi16_reloc_p): Likewise.
710 (lo16_reloc_p): Likewise.
711 (jmp_reloc_p): New function.
712 (jalr_reloc_p): Likewise.
713 (matching_lo_reloc): Handle microMIPS ASE.
714 (insn_uses_reg, reg_needs_delay): Likewise.
715 (mips_move_labels): Likewise.
716 (mips16_mark_labels): Rename to...
717 (mips_compressed_mark_labels): ... this. Handle microMIPS ASE.
718 (gpr_mod_mask): New function.
719 (gpr_read_mask, gpr_write_mask): Handle microMIPS ASE.
720 (fpr_read_mask, fpr_write_mask): Likewise.
721 (insns_between, nops_for_vr4130, nops_for_insn): Likewise.
722 (fix_loongson2f_nop, fix_loongson2f_jump): Likewise.
723 (MICROMIPS_LABEL_CHAR): New macro.
724 (micromips_target_label, micromips_target_name): New variables.
725 (micromips_label_name, micromips_label_expr): New functions.
726 (micromips_label_inc, micromips_add_label): Likewise.
727 (mips_label_is_local): Likewise.
728 (micromips_map_reloc): Likewise.
729 (can_swap_branch_p): Handle microMIPS ASE.
730 (append_insn): Add expansionp argument. Handle microMIPS ASE.
731 (start_noreorder, end_noreorder): Handle microMIPS ASE.
732 (macro_start, macro_warning, macro_end): Likewise.
733 (brk_fmt, cop12_fmt, jalr_fmt, lui_fmt): New variables.
734 (mem12_fmt, mfhl_fmt, shft_fmt, trap_fmt): Likewise.
735 (BRK_FMT, COP12_FMT, JALR_FMT, LUI_FMT): New macros.
736 (MEM12_FMT, MFHL_FMT, SHFT_FMT, TRAP_FMT): Likewise.
737 (macro_build): Handle microMIPS ASE. Update for append_insn
738 interface change.
739 (mips16_macro_build): Update for append_insn interface change.
740 (macro_build_jalr): Handle microMIPS ASE.
741 (macro_build_lui): Likewise. Simplify.
742 (load_register): Handle microMIPS ASE.
743 (load_address): Likewise.
744 (move_register): Likewise.
745 (macro_build_branch_likely): New function.
746 (macro_build_branch_ccl): Likewise.
747 (macro_build_branch_rs): Likewise.
748 (macro_build_branch_rsrt): Likewise.
749 (macro): Handle microMIPS ASE.
750 (validate_micromips_insn): New function.
751 (expr_const_in_range): Likewise.
752 (mips_ip): Handle microMIPS ASE.
753 (options): Add OPTION_MICROMIPS and OPTION_NO_MICROMIPS.
754 (md_longopts): Add mmicromips and mno-micromips.
755 (md_parse_option): Handle OPTION_MICROMIPS and
756 OPTION_NO_MICROMIPS.
757 (mips_after_parse_args): Handle microMIPS ASE.
758 (md_pcrel_from): Handle microMIPS relocations.
759 (mips_force_relocation): Likewise.
760 (md_apply_fix): Likewise.
761 (mips_align): Handle microMIPS ASE.
762 (s_mipsset): Likewise.
763 (s_cpload, s_cpsetup, s_cpreturn): Use relocation wrappers.
764 (s_dtprel_internal): Likewise.
765 (s_gpword, s_gpdword): Likewise.
766 (s_insn): Handle microMIPS ASE.
767 (s_mips_stab): Likewise.
768 (relaxed_micromips_32bit_branch_length): New function.
769 (relaxed_micromips_16bit_branch_length): New function.
770 (md_estimate_size_before_relax): Handle microMIPS ASE.
771 (mips_fix_adjustable): Likewise.
772 (tc_gen_reloc): Handle microMIPS relocations.
773 (mips_relax_frag): Handle microMIPS ASE.
774 (md_convert_frag): Likewise.
775 (mips_frob_file_after_relocs): Likewise.
776 (mips_elf_final_processing): Likewise.
777 (mips_nop_opcode): Likewise.
778 (mips_handle_align): Likewise.
779 (md_show_usage): Handle microMIPS options.
780 * symbols.c (TC_LABEL_IS_LOCAL): New macro.
781 (S_IS_LOCAL): Add a TC_LABEL_IS_LOCAL check.
782
783 * doc/as.texinfo (Target MIPS options): Add -mmicromips and
784 -mno-micromips.
785 (-mmicromips, -mno-micromips): New options.
786 * doc/c-mips.texi (-mmicromips, -mno-micromips): New options.
787 (MIPS ISA): Document .set micromips and .set nomicromips.
788 (MIPS insn): Update for microMIPS support.
789
790 2011-07-24 Maciej W. Rozycki <macro@codesourcery.com>
791
792 * config/tc-mips.c (mips_ip): Make a copy of the instruction's
793 mnemonic and use it for further processing.
794
795 2011-07-24 Maciej W. Rozycki <macro@codesourcery.com>
796
797 * config/tc-mips.c (can_swap_branch_p): Adjust for the rename of
798 INSN_TRAP to INSN_NO_DELAY_SLOT. Remove the check for INSN_SYNC
799 as well as explicit checks for ERET and DERET when scheduling
800 branch delay slots.
801
802 2011-07-22 H.J. Lu <hongjiu.lu@intel.com>
803
804 * config/tc-i386.c (cpu_arch): Add k1om.
805 (i386_align_code): Handle PROCESSOR_K1OM.
806 (check_cpu_arch_compatible): Check EM_K1OM.
807 (i386_arch): Handle Intel K1OM.
808 (i386_mach): Return bfd_mach_k1om for Intel K1OM.
809 (i386_target_format): Return ELF_TARGET_K1OM_FORMAT for Intel
810 K1OM.
811
812 * config/tc-i386.h (ELF_TARGET_K1OM_FORMAT): New.
813 (processor_type): Add PROCESSOR_K1OM.
814
815 * doc/c-i386.texi: Document k1om.
816
817 2011-07-18 H.J. Lu <hongjiu.lu@intel.com>
818
819 * doc/c-i386.texi: Fix a typo.
820
821 2011-07-06 Aurelien Jarno <aurelien@aurel32.net>
822
823 * config/tc-mips.c (append_insn): delete prev_pinfo2 and pinfo2.
824
825 2011-07-04 Richard Sandiford <rdsandiford@googlemail.com>
826
827 * config/tc-mips.c (gpr_read_mask, gpr_write_mask): Fix handling
828 of register 0.
829
830 2011-07-04 Maciej W. Rozycki <macro@codesourcery.com>
831
832 * config/tc-mips.c (append_insn): Make sure DWARF-2 location
833 information is properly adjusted for branches that get swapped.
834
835 2011-07-03 Samuel Thibault <samuel.thibault@gnu.org>
836 Thomas Schwinge <thomas@schwinge.name>
837
838 PR binutils/12913
839 * config/obj-elf.c (obj_elf_type): Use ELFOSABI_GNU name instead of
840 ELFOSABI_LINUX alias.
841 * config/tc-ia64.c: Likewise.
842
843 2011-06-30 Paul Carroll <pcarroll@codesourcery.com>
844
845 * config/tc-arm.c (do_t_add_sub): Only allow LSL shifts of less
846 than 4 in Thumb mode.
847
848 2011-06-30 Nick Clifton <nickc@redhat.com>
849
850 PR gas/12848
851 * config/tc-arm.c (BAD_RANGE): New error message define.
852 (md_apply_fix): Use it.
853 Fix range check for thumb branch instructions.
854
855 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
856
857 * config/tc-mips.c (append_method): New enum.
858 (can_swap_branch_p, get_append_method): New functions.
859 (append_insn): Use get_append_method to decide how the instruction
860 should be added.
861
862 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
863
864 * config/tc-mips.c (append_insn): Remove bogus goto.
865
866 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
867
868 * config/tc-mips.c (append_insn): Always clear the history after an
869 unconditional branch.
870
871 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
872
873 * config/tc-mips.c (find_altered_mips16_opcode): New function.
874 (append_insn): Use it.
875
876 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
877
878 * config/tc-mips.c (insn_uses_reg): Delete.
879 (gpr_read_mask, gpr_write_mask): New functions.
880 (fpr_read_mask, fpr_write_mask): Likewise.
881 (insns_between, nops_for_vr4130, append_insn): Use them.
882
883 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
884
885 * config/tc-mips.c (md_mips_end): Call mips_emit_delays.
886
887 2011-06-29 Dave Martin <dave.martin@linaro.org>
888
889 PR gas/12931
890 * config/tc-arm.c (mapping_state): When changing to ARM or THUMB
891 state set the minimum required alignment of the section.
892
893 2011-06-29 Tristan Gingold <gingold@adacore.com>
894
895 * config/tc-i386.c (i386_mach): Convert to ISO-C.
896 (md_begin, pe_directive_secrel, md_estimate_size_before_relax): Ditto.
897 (md_convert_frag, md_apply_fix, md_undefined_symbol): Ditto.
898 (md_section_align, tc_gen_reloc): Ditto.
899
900 2011-06-28 Tristan Gingold <gingold@adacore.com>
901
902 * config/tc-alpha.c (s_alpha_pdesc): Fix indentation. Do not
903 generate dummy fix.
904
905 2011-06-28 Tristan Gingold <gingold@adacore.com>
906
907 * config/tc-alpha.c (load_expression): Use alloca instead of xmalloc.
908 (emit_jsrjmp): Ditto.
909 (tc_gen_reloc): Ditto.
910
911 2011-06-28 Tristan Gingold <gingold@adacore.com>
912
913 * config/tc-alpha.c (alpha_evax_proc_hash): Remove.
914 (alpha_evax_proc_data): New variable.
915 (s_alpha_ent): Prevent nested function. Remove has_insert call.
916 (s_alpha_pdesc): Do not call demand_empty_rest_of_line in case of
917 error. Do not search in the hash table. Check if match with .ent.
918 (s_alpha_name): Remove unused variable.
919 (md_begin): Remove initialization of alpha_evax_proc_hash.
920
921 2011-06-27 Tristan Gingold <gingold@adacore.com>
922
923 * config/tc-alpha.c (add_to_link_pool): Remove basesym parameter.
924 Locally declare basesym. Add comments. Do not set literal_pool_size.
925 (load_expression): Adjust call to add_to_link_pool.
926 (s_alpha_pdesc): Define pdesc symbol using dot.
927 Do not set literal_pool_size.
928 (s_alpha_end): Use NULL instead of 0.
929
930 2011-06-27 Tristan Gingold <gingold@adacore.com>
931
932 * config/obj-evax.c (evax_frob_file_before_adjust): Add comments.
933 Fix style.
934 * config/obj-evax.h (struct alpha_linkage_fixups): Remove seg
935 field. Add comments.
936 (obj_symbol_type, object_headers, OBJ_SYMFIELD_TYPE): Remove
937
938 2011-06-26 Richard Sandiford <rdsandiford@googlemail.com>
939
940 * config/tc-mips.c (fix_24k_record_store_info): If the previous
941 instruction was a store, and the next instructions are unknown,
942 assume the worst.
943
944 2011-06-25 Richard Sandiford <rdsandiford@googlemail.com>
945
946 PR gas/12915
947 * config/tc-mips.c (nops_for_vr4130, nops_for_24k, nops_for_insn)
948 (nops_for_sequence, nops_for_insn_or_target): Add ignore parameters.
949 (mips_emit_delays, start_noreorder): Update accordingly.
950 (append_insn): Likewise. Revert original fix for this PR
951 and use the ignore parameter instead.
952
953 2011-06-24 Tristan Gingold <gingold@adacore.com>
954
955 PR gas/11625
956 * config/obj-evax.c (evax_frob_symbol): Use as_bad instead of abort.
957
958 2011-06-24 Tristan Gingold <gingold@adacore.com>
959
960 * config/tc-alpha.c (add_to_link_pool): Remove useless offset
961 variable. Fix style.
962
963 2011-06-23 Richard Sandiford <rdsandiford@googlemail.com>
964
965 PR gas/12915
966 * config/tc-mips.c (append_insn): Only consider hazards between the
967 pre-noreorder block and ip.
968
969 2011-06-21 Sameera Deshpande <sameera.deshpande@arm.com>
970
971 * config/tc-arm.c (vfp_conv): Add check on range of immediate operand
972 in vcvt instruction between floating-point and fixed-point.
973 (operand_parse_code): Add "OP_oI32z".
974 (parse_operands): OP_oI32z case added.
975
976 2011-06-20 H.J. Lu <hongjiu.lu@intel.com>
977
978 * configure.tgt: Revert x32 change.
979
980 2011-06-20 Nick Clifton <nickc@redhat.com>
981
982 * doc/Makefile.am: (CPU_DOCS): Add c-xstormy16.texi.
983 * doc/Makefile.in: Regenerate.
984 * doc/all.texi: Set XSTORMY16.
985 * doc/c-xstormy16.texi: New file.
986
987 2011-06-19 H.J. Lu <hongjiu.lu@intel.com>
988
989 * configure.tgt: Support x32.
990
991 2011-06-15 Nick Clifton <nickc@redhat.com>
992
993 * NEWS: Mention addition of TILEPRO and TIKE-Gx support.
994
995 2011-06-14 Tristan Gingold <gingold@adacore.com>
996
997 * config/tc-ppc.h (struct ppc_tc_sy): Complete comment on within.
998 (tc_new_dot_label): Define.
999 (ppc_new_dot_label): Declare.
1000 * config/tc-ppc.c (ppc_frob_label): Set within target field.
1001 (ppc_fix_adjustable): Use this field to adjust the reloc.
1002 (ppc_new_dot_label): New function.
1003
1004 2011-06-14 Alan Modra <amodra@gmail.com>
1005
1006 * po/POTFILES.in: Regenerate.
1007
1008 2011-06-13 Walter Lee <walt@tilera.com>
1009
1010 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tilegx.c and
1011 config/tc-tilepro.c.
1012 (TARGET_CPU_HFILES): Add config/tc-tilegx.h and
1013 config/tc-tilepro.h.
1014 * Makefile.in: Regenerate.
1015 * configure.tgt (tilepro-*-*): New.
1016 (tilegx-*-*): Likewise.
1017 * config/tc-tilegx.c: New file.
1018 * config/tc-tilegx.h: Likewise.
1019 * config/tc-tilepro.h: Likewise.
1020 * config/tc-tilepro.c: Likewise.
1021 * doc/Makefile.am (CPU_DOCS): Add c-tilegx.texi and
1022 c-tilepro.texi.
1023 * doc/Makefile.in: Regenerate.
1024 * doc/all.texi (TILEGX): Define.
1025 (TILEPRO): Define.
1026 * doc/as.texinfo: Add Tile-Gx and TILEPro documentation. Include
1027 c-tilegx.texi and c-tilepro.texi.
1028 * doc/c-tilegx.texi: New.
1029 * doc/c-tilepro.texi: New.
1030
1031 2011-06-13 Nick Clifton <nickc@redhat.com>
1032
1033 PR gas/12854
1034 * config/tc-arm.c (do_shift): Do not allow shift operations at the
1035 end of a register based shift insn.
1036 (do_t_shift): Likewise.
1037
1038 2011-06-13 Nick Clifton <nickc@redhat.com>
1039
1040 * config/tc-score.c (s3_my_get_expression): Delete unused local
1041 variable 'seg'.
1042 (s3_do_ldst_insn): Delete unused local variable 'strbak'.
1043 (s3_do16_ldst_insn): Delete unused local variable 'temp'.
1044 (s3_do_macro_bcmp): Zero inst_expand array.
1045 (s3_do_macro_bcmpz): Likewise.
1046 (s3_s_score_end): Delete unused local variable 'dot'.
1047 (s3_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
1048 * config/tc-score7.c (s7_my_get_expression): Delete unused local
1049 variable 'seg'.
1050 (s7_do_ldst_insn): Delete unused local variable 'strbak'.
1051 (s7_b32_relax_to_b16): Delete unused local variables 'r_old' and
1052 'r_new'.
1053 (s7_s_score_end): Delete unused local variable 'dot'.
1054 (s7_relax_frag): Delete unused local variable 'relax_size'.
1055 (s7_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
1056
1057 2011-06-10 H.J. Lu <hongjiu.lu@intel.com>
1058
1059 AVX Programming Reference (June, 2011)
1060 * config/tc-i386.c (i386_error): Add invalid_vsib_address and
1061 unsupported_vector_index_register.
1062 (cpu_arch): Add .avx2, .bmi2, .lzcnt and .invpcid.
1063 (check_VecOperands): New.
1064 (match_template): Call check_VecOperands. Handle
1065 invalid_vsib_address and unsupported_vector_index_register.
1066 (build_modrm_byte): Support VecSIB. Check register-only source
1067 operand when two source operands are swapped.
1068 (i386_index_check): Allow Xmm/Ymm index registers.
1069
1070 * doc/c-i386.texi: Document avx2/.avx2, bmi2/.bmi2, lzcnt/.lzcnt
1071 and invpcid./invpcid.
1072
1073 2011-06-09 Nick Clifton <nickc@redhat.com>
1074
1075 PR gas/12861
1076 * config/tc-cr16.c (tc_gen_reloc): Remove unused local variable
1077 code.
1078 (check_cinv_options): Remove unused local variables. Make
1079 function void.
1080 (md_assemble): Remove unused local variable.
1081
1082 2011-06-09 James Greenhalgh <james.greenhalgh@arm.com>
1083
1084 * config/tc-arm.c (do_ldrd): Warn in unpredictable cases.
1085
1086 2011-06-03 Arnaud Patard <arnaud.patard@rtp-net.org>
1087
1088 PR gas/12698
1089 * config/tc-arm.c (parse_psr): Set m_profile to false when
1090 assembling for any architecture.
1091
1092 2011-06-02 Jie Zhang jie@codesourcery.com
1093 Nathan Sidwell nathan@codesourcery.com
1094
1095 * config/tc-arm.c (parse_address_main): Handle -0 offsets.
1096 (encode_arm_addr_mode_2): Set default sign of zero here ...
1097 (encode_arm_addr_mode_3): ... and here.
1098 (encode_arm_cp_address): ... and here.
1099 (md_apply_fix): Use default sign of zero here.
1100
1101 2011-06-02 Nick Clifton <nickc@redhat.com>
1102
1103 * as.c: Fix spelling typo.
1104 * read.c: Likewise.
1105 * config/tc-ppc.c: Likewise.
1106 * po/gas.pit: Regenerate.
1107
1108 2011-05-31 Paul Brook <paul@codesourcery.com>
1109
1110 * config/tc-arm.c (arm_cpus): Add Cortex-R5.
1111 (arm_extensions): Allow idiv on ARMv7-R.
1112 * doc/c-arm.text: Update idiv extension restrictions.
1113
1114 2011-05-31 Paul Brook <paul@codesourcery.com>
1115
1116 * config/tc-arm.c (arm_force_relocation): Resolve all pc-relative
1117 loads.
1118
1119 2011-05-31 Paul Brook <paul@codesourcery.com>
1120
1121 * config/tc-arm.c (do_t_branch): Avoid relaxing branches to constant
1122 addresses.
1123
1124 2011-05-31 Paul Brook <paul@codesourcery.com>
1125 Nathan Sidwell <nathan@codesourcery.com>
1126
1127 * config/tc-arm.c (fix_new_arm): Create an absolute symbol for
1128 pc-relative fixes to constants.
1129 * config/tc-arm.h (TC_FORCE_RELOCATATION_ABS): Define.
1130
1131 2011-05-27 Nick Clifton <nickc@redhat.com>
1132
1133 * config/tc-s390.c (md_begin): Remove unused variable dup_insn.
1134
1135 2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1136
1137 * config/tc-s390.c (md_gather_operands): Fix check for floating
1138 register pair operands.
1139
1140 2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1141
1142 * config/tc-s390.c (md_gather_operands): Emit an error for odd
1143 numbered registers used as register pair operand.
1144
1145 2011-05-23 Nick Clifton <nickc@redhat.com>
1146
1147 * config/tc-v850.h (TC_FX_SIZE_SLACK): Define.
1148
1149 2011-05-20 Bernd Schmidt <bernds@codesourcery.com>
1150
1151 * config/tc-tic6x.c (tic6x_operators): Add "pcr_offset".
1152 (tic6x_parse_name): Handle it.
1153 (tic6x_fix_new_exp): Handle O_pcr_offset.
1154 (tic6x_fix_adjustable): Return 0 for the new relocs.
1155 (md_apply_fix): Handle them.
1156 (tc_gen_reloc): Likewise.
1157 * config/tc-tic6x.h (tic6x_fix_info): Add a fix_subsy member.
1158
1159 2011-05-18 Nick Clifton <nickc@redhat.com>
1160
1161 PR gas/12754
1162 * config/tc-tic30.c (ordinal_names): Allow translation of the
1163 ordinal names.
1164
1165 2011-05-18 Nick Clifton <nickc@redhat.com>
1166
1167 * config/tc-arm.c (s_unreq): Reword warning message to make it
1168 easier to translate.
1169 * config/tc-ia64.c (md_show_usage): Add note for translators.
1170 * configure.in (ALL_LINGUAS): Add "fi".
1171 * configure: Regenerate.
1172
1173 2011-05-18 Tristan Gingold <gingold@adacore.com>
1174
1175 * config/tc-ppc.h (ppc_tc_sy): Reorder fields.
1176 Put size into an union with dw.
1177 (OBJ_COPY_SYMBOL_ATTRIBUTES): Adjust.
1178 (ppc_xcoff_end): Declare.
1179 (md_end): Define.
1180 * config/tc-ppc.c: Add includes for xcoff.
1181 (ppc_dwsect): New function.
1182 (md_pseudo_table): Add dwsect.
1183 (struct dw_subsection): New.
1184 (dw_sections): New.
1185 (ppc_change_debug_section): New function.
1186 (ppc_xcoff_end): Ditto.
1187 (ppc_function): Adjust for ppc_tc_sy.
1188 (ppc_symbol_new_hook): Ditto.
1189 (ppc_frob_symbol): Ditto.
1190 (ppc_frob_section): Do not set vma for debug sections.
1191 (ppc_fix_adjustable): Return true for debug sections.
1192 * config/obj-coff.c: Add includes for xcoff.
1193 (coff_frob_section): Handle dwarf section.
1194
1195 2011-05-17 Nick Clifton <nickc@redhat.com>
1196
1197 * po/fi.po: New Finnish translation.
1198 * po/fr.po: Updated French translation.
1199
1200 * config/tc-m32r.c (md_show_usage): Fix typos in descriptions.
1201 * config/tc-mt.c (md_assemble): Fix typos in warning messages.
1202 * cond.c (s_else): Fix typos in error messages.
1203 * config/tc-pj.c (md_assemble): Fix typo in error message.
1204
1205 2011-05-16 Hans-Peter Nilsson <hp@axis.com>
1206
1207 * config/tc-cris.c (md_parse_option) <OPTION_PIC>: Error if not
1208 emitting ELF object.
1209 (md_show_usage): Only mention --pic if the assembler can generate
1210 ELF objects.
1211 * doc/c-cris.texi (CRIS-Opt): Mention that generating ELF is a
1212 prerequisite for --pic being a valid option.
1213
1214 2011-05-13 Frederic Marchal <fmarchal@perso.be>
1215
1216 PR gas/12755
1217 * config/tc-v850.c (parse_register_list): Correct error string.
1218
1219 2011-05-12 Quentin Neill <quentin.neill@amd.com>
1220
1221 * config/tc-i386.c (cpu_arch): Rename PROCESSOR_BDVER1 to PROCESSOR_BD.
1222 (i386_align_code): Ditto
1223
1224 2011-05-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1225
1226 PR gas/12715
1227 * config/tc-arm.c (parse_big_immediate): Fix parsing of 64-bit
1228 immediates on 32-bit hosts.
1229
1230 2011-05-10 Quentin Neill <quentin.neill@amd.com>
1231
1232 * config/tc-i386.c (cpu_arch): Add bdver2 and rename
1233 PROCESSOR_BDVER1 to PROCESSOR_BDVER.
1234 (i386_align_code): Rename PROCESSOR_BDVER1.
1235 (processor_type): Ditto.
1236 * doc/c-i386.texi: Add bdver2.
1237
1238 2011-05-10 Alan Modra <amodra@gmail.com>
1239
1240 * dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.
1241
1242 2011-05-09 Paul Brook <paul@codesourcery.com>
1243
1244 * config/tc-tic6x.c (streq): Define.
1245 (tic6x_get_unwind): New.
1246 (s_tic6x_cantunwind, s_tic6x_handlerdata, s_tic6x_endp,
1247 s_tic6x_personalityindex, s_tic6x_personality): New functions.
1248 (md_pseudo_table): Add "endp", "handlerdata", "personalityindex",
1249 "personality" and "cantunwind".
1250 (tic6x_regname_to_dw2regnum, tic6x_frame_initial_instructions,
1251 tic6x_start_unwind_section, tic6x_unwind_frame_regs,
1252 tic6x_pop_rts_offset_little, tic6x_pop_rts_offset_big,
1253 tic6x_unwind_reg_from_dwarf, tic6x_flush_unwind_word,
1254 tic6x_unwind_byte, tic6x_unwind_2byte, tic6x_unwind_uleb,
1255 tic6x_cfi_startproc, output_exidx_entry, tic6x_output_unwinding,
1256 tic6x_cfi_endproc): New.
1257 * config/tc-tic6x.h (TIC6X_NUM_UNWIND_REGS): Define.
1258 (tic6x_unwind_info): New.
1259 (tic6x_segment_info_type): Add marked_pr_dependency, unwind and
1260 text_unwind.
1261 (TARGET_USE_CFIPOP, tc_regname_to_dw2regnum,
1262 tc_cfi_frame_initial_instructions, DWARF2_DEFAULT_RETURN_COLUMN,
1263 DWARF2_CIE_DATA_ALIGNMENT, tc_cfi_startproc, tc_cfi_endproc,
1264 tc_cfi_section_name): Define.
1265 * doc/c-tic6x.texi: Document new unwinding directives.
1266 * dw2gencfi.c (tc_cfi_startproc, tc_cfi_endproc): Add default
1267 definitions.
1268 (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset, CFI_return_column,
1269 CFI_rel_offset, CFI_escape, CFI_signal_frame, CFI_val_encoded_addr):
1270 Move to dw2gencfi.h.
1271 (CFI_EMIT_target): Define.
1272 (dot_cfi_sections): Check tc_cfi_section_name.
1273 (dot_cfi_startproc): Use tc_cfi_startproc.
1274 (dot_cfi_endproc): Use tc_cfi_endproc.
1275 * dw2gencfi.h (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset,
1276 CFI_return_column, CFI_rel_offset, CFI_escape, CFI_signal_frame,
1277 CFI_val_encoded_addr): Move to here from dw2gencfi.c.
1278
1279 2011-05-07 Alan Modra <amodra@gmail.com>
1280
1281 * dw2gencfi.c (CUR_SEG, SET_CUR_SEG, HANDLED, SET_HANDLED): Define.
1282 Use throughout in place of #if SUPPORT_FRAME_LINKONCE.
1283 (struct fde_entry): Rename cseg to cur_seg.
1284 (cfi_change_reg_numbers): Remove ATTRIBUTE_UNUSED.
1285 (get_cfi_seg): Likewise. Use if (SUPPORT_FRAME_LINKONCE) rather
1286 that #if SUPPORT_FRAME_LINKONCE.
1287 (cfi_finish): Likewise.
1288
1289 2011-05-06 Tristan Gingold <gingold@adacore.com>
1290
1291 * read.c (s_comm_internal): Remove code for OBJ_VMS.
1292 (s_data): Ditto.
1293 (s_text): Ditto.
1294 * write.c (write_object_file): Ditto.
1295 * symbols.c (define_sym_at_dot): Ditto.
1296 (colon): Ditto.
1297
1298 2011-05-05 Alan Modra <amodra@gmail.com>
1299
1300 * dw2gencfi.c (SUPPORT_FRAME_LINKONCE): Define. Use throughout
1301 file to conditionally compile code added 2011-04-26.
1302 (cfi_change_reg_numbers): Add ATTRIBUTE_UNUSED on params only used
1303 when SUPPORT_FRAME_LINKONCE.
1304 (get_cfi_seg): Likewise. Reintroduce old code for when not
1305 SUPPORT_FRAME_LINKONCE.
1306 (cfi_finish): Move get_cfi_seg calls out of loop when not
1307 SUPPORT_FRAME_LINKONCE. Avoid unused var warning.
1308
1309 2011-05-03 Paul Brook <paul@codesourcery.com>
1310
1311 * config/tc-tic6x.c (s_ehtype): New function.
1312 (md_pseudo_table): Add "ehtype".
1313 (tic6x_fix_adjustable, md_apply_fix): BFD_RELOC_C6000_EHTYPE.
1314 * doc/c-tic6x.texi: Document .ehtype directive.
1315
1316 2011-04-26 Kai Tietz <ktietz@redhat.com>
1317
1318 * dw2gencfi.c (dwcfi_seg_list): New struct.
1319 (dwcfi_hash): New static hash variable.
1320 (get_debugseg_name): New.
1321 (alloc_debugseg_item): New.
1322 (make_debug_seg): New.
1323 (dwcfi_hash_insert): New.
1324 (dwcfi_hash_find): New.
1325 (dwcfi_hash_find_or_make): New.
1326 (cfi_insn_data): New member cur_seg.
1327 (cie_entry): Likewise.
1328 (fde_entry): New cseg and handled members.
1329 (alloc_fde_entry): Initialize cseg member.
1330 (alloc_cfi_insn_data): Initialize cur_seg member.
1331 (dot_cfi_sections): Compare for beginning of
1332 section names via strncmp.
1333 (get_cfi_seg): New.
1334 (cfi_finish): Treat link-once sections.
1335 (is_now_linkonce_segment): New local helper.
1336 (output_cie): Ignore cie entries not member of current
1337 segment.
1338 (output_fde): Likewise.
1339 (select_cie_for_fde): Likewise.
1340 (cfi_change_reg_numbers): Add new argument for current segment
1341 and ignore insn elements, if not part of current segment.
1342 * ehopt.c (get_cie_info): Use strncmp for
1343 section name matching.
1344 (heck_eh_frame): Likewise.
1345
1346 2011-04-20 Catherine Moore <clm@codesourcery.com>
1347 David Ung <davidu@mips.com>
1348
1349 * config/mips.c (mips_cl_insn): Add new field complete_p.
1350 (create_insn): Initialize complete_p to zero.
1351 (BASE_REG_EQ): New.
1352 (fix_24k_align_to): New.
1353 (fix_24k_store_info): Declare.
1354 (fix_24k_sort): New.
1355 (fix_24k_record_store_info): New.
1356 (nops_for_24k): New.
1357 (nops_for_insn): Call nops_for_24k.
1358 (append_insn): Move O_constant expression handling.
1359
1360 2011-04-20 Alan Modra <amodra@gmail.com>
1361
1362 * hash.c (set_gas_hash_table_size): Use bfd_hash_set_default_size.
1363 (hash_new_sized): New function, split out from..
1364 (hash_new): ..here.
1365
1366 2011-04-19 Nick Clifton <nickc@redhat.com>
1367
1368 * config/tc-arm.c (v7m_psrs): Revert previous delta.
1369
1370 2011-04-18 Julian Brown <julian@codesourcery.com>
1371 Nick Clifton <nickc@redhat.com>
1372
1373 * config/tc-arm.c (parse_psr): Use selected_cpu not cpu_variant to
1374 detect M-profile targets.
1375 (do_t_swi): Exclude v7 and higher variants from arm_ext_os test.
1376 (v7m_psrs): Fix typo: basepri_max should be basepri_mask.
1377
1378 2011-04-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1379
1380 * config/tc-s390.c (s390_machine): New prototype.
1381 (md_pseudo_table): New pseudo-op .machine.
1382 (s390_opcode_hash): Initialize to NULL.
1383 (s390_parse_cpu): New function.
1384 (md_parse_option): Use s390_parse_cpu.
1385 (s390_setup_opcodes): New function.
1386 (md_begin): Use s390_setup_opcodes.
1387 (s390_machine): New hook handling the new .machine pseudo.
1388
1389 * doc/c-s390.texi: Document the new pseudo op .machine.
1390
1391 2011-04-12 H.J. Lu <hongjiu.lu@intel.com>
1392
1393 * config/tc-i386.c (i386_mach): Start error message with lower
1394 case.
1395 (md_begin): Likewise.
1396 (md_parse_option): Likewise.
1397 (i386_target_format): Likewise.
1398 (check_byte_reg): Likewise.
1399 (check_long_reg): Likewise.
1400 (check_qword_reg): Likewise.
1401 (check_word_reg): Likewise.
1402
1403 2011-04-12 Nick Clifton <nickc@redhat.com>
1404
1405 PR gas/12532
1406 * config/tc-arm.c (relax_branch): Do not relax branches to
1407 preemptable global symbols.
1408
1409 2011-04-11 Julian Brown <julian@codesourcery.com>
1410
1411 * config/tc-arm.c (parse_psr): Add LHS argument. Improve support
1412 for *APSR bitmasks.
1413 (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR.
1414 Remove OP_RVC_PSR.
1415 (parse_operands): Likewise.
1416 (do_mrs): Tweak error message for constraint.
1417 (do_t_mrs): Update constraints for changes to APSR support.
1418 (do_t_msr): Likewise. Don't set PSR_f flag here.
1419 (psrs): Remove "g", "nzcvq", "nzcvqg".
1420 (insns): Tweak entries for msr and mrs instructions.
1421
1422 2011-04-11 Kai Tietz <ktietz@redhat.com>
1423
1424 * config/tc-i386.c (x86_cons): Initialize adjust with zero.
1425
1426 2011-04-11 Nick Clifton <nickc@redhat.com>
1427
1428 * config/tc-i386.c (x86_cons): Define even for non-ELF targets.
1429 * config/tc-i386.h (x86_cons): Always prototype.
1430
1431 * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter
1432 in order to avoid a compile time warning.
1433 (getprocreg_image): Likewise.
1434
1435 2011-04-11 Alan Modra <amodra@gmail.com>
1436
1437 * config/tc-cr16.c (getprocreg_image): Correct range check.
1438 (getprocregp_image): Likewise.
1439
1440 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1441
1442 * configure.tgt (strongarm*be, strongarm*b, strongarm*,
1443 xscale*be|xscale*b, xscale*): Remove architectures.
1444 (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe,
1445 thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets.
1446
1447 2011-04-01 Tristan Gingold <gingold@adacore.com>
1448
1449 * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
1450
1451 2011-03-31 Bernd Schmidt <bernds@codesourcery.com>
1452
1453 * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New
1454 static variables.
1455 (md_begin): Initialize them.
1456 (s_tic6x_scomm): New static function.
1457 (md_pseudo_table): Add "scomm".
1458 (tc_gen_reloc): Really undo all adjustments made by
1459 bfd_install_relocation.
1460 * doc/c-tic6x.texi: Document the .scomm directive.
1461
1462 2011-03-31 Tristan Gingold <gingold@adacore.com>
1463
1464 * dwarf2dbg.c (DWARF2_VERSION): Define.
1465 (out_debug_line): Use it.
1466 (out_debug_aranges): Ditto.
1467 (out_debug_info): Ditto.
1468 * config/tc-ia64.h (DWARF2_VERSION): Override it.
1469
1470 2011-03-30 Michael Snyder <msnyder@vmware.com>
1471
1472 * obj-elf.c (obj_elf_section): Free malloced name.
1473 * macro.c (get_any_string): Free malloced br_buf.
1474 (do_formals): Free 'formal'.
1475
1476 2011-03-30 Tristan Gingold <gingold@adacore.com>
1477
1478 * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value
1479 to offset only if within is set.
1480 (ppc_stabx): Reformat. For stsym stabs, add a check and set
1481 within only for symbols.
1482
1483 2011-03-29 Richard Henderson <rth@redhat.com>
1484
1485 PR 12610
1486 * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous
1487 label; zap alpha_insn_label.
1488
1489 2011-03-29 H.J. Lu <hongjiu.lu@intel.com>
1490
1491 * config/tc-i386.c (handle_quad): Properly handle multiple
1492 operands.
1493
1494 2011-03-29 Mike Frysinger <vapier@gentoo.org>
1495
1496 * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest
1497 reg $2 is the same as dest reg $4.
1498
1499 2011-03-29 Mike Frysinger <vapier@gentoo.org>
1500
1501 * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest
1502 reg $2 is the same as dest reg $4.
1503
1504 2011-03-29 Mike Frysinger <vapier@gentoo.org>
1505
1506 * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest
1507 reg $2 is the same as dest reg $4.
1508
1509 2011-03-28 Mike Frysinger <vapier@gentoo.org>
1510
1511 * config/bfin-parse.y (16bit acc add): Return yyerror when dest
1512 reg $1 is the same as dest reg $7.
1513
1514 2011-03-28 H.J. Lu <hongjiu.lu@intel.com>
1515
1516 * config/tc-i386.c (handle_quad): New.
1517 (md_pseudo_table): Add "quad".
1518
1519 2011-03-26 John Marino <binutils@marino.st>
1520
1521 * configure.tgt: Fix support for *-*-dragonfly*.
1522 * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly.
1523 * config/te-dragonfly.h: New file.
1524
1525 2011-03-24 Eric B. Weddington <eric.weddington@atmel.com>
1526
1527 * config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
1528 atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb,
1529 at90pwm161.
1530 * doc/c-avr.texi: Document new device names.
1531
1532 2011-03-24 Mike Frysinger <vapier@gentoo.org>
1533
1534 * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest
1535 reg $1 is the same as dest reg $7.
1536 (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as
1537 dest reg $7.
1538
1539 2011-03-24 Mike Frysinger <vapier@gentoo.org>
1540
1541 * config/bfin-parse.y (check_macfuncs): Clarify error message when
1542 P is mismatched. Check destination regno are off by one when P is
1543 set, or are equal when P is not set.
1544
1545 2011-03-23 Mike Frysinger <vapier@gentoo.org>
1546
1547 * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is
1548 the same as dest reg $4.
1549 (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5.
1550
1551 2011-03-23 Eric B. Weddington <eric.weddington@atmel.com>
1552
1553 * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
1554 atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
1555 * doc/c-avr.texi: Document new device names.
1556
1557 2011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
1558
1559 * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
1560 (AVR_INSN): Change definition to match.
1561 (avr_opcodes): Likewise, change to match.
1562 (mcu_types): Add XMEGA architecture names and new XMEGA device names.
1563 (md_show_usage): Add XMEGA architecture names.
1564 (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
1565 Add support for SPM Z+ instruction.
1566 * doc/c-avr.texi: Add documentation for XMEGA architectures and
1567 devices.
1568
1569 2011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
1570
1571 * config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
1572
1573 2011-03-18 Alan Modra <amodra@gmail.com>
1574
1575 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
1576 on .size expression errors rather than symbols in the size expression.
1577
1578 2011-03-18 Alan Modra <amodra@gmail.com>
1579
1580 * input-scrub.c (line_numberT): Delete.
1581 (input_scrub_close): Reset line counters.
1582 * messages.c (as_show_where): Don't print invalid line number.
1583 (as_warn_internal, as_bad_internal): Likewise.
1584
1585 2011-03-18 Alan Modra <amodra@gmail.com>
1586
1587 * read.c (read_a_source_file): Remove md_after_pass_hook.
1588 Move "quit" label before set of dot_symbol.
1589 * config/tc-d10v.h (md_after_pass_hook): Don't define.
1590 * config/tc-d30v.h (md_after_pass_hook): Likewise.
1591 * config/tc-m32r.h (md_after_pass_hook): Likewise.
1592 (md_cleanup): Define to call m32r_fill_insn.
1593
1594 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1595
1596 * config/tc-s390.c (md_parse_option): Add -march=all option which
1597 switches to the highest available CPU.
1598
1599 2011-03-17 Alan Modra <amodra@gmail.com>
1600
1601 PR 12569
1602 * expr.c (operand): Correct passing of "mode" to expr.
1603 * read.c (do_org): Allow expr_section.
1604 (get_known_segmented_expression): Don't assert anything about the
1605 segment.
1606
1607 2011-03-16 H.J. Lu <hongjiu.lu@intel.com>
1608
1609 * as.c (show_usage): Add --size-check=.
1610 (parse_args): Add and handle OPTION_SIZE_CHECK.
1611
1612 * as.h (flag_size_check): New.
1613
1614 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
1615 bad .size directive only for --size-check=error.
1616
1617 * doc/as.texinfo: Document --size-check=.
1618
1619 2011-03-14 Mike Frysinger <vapier@gentoo.org>
1620
1621 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
1622 bf542/bf544/bf547/bf548/bf549.
1623
1624 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
1625
1626 * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
1627 determine whether a relocation is needed.
1628 (md_apply_fix, arm_apply_sym_value): Likewise.
1629
1630 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
1631
1632 * config/tc-arm.c (arm_adjust_symtab): Set the branch type
1633 for Thumb symbols.
1634
1635 2011-03-11 Nick Clifton <nickc@redhat.com>
1636
1637 * remap.c (remap_debug_filename): Always allocate a buffer for the
1638 returned pointer.
1639 * stabs.c (stabs_generate_asm_file): Free the pointer returned by
1640 remap_debug_filename.
1641
1642 2011-03-10 Michael Snyder <msnyder@vmware.com>
1643
1644 Revert the following change:
1645 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
1646 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
1647
1648 2011-03-10 Alan Modra <amodra@gmail.com>
1649
1650 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
1651 TARGET_SYMBOL_FIELDS): Don't define.
1652 * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
1653
1654 2011-03-09 Michael Snyder <msnyder@vmware.com>
1655
1656 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
1657 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
1658 (emit_fixed_inc_line_addr): Assign instead of conditional in
1659 assert.
1660
1661 2011-03-05 H.J. Lu <hongjiu.lu@intel.com>
1662
1663 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
1664 non-constant .size expression.
1665
1666 2011-03-02 Nick Clifton <nickc@redhat.com>
1667
1668 * ecoff.c: Incldue filenames.h
1669
1670 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
1671
1672 * depend.c (register_dependency): Use filename_(n)cmp.
1673 * dwarf2dbg.c (get_filenum): Likewise.
1674 * ecoff.c (add_file): Likewise.
1675 (ecoff_generate_asm_lineno): Likewise.
1676 * input-scrub.c (new_logical_line_flags): Likewise.
1677 * listing.c (file_info): Likewise.
1678 (listing_newline): Likewise.
1679 * remap.c (remap_debug_filename): Likewise.
1680 * stabs.c (generate_asm_file): Likewise.
1681 (stabs_generate_asm_lineno): Likewise.
1682
1683 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1684
1685 * config/tc-mips.c (append_insn): Disable branch relaxation for
1686 DSP instructions.
1687
1688 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1689
1690 * config/tc-mips.c (macro): Handle M_PREF_AB.
1691
1692 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1693
1694 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
1695 register to use.
1696 (RELAX_BRANCH_UNCOND): Adjust accordingly.
1697 (RELAX_BRANCH_LIKELY): Likewise.
1698 (RELAX_BRANCH_LINK): Likewise.
1699 (RELAX_BRANCH_TOOFAR): Likewise.
1700 (RELAX_BRANCH_AT): New macro.
1701 (append_insn): Encode the temporary register to use in standard
1702 MIPS branch relaxation.
1703 (relaxed_branch_length): Update according to changes to
1704 RELAX_BRANCH_ENCODE.
1705 (md_convert_frag): Use the encoded register as the temporary.
1706
1707 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1708
1709 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
1710 reject PC-relative relocations.
1711
1712 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1713
1714 * config/tc-mips.c (md_convert_frag): Correct message
1715 capitalization.
1716
1717 2011-02-28 Alan Modra <amodra@gmail.com>
1718
1719 * symbols.c (report_op_error): Remove unnecessary forward declaration.
1720 Add "op" parameter. Report operator and operand segments in error
1721 message, not operand symbols.
1722 (resolve_symbol_value): Always set segment for equated symbols, not
1723 just when finalizing. Adjust report_op_error calls.
1724
1725 2011-02-25 H.J. Lu <hongjiu.lu@intel.com>
1726
1727 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
1728 if 64bit relocations aren't allowed.
1729
1730 2011-02-25 Alan Modra <amodra@gmail.com>
1731
1732 PR gas/12519
1733 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
1734
1735 2011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
1736
1737 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
1738 initialization of offset_reloc.
1739
1740 2011-02-15 Richard Henderson <rth@redhat.com>
1741
1742 * dw2gencfi.c (dot_cfi_dummy): New.
1743 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
1744 * read.c (pobegin): Unconditionally call cfi_pop_insert.
1745
1746 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1747
1748 * configure: Regenerate.
1749
1750 2011-02-13 Mike Frysinger <vapier@gentoo.org>
1751
1752 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
1753 * config/bfin-parse.y (BYTEOP2M): Delete token.
1754 (asm_1): Remove BYTEOP2M insn matching.
1755
1756 2011-02-12 Mike Frysinger <vapier@gentoo.org>
1757
1758 * config/bfin-defs.h: Include opcode/bfin.h.
1759 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
1760
1761 2011-02-11 Mike Frysinger <vapier@gentoo.org>
1762
1763 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
1764 (Modify Registers): Fix subtracted typo.
1765 (.byte2): Extend and swap descriptions with .byte4.
1766 (.byte4): Extend and swap descriptions with .byte2.
1767 (.db, .dw, .dd): Document behavior.
1768
1769 2011-02-11 Mike Frysinger <vapier@gentoo.org>
1770
1771 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
1772
1773 2011-02-11 Alan Modra <amodra@gmail.com>
1774
1775 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
1776
1777 2011-02-10 Alan Modra <amodra@gmail.com>
1778
1779 * doc/as.texinfo (Overview): Add missing markup around Blackfin
1780 and PowerPC options.
1781
1782 2011-02-10 Alan Modra <amodra@gmail.com>
1783
1784 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
1785 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
1786 (Overview <Target PowerPC options>): Add a number of missing options.
1787 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
1788
1789 2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
1790
1791 PR gas/6957
1792 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
1793 for i686.
1794
1795 2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
1796
1797 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
1798 for ISA extensions.
1799 (md_parse_option): Likewise.
1800
1801 2011-02-04 Bernd Schmidt <bernds@codesourcery.com>
1802
1803 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
1804 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
1805 (TIC6X Options): Don't mention "-matomic".
1806 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
1807 (md_longopts): Remove corresponding entries.
1808 (md_parse_option): Don't handle them.
1809 (md_show_usage): Don't document them.
1810 (tic6x_atomic): Delete variable.
1811 (tic6x_update_features): Always copy tic6x_arch_enable to
1812 tic6x_features.
1813 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
1814 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
1815 (md_pseudo_table): Remove ".atomic" and ".noatomic".
1816
1817 2011-01-31 Nick Clifton <nickc@redhat.com>
1818
1819 * write.c (write_contents): Include output file name and bfd error
1820 value when reporting the inability to write to the output file.
1821 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
1822 frag that has a non-zero fill value.
1823
1824 2011-01-27 DJ Delorie <dj@redhat.com>
1825
1826 * config/tc-rx.c (md_convert_frag): If we can't compute the target
1827 address, zero out the values stored in the object file to make
1828 objdump's output consistent.
1829
1830 2011-01-26 Kai Tietz <kai.tietz@onevision.com>
1831
1832 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
1833 x86_dwarf2_return_column to 32.
1834
1835 2011-01-20 Nick Clifton <nickc@redhat.com>
1836
1837 PR gas/12384
1838 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
1839 comparison.
1840
1841 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
1842
1843 * write.c (compress_debug): Return if section size is smaller
1844 than 32 bytes.
1845
1846 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
1847
1848 PR gas/12409
1849 * write.c (compress_debug): Return if section size is 0.
1850
1851 2011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
1852
1853 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
1854 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
1855 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
1856 fmp626} options.
1857
1858 2011-01-18 Nick Clifton <nickc@redhat.com>
1859
1860 PR gas/12390
1861 * doc/all.texi: Add NS32K
1862 * doc/as.texinfo: Remove target specific details of which
1863 characters act as comment initiators and statement separators into
1864 individual target specific files.
1865 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
1866 the hash character at the start of a line.
1867 * doc/c-arm.texi (ARM-Chars): Likewise.
1868 * doc/c-avr.texi (AVR-Chars): Likewise.
1869 * doc/c-d10v.texi (D10V-Chars): Likewise.
1870 * doc/c-d30v.texi (D30V-Chars): Likewise.
1871 * doc/c-mmix.texi (MMIX-Chars): Likewise.
1872 * doc/c-s390.texi (s390 characters): Likewise.
1873 * doc/c-sh.texi (SH-Chars): Likewise.
1874 * doc/c-sh64.texi (SH64-Chars): Likewise.
1875 * doc/c-sparc.texi (SPARC-Chars): Likewise.
1876 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
1877 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
1878 * doc/c-z80.texi (Z80-Chars): Likewise.
1879 * doc/c-z8k.texi (Z8000-Chars): Likewise.
1880 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
1881 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
1882 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
1883 line separator characters.
1884 * doc/c-cr16.texi (CR16 Syntax): Likewise.
1885 * doc/c-i386.texi (i386-Chars): Likewise.
1886 * doc/c-i860.texi (i860-Chars): Likewise.
1887 * doc/c-i960.texi (i960-Chars): Likewise.
1888 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
1889 * doc/c-lm32.texi (LM32-Chars): likewise.
1890 * doc/c-m32c.texi (M32C-Chars): Likewise.
1891 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
1892 * doc/c-m68k.texi (M68K-Chars): Likewise.
1893 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
1894 * doc/c-msp430.texi (MSP430-Chars): Likewise.
1895 * doc/c-mt.texi (MT-Chars): Likewise.
1896 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
1897 * doc/c-pj.texi (PJ-Chars): Likewise.
1898 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
1899 * doc/c-rx.texi (RX-Chars): Likewise.
1900 * doc/c-score.texi (SCORE-Chars): Likewise.
1901 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
1902 * doc/c-v850.texi (V850-Chars): Likewise.
1903 * doc/c-vax.texi (VAX-Chars): Likewise.
1904 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
1905
1906 2011-01-17 Quentin Neill <quentin.neill@amd.com>
1907
1908 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
1909
1910 * doc/c-i386.texi (i386-TBM): New section.
1911
1912 2011-01-16 H.J. Lu <hongjiu.lu@intel.com>
1913
1914 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
1915 (disallow_64bit_reloc): This.
1916 (md_assemble): Don't check movabs for x32 mode here.
1917 (i386_target_format): Updated.
1918 (tc_gen_reloc): Check if 64bit relocations are allowed.
1919
1920 2011-01-15 H.J. Lu <hongjiu.lu@intel.com>
1921
1922 * config/tc-i386.c (disallow_64bit_disp): New.
1923 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
1924 X86_64_ABI/X86_64_X32_ABI.
1925 (md_assemble): Don't allow movabs with relocation in x32 mode.
1926 (i386_target_format): Updated.
1927
1928 2011-01-14 H.J. Lu <hongjiu.lu@intel.com>
1929
1930 * config/tc-i386.c (OPTION_N32): Renamed to ...
1931 (OPTION_X32): This.
1932 (md_longopts): Replace n32 with x32.
1933 (md_parse_option): Updated.
1934 (md_show_usage): Likewise.
1935
1936 * doc/c-i386.texi: Replace --n32 with --x32.
1937
1938 2011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
1939
1940 * config/tc-mips.c (mips_ip): Update error messages. Take an
1941 unadjusted offset for "+c" argument.
1942
1943 2011-01-10 Nick Clifton <nickc@redhat.com>
1944
1945 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
1946 it.
1947
1948 2011-01-10 Nick Clifton <nickc@redhat.com>
1949
1950 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
1951 part of the file.
1952
1953 2011-01-10 Nathan Sidwell <nathan@codesourcery.com>
1954 Glauber de Oliveira Costa <glommer@gmail.com>
1955
1956 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
1957 .tlsdescseq directive.
1958 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
1959 following a symbol.
1960 (s_arm_tls_descseq): New directive.
1961 (md_pseudo_table): Add it.
1962 (encode_branch): Allow TLS_CALL relocs too.
1963 (do_t_blx, do_t_branch23): Use encode_branch.
1964 (reloc_names): Add tlsdesc and tlscall.
1965 (md_apply_fix): Process tls desc relocations.
1966 (tc_gen_reloc): Likewise.
1967 (arm_fix_adjustable): Likewise.
1968
1969 2011-01-07 Quentin Neill <quentin.neill@amd.com>
1970
1971 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
1972
1973 * doc/c-i386.texi (i386-BMI): New section.
1974
1975 2011-01-06 Paul Koning <ni1d@arrl.net>
1976
1977 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
1978 references to absolute addresses.
1979
1980 2011-01-05 DJ Delorie <dj@redhat.com>
1981
1982 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
1983 instead of an RH_NEG32 one.
1984
1985 2011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
1986
1987 * doc/c-i386.texi: Clarify --n32.
1988
1989 2011-01-04 H.J. Lu <hongjiu.lu@intel.com>
1990
1991 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
1992 integer registers in VEX.vvvv. Check register-only source
1993 operand when two source operands are swapped. Properly update
1994 destination when two source operands are swapped.
1995
1996 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
1997
1998 * gas.c (parse_args): Update copyright to 2011.
1999
2000 For older changes see ChangeLog-2010
2001 \f
2002 Local Variables:
2003 mode: change-log
2004 left-margin: 8
2005 fill-column: 74
2006 version-control: never
2007 End:
This page took 0.119351 seconds and 4 git commands to generate.