1 2013-05-13 Yufeng Zhang <yufeng.zhang@arm.com>
3 * testsuite/gas/aarch64/diagnostic.s: Update.
4 * testsuite/gas/aarch64/diagnostic.l: Ditto.
5 * testsuite/gas/aarch64/movi.s: Add new tests.
6 * testsuite/gas/aarch64/movi.d: Update.
8 2013-05-09 Andrew Pinski <apinski@cavium.com>
10 * config/tc-mips.c (struct mips_set_options): New ase_virt field.
11 (mips_opts): Update for the new field.
12 (file_ase_virt): New variable.
13 (ISA_SUPPORTS_VIRT_ASE): New macro.
14 (ISA_SUPPORTS_VIRT64_ASE): New macro.
15 (MIPS_CPU_ASE_VIRT): New define.
16 (is_opcode_valid): Handle ase_virt.
17 (macro_build): Handle "+J".
18 (validate_mips_insn): Likewise.
20 (enum options): Add OPTION_VIRT and OPTION_NO_VIRT.
21 (md_longopts): Add mvirt and mnovirt
22 (md_parse_option): Handle OPTION_VIRT and OPTION_NO_VIRT.
23 (mips_after_parse_args): Handle ase_virt field.
24 (s_mipsset): Handle "virt" and "novirt".
25 (mips_elf_final_processing): Add a comment about virt ASE might need
27 (md_show_usage): Print out the usage of -mvirt and mno-virt options.
28 * doc/c-mips.texi: Document -mvirt and -mno-virt.
29 Document ".set virt" and ".set novirt".
31 2013-05-09 Alan Modra <amodra@gmail.com>
33 * config/tc-ppc.c (md_apply_fix): Sign extend fieldval under
34 control of operand flag bits.
36 2013-05-07 Alan Modra <amodra@gmail.com>
38 * config/tc-ppc.c (PPC_VLE_SPLIT16A): Delete unused macro.
39 (PPC_VLE_SPLIT16D, PPC_VLE_LO16A, PPC_VLE_LO16D): Likewise.
40 (PPC_VLE_HI16A, PPC_VLE_HI16D): Likewise.
41 (PPC_VLE_HA16A, PPC_VLE_HA16D): Likewise.
42 (md_apply_fix): Set fx_no_overflow for assorted relocations.
43 Shift and sign-extend fieldval for use by some VLE reloc
44 operand->insert functions.
46 2013-05-06 Paul Brook <paul@codesourcery.com>
47 Catherine Moore <clm@codesourcery.com>
49 * config/tc-mips.c (md_pcrel_from): Handle BFD_RELOC_32_PCREL.
50 (limited_pcrel_reloc_p): Likewise.
51 (md_apply_fix): Likewise.
52 (tc_gen_reloc): Likewise.
54 2013-05-06 Richard Sandiford <rdsandiford@googlemail.com>
56 * config/tc-mips.c (limited_pcrel_reloc_p): New function.
57 (mips_fix_adjustable): Adjust pc-relative check to use
60 2013-05-02 Richard Sandiford <rdsandiford@googlemail.com>
62 * config/tc-mips.c (mips_pseudo_table): Add stabd and stabs entries.
63 (s_mips_stab): Do not restrict to stabn only.
65 2013-05-02 Nick Clifton <nickc@redhat.com>
67 * config/tc-msp430.c: Add support for the MSP430X architecture.
68 Add code to insert a NOP instruction after any instruction that
69 might change the interrupt state.
70 Add support for the LARGE memory model.
71 Add code to initialise the .MSP430.attributes section.
72 * config/tc-msp430.h: Add support for the MSP430X architecture.
73 * doc/c-msp430.texi: Document the new -mL and -mN command line
75 * NEWS: Mention support for the MSP430X architecture.
77 2013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
79 * configure.tgt: Replace alpha*-*-linuxecoff* pattern with
80 alpha*-*-linux*ecoff*.
82 2013-04-30 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
84 * config/tc-mips.c (mips_ip): Add sizelo.
85 For "+C", "+G", and "+H", set sizelo and compare against it.
87 2013-04-29 Nick Clifton <nickc@redhat.com>
89 * as.c (Options): Add -gdwarf-sections.
90 (parse_args): Likewise.
91 * as.h (flag_dwarf_sections): Declare.
92 * dwarf2dbg.c (emit_fixed_inc_line_addr): Skip section changes.
93 (process_entries): When -gdwarf-sections is enabled generate
94 fragmentary .debug_line sections.
95 (out_debug_line): Set the section for the .debug_line section end
97 * doc/as.texinfo: Document -gdwarf-sections.
98 * NEWS: Mention -gdwarf-sections.
100 2013-04-26 Christian Groessler <chris@groessler.org>
102 * config/tc-z8k.c (md_parse_option): Set z8k_target_from_cmdline
103 according to the target parameter. Don't call s_segm since s_segm
104 calls bfd_set_arch_mach using stdoutput, but stdoutput isn't
106 (md_begin): Call s_segm according to target parameter from command
109 2013-04-25 Alan Modra <amodra@gmail.com>
111 * configure.in: Allow little-endian linux.
112 * configure: Regenerate.
114 2013-04-24 Sandra Loosemore <sandra@codesourcery.com>
116 * config/tc-nios2.c (nios2_control_register_arg_p): Rename
117 "fstatus" control register to "eccinj".
119 2013-04-19 Kai Tietz <ktietz@redhat.com>
121 * configure.tgt (i386-*-cygwin): Handle x86_64 cygwin.
123 2013-04-15 Julian Brown <julian@codesourcery.com>
125 * expr.c (add_to_result, subtract_from_result): Make global.
126 * expr.h (add_to_result, subtract_from_result): Add prototypes.
127 * config/tc-sh.c (sh_optimize_expr): Use add_to_result,
128 subtract_from_result to handle extra bit of precision for .sleb128
131 2013-04-10 Julian Brown <julian@codesourcery.com>
133 * read.c (convert_to_bignum): Add sign parameter. Use it
134 instead of X_unsigned to determine sign of resulting bignum.
135 (emit_expr): Pass extra argument to convert_to_bignum.
136 (emit_leb128_expr): Use X_extrabit instead of X_unsigned. Pass
137 X_extrabit to convert_to_bignum.
138 (parse_bitfield_cons): Set X_extrabit.
139 * expr.c (make_expr_symbol, expr_build_uconstant, operand):
140 Initialise X_extrabit field as appropriate.
141 (add_to_result): New.
142 (subtract_from_result): New.
144 * expr.h (expressionS): Add X_extrabit field.
146 2013-04-10 Jan Beulich <jbeulich@suse.com>
148 * gas/config/tc-arm.c (encode_arm_addr_mode_3): Only reject base
149 register being PC when is_t or writeback, and use distinct
150 diagnostic for the latter case.
152 2013-04-10 Jan Beulich <jbeulich@suse.com>
154 * gas/config/tc-arm.c (parse_operands): Re-write
156 (do_barrier): Remove bogus constraint().
157 (do_t_barrier): Remove.
159 2013-04-09 Joerg Wunsch <joerg.wunsch@atmel.com>
161 * gas/config/tc-avr.c (mcu_types): Add ATmega64RFR2,
162 ATmega644RFR2, ATmega128RFR2, ATmega1284RFR2, ATmega256RFR2,
164 * gas/doc/c-avr.texi (-mmcu documentation): Likewise.
166 2013-04-09 Jan Beulich <jbeulich@suse.com>
168 * gas/config/tc-arm.c (do_vmrs): Accept all control registers.
169 Use local variable Rt in more places.
170 (do_vmsr): Accept all control registers.
172 2013-04-09 Jan Beulich <jbeulich@suse.com>
174 * gas/config/tc-arm.c (do_neon_mov): Fake an instruction suffix
175 if there was none specified for moves between scalar and core
178 2013-04-09 Jan Beulich <jbeulich@suse.com>
180 * gas/config/tc-arm.c (do_neon_ldx_stx): Reject VSTn in the
183 2013-04-08 Jan Beulich <jbeulich@suse.com>
185 * gas/config/tc-arm.c (do_neon_ldr_str): Correct disgnostics for
188 2013-04-08 Jan Beulich <jbeulich@suse.com>
190 * gas/config/tc-arm.c (reg_names): Convert duplicate SP_fiq
193 2013-04-03 Alan Modra <amodra@gmail.com>
195 * doc/as.texinfo: Add support to generate man options for h8300.
196 * doc/c-h8300.texi: Likewise.
198 2013-03-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
200 * config/tc-arm.c (arm_cpus): Add support for Cortex-A53 and
203 2013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com>
206 * config/tc-tic6x.c (tic6x_try_encode): Add use of bitfields array.
208 2013-03-26 Nick Clifton <nickc@redhat.com>
211 * listing.c (rebuffer_line): Rewrite to avoid seeking back to the
212 start of the file each time.
215 * config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for
218 2013-03-26 Douglas B Rupp <rupp@gnat.com>
220 * config/tc-ia64.c (emit_one_bundle): Move last_slot adjustment
223 2013-03-21 Will Newton <will.newton@linaro.org>
225 * config/tc-arm.c (encode_thumb32_addr_mode): Emit an error for all
226 pc-relative str instructions in Thumb mode.
228 2013-03-21 Michael Schewe <michael.schewe@gmx.net>
230 * config/tc-h8300.c (do_a_fix_imm): Add relaxation of mov
231 @(disp:32,ERx) to mov @(disp:16,ERx) insns by new reloc
233 * config/tc-h8300.h: Remove duplicated defines.
235 2013-03-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
238 * tc-avr.c (mcu_has_3_byte_pc): New function.
239 (tc_cfi_frame_initial_instructions): Call it to find return
242 2013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com>
245 * config/tc-tic6x.c (tic6x_try_encode): Handle
246 tic6x_coding_dreg_(msb|lsb) field coding types and use it to
247 encode register pair numbers when required.
249 2013-03-15 Will Newton <will.newton@linaro.org>
251 * config/tc-arm.c (do_neon_ldr_str): Fix error check for PC register
252 in vstr in Thumb mode for pre-ARMv7 cores.
254 2013-03-14 Andreas Schwab <schwab@suse.de>
256 * doc/c-arc.texi (ARC Directives): Revert last change and use
257 @itemize instead of @table.
258 * doc/c-arm.texi (ARM-Instruction-Set): Likewise.
260 2013-03-14 Nick Clifton <nickc@redhat.com>
263 * config/tc-arm.c (do_co_reg): Do not call check_obsolete with a
264 NULL message, instead just check ARM_CPU_IS_ANY directly.
266 2013-03-14 Nick Clifton <nickc@redhat.com>
269 * doc/c-arc.texi (ARC Directives): Use @code instead of @bullet
271 * doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text
272 to the @item directives.
273 (ARM-Neon-Alignment): Move to correct place in the document.
274 * doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table
276 * doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of
279 2013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
281 * config/tc-nios2.c (nios2_consume_arg): Delete 'k' case. Add 'o'
282 case. Add default BAD_CASE to switch.
284 2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
286 * config/tc-nios2.c (nios2_assemble_args_ds): New function.
287 (nios2_arg_info_structs): Add "d,s" and "d,s,E" entries.
289 2013-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
291 * config/tc-arm.c (crc_ext_armv8): New feature set.
292 (UNPRED_REG): New macro.
293 (do_crc32_1): New function.
294 (do_crc32b, do_crc32h, do_crc32w, do_crc32cb,
295 do_crc32ch, do_crc32cw): Likewise.
297 (insns): Add entries for crc32 mnemonics.
298 (arm_extensions): Add entry for crc.
300 2013-03-08 Chung-Lin Tang <cltang@codesourcery.com>
302 * write.h (struct fix): Add fx_dot_frag field.
304 * write.c (dot_frag): New variable.
305 (fix_new_internal): Set fx_dot_frag field with dot_frag.
306 (fixup_segment): Base calculation of fx_offset with fx_dot_frag.
307 * expr.c (expr): Save value of frag_now in dot_frag when setting
309 * read.c (emit_expr): Likewise. Delete comments.
311 2013-03-07 H.J. Lu <hongjiu.lu@intel.com>
313 * config/tc-i386.c (flag_code_names): Removed.
314 (i386_index_check): Rewrote.
316 2013-03-05 Yufeng Zhang <yufeng.zhang@arm.com>
318 * config/tc-aarch64.c (aarch64_imm_float_p): Rename 'e' to 'pattern';
320 (aarch64_double_precision_fmovable): New function.
321 (parse_aarch64_imm_float): Add parameter 'dp_p'; call the new
322 function; handle hexadecimal representation of IEEE754 encoding.
323 (parse_operands): Update the call to parse_aarch64_imm_float.
325 2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
327 * config/tc-i386.c (_i386_insn): Replace have_hle with hle_prefix.
328 (check_hle): Updated.
329 (md_assemble): Likewise.
330 (parse_insn): Likewise.
332 2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
334 * config/tc-i386.c (_i386_insn): Add rep_prefix.
335 (md_assemble): Check if REP prefix is OK.
336 (parse_insn): Remove expecting_string_instruction. Set
339 2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
341 * config/tc-aarch64.c (aarch64_features): Add the 'crc' option.
343 2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
345 * config/tc-aarch64.c (parse_sys_reg): Allow the full range of CRn
346 for system registers.
348 2013-02-27 DJ Delorie <dj@redhat.com>
350 * config/tc-rl78.c (reloc_function): Add %code -> BFD_RELOC_RL78_CODE.
351 (rl78_op): Handle %code().
352 (rl78_cons_fix_new): Likewise, but ignore for 20-bit operands.
353 (tc_gen_reloc): Likwise; convert to a computed reloc.
354 (md_apply_fix): Likewise.
356 2013-02-25 Kaushik Phatak <Kaushik.Phatak@kpitcummins.com>
358 * config/rl78-parse.y: Fix encoding of DIVWU insn.
360 2013-02-25 Terry Guo <terry.guo@arm.com>
362 * config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
363 * doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
364 list of accepted CPUs.
366 2013-02-19 H.J. Lu <hongjiu.lu@intel.com>
369 * config/tc-i386.c (cpu_arch): Add ".smap".
371 * doc/c-i386.texi: Document smap.
373 2013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
375 * config/tc-mips.c (s_cpload): Call mips_mark_labels and set
376 mips_assembling_insn appropriately.
377 (s_cpsetup, s_cprestore, s_cpreturn, s_cpadd): Likewise.
379 2013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
381 * config/tc-mips.c (append_insn): Correct indentation, remove
384 2013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
386 * config/tc-arm.c (do_neon_mov): Break on NS_NULL.
388 2013-02-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
390 * configure.tgt: Add nios2-*-rtems*.
392 2013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
394 * config/tc-aarch64.c (md_begin): Change to check if 'name' is
397 2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
399 * config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro.
400 (macro): Use it. Assert that trunc.w.s is not used for r5900.
402 2013-02-08 Yi-Hsiu, Hsu <ahsu@marvell.com>
404 * gas/config/tc-arm.c (arm_cpus): Add support for mcpu=marvell-pj4
407 2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
408 Andrew Jenner <andrew@codesourcery.com>
410 Based on patches from Altera Corporation.
412 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c.
413 (TARGET_CPU_HFILES): Add config/tc-nios2.h.
414 * Makefile.in: Regenerated.
415 * configure.tgt: Add case for nios2*-linux*.
416 * config/obj-elf.c: Conditionally include elf/nios2.h.
417 * config/tc-nios2.c: New file.
418 * config/tc-nios2.h: New file.
419 * doc/Makefile.am (CPU_DOCS): Add c-nios2.texi.
420 * doc/Makefile.in: Regenerated.
421 * doc/all.texi: Set NIOSII.
422 * doc/as.texinfo (Overview): Add Nios II options.
423 (Machine Dependencies): Include c-nios2.texi.
424 * doc/c-nios2.texi: New file.
425 * NEWS: Note Altera Nios II support.
427 2013-02-06 Alan Modra <amodra@gmail.com>
430 * config/tc-avr.h (TC_VALIDATE_FIX): Mark symbol used by reloc.
431 Don't skip fixups with fx_subsy non-NULL.
432 * config/tc-avr.c (tc_gen_reloc): Don't specially handle fixups
433 with fx_subsy non-NULL.
435 2013-02-04 H.J. Lu <hongjiu.lu@intel.com>
437 * doc/c-metag.texi: Add "@c man" markers.
439 2013-02-04 Alan Modra <amodra@gmail.com>
441 * write.c (fixup_segment): Return void. Delete seg_reloc_count
443 (TC_ADJUST_RELOC_COUNT): Delete.
444 * config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
446 2013-02-04 Alan Modra <amodra@gmail.com>
448 * po/POTFILES.in: Regenerate.
450 2013-01-30 Markos Chandras <markos.chandras@imgtec.com>
452 * config/tc-metag.c: Make SWAP instruction less permissive with
455 2013-01-29 DJ Delorie <dj@redhat.com>
457 * config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified
458 relocs in .word/.etc statements.
460 2013-01-29 Roland McGrath <mcgrathr@google.com>
462 * config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
463 immediate value for 8-bit offset" error so it shows line info.
465 2013-01-24 Joseph Myers <joseph@codesourcery.com>
467 * config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
470 2013-01-24 Nick Clifton <nickc@redhat.com>
472 * config/tc-v850.c: Add support for e3v5 architecture.
473 * doc/c-v850.texi: Mention new support.
475 2013-01-23 Nick Clifton <nickc@redhat.com>
478 * config/tc-avr.c: Include dwarf2dbg.h.
480 2013-01-18 H.J. Lu <hongjiu.lu@intel.com>
482 * config/tc-i386.c (reloc): Support size relocation only for ELF.
483 (tc_i386_fix_adjustable): Likewise.
485 (tc_gen_reloc): Likewise.
487 2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
489 * config/tc-aarch64.c (output_operand_error_record): Change to output
490 the out-of-range error message as value-expected message if there is
491 only one single value in the expected range.
492 (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
493 LSL #0 as a programmer-friendly feature.
495 2013-01-16 H.J. Lu <hongjiu.lu@intel.com>
497 * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
498 (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
499 BFD_RELOC_64_SIZE relocations.
500 (lex_got): Support "symbol@SIZE" and don't create GOT symbol
502 (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
503 relocations against local symbols.
505 2013-01-16 Alan Modra <amodra@gmail.com>
507 * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
508 finding some sort of toc syntax error, and break to avoid
509 compiler uninit warning.
511 2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
514 * config/tc-i386.c (lex_got): Increment length by 1 if the
515 relocation token is removed.
517 2013-01-15 Nick Clifton <nickc@redhat.com>
519 * config/tc-v850.c (md_assemble): Allow signed values for
522 2013-01-11 Sean Keys <skeys@ipdatasys.com>
524 * config/tc-xgate.c (md_begin): Fix mistake made when going from
527 2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
529 * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
530 * doc/c-ppc.texi (PowerPC-Opts): Likewise.
531 * config/tc-ppc.c (md_show_usage): Likewise.
532 (ppc_handle_align): Handle power8's group ending nop.
534 2013-01-10 Sean Keys <skeys@ipdatasys.com>
536 * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
537 that the assember exits after the opcodes have been printed.
539 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
541 * app.c: Remove trailing white spaces.
545 * dw2gencfi.c: Likewise.
546 * dwarf2dbg.h: Likewise.
548 * input-file.c: Likewise.
549 * itbl-lex.h: Likewise.
550 * output-file.c: Likewise.
553 * subsegs.c: Likewise.
554 * symbols.c: Likewise.
556 * config/tc-i386.c: Likewise.
557 * doc/Makefile.am: Likewise.
558 * doc/Makefile.in: Likewise.
559 * doc/c-aarch64.texi: Likewise.
560 * doc/c-alpha.texi: Likewise.
561 * doc/c-arc.texi: Likewise.
562 * doc/c-arm.texi: Likewise.
563 * doc/c-avr.texi: Likewise.
564 * doc/c-bfin.texi: Likewise.
565 * doc/c-cr16.texi: Likewise.
566 * doc/c-d10v.texi: Likewise.
567 * doc/c-d30v.texi: Likewise.
568 * doc/c-h8300.texi: Likewise.
569 * doc/c-hppa.texi: Likewise.
570 * doc/c-i370.texi: Likewise.
571 * doc/c-i386.texi: Likewise.
572 * doc/c-i860.texi: Likewise.
573 * doc/c-m32c.texi: Likewise.
574 * doc/c-m32r.texi: Likewise.
575 * doc/c-m68hc11.texi: Likewise.
576 * doc/c-m68k.texi: Likewise.
577 * doc/c-microblaze.texi: Likewise.
578 * doc/c-mips.texi: Likewise.
579 * doc/c-msp430.texi: Likewise.
580 * doc/c-mt.texi: Likewise.
581 * doc/c-s390.texi: Likewise.
582 * doc/c-score.texi: Likewise.
583 * doc/c-sh.texi: Likewise.
584 * doc/c-sh64.texi: Likewise.
585 * doc/c-tic54x.texi: Likewise.
586 * doc/c-tic6x.texi: Likewise.
587 * doc/c-v850.texi: Likewise.
588 * doc/c-xc16x.texi: Likewise.
589 * doc/c-xgate.texi: Likewise.
590 * doc/c-xtensa.texi: Likewise.
591 * doc/c-z80.texi: Likewise.
592 * doc/internals.texi: Likewise.
594 2013-01-10 Roland McGrath <mcgrathr@google.com>
596 * hash.c (hash_new_sized): Make it global.
597 * hash.h: Declare it.
598 * macro.c (define_macro): Use hash_new_sized instead of hash_new,
601 2013-01-10 Will Newton <will.newton@imgtec.com>
603 * Makefile.am: Add Meta.
604 * Makefile.in: Regenerate.
605 * config/tc-metag.c: New file.
606 * config/tc-metag.h: New file.
607 * configure.tgt: Add Meta.
608 * doc/Makefile.am: Add Meta.
609 * doc/Makefile.in: Regenerate.
610 * doc/all.texi: Add Meta.
611 * doc/as.texiinfo: Document Meta options.
612 * doc/c-metag.texi: New file.
614 2013-01-09 Steve Ellcey <sellcey@mips.com>
616 * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
618 * config/tc-mips.c (internalError): Remove, replace with abort.
620 2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
622 * config/tc-aarch64.c (parse_operands): Change to compare the result
623 of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
625 2013-01-07 Nick Clifton <nickc@redhat.com>
628 * config/tc-arm.c (skip_past_char): Skip whitespace before the
629 anticipated character.
630 * config/tc-arm.c (parse_address_main): Delete skip of whitespace
631 here as it is no longer needed.
633 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
635 * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
636 * doc/c-score.texi (SCORE-Opts): Likewise.
637 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
639 2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
641 * config/tc-mips.c: Add support for MIPS r5900.
642 Add M_LQ_AB and M_SQ_AB to support large values for instructions
644 (can_swap_branch_p, get_append_method): Detect some conditional
645 short loops to fix a bug on the r5900 by NOP in the branch delay
647 (M_MUL): Support 3 operands in multu on r5900.
648 (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
649 (s_mipsset): Force 32 bit floating point on r5900.
650 (mips_ip): Check parameter range of instructions mfps and mtps on
652 * configure.in: Detect CPU type when target string contains r5900
653 (e.g. mips64r5900el-linux-gnu).
655 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
657 * as.c (parse_args): Update copyright year to 2013.
659 2013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
661 * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
664 2013-01-02 Nick Clifton <nickc@redhat.com>
667 * config/tc-arm.c (parse_address_main): Skip whitespace before a
670 For older changes see ChangeLog-2012
672 Copyright (C) 2013 Free Software Foundation, Inc.
674 Copying and distribution of this file, with or without modification,
675 are permitted in any medium without royalty provided the copyright
676 notice and this notice are preserved.
682 version-control: never