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