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