bfd/
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 8962bbb7737d88276045439e953bf69a199faf1a..ee6e25191ac22fa84d286da1a16c614054e8ea02 100644 (file)
@@ -1,3 +1,517 @@
+2013-05-16  Tristan Gingold  <gingold@adacore.com>
+
+       * config/tc-ppc.c (ppc_is_toc_sym): Symbols of class XMC_TC
+       are also TOC symbols.
+
+2013-05-16  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-msp430.c: Make -mmcu recognise more part numbers.
+       Add -mcpu command to specify core type.
+       * doc/c-msp430.c: Update documentation.
+
+2013-05-09  Andrew Pinski  <apinski@cavium.com>
+
+       * config/tc-mips.c (struct mips_set_options): New ase_virt field.
+       (mips_opts): Update for the new field.
+       (file_ase_virt): New variable.
+       (ISA_SUPPORTS_VIRT_ASE): New macro.
+       (ISA_SUPPORTS_VIRT64_ASE): New macro.
+       (MIPS_CPU_ASE_VIRT): New define.
+       (is_opcode_valid): Handle ase_virt.
+       (macro_build): Handle "+J".
+       (validate_mips_insn): Likewise.
+       (mips_ip): Likewise.
+       (enum options): Add OPTION_VIRT and OPTION_NO_VIRT.
+       (md_longopts): Add mvirt and mnovirt
+       (md_parse_option): Handle OPTION_VIRT and OPTION_NO_VIRT.
+       (mips_after_parse_args): Handle ase_virt field.
+       (s_mipsset): Handle "virt" and "novirt".
+       (mips_elf_final_processing): Add a comment about virt ASE might need
+       a new flag.
+       (md_show_usage): Print out the usage of -mvirt and mno-virt options.
+       * doc/c-mips.texi: Document -mvirt and -mno-virt.
+       Document ".set virt" and ".set novirt".
+
+2013-05-09  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c (md_apply_fix): Sign extend fieldval under
+       control of operand flag bits.
+
+2013-05-07  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c (PPC_VLE_SPLIT16A): Delete unused macro.
+       (PPC_VLE_SPLIT16D, PPC_VLE_LO16A, PPC_VLE_LO16D): Likewise.
+       (PPC_VLE_HI16A, PPC_VLE_HI16D): Likewise.
+       (PPC_VLE_HA16A, PPC_VLE_HA16D): Likewise.
+       (md_apply_fix): Set fx_no_overflow for assorted relocations.
+       Shift and sign-extend fieldval for use by some VLE reloc
+       operand->insert functions.
+
+2013-05-06  Paul Brook  <paul@codesourcery.com>
+           Catherine Moore  <clm@codesourcery.com>
+
+       * config/tc-mips.c (md_pcrel_from): Handle BFD_RELOC_32_PCREL.
+       (limited_pcrel_reloc_p): Likewise.
+       (md_apply_fix): Likewise.
+       (tc_gen_reloc): Likewise.
+
+2013-05-06  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/tc-mips.c (limited_pcrel_reloc_p): New function.
+       (mips_fix_adjustable): Adjust pc-relative check to use
+       limited_pc_reloc_p.
+
+2013-05-02  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/tc-mips.c (mips_pseudo_table): Add stabd and stabs entries.
+       (s_mips_stab): Do not restrict to stabn only.
+
+2013-05-02  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-msp430.c: Add support for the MSP430X architecture.
+       Add code to insert a NOP instruction after any instruction that
+       might change the interrupt state.
+       Add support for the LARGE memory model.
+       Add code to initialise the .MSP430.attributes section.
+       * config/tc-msp430.h: Add support for the MSP430X architecture.
+       * doc/c-msp430.texi: Document the new -mL and -mN command line
+       options.
+       * NEWS: Mention support for the MSP430X architecture.
+
+2013-05-01  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * configure.tgt: Replace alpha*-*-linuxecoff* pattern with
+       alpha*-*-linux*ecoff*.
+
+2013-04-30  Chao-ying Fu  <Chao-ying.Fu@imgtec.com>
+
+       * config/tc-mips.c (mips_ip): Add sizelo.
+       For "+C", "+G", and "+H", set sizelo and compare against it.
+
+2013-04-29  Nick Clifton  <nickc@redhat.com>
+
+       * as.c (Options): Add -gdwarf-sections.
+       (parse_args): Likewise.
+       * as.h (flag_dwarf_sections): Declare.
+       * dwarf2dbg.c (emit_fixed_inc_line_addr): Skip section changes.
+       (process_entries): When -gdwarf-sections is enabled generate
+       fragmentary .debug_line sections.
+       (out_debug_line): Set the section for the .debug_line section end
+       symbol.
+       * doc/as.texinfo: Document -gdwarf-sections.
+       * NEWS: Mention -gdwarf-sections.
+
+2013-04-26  Christian Groessler  <chris@groessler.org>
+
+       * config/tc-z8k.c (md_parse_option): Set z8k_target_from_cmdline
+       according to the target parameter.  Don't call s_segm since s_segm
+       calls bfd_set_arch_mach using stdoutput, but stdoutput isn't
+       initialized yet.
+       (md_begin): Call s_segm according to target parameter from command
+       line.
+
+2013-04-25  Alan Modra  <amodra@gmail.com>
+
+       * configure.in: Allow little-endian linux.
+       * configure: Regenerate.
+
+2013-04-24  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * config/tc-nios2.c (nios2_control_register_arg_p): Rename
+       "fstatus" control register to "eccinj".
+
+2013-04-19  Kai Tietz  <ktietz@redhat.com>
+
+       * configure.tgt (i386-*-cygwin): Handle x86_64 cygwin.
+
+2013-04-15  Julian Brown  <julian@codesourcery.com>
+
+       * expr.c (add_to_result, subtract_from_result): Make global.
+       * expr.h (add_to_result, subtract_from_result): Add prototypes.
+       * config/tc-sh.c (sh_optimize_expr): Use add_to_result,
+       subtract_from_result to handle extra bit of precision for .sleb128
+       directive operands.
+
+2013-04-10  Julian Brown  <julian@codesourcery.com>
+
+       * read.c (convert_to_bignum): Add sign parameter. Use it
+       instead of X_unsigned to determine sign of resulting bignum.
+       (emit_expr): Pass extra argument to convert_to_bignum.
+       (emit_leb128_expr): Use X_extrabit instead of X_unsigned. Pass
+       X_extrabit to convert_to_bignum.
+       (parse_bitfield_cons): Set X_extrabit.
+       * expr.c (make_expr_symbol, expr_build_uconstant, operand):
+       Initialise X_extrabit field as appropriate.
+       (add_to_result): New.
+       (subtract_from_result): New.
+       (expr): Use above.
+       * expr.h (expressionS): Add X_extrabit field.
+
+2013-04-10  Jan Beulich <jbeulich@suse.com>
+
+       * gas/config/tc-arm.c (encode_arm_addr_mode_3): Only reject base
+       register being PC when is_t or writeback, and use distinct
+       diagnostic for the latter case.
+
+2013-04-10  Jan Beulich <jbeulich@suse.com>
+
+       * gas/config/tc-arm.c (parse_operands): Re-write
+       po_barrier_or_imm().
+       (do_barrier): Remove bogus constraint().
+       (do_t_barrier): Remove.
+
+2013-04-09 Joerg Wunsch <joerg.wunsch@atmel.com>
+
+       * gas/config/tc-avr.c (mcu_types): Add ATmega64RFR2,
+       ATmega644RFR2, ATmega128RFR2, ATmega1284RFR2, ATmega256RFR2,
+       ATmega2564RFR2
+       * gas/doc/c-avr.texi (-mmcu documentation): Likewise.
+
+2013-04-09  Jan Beulich <jbeulich@suse.com>
+
+       * gas/config/tc-arm.c (do_vmrs): Accept all control registers.
+       Use local variable Rt in more places.
+       (do_vmsr): Accept all control registers.
+
+2013-04-09  Jan Beulich <jbeulich@suse.com>
+
+       * gas/config/tc-arm.c (do_neon_mov): Fake an instruction suffix
+       if there was none specified for moves between scalar and core
+       register.
+
+2013-04-09  Jan Beulich <jbeulich@suse.com>
+
+       * gas/config/tc-arm.c (do_neon_ldx_stx): Reject VSTn in the
+       NEON_ALL_LANES case.
+
+2013-04-08  Jan Beulich <jbeulich@suse.com>
+
+       * gas/config/tc-arm.c (do_neon_ldr_str): Correct disgnostics for
+       PC-relative VSTR.
+
+2013-04-08  Jan Beulich <jbeulich@suse.com>
+
+       * gas/config/tc-arm.c (reg_names): Convert duplicate SP_fiq
+       entry to sp_fiq.
+
+2013-04-03  Alan Modra  <amodra@gmail.com>
+
+       * doc/as.texinfo: Add support to generate man options for h8300.
+       * doc/c-h8300.texi: Likewise.
+
+2013-03-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
+
+       * config/tc-arm.c (arm_cpus): Add support for Cortex-A53 and
+       Cortex-A57.
+
+2013-03-27  Alexis Deruelle  <alexis.deruelle@gmail.com>
+
+       PR binutils/15068
+       * config/tc-tic6x.c (tic6x_try_encode): Add use of bitfields array.
+
+2013-03-26  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/15295
+       * listing.c (rebuffer_line): Rewrite to avoid seeking back to the
+       start of the file each time.
+
+       PR gas/15178
+       * config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for
+       FreeBSD targets.
+
+2013-03-26  Douglas B Rupp  <rupp@gnat.com>
+
+       * config/tc-ia64.c (emit_one_bundle): Move last_slot adjustment
+       after fixup.
+
+2013-03-21  Will Newton  <will.newton@linaro.org>
+
+       * config/tc-arm.c (encode_thumb32_addr_mode): Emit an error for all
+       pc-relative str instructions in Thumb mode.
+
+2013-03-21  Michael Schewe  <michael.schewe@gmx.net>
+
+       * config/tc-h8300.c (do_a_fix_imm): Add relaxation of mov
+       @(disp:32,ERx) to mov @(disp:16,ERx) insns by new reloc
+       R_H8_DISP32A16.
+       * config/tc-h8300.h: Remove duplicated defines.
+
+2013-03-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       PR gas/15282
+       * tc-avr.c (mcu_has_3_byte_pc): New function.
+       (tc_cfi_frame_initial_instructions): Call it to find return
+       address size.
+
+2013-03-20  Alexis Deruelle  <alexis.deruelle@gmail.com>
+
+       PR gas/15095
+       * config/tc-tic6x.c (tic6x_try_encode): Handle
+       tic6x_coding_dreg_(msb|lsb) field coding types and use it to
+       encode register pair numbers when required.
+
+2013-03-15  Will Newton  <will.newton@linaro.org>
+
+       * config/tc-arm.c (do_neon_ldr_str): Fix error check for PC register
+       in vstr in Thumb mode for pre-ARMv7 cores.
+
+2013-03-14  Andreas Schwab  <schwab@suse.de>
+
+       * doc/c-arc.texi (ARC Directives): Revert last change and use
+       @itemize instead of @table.
+       * doc/c-arm.texi (ARM-Instruction-Set): Likewise.
+
+2013-03-14  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/15273
+       * config/tc-arm.c (do_co_reg): Do not call check_obsolete with a
+       NULL message, instead just check ARM_CPU_IS_ANY directly.
+
+2013-03-14  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/15212
+       * doc/c-arc.texi (ARC Directives): Use @code instead of @bullet
+       for table format.
+       * doc/c-arm.texi (ARM-Instruction-Set): Likewise.  Also add text
+       to the @item directives.
+       (ARM-Neon-Alignment): Move to correct place in the document.
+       * doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table
+       formatting.
+       * doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of
+       @smallexample.
+
+2013-03-12  Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * config/tc-nios2.c (nios2_consume_arg): Delete 'k' case.  Add 'o'
+       case.  Add default BAD_CASE to switch.
+
+2013-03-11  Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * config/tc-nios2.c (nios2_assemble_args_ds): New function.
+       (nios2_arg_info_structs): Add "d,s" and "d,s,E" entries.
+
+2013-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * config/tc-arm.c (crc_ext_armv8): New feature set.
+       (UNPRED_REG): New macro.
+       (do_crc32_1): New function.
+       (do_crc32b, do_crc32h, do_crc32w, do_crc32cb,
+       do_crc32ch, do_crc32cw): Likewise.
+       (TUEc): New macro.
+       (insns): Add entries for crc32 mnemonics.
+       (arm_extensions): Add entry for crc.
+
+2013-03-08  Chung-Lin Tang  <cltang@codesourcery.com>
+
+       * write.h (struct fix): Add fx_dot_frag field.
+       (dot_frag): Declare.
+       * write.c (dot_frag): New variable.
+       (fix_new_internal): Set fx_dot_frag field with dot_frag.
+       (fixup_segment): Base calculation of fx_offset with fx_dot_frag.
+       * expr.c (expr): Save value of frag_now in dot_frag when setting
+       dot_value.
+       * read.c (emit_expr): Likewise. Delete comments.
+
+2013-03-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (flag_code_names): Removed.
+       (i386_index_check): Rewrote.
+
+2013-03-05  Yufeng Zhang  <yufeng.zhang@arm.com>
+
+       * config/tc-aarch64.c (aarch64_imm_float_p): Rename 'e' to 'pattern';
+       add comment.
+       (aarch64_double_precision_fmovable): New function.
+       (parse_aarch64_imm_float): Add parameter 'dp_p'; call the new
+       function; handle hexadecimal representation of IEEE754 encoding.
+       (parse_operands): Update the call to parse_aarch64_imm_float.
+
+2013-02-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (_i386_insn): Replace have_hle with hle_prefix.
+       (check_hle): Updated.
+       (md_assemble): Likewise.
+       (parse_insn): Likewise.
+
+2013-02-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (_i386_insn): Add rep_prefix.
+       (md_assemble): Check if REP prefix is OK.
+       (parse_insn): Remove expecting_string_instruction.  Set
+       i.rep_prefix.
+
+2013-02-28  Yufeng Zhang  <yufeng.zhang@arm.com>
+
+       * config/tc-aarch64.c (aarch64_features): Add the 'crc' option.
+
+2013-02-28  Yufeng Zhang  <yufeng.zhang@arm.com>
+
+       * config/tc-aarch64.c (parse_sys_reg): Allow the full range of CRn
+       for system registers.
+
+2013-02-27  DJ Delorie  <dj@redhat.com>
+
+       * config/tc-rl78.c (reloc_function): Add %code -> BFD_RELOC_RL78_CODE.
+       (rl78_op): Handle %code().
+       (rl78_cons_fix_new): Likewise, but ignore for 20-bit operands.
+       (tc_gen_reloc): Likwise; convert to a computed reloc.
+       (md_apply_fix): Likewise.
+
+2013-02-25  Kaushik Phatak  <Kaushik.Phatak@kpitcummins.com>
+
+       * config/rl78-parse.y: Fix encoding of DIVWU insn.
+
+2013-02-25  Terry Guo  <terry.guo@arm.com>
+
+       * config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
+       * doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
+       list of accepted CPUs.
+
+2013-02-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/15159
+       * config/tc-i386.c (cpu_arch): Add ".smap".
+
+       * doc/c-i386.texi: Document smap.
+
+2013-02-18  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (s_cpload): Call mips_mark_labels and set
+       mips_assembling_insn appropriately.
+       (s_cpsetup, s_cprestore, s_cpreturn, s_cpadd): Likewise.
+
+2013-02-18  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (append_insn): Correct indentation, remove
+       extraneous braces.
+
+2013-02-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * config/tc-arm.c (do_neon_mov): Break on NS_NULL.
+
+2013-02-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       * configure.tgt: Add nios2-*-rtems*.
+
+2013-02-14  Yufeng Zhang  <yufeng.zhang@arm.com>
+
+       * config/tc-aarch64.c (md_begin): Change to check if 'name' is
+       NULL.
+
+2013-02-09  Jürgen Urban  <JuergenUrban@gmx.de>
+
+       * config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro.
+       (macro): Use it.  Assert that trunc.w.s is not used for r5900.
+
+2013-02-08  Yi-Hsiu, Hsu  <ahsu@marvell.com>
+
+       * gas/config/tc-arm.c (arm_cpus): Add support for mcpu=marvell-pj4
+       core.
+
+2013-02-06  Sandra Loosemore  <sandra@codesourcery.com>
+           Andrew Jenner <andrew@codesourcery.com>
+
+       Based on patches from Altera Corporation.
+
+       * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c.
+       (TARGET_CPU_HFILES): Add config/tc-nios2.h.
+       * Makefile.in: Regenerated.
+       * configure.tgt: Add case for nios2*-linux*.
+       * config/obj-elf.c: Conditionally include elf/nios2.h.
+       * config/tc-nios2.c: New file.
+       * config/tc-nios2.h: New file.
+       * doc/Makefile.am (CPU_DOCS): Add c-nios2.texi.
+       * doc/Makefile.in: Regenerated.
+       * doc/all.texi: Set NIOSII.
+       * doc/as.texinfo (Overview): Add Nios II options.
+       (Machine Dependencies): Include c-nios2.texi.
+       * doc/c-nios2.texi: New file.
+       * NEWS: Note Altera Nios II support.
+
+2013-02-06  Alan Modra  <amodra@gmail.com>
+
+       PR gas/14255
+       * config/tc-avr.h (TC_VALIDATE_FIX): Mark symbol used by reloc.
+       Don't skip fixups with fx_subsy non-NULL.
+       * config/tc-avr.c (tc_gen_reloc): Don't specially handle fixups
+       with fx_subsy non-NULL.
+
+2013-02-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * doc/c-metag.texi: Add "@c man" markers.
+
+2013-02-04  Alan Modra  <amodra@gmail.com>
+
+       * write.c (fixup_segment): Return void.  Delete seg_reloc_count
+       related code.
+       (TC_ADJUST_RELOC_COUNT): Delete.
+       * config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
+
+2013-02-04  Alan Modra  <amodra@gmail.com>
+
+       * po/POTFILES.in: Regenerate.
+
+2013-01-30  Markos Chandras  <markos.chandras@imgtec.com>
+
+       * config/tc-metag.c: Make SWAP instruction less permissive with
+       its operands.
+
+2013-01-29  DJ Delorie  <dj@redhat.com>
+
+       * config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified
+       relocs in .word/.etc statements.
+
+2013-01-29  Roland McGrath  <mcgrathr@google.com>
+
+       * config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
+       immediate value for 8-bit offset" error so it shows line info.
+
+2013-01-24  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
+       for 64-bit output.
+
+2013-01-24  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-v850.c: Add support for e3v5 architecture.
+       * doc/c-v850.texi: Mention new support.
+
+2013-01-23  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/15039
+       * config/tc-avr.c: Include dwarf2dbg.h.
+
+2013-01-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (reloc): Support size relocation only for ELF.
+       (tc_i386_fix_adjustable): Likewise.
+       (lex_got): Likewise.
+       (tc_gen_reloc): Likewise.
+
+2013-01-17  Yufeng Zhang  <yufeng.zhang@arm.com>
+
+       * config/tc-aarch64.c (output_operand_error_record): Change to output
+       the out-of-range error message as value-expected message if there is
+       only one single value in the expected range.
+       (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
+       LSL #0 as a programmer-friendly feature.
+
+2013-01-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
+       (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
+       BFD_RELOC_64_SIZE relocations.
+       (lex_got): Support "symbol@SIZE" and don't create GOT symbol
+       for it.
+       (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
+       relocations against local symbols.
+
+2013-01-16  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
+       finding some sort of toc syntax error, and break to avoid
+       compiler uninit warning.
+
 2013-01-15  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR gas/15019
This page took 0.027561 seconds and 4 git commands to generate.