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