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