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