Consolidate file_mips_xxx variables.
[binutils-gdb.git] / gas / ChangeLog
1 2014-05-08 Matthew Fortune <matthew.fortune@imgtec.com>
2
3 * config/tc-mips.c (mips_set_options): Rename fp32 field to fp.
4 Update fp32 == 0 to fp == 64 and fp32 == 1 to fp != 64 throughout.
5 (file_mips_gp32, file_mips_fp32, file_mips_soft_float,
6 file_mips_single_float, file_mips_isa, file_mips_arch): Merge into
7 one struct...
8 (file_mips_opts): Here. New static global. Update throughout.
9 (mips_opts): Update defaults for gp32 and fp.
10
11 2014-05-08 Matthew Fortune <matthew.fortune@imgtec.com>
12
13 * config/tc-mips.c (streq): Define.
14 (mips_convert_symbolic_attribute): New function.
15 * config/tc-mips.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define.
16 (mips_convert_symbolic_attribute): New prototype.
17
18 2014-05-02 Max Filippov <jcmvbkbc@gmail.com>
19
20 * config/tc-xtensa.c (md_apply_fix): mark BFD_RELOC_XTENSA_DIFF*
21 fixups as signed.
22
23 2014-05-07 Andrew Bennett <andrew.bennett@imgtec.com>
24
25 * tc-mips.c (ISA_SUPPORTS_MIPS16E): Add mips32r3, mips32r5, mips64r3
26 and mips64r5.
27 (ISA_HAS_64BIT_FPRS): Likewise.
28 (ISA_HAS_ROR): Likewise.
29 (ISA_HAS_ODD_SINGLE_FPR): Likewise.
30 (ISA_HAS_MXHC1): Likewise.
31 (hilo_interlocks): Likewise.
32 (md_longopts): Likewise.
33 (ISA_HAS_64BIT_REGS): Add mips64r3 and mips64r5.
34 (ISA_HAS_DROR): Likewise.
35 (options): Add OPTION_MIPS32R3, OPTION_MIPS32R5, OPTION_MIPS64R3, and
36 OPTION_MIPS64R5.
37 (mips_isa_rev): Add support for mips32r3, mips32r5, mips64r3 and
38 mips64r5.
39 (md_parse_option): Likewise.
40 (s_mipsset): Likewise.
41 (mips_cpu_info_table): Add entries for mips32r3, mips32r5, mips64r3
42 and mips64r5. Also change p5600 entry to be mips32r5.
43 * configure.in: Add support for mips32r3, mips32r5, mips64r3 and
44 mips64r5.
45 * configure: Regenerate.
46 * doc/c-mips.texi: Document the -mips32r3, -mips32r5, -mips64r3 and
47 -mips64r5 command line options.
48 * doc/as.texinfo: Likewise.
49
50 2014-04-28 Nick Clifton <nickc@redhat.com>
51
52 PR gas/16858
53 * config/tc-i386.c (md_apply_fix): Do not adjust value of
54 pc-relative fixes against weak symbols.
55
56 2014-04-26 Alan Modra <amodra@gmail.com>
57
58 * po/POTFILES.in: Regenerate.
59
60 2014-04-24 Nick Clifton <nickc@redhat.com>
61
62 * config/tc-arm.c (s_ltorg): Only create a mapping symbol for ELF
63 based targets.
64
65 2014-04-23 Will Newton <will.newton@linaro.org>
66
67 * config/tc-arm.c (s_ltorg): Call make_mapping_symbol
68 directly instead of mapping_state.
69
70 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
71
72 * config/tc-mips.c (options): Add OPTION_XPA and OPTION_NO_XPA.
73 (md_longopts): Add xpa and no-xpa command line options.
74 (mips_ases): Add MIPS XPA ASE.
75 (mips_cpu_info_table): Update p5600 entry to allow the XPA ASE.
76 * doc/as.texinfo: Document the MIPS XPA command line options.
77 * doc/c-mips.texi: Document the MIPS XPA command line options,
78 and assembler directives.
79
80 2014-04-22 Sandra Loosemore <sandra@codesourcery.com>
81
82 * config/tc-nios2.c (nios2_consume_arg): Add case for 'E' to
83 unbreak self-test mode.
84
85 2014-04-22 Max Filippov <jcmvbkbc@gmail.com>
86
87 * config/tc-xtensa.c (xtensa_handle_align): record alignment for the
88 first section frag.
89
90 2014-04-22 Christian Svensson <blue@cmd.nu>
91
92 * Makefile.am: Remove openrisc and or32 support. Add support for or1k.
93 * configure.in: Likewise.
94 * configure.tgt: Likewise.
95 * doc/as.texinfo: Likewise.
96 * config/obj-coff.h: Likewise.
97 * config/tc-or1k.c: New file.
98 * config/tc-or1k.h: New file.
99 * config/tc-openrisc.c: Delete.
100 * config/tc-openrisc.h: Delete.
101 * config/tc-or32.c: Delete.
102 * config/tc-or32.h: Delete.
103 * Makefile.in: Regenerate.
104 * configure: Regenerate.
105
106 2014-04-16 Alan Modra <amodra@gmail.com>
107
108 * config/tc-tilegx.h (TC_CONS_FIX_NEW): Add RELOC arg.
109 * config/tc-tilepro.h (TC_CONS_FIX_NEW): Likewise.
110
111 2014-04-10 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
112
113 * config/tc-avr.c: Add new flag mlink-relax.
114 (md_show_usage): Add flag and help text.
115 (md_parse_option): Record whether link relax is turned on.
116 (relaxable_section): New.
117 (avr_validate_fix_sub): New.
118 (avr_force_relocation): New.
119 (md_apply_fix): Generate DIFF reloc.
120 (avr_allow_local_subtract): New.
121
122 * config/tc-avr.h (TC_LINKRELAX_FIXUP): Define to 0.
123 (TC_FORCE_RELOCATION): Define.
124 (TC_FORCE_RELOCATION_SUB_SAME): Define.
125 (TC_VALIDATE_FIX_SUB): Define.
126 (avr_force_relocation): Declare.
127 (avr_validate_fix_sub): Declare.
128 (md_allow_local_subtract): Define.
129 (avr_allow_local_subtract): Declare.
130
131 2014-04-10 Andrew Bennett <andrew.bennett@imgtec.com>
132
133 * config/tc-mips.c (mips_cpu_info_table): Add P5600
134 configuation.
135 * doc/c-mips.texi: Document p5600.
136
137 2014-04-09 Nick Clifton <nickc@redhat.com>
138
139 * config/tc-rl78.h (TC_CONS_FIX_NEW): Add RELOC parameter.
140 * config/tc-z80.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
141 * config/tc-aarch64.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
142 * read.c (emit_expr_fix): Mark the r parameter as potentially
143 unused.
144
145 2014-04-09 Alan Modra <amodra@gmail.com>
146
147 * config/tc-ppc.c (warn_476, last_insn, last_seg, last_subseg):
148 New static vars.
149 (md_longopts, md_parse_option, md_show_usage): Add --ppc476-workaround.
150 (ppc_elf_cons_fix_check): New function.
151 (md_assemble): Set last_insn, last_seg, last_subseg.
152 (ppc_byte, md_apply_fix): Handle warn_476.
153 * config/tc-ppc.h (TC_CONS_FIX_CHECK): Define.
154 (ppc_elf_cons_fix_check): Declare.
155 * read.c (cons_worker): Invoke TC_CONS_FIX_CHECK.
156
157 2014-04-09 Alan Modra <amodra@gmail.com>
158
159 * gas/config/tc-alpha.h (TC_CONS_FIX_NEW): Add RELOC parameter.
160 * gas/config/tc-arc.c (arc_cons_fix_new): Add reloc parameter.
161 * gas/config/tc-arc.h (arc_cons_fix_new): Update prototype.
162 (TC_CONS_FIX_NEW): Add RELOC parameter.
163 * gas/config/tc-arm.c (cons_fix_new_arm): Similarly
164 * gas/config/tc-arm.h (cons_fix_new_arm, TC_CONS_FIX_NEW): Similarly.
165 * gas/config/tc-cr16.c (cr16_cons_fix_new): Similarly.
166 * gas/config/tc-cr16.h (cr16_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
167 * gas/config/tc-crx.h (TC_CONS_FIX_NEW): Similarly.
168 * gas/config/tc-m32c.c (m32c_cons_fix_new): Similarly.
169 * gas/config/tc-m32c.h (m32c_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
170 * gas/config/tc-mn10300.c (mn10300_cons_fix_new): Similarly.
171 * gas/config/tc-mn10300.h (mn10300_cons_fix_new, TC_CONS_FIX_NEW):
172 Similarly.
173 * gas/config/tc-ns32k.c (cons_fix_new_ns32k): Similarly.
174 * gas/config/tc-ns32k.h (cons_fix_new_ns32k): Similarly.
175 * gas/config/tc-pj.c (pj_cons_fix_new_pj): Similarly.
176 * gas/config/tc-pj.h (pj_cons_fix_new_pj, TC_CONS_FIX_NEW): Similarly.
177 * gas/config/tc-rx.c (rx_cons_fix_new): Similarly.
178 * gas/config/tc-rx.h (rx_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
179 * gas/config/tc-sh.c (sh_cons_fix_new): Similarly.
180 * gas/config/tc-sh.h (sh_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
181 * gas/config/tc-tic54x.c (tic54x_cons_fix_new): Similarly.
182 * gas/config/tc-tic54x.h (tic54x_cons_fix_new, TC_CONS_FIX_NEW):
183 Similarly.
184 * gas/config/tc-tic6x.c (tic6x_cons_fix_new): Similarly.
185 * gas/config/tc-tic6x.h (tic6x_cons_fix_new, TC_CONS_FIX_NEW):
186 Similarly.
187 * gas/config/tc-arc.c (arc_parse_cons_expression): Return reloc.
188 * gas/config/tc-arc.h (arc_parse_cons_expression): Update proto.
189 * gas/config/tc-avr.c (exp_mod_data): Make global.
190 (pexp_mod_data): Delete.
191 (avr_parse_cons_expression): Return exp_mod_data pointer.
192 (avr_cons_fix_new): Add exp_mod_data_t pointer param.
193 (exp_mod_data_t): Move typedef..
194 * gas/config/tc-avr.h: ..to here.
195 (exp_mod_data): Declare.
196 (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
197 (avr_parse_cons_expression, avr_cons_fix_new): Update prototype.
198 (TC_CONS_FIX_NEW): Update.
199 * gas/config/tc-hppa.c (hppa_field_selector): Delete static var.
200 (cons_fix_new_hppa): Add hppa_field_selector param.
201 (fix_new_hppa): Adjust.
202 (parse_cons_expression_hppa): Return field selector.
203 * gas/config/tc-hppa.h (parse_cons_expression_hppa): Update proto.
204 (cons_fix_new_hppa): Likewise.
205 (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
206 * gas/config/tc-i386.c (got_reloc): Delete static var.
207 (x86_cons_fix_new): Add reloc param.
208 (x86_cons): Return got reloc.
209 * gas/config/tc-i386.h (x86_cons, x86_cons_fix_new): Update proto.
210 (TC_CONS_FIX_NEW): Add RELOC param.
211 * gas/config/tc-ia64.c (ia64_cons_fix_new): Add reloc param. Adjust
212 calls.
213 * gas/config/tc-ia64.h (ia64_cons_fix_new): Update prototype.
214 (TC_CONS_FIX_NEW): Add reloc param.
215 * gas/config/tc-microblaze.c (parse_cons_expression_microblaze):
216 Return reloc.
217 (cons_fix_new_microblaze): Add reloc param.
218 * gas/config/tc-microblaze.h: Formatting.
219 (parse_cons_expression_microblaze): Update proto.
220 (cons_fix_new_microblaze): Likewise.
221 * gas/config/tc-nios2.c (nios2_tls_ldo_reloc): Delete static var.
222 (nios2_cons): Return ldo reloc.
223 (nios2_cons_fix_new): Delete.
224 * gas/config/tc-nios2.h (nios2_cons): Update prototype.
225 (nios2_cons_fix_new, TC_CONS_FIX_NEW): Delete.
226 * gas/config/tc-ppc.c (md_pseudo_table): Remove quad, long, word,
227 short. Make llong use cons.
228 (ppc_elf_suffix): Return BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
229 (ppc_elf_cons): Delete.
230 (ppc_elf_parse_cons): New function.
231 (ppc_elf_validate_fix): Don't check for BFD_RELOC_UNUSED.
232 (md_assemble): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
233 * gas/config/tc-ppc.h (TC_PARSE_CONS_EXPRESSION): Define
234 (ppc_elf_parse_cons): Declare.
235 * gas/config/tc-sparc.c (sparc_cons_special_reloc): Delete static var.
236 (sparc_cons): Return reloc specifier.
237 (cons_fix_new_sparc): Add reloc specifier param.
238 (sparc_cfi_emit_pcrel_expr): Use emit_expr_with_reloc.
239 * gas/config/tc-sparc.h (TC_PARSE_CONS_RETURN_TYPE): Define.
240 (TC_PARSE_CONS_RETURN_NONE): Define.
241 (sparc_cons, cons_fix_new_sparc): Update prototype.
242 * gas/config/tc-v850.c (hold_cons_reloc): Delete static var.
243 (v850_reloc_prefix): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
244 (md_assemble): Likewise.
245 (parse_cons_expression_v850): Return reloc.
246 (cons_fix_new_v850): Add reloc parameter.
247 * gas/config/tc-v850.h (parse_cons_expression_v850): Update proto.
248 (cons_fix_new_v850): Likewise.
249 * gas/config/tc-vax.c (vax_cons_special_reloc): Delete static var.
250 (vax_cons): Return reloc.
251 (vax_cons_fix_new): Add reloc parameter.
252 * gas/config/tc-vax.h (vax_cons, vax_cons_fix_new): Update proto.
253 * gas/config/tc-xstormy16.c (xstormy16_cons_fix_new): Add reloc param.
254 * gas/config/tc-xstormy16.h (xstormy16_cons_fix_new): Update proto.
255 * gas/dwarf2dbg.c (TC_PARSE_CONS_RETURN_NONE): Provide default.
256 (emit_fixed_inc_line_addr): Adjust exmit_expr_fix calls.
257 * gas/read.c (TC_PARSE_CONS_EXPRESSION): Return value.
258 (do_parse_cons_expression): Adjust.
259 (cons_worker): Pass return value from TC_PARSE_CONS_EXPRESSION
260 to emit_expr_with_reloc.
261 (emit_expr_with_reloc): New function handling reloc, mostly
262 extracted from..
263 (emit_expr): ..here.
264 (emit_expr_fix): Add reloc param. Adjust TC_CONS_FIX_NEW invocation.
265 Handle reloc.
266 (parse_mri_cons): Convert to ISO.
267 * gas/read.h (TC_PARSE_CONS_RETURN_TYPE): Define.
268 (TC_PARSE_CONS_RETURN_NONE): Define.
269 (emit_expr_with_reloc): Declare.
270 (emit_expr_fix): Update prototype.
271 * gas/write.c (write_object_file): Update TC_CONS_FIX_NEW invocation.
272
273 2014-04-03 Ilya Tocar <ilya.tocar@intel.com>
274
275 * config/tc-i386.c (cpu_arch): Add .se1.
276 * doc/c-i386.texi: Document .se1/se1.
277
278 2014-04-02 DJ Delorie <dj@redhat.com>
279
280 * config/tc-rl78.c (md_apply_fix): Add overflow warnings for
281 pc-relative branches.
282
283 2014-04-02 Nick Clifton <nickc@redhat.com>
284
285 PR gas/16765
286 * config/tc-arm.c (create_unwind_entry): Report an error if an
287 attempt to recreate an unwind directive is encountered.
288
289 2014-03-27 Nick Clifton <nickc@redhat.com>
290
291 * config/tc-score.c (s3_parse_pce_inst): Add "%s" parameter to
292 sprintf in order to avoid a compile time warning.
293
294 2014-03-26 Nick Clifton <nickc@redhat.com>
295
296 * config/tc-rl78.c (rl78_op): Issue an error message if a 16-bit
297 relocation is used on an 8-bit operand or vice versa.
298 (tc_gen_reloc): Use the RL78_16U relocation for RL78_CODE.
299 (md_apply_fix): Add support for RL78_HI8, RL78_HI16 and RL78_LO16.
300
301 2014-03-25 Nick Clifton <nickc@redhat.com>
302
303 * config/obj-coff-seh.c (obj_coff_seh_code): New function -
304 switches the current segment back to the code segment recorded
305 when seh_proc was last invoked.
306 * config/obj-coff-seh.h (SEH_CMDS): Add seh_code.
307
308 2014-03-25 Alan Modra <amodra@gmail.com>
309
310 * config/tc-ppc.c (ppc_is_toc_sym): Revert 2014-03-05.
311 (md_assemble): Likewise. Warn.
312
313 2014-03-21 David Weatherford <weath@cadence.com>
314 Max Filippov <jcmvbkbc@gmail.com>
315
316 * config/tc-xtensa.c (xtensa_check_frag_count)
317 xtensa_create_trampoline_frag,
318 xtensa_maybe_create_trampoline_frag, init_trampoline_frag,
319 find_trampoline_seg, search_trampolines, get_best_trampoline,
320 check_and_update_trampolines, add_jump_to_trampoline,
321 dump_trampolines): New functions.
322 (md_parse_option): Add cases for --[no-]trampolines options.
323 (md_assemble, finish_vinsn, xtensa_end): Add call to
324 xtensa_check_frag_count.
325 (xg_assemble_vliw_tokens): Add call to
326 xtensa_maybe_create_trampoline_frag.
327 (xtensa_relax_frag): Relax fragments with RELAX_TRAMPOLINE state.
328 (relax_frag_immed): Relax jump instructions that cannot reach its
329 target.
330 * config/tc-xtensa.h (xtensa_relax_statesE::RELAX_TRAMPOLINE): New
331 relax state.
332 * doc/as.texinfo: Document --[no-]trampolines command-line options.
333 * doc/c-xtensa.texi: Document trampolines relaxation and command
334 line options.
335 * frags.c (get_frag_count, clear_frag_count): New function.
336 (frag_alloc): Increment totalfrags counter.
337 * frags.h (get_frag_count, clear_frag_count): New function.
338
339 2014-03-20 DJ Delorie <dj@redhat.com>
340
341 * config/rl78-defs.h (RL78_RELAX_NONE, RL78_RELAX_BRANCH): Add.
342 * config/rl78-parse.y (BC, BNC, BZ, BNZ, BH, BHZ, bt_bf): Call
343 rl78_relax().
344 * config/tc-rl78.h (md_relax_frag): Define.
345 (rl78_relax_frag): Declare.
346 * config/tc-rl78.c (rl78_relax): Add.
347 (md_assemble): Set up the variable frags also when relaxing.
348 (op_type_T): New.
349 (rl78_opcode_type): New.
350 (rl78_frag_fix_value): New.
351 (md_estimate_size_before_relax): New-ish.
352 (rl78_relax_frag): New.
353 (md_convert_frag): New-ish.
354
355 2014-03-20 Richard Sandiford <rdsandiford@googlemail.com>
356
357 * config/tc-mips.h (DIFF_EXPR_OK, CFI_DIFF_EXPR_OK): Define.
358 * config/tc-mips.c (md_pcrel_from): Remove error message.
359 (md_apply_fix): Convert PC-relative BFD_RELOC_32s to
360 BFD_RELOC_32_PCREL. Report a specific error message for unhandled
361 PC-relative expressions. Handle BFD_RELOC_8.
362
363 2014-03-19 Jose E. Marchesi <jose.marchesi@oracle.com>
364
365 * config/tc-sparc.c (hpriv_reg_table): Added entries for
366 %hstick_offset and %hstick_enable.
367 * doc/c-sparc.texi (Sparc-Regs): Document the %hstick_offset and
368 %hstick_enable hyperprivileged registers.
369
370 2014-03-19 Daniel Gutson <daniel.gutson@tallertechnologies.com>
371 Nick Clifton <nickc@redhat.com>
372
373 * config/tc-arm.c (codecomposer_syntax): New flag that states whether the
374 CCS syntax compatibility mode is on or off.
375 (asmfunc_states): New enum to represent the asmfunc directive state.
376 (asmfunc_state): New variable holding the asmfunc directive state.
377 (comment_chars): Rename to arm_comment_chars.
378 (line_separator_chars): Rename to arm_line_separator_chars.
379 (s_ccs_ref): New function that handles the .ref directive.
380 (asmfunc_debug): New function.
381 (s_ccs_asmfunc): New function that handles the .asmfunc directive.
382 (s_ccs_endasmfunc): New function that handles the .endasmfunc directive.
383 (s_ccs_def): New function that handles the .def directive.
384 (tc_start_label_without_colon): New function.
385 (md_pseudo_table): Added new CCS directives.
386 (arm_ccs_mode): New function that handles the -mccs command line option.
387 (arm_long_opts): Added new -mccs command line option.
388 * config/tc-arm.h (LABELS_WITHOUT_COLONS): New macro.
389 (TC_START_LABEL_WITHOUT_COLON): New macro.
390 (tc_start_label_without_colon): Added extern function declaration.
391 (tc_comment_chars): Define.
392 (tc_line_separator_chars): Define.
393 * app.c (do_scrub_begin): Use tc_line_separator_chars, if defined.
394 * read.c (read_begin): Likewise.
395 * doc/as.texinfo: Add documentation for the -mccs command line
396 option.
397 * doc/c-arm.texi: Likewise.
398 * doc/internals.texi: Document tc_line_separator_chars.
399 * NEWS: Mention the new feature.
400
401 2014-03-18 Jiong Wang <jiong.wang@arm.com>
402
403 * config/tc-aarch64.c (aarch64_opts): Add new option
404 "mno-verbose-error".
405 (verbose_error_p): Initialize to 1.
406 * doc/c-aarch64.texi (AArch64 Options): Document -mverbose-error
407 and -mno-verbose-error.
408
409 2014-03-17 Nick Clifton <nickc@redhat.com>
410
411 PR gas/16694
412 * config/tc-arm.c (tc_arm_regname_to_dw2regnum): Parse VFP
413 registers as well.
414
415 2014-03-13 Richard Earnshaw <rearnsha@arm.com>
416 Jiong Wang <Jiong.Wang@arm.com>
417
418 * doc/c-aarch64.texi: Clean up some formatting issues.
419 (AArch64 Options): Document -mcpu and -march.
420 (AArch64 Extensions): New node.
421
422 2014-03-13 Tristan Gingold <gingold@adacore.com>
423
424 * config/tc-i386.c (use_big_obj): Declare.
425 (OPTION_MBIG_OBJ): Define.
426 (md_longopts): Add -mbig-obj option.
427 (md_parse_option): Handle it.
428 (md_show_usage): Display help for this option.
429 (i386_target_format): Use bigobj for x86-64 if -mbig-obj.
430 * doc/c-i386.texi: Document the option.
431
432 2014-03-12 Nick Clifton <nickc@redhat.com>
433
434 PR gas/16688
435 * config/tc-aarch64.c (literal_expression): New structure.
436 (literal_pool): Replace exp array with literal_expression array.
437 (add_to_lit_pool): When adding a bignum cache the big value.
438 (s_ltorg): When emitting a bignum initialise the global bignum
439 array from the cached value.
440
441 2014-03-12 Alan Modra <amodra@gmail.com>
442
443 * Makefile.in: Regenerate.
444 * config.in: Regenerate.
445 * doc/Makefile.in: Regenerate.
446
447 2014-03-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
448 Vishnu KS <Vishnu.k_s@atmel.com>
449 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
450 Soundararajan <Soundararajan.dhakshinamoorthy@atmel.com>
451
452 * gas/tc-avr.c: Add new devices
453 avr25: ata5272, attiny828
454 avr35: ata5505, attiny1634
455 avr4: atmega8a, ata6285, ata6286, atmega48pa
456 avr5: at90pwm161, ata5790, ata5795, atmega164pa, atmega165pa,
457 atmega168pa, atmega32a, atmega64rfr2, atmega644rfr2, atmega64a,
458 atmega16hva2
459 avr51: atmega128a, atmega1284
460 avrxmega2: atxmega16a4u, atxmega16c4, atxmega32a4u, atxmega32c4,
461 atxmega32e5, atxmega16e5, atxmega8e5
462 avrxmega4: atxmega64a3u, atxmega64a4u, atxmega64b1, atxmega64b3,
463 atxmega64c3, atxmega64d4
464 avrxmega6: atxmega128a3u, atxmega128b3, atxmega128c3,
465 atxmega128d4, atxmega192a3u, atxmega192c3, atxmega256a3u,
466 atxmega256c3, atxmega384c3, atxmega384d3
467 avrxmega7: atxmega128a4u
468 * doc/c-avr.texi: Ditto.
469
470 2014-03-05 Alan Modra <amodra@gmail.com>
471
472 Update copyright years.
473
474 2014-03-05 Alan Modra <amodra@gmail.com>
475
476 * config/tc-ppc.c (ppc_elf_suffix): Support @localentry.
477 (md_apply_fix): Support R_PPC64_ADDR64_LOCAL.
478
479 2014-03-05 Alan Modra <amodra@gmail.com>
480
481 * config/tc-ppc.c (md_assemble): Move code adjusting reloc types
482 later. Merge absolute and relative branch reloc selection.
483 Generate 16-bit relocs for most 16-bit insn fields given a
484 non-constant expression.
485
486 2014-03-05 Alan Modra <amodra@gmail.com>
487
488 * config/tc-ppc.c (ppc_is_toc_sym): Remove OBJ_ELF support.
489 (md_assemble): Don't call ppc_is_toc_sym for ELF.
490
491 2014-03-04 Heiher <r@hev.cc>
492
493 * config/tc-mips.c (mips_cpu_info_table): Use ISA_MIPS64R2 for
494 Loongson-3A.
495
496 2014-03-03 Nick Clifton <nickc@redhat.com>
497
498 * config/msp430/msp430.c: Replace known mcu array with known
499 msp430 ISA mcu name array.
500 Accept any name for -mmcu option.
501 Add -mz option to warn about missing NOP following an interrupt
502 status change.
503 (check_for_nop): New.
504 (msp430_operands): Emit a warning, if requested, when an interrupt
505 changing instruction is not followed by a NOP.
506 * doc/c-msp430.c: Document -mz option.
507
508 2014-03-03 Alan Modra <amodra@gmail.com>
509
510 * config/bfin-lex-wrapper.c: Correct copyright date.
511 * config/obj-fdpicelf.c: Likewise.
512 * config/obj-fdpicelf.h: Likewise.
513 * config/tc-frv.c: Correct copyright punctuation.
514 * config/tc-ip2k.c: Likewise.
515 * config/tc-iq2000.c: Likewise.
516 * config/tc-mep.c: Likewise.
517 * config/tc-tic4x.c: Likewise.
518 * config/tc-tic4x.h: Likewise.
519
520 2014-03-01 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
521
522 * config/tc-avr.c: Remove atxmega16x1.
523
524 2014-02-28 Alan Modra <amodra@gmail.com>
525
526 * dwarf2dbg.c (out_debug_line): Correct .debug_line header_length
527 field for 64-bit dwarf.
528
529 2014-02-21 Ilya Tocar <ilya.tocar@intel.com>
530
531 * config/tc-i386.c (cpu_arch): Add .prefetchwt1.
532 * doc/c-i386.texi: Document .prefetchwt1/prefetchwt1.
533
534 2014-02-12 Ilya Tocar <ilya.tocar@intel.com>
535
536 * config/tc-i386.c (cpu_arch): Add .clflushopt, .xsavec, .xsaves.
537 * doc/c-i386.texi: Document .xsavec/xsavec/.xsaves/xsaves/
538 clflushopt/.clfushopt.
539
540 2014-02-10 Alan Modra <amodra@gmail.com>
541
542 * po/POTFILES.in: Regenerate.
543 * po/gas.pot: Regenerate.
544
545 2014-02-03 Sandra Loosemore <sandra@codesourcery.com>
546
547 * config/tc-nios2.c (md_apply_fix): Test for new relocs.
548 (nios2_special_reloc): Add %call_lo, %call_hiadj, %got_lo,
549 %got_hiadj relocation operators. Sort table and add comment
550 to explain ordering.
551 (nios2_fix_adjustable): Test for new relocs.
552 * doc/c-nios2.texi (Nios II Relocations): Document new relocation
553 operators.
554
555 2014-01-30 Sandra Loosemore <sandra@codesourcery.com>
556
557 * config/tc-nios2.c (md_apply_fix): Handle BFD_RELOC_NIOS2_CALL26_NOAT.
558 (nios2_assemble_args_m): Likewise.
559 (md_assemble): Likewise.
560
561 2014-01-24 DJ Delorie <dj@redhat.com>
562
563 * config/tc-msp430.c (msp430_section): Always flag data sections,
564 regardless of -md.
565 (msp430_frob_section): New. Make sure all sections are noticed if
566 they have content.
567 (msp430_lcomm): New. Flag bss if .lcomm is seen.
568 (msp430_comm): New. Likewise.
569 (md_pseudo_table): Add them.
570 * config/tc-msp430.h (msp430_frob_section): Declare.
571 (tc_frob_section): Define.
572
573 2014-01-23 Nick Clifton <nickc@redhat.com>
574
575 * config/tc-msp430.c (show_mcu_list): Delete.
576 (md_parse_option): Accept any MCU name. Accept several more
577 variants for the -mcpu option.
578 (md_show_usage): Do not call show_mcu_list.
579
580 2014-01-22 DJ Delorie <dj@redhat.com>
581
582 * config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
583 * doc/c-msp430.texi (MSP430 Directives): Document it.
584
585 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
586
587 * config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2
588 gather assert.
589
590 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
591
592 PR gas/16489
593 * config/tc-i386.c (check_VecOperands): Add check for invalid
594 register set in AVX512 gathers.
595
596 2014-01-22 Alan Modra <amodra@gmail.com>
597
598 * config/tc-tic4x.c (md_shortopts): s/CONST/const/.
599
600 2014-01-21 DJ Delorie <dj@redhat.com>
601
602 * config/tc-rl78.c (require_end_of_expr): New.
603 (md_operand): Call it.
604 (rl78_cons_fix_new): Mark LO16, HI16, ahd HI8 internal relocations
605 as not overflowing.
606
607 2014-01-17 Will Newton <will.newton@linaro.org>
608
609 * config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
610 for the s32.f64 flavours of VCVT.
611
612 2014-01-14 Nick Clifton <nickc@redhat.com>
613
614 PR gas/16434
615 * config/tc-z80.c (wrong_match): Provide format string to
616 as_warn.
617 (parse_exp_not_indexed): Delete unused variable dummy.
618 (emit_byte): Delete unused variable fixp.
619
620 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
621
622 * config/tc-i386.c (regbnd): Removed.
623 (vec_disp8): Likewise.
624
625 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
626
627 * as.c (parse_args): Update copyright year to 2014.
628
629 2014-01-07 Tom Tromey <tromey@redhat.com>
630
631 * config/tc-tic30.c (debug): Avoid old VA_* compatibility
632 wrappers.
633
634 2014-01-07 Tom Tromey <tromey@redhat.com>
635
636 * config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
637 use PARAMS.
638
639 2014-01-07 Tom Tromey <tromey@redhat.com>
640
641 * config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
642
643 2013-01-07 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
644
645 * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
646
647 For older changes see ChangeLog-2013
648 \f
649 Copyright (C) 2014 Free Software Foundation, Inc.
650
651 Copying and distribution of this file, with or without modification,
652 are permitted in any medium without royalty provided the copyright
653 notice and this notice are preserved.
654
655 Local Variables:
656 mode: change-log
657 left-margin: 8
658 fill-column: 74
659 version-control: never
660 End: