Set to 2.32 release version and regenerate configure and pot files
[external/binutils.git] / gas / ChangeLog
index cd80c48..d023975 100644 (file)
@@ -1,3 +1,101 @@
+2019-02-02  Nick Clifton  <nickc@redhat.com>
+
+       2.32 Release
+       * configure: Regenerate.
+       * po/gas.pot: Regenerate.
+
+2019-01-31  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       Backport from mainline
+       2019-01-31  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       * config/tc-s390.c (s390_parse_cpu): New entry for arch13.
+       * doc/c-s390.texi: Document arch13 march option.
+       * testsuite/gas/s390/s390.exp: Run the arch13 related tests.
+       * testsuite/gas/s390/zarch-arch13.d: New test.
+       * testsuite/gas/s390/zarch-arch13.s: New test.
+       * testsuite/gas/s390/zarch-z13.d: Expect the renamed mnemonics
+       also for z13.
+
+2019-01-31  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-alpha.c (md_apply_fix): Correct range checks for
+       BFD_RELOC_ALPHA_NOP, BFD_RELOC_ALPHA_LDA, BFD_RELOC_ALPHA_BSR.
+       * config/tc-arm.c (md_apply_fix): Use llabs rather than abs.
+       * config/tc-csky.c (get_macro_reg_vals): Pass s to csky_show_error.
+
+2019-01-29  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * config/tc-xtensa.c (md_apply_fix): Mark fixups for constant
+       symbols as done in md_apply_fix.
+       * testsuite/gas/all/forward.d: Don't XFAIL for xtensa.
+
+2019-01-28  Alan Modra  <amodra@gmail.com>
+
+       * configure.ac (ac_checking): Set from bfd/development.sh
+       development variable.
+       * configure: Regenerate.
+
+2019-01-28  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+       * po/ru.po: Updated Russian translation.
+
+2019-01-25  Sudakshina Das  <sudi.das@arm.com>
+
+       * config/tc-aarch64.c (warn_unpredictable_ldst): Exempt
+       stg, st2g, stzg and stz2g from Xt == Xn with writeback warning.
+       * testsuite/gas/aarch64/armv8_5-a-memtag.d: Change tests for
+       stg, stzg, st2g and stz2g.
+       * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
+       * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
+       * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
+
+2019-01-25  Sudakshina Das  <sudi.das@arm.com>
+
+       * testsuite/gas/aarch64/armv8_5-a-memtag.d: New tests for stzgm.
+       * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
+       * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
+       * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
+
+2019-01-25  Sudakshina Das  <sudi.das@arm.com>
+           Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
+
+       * config/tc-aarch64.c (parse_address_main): Remove support for
+       [base]! address expression.
+       (parse_operands): Remove support for AARCH64_OPND_ADDR_SIMPLE_2.
+       (warn_unpredictable_ldst): Remove support for ldstgv_indexed.
+       * testsuite/gas/aarch64/armv8_5-a-memtag.d: Remove tests for ldgv
+       and stgv.
+       * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
+       * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
+       * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
+
+2019-01-21  Nick Clifton  <nickc@redhat.com>
+
+       * po/uk.po: Updated Ukranian translation.
+
+2019-01-19  Nick Clifton  <nickc@redhat.com>
+
+       * config.in: Regenerate.
+       * configure: Regenerate.
+       * po/gas.pot: Regenerate.
+
+2018-06-24  Nick Clifton  <nickc@redhat.com>
+
+       2.32 branch created.
+
+2019-01-17  Tamar Christina  <tamar.christina@arm.com>
+
+       * testsuite/gas/arm/archv6t2-1-pe.d: New test.
+       * testsuite/gas/arm/archv6t2-1.d: Skip pe.
+       * testsuite/gas/arm/csdb.d: Skip pe.
+       * testsuite/gas/arm/sb-thumb1-pe.d: New test.
+       * testsuite/gas/arm/sb-thumb1.d: Skip pe.
+       * testsuite/gas/arm/sb-thumb2-pe.d: New test.
+       * testsuite/gas/arm/sb-thumb2.d: Skip pe.
+       * testsuite/gas/arm/udf.d: Skip pe.
+
 2019-01-16  Kito Cheng  <kito@andestech.com>
 
        * testsuite/gas/riscv/attribute-empty.d: New.