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