Remove ui_out_destroy
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 560a7bf4657a9026a014074edb20a165d81b6b91..20301d099f69204249aee7ee4387714d1ac676f0 100644 (file)
@@ -1,3 +1,99 @@
+2016-11-25  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * config/tc-sparc.c (sparc_ip): Avoid emitting a cbcond error
+       messages for non-cbcond instructions.
+       * testsuite/gas/sparc/cbcond-diag.s: New file.
+       * testsuite/gas/sparc/cbcond-diag.l: Likewise.
+       * testsuite/gas/sparc/sparc.exp (gas_64_check): Run cbcond-diag tests.
+
+2016-11-23  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * testsuite/gas/sparc/sparc.exp (gas_64_check): Make sure the
+       hwcaps-bump test is run with 64-bit objects.
+
+2016-11-23  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
+
+       * config/tc-riscv.c: Add missing break.
+
+2016-11-23  Alan Modra  <amodra@gmail.com>
+
+       * po/POTFILES.in: Regenerate.
+
+2016-11-22  Ambrogino Modigliani  <ambrogino.modigliani@gmail.com>
+
+        * configure: Regenerate.
+
+2016-11-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * config/tc-sparc.c: Move HWS_* and HWS2_* definitions to
+       opcodes/sparc-opc.c.
+       (sparc_arch): Clarify the new role of the hwcap_allowed and
+       hwcap2_allowed fields.
+       (sparc_arch_table): Remove HWS_* and HWS2_* instances from
+       hwcap_allowed and hwcap2_allowed respectively.
+       (md_parse_option): Include the opcode arch hwcaps when processing
+       -A.
+       (sparc_ip): Use the current opcode arch hwcaps to update
+       hwcap_allowed, as well as the hwcaps of the instruction triggering
+       the bump.
+       * testsuite/gas/sparc/hwcaps-bump.s: New file.
+       * testsuite/gas/sparc/hwcaps-bump.l: Likewise.
+       * testsuite/gas/sparc/sparc.exp (gas_64_check): Run tests in
+       hwcaps-bump.
+
+2016-11-22  Claudiu Zissulescu  <claziss@synopsys.com>
+
+       * testsuite/gas/arc/b.d: Update test result.
+
+2016-11-22  Alan Modra  <amodra@gmail.com>
+
+       PR 20744
+       * config/tc-ppc.c: Delete VLE insn defines.
+       (md_assemble): Swap use_a_reloc and use_d_reloc.
+       * testsuite/gas/ppc/vle-reloc.d: Update.
+
+2016-11-21  Renlin Li  <renlin.li@arm.com>
+
+       PR gas/20827
+       * config/tc-arm.c (encode_arm_shift): Don't assert for operands not
+       presented.
+       * testsuite/gas/arm/add-shift-two.d: New.
+       * testsuite/gas/arm/add-shift-two.s: New.
+
+2016-11-21  Alan Modra  <amodra@gmail.com>
+
+       * configure.ac: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
+       * Makefile.am (comparison): Rewrite using do_compare.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+       * doc/Makefile.in: Regenerate.
+
+2016-11-18  Claudiu Zissulescu  <claziss@synopsys.com>
+
+       * testsuite/gas/arc/cl-warn.s: New file.
+       * testsuite/gas/arc/cpu-pseudop-1.d: Likewise.
+       * testsuite/gas/arc/cpu-pseudop-1.s: Likewise.
+       * testsuite/gas/arc/cpu-pseudop-2.d: Likewise.
+       * testsuite/gas/arc/cpu-pseudop-2.s: Likewise.
+       * testsuite/gas/arc/cpu-warn2.s: Likewise.
+       * config/tc-arc.c (selected_cpu): Initialize.
+       (feature_type): New struct.
+       (feature_list): New variable.
+       (arc_check_feature): New function.
+       (arc_select_cpu): Check for .cpu duplicates. Don't overwrite the
+       current cpu features. Check if a feature is available for a given
+       cpu.
+       (md_parse_option): Test if features are available for a given cpu.
+
+2016-11-18  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+       * config/tc-aarch64.c (parse_operands): Handle AARCH64_OPND_IMM_ROT*.
+       * testsuite/gas/aarch64/advsimd-armv8_3.d: New.
+       * testsuite/gas/aarch64/advsimd-armv8_3.s: New.
+       * testsuite/gas/aarch64/illegal-fcmla.s: New.
+       * testsuite/gas/aarch64/illegal-fcmla.l: New.
+       * testsuite/gas/aarch64/illegal-fcmla.d: New.
+
 2016-11-18  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
        * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Add ldaprb, ldaprh, ldapr tests.
This page took 0.024303 seconds and 4 git commands to generate.