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