* doc/internals.texi (TC_FORCE_RELOCATION_SUB_SAME): Update
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 8f6bc7c63d187cbeee46d24bb95ed312cd21ac28..6bf4355f021fe21c35fa96022d2e9000d423d2ba 100644 (file)
@@ -1,3 +1,140 @@
+2011-12-13  Andrew Burgess  <aburgess@broadcom.com>
+
+       * doc/internals.texi (TC_FORCE_RELOCATION_SUB_SAME): Update
+       to match code.
+
+2011-12-08  Andrew Pinski  <apinski@cavium.com>
+            Adam Nemet  <anemet@caviumnetworks.com>
+
+       * tc-mips.c (CPU_IS_OCTEON): Add Octeon2.
+       (mips_cpu_info_table): Add Octeon2.
+       * doc/c-mips.texi: Document octeon2 as an acceptable value for -march=.
+
+2011-12-07  Sameera Deshpande  <sameera.deshpande@arm.com>
+
+       * config/tc-arm.c (do_t_ldstd): Warn for unpredictable cases.
+
+2011-11-07  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * config/tc-arm.c (ARM_IT_MAX_OPERANDS): New define.
+       (arm_it): Use ARM_IT_MAX_OPERANDS.
+       (neon_select_shape): Ensure we have matched all operands.
+
+2011-11-07  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * config/tc-arm.c (parse_neon_mov): Update which_operand
+       correctly.
+
+2011-12-05  Richard Earnshaw  <rearnsha@arm.com>
+
+       * tc-arm.c (aeabi_set_public_attributes): Correctly set
+       Tag_ARM_ISA_use and Tag_Thumb_ISA_use.
+
+2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * config/tc-arm.c (arm_cpu_option_table): Add name_len field.
+       (arm_arch_option_table): Likewise.
+       (arm_option_extension_value_table): Likewise.
+       (ARM_CPU_OPT): New define.
+       (ARM_ARCH_OPT): Likewise.
+       (ARM_EXT_OPT): Likewise.
+       (arm_cpus): Use ARM_CPU_OPT to initialize.
+       (arm_archs): Use ARM_ARCH_OPT to initialize.
+       (arm_extensions): Use ARM_EXT_OPT to initialize.
+       (arm_parse_extension): Ensure option string matching matches
+       the whole string.
+       (arm_parse_cpu): Likewise.
+       (arm_parse_arch): Likewise.
+
+2011-11-29  Andrew Pinski  <apinski@cavium.com>
+
+       * config/tc-mips.c (CPU_IS_OCTEON): New macro function.
+       (CPU_HAS_SEQ): Change to use CPU_IS_OCTEON.
+       (NO_ISA_COP): Likewise.
+       (macro) <ld_st>: Add support when off0 is true.
+       Add support for M_SAA_AB, M_SAA_OB, M_SAAD_OB and M_SAAD_AB.
+       (mips_cpu_info_table): Add octeon+.
+       * doc/c-mips.texi: Document octeon+ as an acceptable value for -march=.
+
+2011-11-25  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * config/tc-arm.c (do_t_mov_cmp): Allow MOV lowreg, lowreg when no CPU
+       is specified.
+
+2011-11-23  Tristan Gingold  <gingold@adacore.com>
+
+       * config/tc-alpha.c (s_alpha_prologue): Requires empty line.
+
+2011-11-23  Tristan Gingold  <gingold@adacore.com>
+
+       * config/tc-alpha.c (s_alpha_frame): Emit a warning if bad value
+       of RA.
+       (s_alpha_pdesc): Adjust comment.
+
+2011-11-23  Thomas Klein  <th.r.klein@web.de>
+
+       * config/tc-arm.c (do_t_mov_cmp): Prevent emitting code for MOV
+       with two low register at arch v4t or v5t when assember using
+       unified syntax.
+
+2011-11-21  DJ Delorie  <dj@redhat.com>
+
+       * config/rl78-defs.h (rl78_error): Add "const".
+       * config/rl78-parse.y (rl78_error): Likewise.
+
+2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
+
+       * config/tc-ppc.c (ppc_target_format): Add format for powerpc*-freebsd.
+
+2011-11-16  David S. Miller  <davem@davemloft.net>
+
+       * config/tc-sparc.c (md_apply_fix): Handle BFD_RELOC_8.
+
+2011-11-16  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (macro): Fix unsupported opcode message
+       capitalization.
+       (mips_ip, mips16_ip): Likewise.
+
+2011-11-16  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (ISA_SUPPORTS_MCU_ASE): Also set if microMIPS
+       mode.
+
+2011-11-16  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (macro_build_jalr): Reverse a negative
+       conditional.
+       (mips_ip): Likewise.
+
+2011-11-16  Catherine Moore  <clm@codesourcery.com>
+            Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (mips_cpu_info_table): Add "m14ke" and
+       "m14kec".
+       * doc/c-mips.texi (MIPS architecture options): Add "m14ke" and
+       "m14kec" to the list of -march options.
+
+2011-11-15  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * write.c (dump_section_relocs): Don't convert PC-relative relocs
+       that have an in-place addend narrower than the addresses used.
+
+2011-11-14  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (can_swap_branch_p): Exclude microMIPS
+       variant frags too.
+
+2011-11-07  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * config/tc-arm.c (arm_cpus): Add cortex-a7 entry.
+       * doc/c-arm.texi (ARM Options): Add cortex-a7 to list of accepted
+       CPUs.
+
+2011-11-04  DJ Delorie  <dj@redhat.com>
+
+       * doc/c-rl78.texi (RL78-Float): Remove unused menu entry.
+
 2011-11-02  DJ Delorie  <dj@redhat.com>
 
        * config/tc-rl78.c (tc_gen_reloc): Remove unused variable.
This page took 0.024776 seconds and 4 git commands to generate.