FT32 initial support
[deliverable/binutils-gdb.git] / gas / ChangeLog
index ef0af898cd1966ad1c0ca7a781a17247377ebc6c..8f16b3135bd6551a664b4960024889814e52255b 100644 (file)
@@ -1,3 +1,44 @@
+2015-01-28  James Bowman  <james.bowman@ftdichip.com>
+
+       * Makefile.am: Add FT32 files.
+       * config/tc-ft32.c: New file.
+       * config/tc-ft32.h: New file.
+       * configure.tgt: Add FT32 support.
+       * Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+
+2015-01-27  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
+
+       * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
+       of instruction la to a symbol.
+
+2015-01-27  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
+
+       * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
+       section name.
+
+2015-01-19  Alan Modra  <amodra@gmail.com>
+
+       * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}.
+       * write.c (get_frag_for_reloc): Allow match just past end of frag.
+
+2015-01-16  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
+
+       * config/tc-s390.c (struct pd_reg): Remove.
+       (pre_defined_registers): Remove.
+       (REG_NAME_CNT): Remove.
+       (reg_name_search): Calculate the register number instead of doing
+       a lookup.
+       (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new
+       reg_name_search signature.
+       (s390_parse_cpu): Support the new arch string z13.
+       (s390_insert_operand): Support for vector registers with the extra
+       field for the fifth bit of each vector register operand.
+       (md_gather_operand): Adjust to the new handling of optional
+       parameters.
+
+       * doc/as.texinfo: Document the z13 cpu string.
+
 2015-01-13  Matthew Wahab  <matthew.wahab@arm.com>
 
        * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
This page took 0.023664 seconds and 4 git commands to generate.