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