1 2013-05-20 Peter Bergner <bergner@vnet.ibm.com>
3 * config/tc-ppc.c (ppc_setup_opcodes): Use new_seg to fix error
4 and clean up warning when using PRINT_OPCODE_TABLE.
6 2013-05-20 Alan Modra <amodra@gmail.com>
8 * config/tc-ppc.c (md_apply_fix): Hoist code common to insn
9 and data fixups performing shift/high adjust/sign extension on
10 fieldval. Sink fx_pcrel handling and checks. Use fixP->fx_size
11 when writing data fixups rather than recalculating size.
13 2013-05-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
15 * doc/c-msp430.texi: Fix typo.
17 2013-05-16 Tristan Gingold <gingold@adacore.com>
19 * config/tc-ppc.c (ppc_is_toc_sym): Symbols of class XMC_TC
22 2013-05-16 Nick Clifton <nickc@redhat.com>
24 * config/tc-msp430.c: Make -mmcu recognise more part numbers.
25 Add -mcpu command to specify core type.
26 * doc/c-msp430.texi: Update documentation.
28 2013-05-09 Andrew Pinski <apinski@cavium.com>
30 * config/tc-mips.c (struct mips_set_options): New ase_virt field.
31 (mips_opts): Update for the new field.
32 (file_ase_virt): New variable.
33 (ISA_SUPPORTS_VIRT_ASE): New macro.
34 (ISA_SUPPORTS_VIRT64_ASE): New macro.
35 (MIPS_CPU_ASE_VIRT): New define.
36 (is_opcode_valid): Handle ase_virt.
37 (macro_build): Handle "+J".
38 (validate_mips_insn): Likewise.
40 (enum options): Add OPTION_VIRT and OPTION_NO_VIRT.
41 (md_longopts): Add mvirt and mnovirt
42 (md_parse_option): Handle OPTION_VIRT and OPTION_NO_VIRT.
43 (mips_after_parse_args): Handle ase_virt field.
44 (s_mipsset): Handle "virt" and "novirt".
45 (mips_elf_final_processing): Add a comment about virt ASE might need
47 (md_show_usage): Print out the usage of -mvirt and mno-virt options.
48 * doc/c-mips.texi: Document -mvirt and -mno-virt.
49 Document ".set virt" and ".set novirt".
51 2013-05-09 Alan Modra <amodra@gmail.com>
53 * config/tc-ppc.c (md_apply_fix): Sign extend fieldval under
54 control of operand flag bits.
56 2013-05-07 Alan Modra <amodra@gmail.com>
58 * config/tc-ppc.c (PPC_VLE_SPLIT16A): Delete unused macro.
59 (PPC_VLE_SPLIT16D, PPC_VLE_LO16A, PPC_VLE_LO16D): Likewise.
60 (PPC_VLE_HI16A, PPC_VLE_HI16D): Likewise.
61 (PPC_VLE_HA16A, PPC_VLE_HA16D): Likewise.
62 (md_apply_fix): Set fx_no_overflow for assorted relocations.
63 Shift and sign-extend fieldval for use by some VLE reloc
64 operand->insert functions.
66 2013-05-06 Paul Brook <paul@codesourcery.com>
67 Catherine Moore <clm@codesourcery.com>
69 * config/tc-mips.c (md_pcrel_from): Handle BFD_RELOC_32_PCREL.
70 (limited_pcrel_reloc_p): Likewise.
71 (md_apply_fix): Likewise.
72 (tc_gen_reloc): Likewise.
74 2013-05-06 Richard Sandiford <rdsandiford@googlemail.com>
76 * config/tc-mips.c (limited_pcrel_reloc_p): New function.
77 (mips_fix_adjustable): Adjust pc-relative check to use
80 2013-05-02 Richard Sandiford <rdsandiford@googlemail.com>
82 * config/tc-mips.c (mips_pseudo_table): Add stabd and stabs entries.
83 (s_mips_stab): Do not restrict to stabn only.
85 2013-05-02 Nick Clifton <nickc@redhat.com>
87 * config/tc-msp430.c: Add support for the MSP430X architecture.
88 Add code to insert a NOP instruction after any instruction that
89 might change the interrupt state.
90 Add support for the LARGE memory model.
91 Add code to initialise the .MSP430.attributes section.
92 * config/tc-msp430.h: Add support for the MSP430X architecture.
93 * doc/c-msp430.texi: Document the new -mL and -mN command line
95 * NEWS: Mention support for the MSP430X architecture.
97 2013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
99 * configure.tgt: Replace alpha*-*-linuxecoff* pattern with
100 alpha*-*-linux*ecoff*.
102 2013-04-30 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
104 * config/tc-mips.c (mips_ip): Add sizelo.
105 For "+C", "+G", and "+H", set sizelo and compare against it.
107 2013-04-29 Nick Clifton <nickc@redhat.com>
109 * as.c (Options): Add -gdwarf-sections.
110 (parse_args): Likewise.
111 * as.h (flag_dwarf_sections): Declare.
112 * dwarf2dbg.c (emit_fixed_inc_line_addr): Skip section changes.
113 (process_entries): When -gdwarf-sections is enabled generate
114 fragmentary .debug_line sections.
115 (out_debug_line): Set the section for the .debug_line section end
117 * doc/as.texinfo: Document -gdwarf-sections.
118 * NEWS: Mention -gdwarf-sections.
120 2013-04-26 Christian Groessler <chris@groessler.org>
122 * config/tc-z8k.c (md_parse_option): Set z8k_target_from_cmdline
123 according to the target parameter. Don't call s_segm since s_segm
124 calls bfd_set_arch_mach using stdoutput, but stdoutput isn't
126 (md_begin): Call s_segm according to target parameter from command
129 2013-04-25 Alan Modra <amodra@gmail.com>
131 * configure.in: Allow little-endian linux.
132 * configure: Regenerate.
134 2013-04-24 Sandra Loosemore <sandra@codesourcery.com>
136 * config/tc-nios2.c (nios2_control_register_arg_p): Rename
137 "fstatus" control register to "eccinj".
139 2013-04-19 Kai Tietz <ktietz@redhat.com>
141 * configure.tgt (i386-*-cygwin): Handle x86_64 cygwin.
143 2013-04-15 Julian Brown <julian@codesourcery.com>
145 * expr.c (add_to_result, subtract_from_result): Make global.
146 * expr.h (add_to_result, subtract_from_result): Add prototypes.
147 * config/tc-sh.c (sh_optimize_expr): Use add_to_result,
148 subtract_from_result to handle extra bit of precision for .sleb128
151 2013-04-10 Julian Brown <julian@codesourcery.com>
153 * read.c (convert_to_bignum): Add sign parameter. Use it
154 instead of X_unsigned to determine sign of resulting bignum.
155 (emit_expr): Pass extra argument to convert_to_bignum.
156 (emit_leb128_expr): Use X_extrabit instead of X_unsigned. Pass
157 X_extrabit to convert_to_bignum.
158 (parse_bitfield_cons): Set X_extrabit.
159 * expr.c (make_expr_symbol, expr_build_uconstant, operand):
160 Initialise X_extrabit field as appropriate.
161 (add_to_result): New.
162 (subtract_from_result): New.
164 * expr.h (expressionS): Add X_extrabit field.
166 2013-04-10 Jan Beulich <jbeulich@suse.com>
168 * gas/config/tc-arm.c (encode_arm_addr_mode_3): Only reject base
169 register being PC when is_t or writeback, and use distinct
170 diagnostic for the latter case.
172 2013-04-10 Jan Beulich <jbeulich@suse.com>
174 * gas/config/tc-arm.c (parse_operands): Re-write
176 (do_barrier): Remove bogus constraint().
177 (do_t_barrier): Remove.
179 2013-04-09 Joerg Wunsch <joerg.wunsch@atmel.com>
181 * gas/config/tc-avr.c (mcu_types): Add ATmega64RFR2,
182 ATmega644RFR2, ATmega128RFR2, ATmega1284RFR2, ATmega256RFR2,
184 * gas/doc/c-avr.texi (-mmcu documentation): Likewise.
186 2013-04-09 Jan Beulich <jbeulich@suse.com>
188 * gas/config/tc-arm.c (do_vmrs): Accept all control registers.
189 Use local variable Rt in more places.
190 (do_vmsr): Accept all control registers.
192 2013-04-09 Jan Beulich <jbeulich@suse.com>
194 * gas/config/tc-arm.c (do_neon_mov): Fake an instruction suffix
195 if there was none specified for moves between scalar and core
198 2013-04-09 Jan Beulich <jbeulich@suse.com>
200 * gas/config/tc-arm.c (do_neon_ldx_stx): Reject VSTn in the
203 2013-04-08 Jan Beulich <jbeulich@suse.com>
205 * gas/config/tc-arm.c (do_neon_ldr_str): Correct disgnostics for
208 2013-04-08 Jan Beulich <jbeulich@suse.com>
210 * gas/config/tc-arm.c (reg_names): Convert duplicate SP_fiq
213 2013-04-03 Alan Modra <amodra@gmail.com>
215 * doc/as.texinfo: Add support to generate man options for h8300.
216 * doc/c-h8300.texi: Likewise.
218 2013-03-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
220 * config/tc-arm.c (arm_cpus): Add support for Cortex-A53 and
223 2013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com>
226 * config/tc-tic6x.c (tic6x_try_encode): Add use of bitfields array.
228 2013-03-26 Nick Clifton <nickc@redhat.com>
231 * listing.c (rebuffer_line): Rewrite to avoid seeking back to the
232 start of the file each time.
235 * config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for
238 2013-03-26 Douglas B Rupp <rupp@gnat.com>
240 * config/tc-ia64.c (emit_one_bundle): Move last_slot adjustment
243 2013-03-21 Will Newton <will.newton@linaro.org>
245 * config/tc-arm.c (encode_thumb32_addr_mode): Emit an error for all
246 pc-relative str instructions in Thumb mode.
248 2013-03-21 Michael Schewe <michael.schewe@gmx.net>
250 * config/tc-h8300.c (do_a_fix_imm): Add relaxation of mov
251 @(disp:32,ERx) to mov @(disp:16,ERx) insns by new reloc
253 * config/tc-h8300.h: Remove duplicated defines.
255 2013-03-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
258 * tc-avr.c (mcu_has_3_byte_pc): New function.
259 (tc_cfi_frame_initial_instructions): Call it to find return
262 2013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com>
265 * config/tc-tic6x.c (tic6x_try_encode): Handle
266 tic6x_coding_dreg_(msb|lsb) field coding types and use it to
267 encode register pair numbers when required.
269 2013-03-15 Will Newton <will.newton@linaro.org>
271 * config/tc-arm.c (do_neon_ldr_str): Fix error check for PC register
272 in vstr in Thumb mode for pre-ARMv7 cores.
274 2013-03-14 Andreas Schwab <schwab@suse.de>
276 * doc/c-arc.texi (ARC Directives): Revert last change and use
277 @itemize instead of @table.
278 * doc/c-arm.texi (ARM-Instruction-Set): Likewise.
280 2013-03-14 Nick Clifton <nickc@redhat.com>
283 * config/tc-arm.c (do_co_reg): Do not call check_obsolete with a
284 NULL message, instead just check ARM_CPU_IS_ANY directly.
286 2013-03-14 Nick Clifton <nickc@redhat.com>
289 * doc/c-arc.texi (ARC Directives): Use @code instead of @bullet
291 * doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text
292 to the @item directives.
293 (ARM-Neon-Alignment): Move to correct place in the document.
294 * doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table
296 * doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of
299 2013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
301 * config/tc-nios2.c (nios2_consume_arg): Delete 'k' case. Add 'o'
302 case. Add default BAD_CASE to switch.
304 2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
306 * config/tc-nios2.c (nios2_assemble_args_ds): New function.
307 (nios2_arg_info_structs): Add "d,s" and "d,s,E" entries.
309 2013-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
311 * config/tc-arm.c (crc_ext_armv8): New feature set.
312 (UNPRED_REG): New macro.
313 (do_crc32_1): New function.
314 (do_crc32b, do_crc32h, do_crc32w, do_crc32cb,
315 do_crc32ch, do_crc32cw): Likewise.
317 (insns): Add entries for crc32 mnemonics.
318 (arm_extensions): Add entry for crc.
320 2013-03-08 Chung-Lin Tang <cltang@codesourcery.com>
322 * write.h (struct fix): Add fx_dot_frag field.
324 * write.c (dot_frag): New variable.
325 (fix_new_internal): Set fx_dot_frag field with dot_frag.
326 (fixup_segment): Base calculation of fx_offset with fx_dot_frag.
327 * expr.c (expr): Save value of frag_now in dot_frag when setting
329 * read.c (emit_expr): Likewise. Delete comments.
331 2013-03-07 H.J. Lu <hongjiu.lu@intel.com>
333 * config/tc-i386.c (flag_code_names): Removed.
334 (i386_index_check): Rewrote.
336 2013-03-05 Yufeng Zhang <yufeng.zhang@arm.com>
338 * config/tc-aarch64.c (aarch64_imm_float_p): Rename 'e' to 'pattern';
340 (aarch64_double_precision_fmovable): New function.
341 (parse_aarch64_imm_float): Add parameter 'dp_p'; call the new
342 function; handle hexadecimal representation of IEEE754 encoding.
343 (parse_operands): Update the call to parse_aarch64_imm_float.
345 2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
347 * config/tc-i386.c (_i386_insn): Replace have_hle with hle_prefix.
348 (check_hle): Updated.
349 (md_assemble): Likewise.
350 (parse_insn): Likewise.
352 2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
354 * config/tc-i386.c (_i386_insn): Add rep_prefix.
355 (md_assemble): Check if REP prefix is OK.
356 (parse_insn): Remove expecting_string_instruction. Set
359 2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
361 * config/tc-aarch64.c (aarch64_features): Add the 'crc' option.
363 2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
365 * config/tc-aarch64.c (parse_sys_reg): Allow the full range of CRn
366 for system registers.
368 2013-02-27 DJ Delorie <dj@redhat.com>
370 * config/tc-rl78.c (reloc_function): Add %code -> BFD_RELOC_RL78_CODE.
371 (rl78_op): Handle %code().
372 (rl78_cons_fix_new): Likewise, but ignore for 20-bit operands.
373 (tc_gen_reloc): Likwise; convert to a computed reloc.
374 (md_apply_fix): Likewise.
376 2013-02-25 Kaushik Phatak <Kaushik.Phatak@kpitcummins.com>
378 * config/rl78-parse.y: Fix encoding of DIVWU insn.
380 2013-02-25 Terry Guo <terry.guo@arm.com>
382 * config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
383 * doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
384 list of accepted CPUs.
386 2013-02-19 H.J. Lu <hongjiu.lu@intel.com>
389 * config/tc-i386.c (cpu_arch): Add ".smap".
391 * doc/c-i386.texi: Document smap.
393 2013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
395 * config/tc-mips.c (s_cpload): Call mips_mark_labels and set
396 mips_assembling_insn appropriately.
397 (s_cpsetup, s_cprestore, s_cpreturn, s_cpadd): Likewise.
399 2013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
401 * config/tc-mips.c (append_insn): Correct indentation, remove
404 2013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
406 * config/tc-arm.c (do_neon_mov): Break on NS_NULL.
408 2013-02-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
410 * configure.tgt: Add nios2-*-rtems*.
412 2013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
414 * config/tc-aarch64.c (md_begin): Change to check if 'name' is
417 2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
419 * config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro.
420 (macro): Use it. Assert that trunc.w.s is not used for r5900.
422 2013-02-08 Yi-Hsiu, Hsu <ahsu@marvell.com>
424 * gas/config/tc-arm.c (arm_cpus): Add support for mcpu=marvell-pj4
427 2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
428 Andrew Jenner <andrew@codesourcery.com>
430 Based on patches from Altera Corporation.
432 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c.
433 (TARGET_CPU_HFILES): Add config/tc-nios2.h.
434 * Makefile.in: Regenerated.
435 * configure.tgt: Add case for nios2*-linux*.
436 * config/obj-elf.c: Conditionally include elf/nios2.h.
437 * config/tc-nios2.c: New file.
438 * config/tc-nios2.h: New file.
439 * doc/Makefile.am (CPU_DOCS): Add c-nios2.texi.
440 * doc/Makefile.in: Regenerated.
441 * doc/all.texi: Set NIOSII.
442 * doc/as.texinfo (Overview): Add Nios II options.
443 (Machine Dependencies): Include c-nios2.texi.
444 * doc/c-nios2.texi: New file.
445 * NEWS: Note Altera Nios II support.
447 2013-02-06 Alan Modra <amodra@gmail.com>
450 * config/tc-avr.h (TC_VALIDATE_FIX): Mark symbol used by reloc.
451 Don't skip fixups with fx_subsy non-NULL.
452 * config/tc-avr.c (tc_gen_reloc): Don't specially handle fixups
453 with fx_subsy non-NULL.
455 2013-02-04 H.J. Lu <hongjiu.lu@intel.com>
457 * doc/c-metag.texi: Add "@c man" markers.
459 2013-02-04 Alan Modra <amodra@gmail.com>
461 * write.c (fixup_segment): Return void. Delete seg_reloc_count
463 (TC_ADJUST_RELOC_COUNT): Delete.
464 * config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
466 2013-02-04 Alan Modra <amodra@gmail.com>
468 * po/POTFILES.in: Regenerate.
470 2013-01-30 Markos Chandras <markos.chandras@imgtec.com>
472 * config/tc-metag.c: Make SWAP instruction less permissive with
475 2013-01-29 DJ Delorie <dj@redhat.com>
477 * config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified
478 relocs in .word/.etc statements.
480 2013-01-29 Roland McGrath <mcgrathr@google.com>
482 * config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
483 immediate value for 8-bit offset" error so it shows line info.
485 2013-01-24 Joseph Myers <joseph@codesourcery.com>
487 * config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
490 2013-01-24 Nick Clifton <nickc@redhat.com>
492 * config/tc-v850.c: Add support for e3v5 architecture.
493 * doc/c-v850.texi: Mention new support.
495 2013-01-23 Nick Clifton <nickc@redhat.com>
498 * config/tc-avr.c: Include dwarf2dbg.h.
500 2013-01-18 H.J. Lu <hongjiu.lu@intel.com>
502 * config/tc-i386.c (reloc): Support size relocation only for ELF.
503 (tc_i386_fix_adjustable): Likewise.
505 (tc_gen_reloc): Likewise.
507 2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
509 * config/tc-aarch64.c (output_operand_error_record): Change to output
510 the out-of-range error message as value-expected message if there is
511 only one single value in the expected range.
512 (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
513 LSL #0 as a programmer-friendly feature.
515 2013-01-16 H.J. Lu <hongjiu.lu@intel.com>
517 * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
518 (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
519 BFD_RELOC_64_SIZE relocations.
520 (lex_got): Support "symbol@SIZE" and don't create GOT symbol
522 (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
523 relocations against local symbols.
525 2013-01-16 Alan Modra <amodra@gmail.com>
527 * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
528 finding some sort of toc syntax error, and break to avoid
529 compiler uninit warning.
531 2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
534 * config/tc-i386.c (lex_got): Increment length by 1 if the
535 relocation token is removed.
537 2013-01-15 Nick Clifton <nickc@redhat.com>
539 * config/tc-v850.c (md_assemble): Allow signed values for
542 2013-01-11 Sean Keys <skeys@ipdatasys.com>
544 * config/tc-xgate.c (md_begin): Fix mistake made when going from
547 2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
549 * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
550 * doc/c-ppc.texi (PowerPC-Opts): Likewise.
551 * config/tc-ppc.c (md_show_usage): Likewise.
552 (ppc_handle_align): Handle power8's group ending nop.
554 2013-01-10 Sean Keys <skeys@ipdatasys.com>
556 * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
557 that the assember exits after the opcodes have been printed.
559 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
561 * app.c: Remove trailing white spaces.
565 * dw2gencfi.c: Likewise.
566 * dwarf2dbg.h: Likewise.
568 * input-file.c: Likewise.
569 * itbl-lex.h: Likewise.
570 * output-file.c: Likewise.
573 * subsegs.c: Likewise.
574 * symbols.c: Likewise.
576 * config/tc-i386.c: Likewise.
577 * doc/Makefile.am: Likewise.
578 * doc/Makefile.in: Likewise.
579 * doc/c-aarch64.texi: Likewise.
580 * doc/c-alpha.texi: Likewise.
581 * doc/c-arc.texi: Likewise.
582 * doc/c-arm.texi: Likewise.
583 * doc/c-avr.texi: Likewise.
584 * doc/c-bfin.texi: Likewise.
585 * doc/c-cr16.texi: Likewise.
586 * doc/c-d10v.texi: Likewise.
587 * doc/c-d30v.texi: Likewise.
588 * doc/c-h8300.texi: Likewise.
589 * doc/c-hppa.texi: Likewise.
590 * doc/c-i370.texi: Likewise.
591 * doc/c-i386.texi: Likewise.
592 * doc/c-i860.texi: Likewise.
593 * doc/c-m32c.texi: Likewise.
594 * doc/c-m32r.texi: Likewise.
595 * doc/c-m68hc11.texi: Likewise.
596 * doc/c-m68k.texi: Likewise.
597 * doc/c-microblaze.texi: Likewise.
598 * doc/c-mips.texi: Likewise.
599 * doc/c-msp430.texi: Likewise.
600 * doc/c-mt.texi: Likewise.
601 * doc/c-s390.texi: Likewise.
602 * doc/c-score.texi: Likewise.
603 * doc/c-sh.texi: Likewise.
604 * doc/c-sh64.texi: Likewise.
605 * doc/c-tic54x.texi: Likewise.
606 * doc/c-tic6x.texi: Likewise.
607 * doc/c-v850.texi: Likewise.
608 * doc/c-xc16x.texi: Likewise.
609 * doc/c-xgate.texi: Likewise.
610 * doc/c-xtensa.texi: Likewise.
611 * doc/c-z80.texi: Likewise.
612 * doc/internals.texi: Likewise.
614 2013-01-10 Roland McGrath <mcgrathr@google.com>
616 * hash.c (hash_new_sized): Make it global.
617 * hash.h: Declare it.
618 * macro.c (define_macro): Use hash_new_sized instead of hash_new,
621 2013-01-10 Will Newton <will.newton@imgtec.com>
623 * Makefile.am: Add Meta.
624 * Makefile.in: Regenerate.
625 * config/tc-metag.c: New file.
626 * config/tc-metag.h: New file.
627 * configure.tgt: Add Meta.
628 * doc/Makefile.am: Add Meta.
629 * doc/Makefile.in: Regenerate.
630 * doc/all.texi: Add Meta.
631 * doc/as.texiinfo: Document Meta options.
632 * doc/c-metag.texi: New file.
634 2013-01-09 Steve Ellcey <sellcey@mips.com>
636 * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
638 * config/tc-mips.c (internalError): Remove, replace with abort.
640 2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
642 * config/tc-aarch64.c (parse_operands): Change to compare the result
643 of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
645 2013-01-07 Nick Clifton <nickc@redhat.com>
648 * config/tc-arm.c (skip_past_char): Skip whitespace before the
649 anticipated character.
650 * config/tc-arm.c (parse_address_main): Delete skip of whitespace
651 here as it is no longer needed.
653 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
655 * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
656 * doc/c-score.texi (SCORE-Opts): Likewise.
657 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
659 2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
661 * config/tc-mips.c: Add support for MIPS r5900.
662 Add M_LQ_AB and M_SQ_AB to support large values for instructions
664 (can_swap_branch_p, get_append_method): Detect some conditional
665 short loops to fix a bug on the r5900 by NOP in the branch delay
667 (M_MUL): Support 3 operands in multu on r5900.
668 (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
669 (s_mipsset): Force 32 bit floating point on r5900.
670 (mips_ip): Check parameter range of instructions mfps and mtps on
672 * configure.in: Detect CPU type when target string contains r5900
673 (e.g. mips64r5900el-linux-gnu).
675 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
677 * as.c (parse_args): Update copyright year to 2013.
679 2013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
681 * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
684 2013-01-02 Nick Clifton <nickc@redhat.com>
687 * config/tc-arm.c (parse_address_main): Skip whitespace before a
690 For older changes see ChangeLog-2012
692 Copyright (C) 2013 Free Software Foundation, Inc.
694 Copying and distribution of this file, with or without modification,
695 are permitted in any medium without royalty provided the copyright
696 notice and this notice are preserved.
702 version-control: never