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