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