gas/testsuite/
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2013-06-18 Richard Earnshaw <rearnsha@arm.com>
2
3 * config/tc-arm.c (symbol_preemptible): New function.
4 (relax_branch): Use it.
5
6 2013-06-17 Catherine Moore <clm@codesourcery.com>
7 Maciej W. Rozycki <macro@codesourcery.com>
8 Chao-Ying Fu <fu@mips.com>
9
10 * config/tc-mips.c (mips_set_options): Add ase_eva.
11 (mips_set_options mips_opts): Add ase_eva.
12 (file_ase_eva): Declare.
13 (ISA_SUPPORTS_EVA_ASE): Define.
14 (IS_SEXT_9BIT_NUM): Define.
15 (MIPS_CPU_ASE_EVA): Define.
16 (is_opcode_valid): Add support for ase_eva.
17 (macro_build): Likewise.
18 (macro): Likewise.
19 (validate_mips_insn): Likewise.
20 (validate_micromips_insn): Likewise.
21 (mips_ip): Likewise.
22 (options): Add OPTION_EVA and OPTION_NO_EVA.
23 (md_longopts): Add -meva and -mno-eva.
24 (md_parse_option): Process new options.
25 (mips_after_parse_args): Check for valid EVA combinations.
26 (s_mipsset): Likewise.
27
28 2013-06-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
29
30 * dwarf2dbg.h (dwarf2_move_insn): Declare.
31 * dwarf2dbg.c (line_subseg): Add pmove_tail.
32 (get_line_subseg): Add create_p argument. Initialize pmove_tail.
33 (dwarf2_gen_line_info_1): Update call accordingly.
34 (dwarf2_move_insn): New function.
35 * config/tc-mips.c (append_insn): Use dwarf2_move_insn.
36
37 2013-06-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
38
39 Revert:
40
41 2011-09-05 Richard Sandiford <rdsandiford@googlemail.com>
42
43 PR gas/13024
44 * dwarf2dbg.c (pending_lines, pending_lines_tail): New variables.
45 (dwarf2_gen_line_info_1): Delete.
46 (dwarf2_push_line, dwarf2_flush_pending_lines): New functions.
47 (dwarf2_gen_line_info, dwarf2_emit_label): Use them.
48 (dwarf2_consume_line_info): Call dwarf2_flush_pending_lines.
49 (dwarf2_directive_loc): Push previous .locs instead of generating
50 them immediately.
51
52 2013-06-13 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
53
54 * config/tc-mips.c (ISA_SUPPORTS_VIRT_ASE): Support micromips.
55 (ISA_SUPPORTS_VIRT64_ASE): Support 64-bit micromips.
56
57 2013-06-13 Nick Clifton <nickc@redhat.com>
58
59 PR gas/15602
60 * config/tc-m68k.h (TC_CHECK_ADJUSTED_BROKEN_DOT_WORD): Define.
61 * config/tc-m68k.c (tc_m68k_check_adjusted_broken_word): New
62 function. Generates an error if the adjusted offset is out of a
63 16-bit range.
64
65 2013-06-12 Sandra Loosemore <sandra@codesourcery.com>
66
67 * config/tc-nios2.c (md_apply_fix): Mask constant
68 BFD_RELOC_NIOS2_HIADJ16 value to 16 bits.
69
70 2013-06-10 Maciej W. Rozycki <macro@codesourcery.com>
71
72 * config/tc-mips.c (append_insn): Don't do branch relaxation for
73 MIPS-3D instructions either.
74 (md_convert_frag): Update the COPx branch mask accordingly.
75
76 * config/tc-mips.c (md_show_usage): Document --[no-]relax-branch
77 option.
78 * doc/as.texinfo (Overview): Add --relax-branch and
79 --no-relax-branch.
80 * doc/c-mips.texi (MIPS Opts): Document --relax-branch and
81 --no-relax-branch.
82
83 2013-06-09 Sandra Loosemore <sandra@codesourcery.com>
84
85 * config/tc-nios2.c (nios2_parse_args): Allow trap argument to
86 omitted.
87
88 2013-06-08 Catherine Moore <clm@codesourcery.com>
89
90 * config/tc-mips.c (is_opcode_valid): Build ASE mask.
91 (is_opcode_valid_16): Pass ase value to opcode_is_member.
92 (append_insn): Change INSN_xxxx to ASE_xxxx.
93
94 2013-06-01 George Thomas <george.thomas@atmel.com>
95
96 * gas/config/tc-avr.c: Change ISA for devices with USB support to
97 AVR_ISA_XMEGAU
98
99 2013-05-31 H.J. Lu <hongjiu.lu@intel.com>
100
101 * config/tc-i386.c (md_begin): Don't align text/data/bss sections
102 for ELF.
103
104 2013-05-31 Paul Brook <paul@codesourcery.com>
105
106 gas/
107 * config/tc-mips.c (s_ehword): New.
108
109 2013-05-30 Paul Brook <paul@codesourcery.com>
110
111 * config/tc-mips.c (md_apply_fix): Support BFD_RELOC_MIPS_EH.
112
113 2013-05-29 Maciej W. Rozycki <macro@codesourcery.com>
114
115 * write.c (resolve_reloc_expr_symbols): On REL targets don't
116 convert relocs who have no relocatable field either. Rephrase
117 the conditional so that the PC-relative check is only applied
118 for REL targets.
119
120 2013-05-28 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
121
122 * config/tc-mips.c (macro) <ld>: Don't use $zero for address
123 calculation.
124
125 2013-05-28 Yufeng Zhang <yufeng.zhang@arm.com>
126
127 * config/tc-aarch64.c (reloc_table): Update to use
128 BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE21 instead of
129 BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE.
130 (md_apply_fix): Likewise.
131 (aarch64_force_relocation): Likewise.
132
133 2013-05-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
134
135 * config/tc-arm.c (it_fsm_post_encode): Improve
136 warning messages about deprecated IT block formats.
137
138 2013-05-28 Marcus Shawcroft <marcus.shawcroft@arm.com>
139
140 * config/tc-aarch64.c (md_apply_fix): Move value range checking
141 inside fx_done condition.
142
143 2013-05-22 Jürgen Urban <JuergenUrban@gmx.de>
144
145 * config/tc-mips.c (macro): Handle M_LQC2_AB and M_SQC2_AB.
146
147 2013-05-20 Peter Bergner <bergner@vnet.ibm.com>
148
149 * config/tc-ppc.c (ppc_setup_opcodes): Use new_seg to fix error
150 and clean up warning when using PRINT_OPCODE_TABLE.
151
152 2013-05-20 Alan Modra <amodra@gmail.com>
153
154 * config/tc-ppc.c (md_apply_fix): Hoist code common to insn
155 and data fixups performing shift/high adjust/sign extension on
156 fieldval. Sink fx_pcrel handling and checks. Use fixP->fx_size
157 when writing data fixups rather than recalculating size.
158
159 2013-05-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
160
161 * doc/c-msp430.texi: Fix typo.
162
163 2013-05-16 Tristan Gingold <gingold@adacore.com>
164
165 * config/tc-ppc.c (ppc_is_toc_sym): Symbols of class XMC_TC
166 are also TOC symbols.
167
168 2013-05-16 Nick Clifton <nickc@redhat.com>
169
170 * config/tc-msp430.c: Make -mmcu recognise more part numbers.
171 Add -mcpu command to specify core type.
172 * doc/c-msp430.texi: Update documentation.
173
174 2013-05-09 Andrew Pinski <apinski@cavium.com>
175
176 * config/tc-mips.c (struct mips_set_options): New ase_virt field.
177 (mips_opts): Update for the new field.
178 (file_ase_virt): New variable.
179 (ISA_SUPPORTS_VIRT_ASE): New macro.
180 (ISA_SUPPORTS_VIRT64_ASE): New macro.
181 (MIPS_CPU_ASE_VIRT): New define.
182 (is_opcode_valid): Handle ase_virt.
183 (macro_build): Handle "+J".
184 (validate_mips_insn): Likewise.
185 (mips_ip): Likewise.
186 (enum options): Add OPTION_VIRT and OPTION_NO_VIRT.
187 (md_longopts): Add mvirt and mnovirt
188 (md_parse_option): Handle OPTION_VIRT and OPTION_NO_VIRT.
189 (mips_after_parse_args): Handle ase_virt field.
190 (s_mipsset): Handle "virt" and "novirt".
191 (mips_elf_final_processing): Add a comment about virt ASE might need
192 a new flag.
193 (md_show_usage): Print out the usage of -mvirt and mno-virt options.
194 * doc/c-mips.texi: Document -mvirt and -mno-virt.
195 Document ".set virt" and ".set novirt".
196
197 2013-05-09 Alan Modra <amodra@gmail.com>
198
199 * config/tc-ppc.c (md_apply_fix): Sign extend fieldval under
200 control of operand flag bits.
201
202 2013-05-07 Alan Modra <amodra@gmail.com>
203
204 * config/tc-ppc.c (PPC_VLE_SPLIT16A): Delete unused macro.
205 (PPC_VLE_SPLIT16D, PPC_VLE_LO16A, PPC_VLE_LO16D): Likewise.
206 (PPC_VLE_HI16A, PPC_VLE_HI16D): Likewise.
207 (PPC_VLE_HA16A, PPC_VLE_HA16D): Likewise.
208 (md_apply_fix): Set fx_no_overflow for assorted relocations.
209 Shift and sign-extend fieldval for use by some VLE reloc
210 operand->insert functions.
211
212 2013-05-06 Paul Brook <paul@codesourcery.com>
213 Catherine Moore <clm@codesourcery.com>
214
215 * config/tc-mips.c (md_pcrel_from): Handle BFD_RELOC_32_PCREL.
216 (limited_pcrel_reloc_p): Likewise.
217 (md_apply_fix): Likewise.
218 (tc_gen_reloc): Likewise.
219
220 2013-05-06 Richard Sandiford <rdsandiford@googlemail.com>
221
222 * config/tc-mips.c (limited_pcrel_reloc_p): New function.
223 (mips_fix_adjustable): Adjust pc-relative check to use
224 limited_pc_reloc_p.
225
226 2013-05-02 Richard Sandiford <rdsandiford@googlemail.com>
227
228 * config/tc-mips.c (mips_pseudo_table): Add stabd and stabs entries.
229 (s_mips_stab): Do not restrict to stabn only.
230
231 2013-05-02 Nick Clifton <nickc@redhat.com>
232
233 * config/tc-msp430.c: Add support for the MSP430X architecture.
234 Add code to insert a NOP instruction after any instruction that
235 might change the interrupt state.
236 Add support for the LARGE memory model.
237 Add code to initialise the .MSP430.attributes section.
238 * config/tc-msp430.h: Add support for the MSP430X architecture.
239 * doc/c-msp430.texi: Document the new -mL and -mN command line
240 options.
241 * NEWS: Mention support for the MSP430X architecture.
242
243 2013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
244
245 * configure.tgt: Replace alpha*-*-linuxecoff* pattern with
246 alpha*-*-linux*ecoff*.
247
248 2013-04-30 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
249
250 * config/tc-mips.c (mips_ip): Add sizelo.
251 For "+C", "+G", and "+H", set sizelo and compare against it.
252
253 2013-04-29 Nick Clifton <nickc@redhat.com>
254
255 * as.c (Options): Add -gdwarf-sections.
256 (parse_args): Likewise.
257 * as.h (flag_dwarf_sections): Declare.
258 * dwarf2dbg.c (emit_fixed_inc_line_addr): Skip section changes.
259 (process_entries): When -gdwarf-sections is enabled generate
260 fragmentary .debug_line sections.
261 (out_debug_line): Set the section for the .debug_line section end
262 symbol.
263 * doc/as.texinfo: Document -gdwarf-sections.
264 * NEWS: Mention -gdwarf-sections.
265
266 2013-04-26 Christian Groessler <chris@groessler.org>
267
268 * config/tc-z8k.c (md_parse_option): Set z8k_target_from_cmdline
269 according to the target parameter. Don't call s_segm since s_segm
270 calls bfd_set_arch_mach using stdoutput, but stdoutput isn't
271 initialized yet.
272 (md_begin): Call s_segm according to target parameter from command
273 line.
274
275 2013-04-25 Alan Modra <amodra@gmail.com>
276
277 * configure.in: Allow little-endian linux.
278 * configure: Regenerate.
279
280 2013-04-24 Sandra Loosemore <sandra@codesourcery.com>
281
282 * config/tc-nios2.c (nios2_control_register_arg_p): Rename
283 "fstatus" control register to "eccinj".
284
285 2013-04-19 Kai Tietz <ktietz@redhat.com>
286
287 * configure.tgt (i386-*-cygwin): Handle x86_64 cygwin.
288
289 2013-04-15 Julian Brown <julian@codesourcery.com>
290
291 * expr.c (add_to_result, subtract_from_result): Make global.
292 * expr.h (add_to_result, subtract_from_result): Add prototypes.
293 * config/tc-sh.c (sh_optimize_expr): Use add_to_result,
294 subtract_from_result to handle extra bit of precision for .sleb128
295 directive operands.
296
297 2013-04-10 Julian Brown <julian@codesourcery.com>
298
299 * read.c (convert_to_bignum): Add sign parameter. Use it
300 instead of X_unsigned to determine sign of resulting bignum.
301 (emit_expr): Pass extra argument to convert_to_bignum.
302 (emit_leb128_expr): Use X_extrabit instead of X_unsigned. Pass
303 X_extrabit to convert_to_bignum.
304 (parse_bitfield_cons): Set X_extrabit.
305 * expr.c (make_expr_symbol, expr_build_uconstant, operand):
306 Initialise X_extrabit field as appropriate.
307 (add_to_result): New.
308 (subtract_from_result): New.
309 (expr): Use above.
310 * expr.h (expressionS): Add X_extrabit field.
311
312 2013-04-10 Jan Beulich <jbeulich@suse.com>
313
314 * gas/config/tc-arm.c (encode_arm_addr_mode_3): Only reject base
315 register being PC when is_t or writeback, and use distinct
316 diagnostic for the latter case.
317
318 2013-04-10 Jan Beulich <jbeulich@suse.com>
319
320 * gas/config/tc-arm.c (parse_operands): Re-write
321 po_barrier_or_imm().
322 (do_barrier): Remove bogus constraint().
323 (do_t_barrier): Remove.
324
325 2013-04-09 Joerg Wunsch <joerg.wunsch@atmel.com>
326
327 * gas/config/tc-avr.c (mcu_types): Add ATmega64RFR2,
328 ATmega644RFR2, ATmega128RFR2, ATmega1284RFR2, ATmega256RFR2,
329 ATmega2564RFR2
330 * gas/doc/c-avr.texi (-mmcu documentation): Likewise.
331
332 2013-04-09 Jan Beulich <jbeulich@suse.com>
333
334 * gas/config/tc-arm.c (do_vmrs): Accept all control registers.
335 Use local variable Rt in more places.
336 (do_vmsr): Accept all control registers.
337
338 2013-04-09 Jan Beulich <jbeulich@suse.com>
339
340 * gas/config/tc-arm.c (do_neon_mov): Fake an instruction suffix
341 if there was none specified for moves between scalar and core
342 register.
343
344 2013-04-09 Jan Beulich <jbeulich@suse.com>
345
346 * gas/config/tc-arm.c (do_neon_ldx_stx): Reject VSTn in the
347 NEON_ALL_LANES case.
348
349 2013-04-08 Jan Beulich <jbeulich@suse.com>
350
351 * gas/config/tc-arm.c (do_neon_ldr_str): Correct disgnostics for
352 PC-relative VSTR.
353
354 2013-04-08 Jan Beulich <jbeulich@suse.com>
355
356 * gas/config/tc-arm.c (reg_names): Convert duplicate SP_fiq
357 entry to sp_fiq.
358
359 2013-04-03 Alan Modra <amodra@gmail.com>
360
361 * doc/as.texinfo: Add support to generate man options for h8300.
362 * doc/c-h8300.texi: Likewise.
363
364 2013-03-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
365
366 * config/tc-arm.c (arm_cpus): Add support for Cortex-A53 and
367 Cortex-A57.
368
369 2013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com>
370
371 PR binutils/15068
372 * config/tc-tic6x.c (tic6x_try_encode): Add use of bitfields array.
373
374 2013-03-26 Nick Clifton <nickc@redhat.com>
375
376 PR gas/15295
377 * listing.c (rebuffer_line): Rewrite to avoid seeking back to the
378 start of the file each time.
379
380 PR gas/15178
381 * config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for
382 FreeBSD targets.
383
384 2013-03-26 Douglas B Rupp <rupp@gnat.com>
385
386 * config/tc-ia64.c (emit_one_bundle): Move last_slot adjustment
387 after fixup.
388
389 2013-03-21 Will Newton <will.newton@linaro.org>
390
391 * config/tc-arm.c (encode_thumb32_addr_mode): Emit an error for all
392 pc-relative str instructions in Thumb mode.
393
394 2013-03-21 Michael Schewe <michael.schewe@gmx.net>
395
396 * config/tc-h8300.c (do_a_fix_imm): Add relaxation of mov
397 @(disp:32,ERx) to mov @(disp:16,ERx) insns by new reloc
398 R_H8_DISP32A16.
399 * config/tc-h8300.h: Remove duplicated defines.
400
401 2013-03-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
402
403 PR gas/15282
404 * tc-avr.c (mcu_has_3_byte_pc): New function.
405 (tc_cfi_frame_initial_instructions): Call it to find return
406 address size.
407
408 2013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com>
409
410 PR gas/15095
411 * config/tc-tic6x.c (tic6x_try_encode): Handle
412 tic6x_coding_dreg_(msb|lsb) field coding types and use it to
413 encode register pair numbers when required.
414
415 2013-03-15 Will Newton <will.newton@linaro.org>
416
417 * config/tc-arm.c (do_neon_ldr_str): Fix error check for PC register
418 in vstr in Thumb mode for pre-ARMv7 cores.
419
420 2013-03-14 Andreas Schwab <schwab@suse.de>
421
422 * doc/c-arc.texi (ARC Directives): Revert last change and use
423 @itemize instead of @table.
424 * doc/c-arm.texi (ARM-Instruction-Set): Likewise.
425
426 2013-03-14 Nick Clifton <nickc@redhat.com>
427
428 PR gas/15273
429 * config/tc-arm.c (do_co_reg): Do not call check_obsolete with a
430 NULL message, instead just check ARM_CPU_IS_ANY directly.
431
432 2013-03-14 Nick Clifton <nickc@redhat.com>
433
434 PR gas/15212
435 * doc/c-arc.texi (ARC Directives): Use @code instead of @bullet
436 for table format.
437 * doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text
438 to the @item directives.
439 (ARM-Neon-Alignment): Move to correct place in the document.
440 * doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table
441 formatting.
442 * doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of
443 @smallexample.
444
445 2013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
446
447 * config/tc-nios2.c (nios2_consume_arg): Delete 'k' case. Add 'o'
448 case. Add default BAD_CASE to switch.
449
450 2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
451
452 * config/tc-nios2.c (nios2_assemble_args_ds): New function.
453 (nios2_arg_info_structs): Add "d,s" and "d,s,E" entries.
454
455 2013-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
456
457 * config/tc-arm.c (crc_ext_armv8): New feature set.
458 (UNPRED_REG): New macro.
459 (do_crc32_1): New function.
460 (do_crc32b, do_crc32h, do_crc32w, do_crc32cb,
461 do_crc32ch, do_crc32cw): Likewise.
462 (TUEc): New macro.
463 (insns): Add entries for crc32 mnemonics.
464 (arm_extensions): Add entry for crc.
465
466 2013-03-08 Chung-Lin Tang <cltang@codesourcery.com>
467
468 * write.h (struct fix): Add fx_dot_frag field.
469 (dot_frag): Declare.
470 * write.c (dot_frag): New variable.
471 (fix_new_internal): Set fx_dot_frag field with dot_frag.
472 (fixup_segment): Base calculation of fx_offset with fx_dot_frag.
473 * expr.c (expr): Save value of frag_now in dot_frag when setting
474 dot_value.
475 * read.c (emit_expr): Likewise. Delete comments.
476
477 2013-03-07 H.J. Lu <hongjiu.lu@intel.com>
478
479 * config/tc-i386.c (flag_code_names): Removed.
480 (i386_index_check): Rewrote.
481
482 2013-03-05 Yufeng Zhang <yufeng.zhang@arm.com>
483
484 * config/tc-aarch64.c (aarch64_imm_float_p): Rename 'e' to 'pattern';
485 add comment.
486 (aarch64_double_precision_fmovable): New function.
487 (parse_aarch64_imm_float): Add parameter 'dp_p'; call the new
488 function; handle hexadecimal representation of IEEE754 encoding.
489 (parse_operands): Update the call to parse_aarch64_imm_float.
490
491 2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
492
493 * config/tc-i386.c (_i386_insn): Replace have_hle with hle_prefix.
494 (check_hle): Updated.
495 (md_assemble): Likewise.
496 (parse_insn): Likewise.
497
498 2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
499
500 * config/tc-i386.c (_i386_insn): Add rep_prefix.
501 (md_assemble): Check if REP prefix is OK.
502 (parse_insn): Remove expecting_string_instruction. Set
503 i.rep_prefix.
504
505 2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
506
507 * config/tc-aarch64.c (aarch64_features): Add the 'crc' option.
508
509 2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
510
511 * config/tc-aarch64.c (parse_sys_reg): Allow the full range of CRn
512 for system registers.
513
514 2013-02-27 DJ Delorie <dj@redhat.com>
515
516 * config/tc-rl78.c (reloc_function): Add %code -> BFD_RELOC_RL78_CODE.
517 (rl78_op): Handle %code().
518 (rl78_cons_fix_new): Likewise, but ignore for 20-bit operands.
519 (tc_gen_reloc): Likwise; convert to a computed reloc.
520 (md_apply_fix): Likewise.
521
522 2013-02-25 Kaushik Phatak <Kaushik.Phatak@kpitcummins.com>
523
524 * config/rl78-parse.y: Fix encoding of DIVWU insn.
525
526 2013-02-25 Terry Guo <terry.guo@arm.com>
527
528 * config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
529 * doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
530 list of accepted CPUs.
531
532 2013-02-19 H.J. Lu <hongjiu.lu@intel.com>
533
534 PR gas/15159
535 * config/tc-i386.c (cpu_arch): Add ".smap".
536
537 * doc/c-i386.texi: Document smap.
538
539 2013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
540
541 * config/tc-mips.c (s_cpload): Call mips_mark_labels and set
542 mips_assembling_insn appropriately.
543 (s_cpsetup, s_cprestore, s_cpreturn, s_cpadd): Likewise.
544
545 2013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
546
547 * config/tc-mips.c (append_insn): Correct indentation, remove
548 extraneous braces.
549
550 2013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
551
552 * config/tc-arm.c (do_neon_mov): Break on NS_NULL.
553
554 2013-02-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
555
556 * configure.tgt: Add nios2-*-rtems*.
557
558 2013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
559
560 * config/tc-aarch64.c (md_begin): Change to check if 'name' is
561 NULL.
562
563 2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
564
565 * config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro.
566 (macro): Use it. Assert that trunc.w.s is not used for r5900.
567
568 2013-02-08 Yi-Hsiu, Hsu <ahsu@marvell.com>
569
570 * gas/config/tc-arm.c (arm_cpus): Add support for mcpu=marvell-pj4
571 core.
572
573 2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
574 Andrew Jenner <andrew@codesourcery.com>
575
576 Based on patches from Altera Corporation.
577
578 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c.
579 (TARGET_CPU_HFILES): Add config/tc-nios2.h.
580 * Makefile.in: Regenerated.
581 * configure.tgt: Add case for nios2*-linux*.
582 * config/obj-elf.c: Conditionally include elf/nios2.h.
583 * config/tc-nios2.c: New file.
584 * config/tc-nios2.h: New file.
585 * doc/Makefile.am (CPU_DOCS): Add c-nios2.texi.
586 * doc/Makefile.in: Regenerated.
587 * doc/all.texi: Set NIOSII.
588 * doc/as.texinfo (Overview): Add Nios II options.
589 (Machine Dependencies): Include c-nios2.texi.
590 * doc/c-nios2.texi: New file.
591 * NEWS: Note Altera Nios II support.
592
593 2013-02-06 Alan Modra <amodra@gmail.com>
594
595 PR gas/14255
596 * config/tc-avr.h (TC_VALIDATE_FIX): Mark symbol used by reloc.
597 Don't skip fixups with fx_subsy non-NULL.
598 * config/tc-avr.c (tc_gen_reloc): Don't specially handle fixups
599 with fx_subsy non-NULL.
600
601 2013-02-04 H.J. Lu <hongjiu.lu@intel.com>
602
603 * doc/c-metag.texi: Add "@c man" markers.
604
605 2013-02-04 Alan Modra <amodra@gmail.com>
606
607 * write.c (fixup_segment): Return void. Delete seg_reloc_count
608 related code.
609 (TC_ADJUST_RELOC_COUNT): Delete.
610 * config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
611
612 2013-02-04 Alan Modra <amodra@gmail.com>
613
614 * po/POTFILES.in: Regenerate.
615
616 2013-01-30 Markos Chandras <markos.chandras@imgtec.com>
617
618 * config/tc-metag.c: Make SWAP instruction less permissive with
619 its operands.
620
621 2013-01-29 DJ Delorie <dj@redhat.com>
622
623 * config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified
624 relocs in .word/.etc statements.
625
626 2013-01-29 Roland McGrath <mcgrathr@google.com>
627
628 * config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
629 immediate value for 8-bit offset" error so it shows line info.
630
631 2013-01-24 Joseph Myers <joseph@codesourcery.com>
632
633 * config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
634 for 64-bit output.
635
636 2013-01-24 Nick Clifton <nickc@redhat.com>
637
638 * config/tc-v850.c: Add support for e3v5 architecture.
639 * doc/c-v850.texi: Mention new support.
640
641 2013-01-23 Nick Clifton <nickc@redhat.com>
642
643 PR gas/15039
644 * config/tc-avr.c: Include dwarf2dbg.h.
645
646 2013-01-18 H.J. Lu <hongjiu.lu@intel.com>
647
648 * config/tc-i386.c (reloc): Support size relocation only for ELF.
649 (tc_i386_fix_adjustable): Likewise.
650 (lex_got): Likewise.
651 (tc_gen_reloc): Likewise.
652
653 2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
654
655 * config/tc-aarch64.c (output_operand_error_record): Change to output
656 the out-of-range error message as value-expected message if there is
657 only one single value in the expected range.
658 (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
659 LSL #0 as a programmer-friendly feature.
660
661 2013-01-16 H.J. Lu <hongjiu.lu@intel.com>
662
663 * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
664 (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
665 BFD_RELOC_64_SIZE relocations.
666 (lex_got): Support "symbol@SIZE" and don't create GOT symbol
667 for it.
668 (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
669 relocations against local symbols.
670
671 2013-01-16 Alan Modra <amodra@gmail.com>
672
673 * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
674 finding some sort of toc syntax error, and break to avoid
675 compiler uninit warning.
676
677 2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
678
679 PR gas/15019
680 * config/tc-i386.c (lex_got): Increment length by 1 if the
681 relocation token is removed.
682
683 2013-01-15 Nick Clifton <nickc@redhat.com>
684
685 * config/tc-v850.c (md_assemble): Allow signed values for
686 V850E_IMMEDIATE.
687
688 2013-01-11 Sean Keys <skeys@ipdatasys.com>
689
690 * config/tc-xgate.c (md_begin): Fix mistake made when going from
691 git to cvs.
692
693 2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
694
695 * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
696 * doc/c-ppc.texi (PowerPC-Opts): Likewise.
697 * config/tc-ppc.c (md_show_usage): Likewise.
698 (ppc_handle_align): Handle power8's group ending nop.
699
700 2013-01-10 Sean Keys <skeys@ipdatasys.com>
701
702 * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
703 that the assember exits after the opcodes have been printed.
704
705 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
706
707 * app.c: Remove trailing white spaces.
708 * as.c: Likewise.
709 * as.h: Likewise.
710 * cond.c: Likewise.
711 * dw2gencfi.c: Likewise.
712 * dwarf2dbg.h: Likewise.
713 * ecoff.c: Likewise.
714 * input-file.c: Likewise.
715 * itbl-lex.h: Likewise.
716 * output-file.c: Likewise.
717 * read.c: Likewise.
718 * sb.c: Likewise.
719 * subsegs.c: Likewise.
720 * symbols.c: Likewise.
721 * write.c: Likewise.
722 * config/tc-i386.c: Likewise.
723 * doc/Makefile.am: Likewise.
724 * doc/Makefile.in: Likewise.
725 * doc/c-aarch64.texi: Likewise.
726 * doc/c-alpha.texi: Likewise.
727 * doc/c-arc.texi: Likewise.
728 * doc/c-arm.texi: Likewise.
729 * doc/c-avr.texi: Likewise.
730 * doc/c-bfin.texi: Likewise.
731 * doc/c-cr16.texi: Likewise.
732 * doc/c-d10v.texi: Likewise.
733 * doc/c-d30v.texi: Likewise.
734 * doc/c-h8300.texi: Likewise.
735 * doc/c-hppa.texi: Likewise.
736 * doc/c-i370.texi: Likewise.
737 * doc/c-i386.texi: Likewise.
738 * doc/c-i860.texi: Likewise.
739 * doc/c-m32c.texi: Likewise.
740 * doc/c-m32r.texi: Likewise.
741 * doc/c-m68hc11.texi: Likewise.
742 * doc/c-m68k.texi: Likewise.
743 * doc/c-microblaze.texi: Likewise.
744 * doc/c-mips.texi: Likewise.
745 * doc/c-msp430.texi: Likewise.
746 * doc/c-mt.texi: Likewise.
747 * doc/c-s390.texi: Likewise.
748 * doc/c-score.texi: Likewise.
749 * doc/c-sh.texi: Likewise.
750 * doc/c-sh64.texi: Likewise.
751 * doc/c-tic54x.texi: Likewise.
752 * doc/c-tic6x.texi: Likewise.
753 * doc/c-v850.texi: Likewise.
754 * doc/c-xc16x.texi: Likewise.
755 * doc/c-xgate.texi: Likewise.
756 * doc/c-xtensa.texi: Likewise.
757 * doc/c-z80.texi: Likewise.
758 * doc/internals.texi: Likewise.
759
760 2013-01-10 Roland McGrath <mcgrathr@google.com>
761
762 * hash.c (hash_new_sized): Make it global.
763 * hash.h: Declare it.
764 * macro.c (define_macro): Use hash_new_sized instead of hash_new,
765 pass a small size.
766
767 2013-01-10 Will Newton <will.newton@imgtec.com>
768
769 * Makefile.am: Add Meta.
770 * Makefile.in: Regenerate.
771 * config/tc-metag.c: New file.
772 * config/tc-metag.h: New file.
773 * configure.tgt: Add Meta.
774 * doc/Makefile.am: Add Meta.
775 * doc/Makefile.in: Regenerate.
776 * doc/all.texi: Add Meta.
777 * doc/as.texiinfo: Document Meta options.
778 * doc/c-metag.texi: New file.
779
780 2013-01-09 Steve Ellcey <sellcey@mips.com>
781
782 * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
783 calls.
784 * config/tc-mips.c (internalError): Remove, replace with abort.
785
786 2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
787
788 * config/tc-aarch64.c (parse_operands): Change to compare the result
789 of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
790
791 2013-01-07 Nick Clifton <nickc@redhat.com>
792
793 PR gas/14887
794 * config/tc-arm.c (skip_past_char): Skip whitespace before the
795 anticipated character.
796 * config/tc-arm.c (parse_address_main): Delete skip of whitespace
797 here as it is no longer needed.
798
799 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
800
801 * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
802 * doc/c-score.texi (SCORE-Opts): Likewise.
803 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
804
805 2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
806
807 * config/tc-mips.c: Add support for MIPS r5900.
808 Add M_LQ_AB and M_SQ_AB to support large values for instructions
809 lq and sq.
810 (can_swap_branch_p, get_append_method): Detect some conditional
811 short loops to fix a bug on the r5900 by NOP in the branch delay
812 slot.
813 (M_MUL): Support 3 operands in multu on r5900.
814 (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
815 (s_mipsset): Force 32 bit floating point on r5900.
816 (mips_ip): Check parameter range of instructions mfps and mtps on
817 r5900.
818 * configure.in: Detect CPU type when target string contains r5900
819 (e.g. mips64r5900el-linux-gnu).
820
821 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
822
823 * as.c (parse_args): Update copyright year to 2013.
824
825 2013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
826
827 * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
828 and "cortex57".
829
830 2013-01-02 Nick Clifton <nickc@redhat.com>
831
832 PR gas/14987
833 * config/tc-arm.c (parse_address_main): Skip whitespace before a
834 closing bracket.
835
836 For older changes see ChangeLog-2012
837 \f
838 Copyright (C) 2013 Free Software Foundation, Inc.
839
840 Copying and distribution of this file, with or without modification,
841 are permitted in any medium without royalty provided the copyright
842 notice and this notice are preserved.
843
844 Local Variables:
845 mode: change-log
846 left-margin: 8
847 fill-column: 74
848 version-control: never
849 End:
This page took 0.050367 seconds and 4 git commands to generate.