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