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