Add AVX512DQ instructions and their AVX512VL variants.
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2014-07-22 Sergey Guriev <sergey.s.guriev@intel.com>
2 Alexander Ivchenko <alexander.ivchenko@intel.com>
3 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
4 Sergey Lega <sergey.s.lega@intel.com>
5 Anna Tikhonova <anna.tikhonova@intel.com>
6 Ilya Tocar <ilya.tocar@intel.com>
7 Andrey Turetskiy <andrey.turetskiy@intel.com>
8 Ilya Verbin <ilya.verbin@intel.com>
9 Kirill Yukhin <kirill.yukhin@intel.com>
10 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
11
12 * config/tc-i386.c (cpu_arch): Add .avx512dq, CPU_AVX512DQ_FLAGS.
13 * doc/c-i386.texi: Document avx512dq/.avx512dq.
14
15 2014-07-22 Sergey Guriev <sergey.s.guriev@intel.com>
16 Alexander Ivchenko <alexander.ivchenko@intel.com>
17 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
18 Sergey Lega <sergey.s.lega@intel.com>
19 Anna Tikhonova <anna.tikhonova@intel.com>
20 Ilya Tocar <ilya.tocar@intel.com>
21 Andrey Turetskiy <andrey.turetskiy@intel.com>
22 Ilya Verbin <ilya.verbin@intel.com>
23 Kirill Yukhin <kirill.yukhin@intel.com>
24 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
25
26 * config/tc-i386.c (cpu_arch): Add .avx512bw, CPU_AVX512BW_FLAGS.
27 * doc/c-i386.texi: Document avx512bw/.avx512bw.
28
29 2014-07-22 Sergey Guriev <sergey.s.guriev@intel.com>
30 Alexander Ivchenko <alexander.ivchenko@intel.com>
31 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
32 Sergey Lega <sergey.s.lega@intel.com>
33 Anna Tikhonova <anna.tikhonova@intel.com>
34 Ilya Tocar <ilya.tocar@intel.com>
35 Andrey Turetskiy <andrey.turetskiy@intel.com>
36 Ilya Verbin <ilya.verbin@intel.com>
37 Kirill Yukhin <kirill.yukhin@intel.com>
38 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
39
40 * config/tc-i386.c (cpu_arch): Add .avx512vl, CPU_AVX512VL_FLAGS.
41 (build_vex_prefix): Don't abort on VEX.W.
42 (check_VecOperands): Support BROADCAST_1TO4 and BROADCAST_1TO2.
43 (check_VecOperations): Ditto.
44 * doc/c-i386.texi: Document avx512vl/.avx512vl.
45
46 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
47
48 Add or reactivate or1k-*-rtems*
49 * gas/configure.tgt (or1k-*-rtems*): Add.
50
51 2014-07-17 Ilya Tocar <ilya.tocar@intel.com>
52
53 * config/tc-i386.c (parse_register): Set need_vrex.
54
55 2014-07-15 Jiong Wang <jiong.wang@arm.com>
56
57 * config/tc-arm.c (add_to_lit_pool): Use "inst.operands[1].imm" for
58 sign extension. Casting the type of imm1 and imm2 to offsetT. Fix
59 one logic error when checking X_op.
60
61 2014-07-14 Andreas Schwab <schwab@linux-m68k.org>
62
63 * config/tc-m68k.c (md_convert_frag_1): Don't complain with
64 --pcrel about TAB (DBCCLBR, LONG) conversion.
65
66 2014-07-12 David Majnemer <david.majnemer@gmail.com>
67
68 * read.c (assign_symbol): Don't force "set" symbols local for PE.
69
70 2014-07-08 Jiong Wang <jiong.wang@arm.com>
71
72 * config/tc-arm.c (literal_pool): New field "alignment".
73 (find_or_make_literal_pool): Initialize "alignment" to 2.
74 (s_ltorg): Align the pool using value of "alignment"
75 (parse_big_immediate): New parameter "in_exp". Return
76 parsed expression if "in_exp" is not null.
77 (parse_address_main): Invoke "parse_big_immediate" for
78 constant parameter.
79 (add_to_lit_pool): Add one parameter 'nbytes'.
80 Split 8 byte entry into two 4 byte entry.
81 Add padding to align 8 byte entry to 8 byte boundary.
82 (encode_arm_cp_address): Generate literal pool entry if possible.
83 (move_or_literal_pool): Generate entry for vldr case.
84 (enum lit_type): New enum type.
85 (do_ldst): Use new enum type.
86 (do_ldstv4): Likewise.
87 (do_t_ldst): Likewise.
88 (neon_write_immbits): Support Thumb-2 mode.
89
90 2014-07-07 Barney Stratford <barney_stratford@fastmail.fm>
91
92 * config/tc-avr.c (avr_operand): Permit referring to r26-r31 by
93 name as [xyz][hl]. Permit using a symbol whoes name begins with
94 ‘r’ to refer to a register.
95 Allow arbitrary expressions for the P and p operators.
96 (md_apply_fix): Check the BFD_RELOC_AVR_PORT5 and
97 BFD_RELOC_AVR_PORT6 relocations.
98
99 2014-07-04 Alan Modra <amodra@gmail.com>
100
101 * doc/internals.texi: Update "configure.in" comments.
102 * acinclude.m4: Likewise.
103 * config/tc-sparc.c: Likewise.
104
105 2014-07-04 Alan Modra <amodra@gmail.com>
106
107 * configure.ac: Rename from configure.in.
108 * Makefile.in: Regenerate.
109 * config.in: Regenerate.
110 * doc/Makefile.in: Regenerate.
111
112 2014-07-04 Alan Modra <amodra@gmail.com>
113
114 * doc/Makefile.am (CONFIG_STATUS_DEPENDENCIES): Delete.
115 * doc/Makefile.in: Regenerate.
116
117 2014-07-04 Alan Modra <amodra@gmail.com>
118
119 * configure.in: Include bfd/version.m4.
120 (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
121 (BFD_VERSION): Delete.
122 * configure.com: Get bfd version from bfd/version.m4.
123 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
124 * configure: Regenerate.
125 * Makefile.in: Regenerate.
126 * doc/Makefile.in: Regenerate.
127
128 2014-07-01 Barney Stratford <barney_stratford@fastmail.fm>
129 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
130 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
131 Soundararajan <Sounderarajan.D@atmel.com>
132
133 * config/tc-avr.c (mcu_types): Add avrtiny arch.
134 Add avrtiny arch devices attiny4, attiny5, attiny9, attiny10, attiny20
135 and attiny40.
136 (md_show_usage): Add avrtiny arch in usage message.
137 (avr_operand): validate and issue error for invalid register for
138 avrtiny.
139 add new reloc exp for 16 bit lds/sts instruction.
140 (md_apply_fix): check 16 bit lds/sts operand for out of range and
141 encode.
142 (md_assemble): check ISA for arch and issue diagnostic.
143 * NEWS: Mention new support.
144 * doc/c-avr.texi: Document support for avrtiny architecture.
145
146 2014-06-27 Alan Modra <amodra@gmail.com>
147
148 * config/obj-macho.c (obj_mach_o_set_symbol_qualifier): Don't set
149 SYM_MACHO_FIELDS_NOT_VALIDATED after reporting an error.
150 (obj_mach_o_frob_label): Avoid cascading errors.
151 (obj_mach_o_frob_symbol): Don't set SYM_MACHO_FIELDS_NOT_VALIDATED.
152
153 2014-06-18 DJ Delorie <dj@redhat.com>
154
155 * config/rx-parse.y (BSET, BCLR, BTST, BNOT, BMCMD): Make .B
156 suffix optional.
157
158 2014-06-17 Hans-Peter Nilsson <hp@bitrange.com>
159
160 * config/tc-mmix.c (loc_assert_s): New member frag.
161 (s_loc): Set it.
162 (mmix_md_end): If an error is reported for a LOC expression, patch
163 up the related frag.
164
165 2014-06-17 Chris Metcalf <cmetcalf@tilera.com>
166
167 PR gas/16908
168 * macro.c (buffer_and_nest): Honour #line directives inside
169 macros.
170
171 2014-06-17 Jiong Wang <jiong.wang@arm.com>
172
173 * config/tc-arm.c (depr_it_insns): New check for inc/dec sp.
174
175 2014-06-17 Hans-Peter Nilsson <hp@axis.com>
176
177 * config/tc-cris.c (cris_bad): New function.
178 (cris_process_instruction): Where applicable, use it instead of
179 as_bad.
180
181 2014-06-16 Nick Clifton <nickc@redhat.com>
182
183 * config/tc-aarch64.c (md_apply_fix): Ignore unused relocs.
184
185 2014-06-16 Jiong Wang <jiong.wang@arm.com>
186
187 * config/tc-aarch64.c (END_OF_INSN): New macro.
188 (parse_operands): Handle operand given and in wrong format when
189 operand is optional.
190
191 2014-06-16 Alan Modra <amodra@gmail.com>
192
193 * write.h (subsegs_finish): Delete declaration.
194 * write.c (subsegs_finish): Make static.
195 (write_object_file): Call subsegs_finish from here. Don't print
196 warning and error count here..
197 * as.c (main): ..do so here instead. Remove dead code for "no
198 object file generated". Split out count strings to better support
199 internationalisation. Don't call subsegs_finish. Tidy setting of
200 "keep_it". Run write_object_file even after errors.
201 (keep_it): Make static.
202 * config/obj-elf.c (elf_frob_symbol): Remove assert.
203 (elf_frob_file_before_adjust): Likewise.
204
205 2014-06-16 Alan Modra <amodra@gmail.com>
206
207 * config/tc-dlx.c (machine_ip): Move initialisation of the_insn
208 earlier.
209
210 2014-06-16 Alan Modra <amodra@gmail.com>
211
212 * config/tc-i386.c (reloc): Don't avoid pcrel check for
213 BFD_RELOC_SIZE64. Return NO_RELOC on failing pcrel check.
214
215 2014-06-16 Alan Modra <amodra@gmail.com>
216
217 * config/tc-tic6x.c (s_tic6x_ehtype): Clear after frag_more.
218 (tic6x_output_exidx_entry): Likewise.
219 (md_apply_fix): Simplify 1 byte md_number_to_chars.
220
221 2014-06-16 Alan Modra <amodra@gmail.com>
222
223 * config/tc-tic54x.c (tic54x_mlib): Don't write garbage past
224 end of archive to temp file.
225 (tic54x_start_line_hook): Start scan for parallel on next line,
226 not one char into next line (which may overrun the buffer).
227
228 2014-06-16 Alan Modra <amodra@gmail.com>
229
230 * config/tc-vax.c (md_apply_fix): Rewrite.
231 (tc_gen_reloc, vax_cons, vax_cons_fix_new): Style: Use NO_RELOC
232 define rather than the equivalent BFD_RELOC_NONE.
233
234 2014-06-16 Alan Modra <amodra@gmail.com>
235
236 * config/tc-arm.c (s_arm_elf_cons): Initialise after frag_more.
237 (md_apply_fix): Delete now unnecessary zeroing for BFD_RELOC_ARM_GOT*
238 and BFD_RELOC_ARM_TLS* relocs. Simplify BFD_RELOC_8 case.
239
240 2014-06-16 Alan Modra <amodra@gmail.com>
241
242 * config/tc-cris.c (md_create_long_jump): Follow "short" jump
243 with a nop rather than leaving uninitialised.
244
245 2014-06-13 Chen Gang <gang.chen.5i5j@gmail.com>
246
247 * config/tc-score7.c: Replace sprintf with strcpy where
248 appropriate.
249 (s7_b32_relax_to_b16): Use symbol_get_frag() to access a symbol's
250 frag.
251 * config/tc-score.c (s3_relax_branch_inst16): Likewise.
252 (s3_relax_cmpbranch_inst32): Likewise.
253
254 2014-06-07 Alan Modra <amodra@gmail.com>
255
256 * config/tc-ppc.c (ppc_insert_operand): Handle PPC_OPERAND_SIGNOPT
257 on unsigned fields. Comment on PPC_OPERAND_SIGNOPT signed fields
258 in 64-bit mode.
259
260 2014-06-02 Martin Storsjo <martin@martin.st>
261
262 * doc/c-aarch64.texi: Fix the documentation on :pg_hi21:.
263
264 2014-06-05 Joel Brobecker <brobecker@adacore.com>
265
266 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
267 bfd's development.sh.
268 * Makefile.in, configure: Regenerate.
269
270 2014-06-03 Nick Clifton <nickc@redhat.com>
271
272 * config/tc-msp430.c (OPTION_WARN_INTR_NOPS): Use y instead of z.
273 (OPTION_NO_WARN_INTR_NOPS): Use Y instead of Z.
274 * doc/c-msp430.texi: Update command line option description.
275
276 2014-05-22 Alan Modra <amodra@gmail.com>
277
278 * listing.c (listing_warning, listing_error): Add space after colon.
279 * messages.c (as_warn_internal, as_bad_internal): Use the same
280 string as above.
281
282 2014-05-20 Matthew Fortune <matthew.fortune@imgtec.com>
283
284 * config/tc-mips.c (file_mips_opts_checked): New static global.
285 (s_module): New static function.
286 (file_ase): Remove.
287 (mips_pseudo_table): Add .module handler.
288 (mips_set_ase): Add opts argument and use instead of mips_opts.
289 (md_assemble): Use file_mips_check_options.
290 (md_parse_option): Update to use file_mips_opts instead of mips_opts.
291 (mips_set_architecture): Delete function. Moved to...
292 (mips_after_parse_args): Here. All logic now applies to
293 file_mips_opts first and then copies the final state to mips_opts.
294 Move error checking and defaults inference to mips_check_options and
295 file_mips_check_options.
296 (mips_check_options): New static function. Common option checking for
297 command line, .module and .set. Use .module values in error messages
298 instead of refering to command line options.
299 (file_mips_check_options): New static function. A wrapper for
300 mips_check_options with file_mips_opts. Updates BFD arch based on
301 final options.
302 (s_mipsset): Split into s_mipsset and parse_code_option. Settings
303 supported by both .set and .module are moved to parse_code_option.
304 Warnings and errors are kept in s_mipsset because when
305 parse_code_option is used with s_module the warnings are deferred
306 until code is generated. Any setting supporting 'default' value is
307 kept in s_mipsset as it is not applicable to s_module. Inferred
308 settings are also kept in s_mipsset as s_module does not infer any
309 settings. Use mips_check_options.
310 (parse_code_option): New static function derived from s_mipsset.
311 (s_module): New static function that implements .module. Allows file
312 level settings to be changed until code is generated.
313 (s_cpload, s_cpsetup, s_cplocal): Use file_mips_check_options.
314 (s_cprestore, s_cpreturn, s_cpadd, mips_address_bytes): Likewise.
315 (mips_elf_final_processing): Update file_ase to file_mips_opts.ase.
316 (md_mips_end): Use file_mips_check_options.
317 * doc/c-mips.texi: Document .module.
318
319 2014-05-20 Matthew Fortune <matthew.fortune@imgtec.com>
320
321 * messages.c (as_warn_internal): Remove extra whitespace from
322 warning messages.
323
324 2014-05-20 Matthew Fortune <matthew.fortune@imgtec.com>
325
326 * config/tc-mips.c (FP64_ASES): Add ASE_MSA.
327 (mips_after_parse_args): Do not select ASE_MSA without -mfp64.
328
329 2014-05-20 Mike Stump <mikestump@comcast.net>
330
331 * messages.c (as_warn_internal): Ensure we don't interleave output
332 within a single line when make -j is used.
333 (as_bad_internal): Likewise.
334
335 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
336
337 * config/obj-elf.h (obj_elf_seen_attribute): Declare.
338 * config/obj-elf.c (recorded_attribute_info): New structure.
339 (recorded_attributes): New variable.
340 (record_attribute, obj_elf_seen_attribute): New functions.
341 (obj_elf_vendor_attribute): Record which attributes have been seen.
342
343 2014-05-20 Nick Clifton <nickc@redhat.com>
344
345 * config/tc-msp430.c (CHECK_RELOC_MSP430): Add OP parameter.
346 Generate BFD_RELOC_MSP430_ABS_HI16 if vshift is 1.
347 (msp430_srcoperand): Store vshift value in operand.
348
349 2014-05-19 Nick Clifton <nickc@redhat.com>
350
351 PR gas/16858
352 * config/tc-i386.c (md_apply_fix): Improve the detection of code
353 symbols for 32-bit PE targets.
354
355 2014-05-18 Richard Sandiford <rdsandiford@googlemail.com>
356
357 * config/tc-mips.c (md_obj_begin): Delete.
358 (md_obj_end): Fold into...
359 (md_mips_end): ...here. Move to end of file.
360
361 2014-05-17 Nick Clifton <nickc@redhat.com>
362
363 PR gas/16946
364 * config/tc-v850.c (handle_ctoff): Generate an error if called
365 when using the RH850 ABI.
366
367 2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
368
369 * config/tc-rl78.c (enum options): Add OPTION_32BIT_DOUBLES
370 and OPTION_64BIT_DOUBLES.
371 (md_longopts): Add -m32bit-doubles and -m64bit-doubles.
372 (md_parse_option): Parse -m32bit-doubles and -m64bit-doubles.
373 (md_show_usage): Show all of the RL78 options.
374 (rl78_float_cons): New static functions.
375 (md_pseudo_table): Update handler for "double".
376 * doc/c-rl78.texi: Document new options.
377 * doc/as.texinfo: Likewise.
378
379 2014-05-13 Matthew Fortune <matthew.fortune@imgtec.com>
380
381 * config/tc-mips.c (mips_set_options): Rename gp32 to gp throughout.
382 (HAVE_32BIT_GPRS, HAVE_64BIT_GPRS): Remove. Re-implement via GPR_SIZE.
383 (HAVE_32BIT_FPRS, HAVE_64BIT_FPRS): Remove. Re-implement via FPR_SIZE.
384 (GPR_SIZE, FPR_SIZE): New macros. Use throughout.
385
386 2014-05-08 Matthew Fortune <matthew.fortune@imgtec.com>
387
388 * config/tc-mips.c (md_parse_option): Update missed file_mips_isa
389 references.
390
391 2014-05-08 Matthew Fortune <matthew.fortune@imgtec.com>
392
393 * config/tc-mips.c (mips_set_options): Rename fp32 field to fp.
394 Update fp32 == 0 to fp == 64 and fp32 == 1 to fp != 64 throughout.
395 (file_mips_gp32, file_mips_fp32, file_mips_soft_float,
396 file_mips_single_float, file_mips_isa, file_mips_arch): Merge into
397 one struct...
398 (file_mips_opts): Here. New static global. Update throughout.
399 (mips_opts): Update defaults for gp32 and fp.
400
401 2014-05-08 Matthew Fortune <matthew.fortune@imgtec.com>
402
403 * config/tc-mips.c (streq): Define.
404 (mips_convert_symbolic_attribute): New function.
405 * config/tc-mips.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define.
406 (mips_convert_symbolic_attribute): New prototype.
407
408 2014-05-02 Max Filippov <jcmvbkbc@gmail.com>
409
410 * config/tc-xtensa.c (md_apply_fix): mark BFD_RELOC_XTENSA_DIFF*
411 fixups as signed.
412
413 2014-05-07 Andrew Bennett <andrew.bennett@imgtec.com>
414
415 * tc-mips.c (ISA_SUPPORTS_MIPS16E): Add mips32r3, mips32r5, mips64r3
416 and mips64r5.
417 (ISA_HAS_64BIT_FPRS): Likewise.
418 (ISA_HAS_ROR): Likewise.
419 (ISA_HAS_ODD_SINGLE_FPR): Likewise.
420 (ISA_HAS_MXHC1): Likewise.
421 (hilo_interlocks): Likewise.
422 (md_longopts): Likewise.
423 (ISA_HAS_64BIT_REGS): Add mips64r3 and mips64r5.
424 (ISA_HAS_DROR): Likewise.
425 (options): Add OPTION_MIPS32R3, OPTION_MIPS32R5, OPTION_MIPS64R3, and
426 OPTION_MIPS64R5.
427 (mips_isa_rev): Add support for mips32r3, mips32r5, mips64r3 and
428 mips64r5.
429 (md_parse_option): Likewise.
430 (s_mipsset): Likewise.
431 (mips_cpu_info_table): Add entries for mips32r3, mips32r5, mips64r3
432 and mips64r5. Also change p5600 entry to be mips32r5.
433 * configure.in: Add support for mips32r3, mips32r5, mips64r3 and
434 mips64r5.
435 * configure: Regenerate.
436 * doc/c-mips.texi: Document the -mips32r3, -mips32r5, -mips64r3 and
437 -mips64r5 command line options.
438 * doc/as.texinfo: Likewise.
439
440 2014-04-28 Nick Clifton <nickc@redhat.com>
441
442 PR gas/16858
443 * config/tc-i386.c (md_apply_fix): Do not adjust value of
444 pc-relative fixes against weak symbols.
445
446 2014-04-26 Alan Modra <amodra@gmail.com>
447
448 * po/POTFILES.in: Regenerate.
449
450 2014-04-24 Nick Clifton <nickc@redhat.com>
451
452 * config/tc-arm.c (s_ltorg): Only create a mapping symbol for ELF
453 based targets.
454
455 2014-04-23 Will Newton <will.newton@linaro.org>
456
457 * config/tc-arm.c (s_ltorg): Call make_mapping_symbol
458 directly instead of mapping_state.
459
460 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
461
462 * config/tc-mips.c (options): Add OPTION_XPA and OPTION_NO_XPA.
463 (md_longopts): Add xpa and no-xpa command line options.
464 (mips_ases): Add MIPS XPA ASE.
465 (mips_cpu_info_table): Update p5600 entry to allow the XPA ASE.
466 * doc/as.texinfo: Document the MIPS XPA command line options.
467 * doc/c-mips.texi: Document the MIPS XPA command line options,
468 and assembler directives.
469
470 2014-04-22 Sandra Loosemore <sandra@codesourcery.com>
471
472 * config/tc-nios2.c (nios2_consume_arg): Add case for 'E' to
473 unbreak self-test mode.
474
475 2014-04-22 Max Filippov <jcmvbkbc@gmail.com>
476
477 * config/tc-xtensa.c (xtensa_handle_align): record alignment for the
478 first section frag.
479
480 2014-04-22 Christian Svensson <blue@cmd.nu>
481
482 * Makefile.am: Remove openrisc and or32 support. Add support for or1k.
483 * configure.in: Likewise.
484 * configure.tgt: Likewise.
485 * doc/as.texinfo: Likewise.
486 * config/obj-coff.h: Likewise.
487 * config/tc-or1k.c: New file.
488 * config/tc-or1k.h: New file.
489 * config/tc-openrisc.c: Delete.
490 * config/tc-openrisc.h: Delete.
491 * config/tc-or32.c: Delete.
492 * config/tc-or32.h: Delete.
493 * Makefile.in: Regenerate.
494 * configure: Regenerate.
495
496 2014-04-16 Alan Modra <amodra@gmail.com>
497
498 * config/tc-tilegx.h (TC_CONS_FIX_NEW): Add RELOC arg.
499 * config/tc-tilepro.h (TC_CONS_FIX_NEW): Likewise.
500
501 2014-04-10 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
502
503 * config/tc-avr.c: Add new flag mlink-relax.
504 (md_show_usage): Add flag and help text.
505 (md_parse_option): Record whether link relax is turned on.
506 (relaxable_section): New.
507 (avr_validate_fix_sub): New.
508 (avr_force_relocation): New.
509 (md_apply_fix): Generate DIFF reloc.
510 (avr_allow_local_subtract): New.
511
512 * config/tc-avr.h (TC_LINKRELAX_FIXUP): Define to 0.
513 (TC_FORCE_RELOCATION): Define.
514 (TC_FORCE_RELOCATION_SUB_SAME): Define.
515 (TC_VALIDATE_FIX_SUB): Define.
516 (avr_force_relocation): Declare.
517 (avr_validate_fix_sub): Declare.
518 (md_allow_local_subtract): Define.
519 (avr_allow_local_subtract): Declare.
520
521 2014-04-10 Andrew Bennett <andrew.bennett@imgtec.com>
522
523 * config/tc-mips.c (mips_cpu_info_table): Add P5600
524 configuation.
525 * doc/c-mips.texi: Document p5600.
526
527 2014-04-09 Nick Clifton <nickc@redhat.com>
528
529 * config/tc-rl78.h (TC_CONS_FIX_NEW): Add RELOC parameter.
530 * config/tc-z80.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
531 * config/tc-aarch64.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
532 * read.c (emit_expr_fix): Mark the r parameter as potentially
533 unused.
534
535 2014-04-09 Alan Modra <amodra@gmail.com>
536
537 * config/tc-ppc.c (warn_476, last_insn, last_seg, last_subseg):
538 New static vars.
539 (md_longopts, md_parse_option, md_show_usage): Add --ppc476-workaround.
540 (ppc_elf_cons_fix_check): New function.
541 (md_assemble): Set last_insn, last_seg, last_subseg.
542 (ppc_byte, md_apply_fix): Handle warn_476.
543 * config/tc-ppc.h (TC_CONS_FIX_CHECK): Define.
544 (ppc_elf_cons_fix_check): Declare.
545 * read.c (cons_worker): Invoke TC_CONS_FIX_CHECK.
546
547 2014-04-09 Alan Modra <amodra@gmail.com>
548
549 * gas/config/tc-alpha.h (TC_CONS_FIX_NEW): Add RELOC parameter.
550 * gas/config/tc-arc.c (arc_cons_fix_new): Add reloc parameter.
551 * gas/config/tc-arc.h (arc_cons_fix_new): Update prototype.
552 (TC_CONS_FIX_NEW): Add RELOC parameter.
553 * gas/config/tc-arm.c (cons_fix_new_arm): Similarly
554 * gas/config/tc-arm.h (cons_fix_new_arm, TC_CONS_FIX_NEW): Similarly.
555 * gas/config/tc-cr16.c (cr16_cons_fix_new): Similarly.
556 * gas/config/tc-cr16.h (cr16_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
557 * gas/config/tc-crx.h (TC_CONS_FIX_NEW): Similarly.
558 * gas/config/tc-m32c.c (m32c_cons_fix_new): Similarly.
559 * gas/config/tc-m32c.h (m32c_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
560 * gas/config/tc-mn10300.c (mn10300_cons_fix_new): Similarly.
561 * gas/config/tc-mn10300.h (mn10300_cons_fix_new, TC_CONS_FIX_NEW):
562 Similarly.
563 * gas/config/tc-ns32k.c (cons_fix_new_ns32k): Similarly.
564 * gas/config/tc-ns32k.h (cons_fix_new_ns32k): Similarly.
565 * gas/config/tc-pj.c (pj_cons_fix_new_pj): Similarly.
566 * gas/config/tc-pj.h (pj_cons_fix_new_pj, TC_CONS_FIX_NEW): Similarly.
567 * gas/config/tc-rx.c (rx_cons_fix_new): Similarly.
568 * gas/config/tc-rx.h (rx_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
569 * gas/config/tc-sh.c (sh_cons_fix_new): Similarly.
570 * gas/config/tc-sh.h (sh_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
571 * gas/config/tc-tic54x.c (tic54x_cons_fix_new): Similarly.
572 * gas/config/tc-tic54x.h (tic54x_cons_fix_new, TC_CONS_FIX_NEW):
573 Similarly.
574 * gas/config/tc-tic6x.c (tic6x_cons_fix_new): Similarly.
575 * gas/config/tc-tic6x.h (tic6x_cons_fix_new, TC_CONS_FIX_NEW):
576 Similarly.
577 * gas/config/tc-arc.c (arc_parse_cons_expression): Return reloc.
578 * gas/config/tc-arc.h (arc_parse_cons_expression): Update proto.
579 * gas/config/tc-avr.c (exp_mod_data): Make global.
580 (pexp_mod_data): Delete.
581 (avr_parse_cons_expression): Return exp_mod_data pointer.
582 (avr_cons_fix_new): Add exp_mod_data_t pointer param.
583 (exp_mod_data_t): Move typedef..
584 * gas/config/tc-avr.h: ..to here.
585 (exp_mod_data): Declare.
586 (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
587 (avr_parse_cons_expression, avr_cons_fix_new): Update prototype.
588 (TC_CONS_FIX_NEW): Update.
589 * gas/config/tc-hppa.c (hppa_field_selector): Delete static var.
590 (cons_fix_new_hppa): Add hppa_field_selector param.
591 (fix_new_hppa): Adjust.
592 (parse_cons_expression_hppa): Return field selector.
593 * gas/config/tc-hppa.h (parse_cons_expression_hppa): Update proto.
594 (cons_fix_new_hppa): Likewise.
595 (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
596 * gas/config/tc-i386.c (got_reloc): Delete static var.
597 (x86_cons_fix_new): Add reloc param.
598 (x86_cons): Return got reloc.
599 * gas/config/tc-i386.h (x86_cons, x86_cons_fix_new): Update proto.
600 (TC_CONS_FIX_NEW): Add RELOC param.
601 * gas/config/tc-ia64.c (ia64_cons_fix_new): Add reloc param. Adjust
602 calls.
603 * gas/config/tc-ia64.h (ia64_cons_fix_new): Update prototype.
604 (TC_CONS_FIX_NEW): Add reloc param.
605 * gas/config/tc-microblaze.c (parse_cons_expression_microblaze):
606 Return reloc.
607 (cons_fix_new_microblaze): Add reloc param.
608 * gas/config/tc-microblaze.h: Formatting.
609 (parse_cons_expression_microblaze): Update proto.
610 (cons_fix_new_microblaze): Likewise.
611 * gas/config/tc-nios2.c (nios2_tls_ldo_reloc): Delete static var.
612 (nios2_cons): Return ldo reloc.
613 (nios2_cons_fix_new): Delete.
614 * gas/config/tc-nios2.h (nios2_cons): Update prototype.
615 (nios2_cons_fix_new, TC_CONS_FIX_NEW): Delete.
616 * gas/config/tc-ppc.c (md_pseudo_table): Remove quad, long, word,
617 short. Make llong use cons.
618 (ppc_elf_suffix): Return BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
619 (ppc_elf_cons): Delete.
620 (ppc_elf_parse_cons): New function.
621 (ppc_elf_validate_fix): Don't check for BFD_RELOC_UNUSED.
622 (md_assemble): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
623 * gas/config/tc-ppc.h (TC_PARSE_CONS_EXPRESSION): Define
624 (ppc_elf_parse_cons): Declare.
625 * gas/config/tc-sparc.c (sparc_cons_special_reloc): Delete static var.
626 (sparc_cons): Return reloc specifier.
627 (cons_fix_new_sparc): Add reloc specifier param.
628 (sparc_cfi_emit_pcrel_expr): Use emit_expr_with_reloc.
629 * gas/config/tc-sparc.h (TC_PARSE_CONS_RETURN_TYPE): Define.
630 (TC_PARSE_CONS_RETURN_NONE): Define.
631 (sparc_cons, cons_fix_new_sparc): Update prototype.
632 * gas/config/tc-v850.c (hold_cons_reloc): Delete static var.
633 (v850_reloc_prefix): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
634 (md_assemble): Likewise.
635 (parse_cons_expression_v850): Return reloc.
636 (cons_fix_new_v850): Add reloc parameter.
637 * gas/config/tc-v850.h (parse_cons_expression_v850): Update proto.
638 (cons_fix_new_v850): Likewise.
639 * gas/config/tc-vax.c (vax_cons_special_reloc): Delete static var.
640 (vax_cons): Return reloc.
641 (vax_cons_fix_new): Add reloc parameter.
642 * gas/config/tc-vax.h (vax_cons, vax_cons_fix_new): Update proto.
643 * gas/config/tc-xstormy16.c (xstormy16_cons_fix_new): Add reloc param.
644 * gas/config/tc-xstormy16.h (xstormy16_cons_fix_new): Update proto.
645 * gas/dwarf2dbg.c (TC_PARSE_CONS_RETURN_NONE): Provide default.
646 (emit_fixed_inc_line_addr): Adjust exmit_expr_fix calls.
647 * gas/read.c (TC_PARSE_CONS_EXPRESSION): Return value.
648 (do_parse_cons_expression): Adjust.
649 (cons_worker): Pass return value from TC_PARSE_CONS_EXPRESSION
650 to emit_expr_with_reloc.
651 (emit_expr_with_reloc): New function handling reloc, mostly
652 extracted from..
653 (emit_expr): ..here.
654 (emit_expr_fix): Add reloc param. Adjust TC_CONS_FIX_NEW invocation.
655 Handle reloc.
656 (parse_mri_cons): Convert to ISO.
657 * gas/read.h (TC_PARSE_CONS_RETURN_TYPE): Define.
658 (TC_PARSE_CONS_RETURN_NONE): Define.
659 (emit_expr_with_reloc): Declare.
660 (emit_expr_fix): Update prototype.
661 * gas/write.c (write_object_file): Update TC_CONS_FIX_NEW invocation.
662
663 2014-04-03 Ilya Tocar <ilya.tocar@intel.com>
664
665 * config/tc-i386.c (cpu_arch): Add .se1.
666 * doc/c-i386.texi: Document .se1/se1.
667
668 2014-04-02 DJ Delorie <dj@redhat.com>
669
670 * config/tc-rl78.c (md_apply_fix): Add overflow warnings for
671 pc-relative branches.
672
673 2014-04-02 Nick Clifton <nickc@redhat.com>
674
675 PR gas/16765
676 * config/tc-arm.c (create_unwind_entry): Report an error if an
677 attempt to recreate an unwind directive is encountered.
678
679 2014-03-27 Nick Clifton <nickc@redhat.com>
680
681 * config/tc-score.c (s3_parse_pce_inst): Add "%s" parameter to
682 sprintf in order to avoid a compile time warning.
683
684 2014-03-26 Nick Clifton <nickc@redhat.com>
685
686 * config/tc-rl78.c (rl78_op): Issue an error message if a 16-bit
687 relocation is used on an 8-bit operand or vice versa.
688 (tc_gen_reloc): Use the RL78_16U relocation for RL78_CODE.
689 (md_apply_fix): Add support for RL78_HI8, RL78_HI16 and RL78_LO16.
690
691 2014-03-25 Nick Clifton <nickc@redhat.com>
692
693 * config/obj-coff-seh.c (obj_coff_seh_code): New function -
694 switches the current segment back to the code segment recorded
695 when seh_proc was last invoked.
696 * config/obj-coff-seh.h (SEH_CMDS): Add seh_code.
697
698 2014-03-25 Alan Modra <amodra@gmail.com>
699
700 * config/tc-ppc.c (ppc_is_toc_sym): Revert 2014-03-05.
701 (md_assemble): Likewise. Warn.
702
703 2014-03-21 David Weatherford <weath@cadence.com>
704 Max Filippov <jcmvbkbc@gmail.com>
705
706 * config/tc-xtensa.c (xtensa_check_frag_count)
707 xtensa_create_trampoline_frag,
708 xtensa_maybe_create_trampoline_frag, init_trampoline_frag,
709 find_trampoline_seg, search_trampolines, get_best_trampoline,
710 check_and_update_trampolines, add_jump_to_trampoline,
711 dump_trampolines): New functions.
712 (md_parse_option): Add cases for --[no-]trampolines options.
713 (md_assemble, finish_vinsn, xtensa_end): Add call to
714 xtensa_check_frag_count.
715 (xg_assemble_vliw_tokens): Add call to
716 xtensa_maybe_create_trampoline_frag.
717 (xtensa_relax_frag): Relax fragments with RELAX_TRAMPOLINE state.
718 (relax_frag_immed): Relax jump instructions that cannot reach its
719 target.
720 * config/tc-xtensa.h (xtensa_relax_statesE::RELAX_TRAMPOLINE): New
721 relax state.
722 * doc/as.texinfo: Document --[no-]trampolines command-line options.
723 * doc/c-xtensa.texi: Document trampolines relaxation and command
724 line options.
725 * frags.c (get_frag_count, clear_frag_count): New function.
726 (frag_alloc): Increment totalfrags counter.
727 * frags.h (get_frag_count, clear_frag_count): New function.
728
729 2014-03-20 DJ Delorie <dj@redhat.com>
730
731 * config/rl78-defs.h (RL78_RELAX_NONE, RL78_RELAX_BRANCH): Add.
732 * config/rl78-parse.y (BC, BNC, BZ, BNZ, BH, BHZ, bt_bf): Call
733 rl78_relax().
734 * config/tc-rl78.h (md_relax_frag): Define.
735 (rl78_relax_frag): Declare.
736 * config/tc-rl78.c (rl78_relax): Add.
737 (md_assemble): Set up the variable frags also when relaxing.
738 (op_type_T): New.
739 (rl78_opcode_type): New.
740 (rl78_frag_fix_value): New.
741 (md_estimate_size_before_relax): New-ish.
742 (rl78_relax_frag): New.
743 (md_convert_frag): New-ish.
744
745 2014-03-20 Richard Sandiford <rdsandiford@googlemail.com>
746
747 * config/tc-mips.h (DIFF_EXPR_OK, CFI_DIFF_EXPR_OK): Define.
748 * config/tc-mips.c (md_pcrel_from): Remove error message.
749 (md_apply_fix): Convert PC-relative BFD_RELOC_32s to
750 BFD_RELOC_32_PCREL. Report a specific error message for unhandled
751 PC-relative expressions. Handle BFD_RELOC_8.
752
753 2014-03-19 Jose E. Marchesi <jose.marchesi@oracle.com>
754
755 * config/tc-sparc.c (hpriv_reg_table): Added entries for
756 %hstick_offset and %hstick_enable.
757 * doc/c-sparc.texi (Sparc-Regs): Document the %hstick_offset and
758 %hstick_enable hyperprivileged registers.
759
760 2014-03-19 Daniel Gutson <daniel.gutson@tallertechnologies.com>
761 Nick Clifton <nickc@redhat.com>
762
763 * config/tc-arm.c (codecomposer_syntax): New flag that states whether the
764 CCS syntax compatibility mode is on or off.
765 (asmfunc_states): New enum to represent the asmfunc directive state.
766 (asmfunc_state): New variable holding the asmfunc directive state.
767 (comment_chars): Rename to arm_comment_chars.
768 (line_separator_chars): Rename to arm_line_separator_chars.
769 (s_ccs_ref): New function that handles the .ref directive.
770 (asmfunc_debug): New function.
771 (s_ccs_asmfunc): New function that handles the .asmfunc directive.
772 (s_ccs_endasmfunc): New function that handles the .endasmfunc directive.
773 (s_ccs_def): New function that handles the .def directive.
774 (tc_start_label_without_colon): New function.
775 (md_pseudo_table): Added new CCS directives.
776 (arm_ccs_mode): New function that handles the -mccs command line option.
777 (arm_long_opts): Added new -mccs command line option.
778 * config/tc-arm.h (LABELS_WITHOUT_COLONS): New macro.
779 (TC_START_LABEL_WITHOUT_COLON): New macro.
780 (tc_start_label_without_colon): Added extern function declaration.
781 (tc_comment_chars): Define.
782 (tc_line_separator_chars): Define.
783 * app.c (do_scrub_begin): Use tc_line_separator_chars, if defined.
784 * read.c (read_begin): Likewise.
785 * doc/as.texinfo: Add documentation for the -mccs command line
786 option.
787 * doc/c-arm.texi: Likewise.
788 * doc/internals.texi: Document tc_line_separator_chars.
789 * NEWS: Mention the new feature.
790
791 2014-03-18 Jiong Wang <jiong.wang@arm.com>
792
793 * config/tc-aarch64.c (aarch64_opts): Add new option
794 "mno-verbose-error".
795 (verbose_error_p): Initialize to 1.
796 * doc/c-aarch64.texi (AArch64 Options): Document -mverbose-error
797 and -mno-verbose-error.
798
799 2014-03-17 Nick Clifton <nickc@redhat.com>
800
801 PR gas/16694
802 * config/tc-arm.c (tc_arm_regname_to_dw2regnum): Parse VFP
803 registers as well.
804
805 2014-03-13 Richard Earnshaw <rearnsha@arm.com>
806 Jiong Wang <Jiong.Wang@arm.com>
807
808 * doc/c-aarch64.texi: Clean up some formatting issues.
809 (AArch64 Options): Document -mcpu and -march.
810 (AArch64 Extensions): New node.
811
812 2014-03-13 Tristan Gingold <gingold@adacore.com>
813
814 * config/tc-i386.c (use_big_obj): Declare.
815 (OPTION_MBIG_OBJ): Define.
816 (md_longopts): Add -mbig-obj option.
817 (md_parse_option): Handle it.
818 (md_show_usage): Display help for this option.
819 (i386_target_format): Use bigobj for x86-64 if -mbig-obj.
820 * doc/c-i386.texi: Document the option.
821
822 2014-03-12 Nick Clifton <nickc@redhat.com>
823
824 PR gas/16688
825 * config/tc-aarch64.c (literal_expression): New structure.
826 (literal_pool): Replace exp array with literal_expression array.
827 (add_to_lit_pool): When adding a bignum cache the big value.
828 (s_ltorg): When emitting a bignum initialise the global bignum
829 array from the cached value.
830
831 2014-03-12 Alan Modra <amodra@gmail.com>
832
833 * Makefile.in: Regenerate.
834 * config.in: Regenerate.
835 * doc/Makefile.in: Regenerate.
836
837 2014-03-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
838 Vishnu KS <Vishnu.k_s@atmel.com>
839 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
840 Soundararajan <Soundararajan.dhakshinamoorthy@atmel.com>
841
842 * gas/tc-avr.c: Add new devices
843 avr25: ata5272, attiny828
844 avr35: ata5505, attiny1634
845 avr4: atmega8a, ata6285, ata6286, atmega48pa
846 avr5: at90pwm161, ata5790, ata5795, atmega164pa, atmega165pa,
847 atmega168pa, atmega32a, atmega64rfr2, atmega644rfr2, atmega64a,
848 atmega16hva2
849 avr51: atmega128a, atmega1284
850 avrxmega2: atxmega16a4u, atxmega16c4, atxmega32a4u, atxmega32c4,
851 atxmega32e5, atxmega16e5, atxmega8e5
852 avrxmega4: atxmega64a3u, atxmega64a4u, atxmega64b1, atxmega64b3,
853 atxmega64c3, atxmega64d4
854 avrxmega6: atxmega128a3u, atxmega128b3, atxmega128c3,
855 atxmega128d4, atxmega192a3u, atxmega192c3, atxmega256a3u,
856 atxmega256c3, atxmega384c3, atxmega384d3
857 avrxmega7: atxmega128a4u
858 * doc/c-avr.texi: Ditto.
859
860 2014-03-05 Alan Modra <amodra@gmail.com>
861
862 Update copyright years.
863
864 2014-03-05 Alan Modra <amodra@gmail.com>
865
866 * config/tc-ppc.c (ppc_elf_suffix): Support @localentry.
867 (md_apply_fix): Support R_PPC64_ADDR64_LOCAL.
868
869 2014-03-05 Alan Modra <amodra@gmail.com>
870
871 * config/tc-ppc.c (md_assemble): Move code adjusting reloc types
872 later. Merge absolute and relative branch reloc selection.
873 Generate 16-bit relocs for most 16-bit insn fields given a
874 non-constant expression.
875
876 2014-03-05 Alan Modra <amodra@gmail.com>
877
878 * config/tc-ppc.c (ppc_is_toc_sym): Remove OBJ_ELF support.
879 (md_assemble): Don't call ppc_is_toc_sym for ELF.
880
881 2014-03-04 Heiher <r@hev.cc>
882
883 * config/tc-mips.c (mips_cpu_info_table): Use ISA_MIPS64R2 for
884 Loongson-3A.
885
886 2014-03-03 Nick Clifton <nickc@redhat.com>
887
888 * config/msp430/msp430.c: Replace known mcu array with known
889 msp430 ISA mcu name array.
890 Accept any name for -mmcu option.
891 Add -mz option to warn about missing NOP following an interrupt
892 status change.
893 (check_for_nop): New.
894 (msp430_operands): Emit a warning, if requested, when an interrupt
895 changing instruction is not followed by a NOP.
896 * doc/c-msp430.c: Document -mz option.
897
898 2014-03-03 Alan Modra <amodra@gmail.com>
899
900 * config/bfin-lex-wrapper.c: Correct copyright date.
901 * config/obj-fdpicelf.c: Likewise.
902 * config/obj-fdpicelf.h: Likewise.
903 * config/tc-frv.c: Correct copyright punctuation.
904 * config/tc-ip2k.c: Likewise.
905 * config/tc-iq2000.c: Likewise.
906 * config/tc-mep.c: Likewise.
907 * config/tc-tic4x.c: Likewise.
908 * config/tc-tic4x.h: Likewise.
909
910 2014-03-01 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
911
912 * config/tc-avr.c: Remove atxmega16x1.
913
914 2014-02-28 Alan Modra <amodra@gmail.com>
915
916 * dwarf2dbg.c (out_debug_line): Correct .debug_line header_length
917 field for 64-bit dwarf.
918
919 2014-02-21 Ilya Tocar <ilya.tocar@intel.com>
920
921 * config/tc-i386.c (cpu_arch): Add .prefetchwt1.
922 * doc/c-i386.texi: Document .prefetchwt1/prefetchwt1.
923
924 2014-02-12 Ilya Tocar <ilya.tocar@intel.com>
925
926 * config/tc-i386.c (cpu_arch): Add .clflushopt, .xsavec, .xsaves.
927 * doc/c-i386.texi: Document .xsavec/xsavec/.xsaves/xsaves/
928 clflushopt/.clfushopt.
929
930 2014-02-10 Alan Modra <amodra@gmail.com>
931
932 * po/POTFILES.in: Regenerate.
933 * po/gas.pot: Regenerate.
934
935 2014-02-03 Sandra Loosemore <sandra@codesourcery.com>
936
937 * config/tc-nios2.c (md_apply_fix): Test for new relocs.
938 (nios2_special_reloc): Add %call_lo, %call_hiadj, %got_lo,
939 %got_hiadj relocation operators. Sort table and add comment
940 to explain ordering.
941 (nios2_fix_adjustable): Test for new relocs.
942 * doc/c-nios2.texi (Nios II Relocations): Document new relocation
943 operators.
944
945 2014-01-30 Sandra Loosemore <sandra@codesourcery.com>
946
947 * config/tc-nios2.c (md_apply_fix): Handle BFD_RELOC_NIOS2_CALL26_NOAT.
948 (nios2_assemble_args_m): Likewise.
949 (md_assemble): Likewise.
950
951 2014-01-24 DJ Delorie <dj@redhat.com>
952
953 * config/tc-msp430.c (msp430_section): Always flag data sections,
954 regardless of -md.
955 (msp430_frob_section): New. Make sure all sections are noticed if
956 they have content.
957 (msp430_lcomm): New. Flag bss if .lcomm is seen.
958 (msp430_comm): New. Likewise.
959 (md_pseudo_table): Add them.
960 * config/tc-msp430.h (msp430_frob_section): Declare.
961 (tc_frob_section): Define.
962
963 2014-01-23 Nick Clifton <nickc@redhat.com>
964
965 * config/tc-msp430.c (show_mcu_list): Delete.
966 (md_parse_option): Accept any MCU name. Accept several more
967 variants for the -mcpu option.
968 (md_show_usage): Do not call show_mcu_list.
969
970 2014-01-22 DJ Delorie <dj@redhat.com>
971
972 * config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
973 * doc/c-msp430.texi (MSP430 Directives): Document it.
974
975 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
976
977 * config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2
978 gather assert.
979
980 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
981
982 PR gas/16489
983 * config/tc-i386.c (check_VecOperands): Add check for invalid
984 register set in AVX512 gathers.
985
986 2014-01-22 Alan Modra <amodra@gmail.com>
987
988 * config/tc-tic4x.c (md_shortopts): s/CONST/const/.
989
990 2014-01-21 DJ Delorie <dj@redhat.com>
991
992 * config/tc-rl78.c (require_end_of_expr): New.
993 (md_operand): Call it.
994 (rl78_cons_fix_new): Mark LO16, HI16, ahd HI8 internal relocations
995 as not overflowing.
996
997 2014-01-17 Will Newton <will.newton@linaro.org>
998
999 * config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
1000 for the s32.f64 flavours of VCVT.
1001
1002 2014-01-14 Nick Clifton <nickc@redhat.com>
1003
1004 PR gas/16434
1005 * config/tc-z80.c (wrong_match): Provide format string to
1006 as_warn.
1007 (parse_exp_not_indexed): Delete unused variable dummy.
1008 (emit_byte): Delete unused variable fixp.
1009
1010 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
1011
1012 * config/tc-i386.c (regbnd): Removed.
1013 (vec_disp8): Likewise.
1014
1015 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
1016
1017 * as.c (parse_args): Update copyright year to 2014.
1018
1019 2014-01-07 Tom Tromey <tromey@redhat.com>
1020
1021 * config/tc-tic30.c (debug): Avoid old VA_* compatibility
1022 wrappers.
1023
1024 2014-01-07 Tom Tromey <tromey@redhat.com>
1025
1026 * config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
1027 use PARAMS.
1028
1029 2014-01-07 Tom Tromey <tromey@redhat.com>
1030
1031 * config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
1032
1033 2013-01-07 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
1034
1035 * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
1036
1037 For older changes see ChangeLog-2013
1038 \f
1039 Copyright (C) 2014 Free Software Foundation, Inc.
1040
1041 Copying and distribution of this file, with or without modification,
1042 are permitted in any medium without royalty provided the copyright
1043 notice and this notice are preserved.
1044
1045 Local Variables:
1046 mode: change-log
1047 left-margin: 8
1048 fill-column: 74
1049 version-control: never
1050 End:
This page took 0.071175 seconds and 4 git commands to generate.