rx: make the type of a variable bfd_reloc_code_real_type
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 39814fcd4d0d44c5c7f813af4655d4bb14830ee1..ae4de64f90fab7af03841492a2805d6c224f22d8 100644 (file)
@@ -1,6 +1,64 @@
+2016-05-26  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-rx.c (md_convert_frag): Make the type of reloc_type
+       bfd_reloc_code_real_type.
+
+2016-05-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/20140
+       * config/tc-i386.c (cpu_flags_match): Require another match
+       for AVX512VL.
+       * testsuite/gas/i386/i386.exp: Run avx512vl-1, avx512vl-2,
+       x86-64-avx512vl-1 and x86-64-avx512vl-2.
+       * testsuite/gas/i386/avx512vl-1.l: New file.
+       * testsuite/gas/i386/avx512vl-1.s: Likewise.
+       * testsuite/gas/i386/avx512vl-2.l: Likewise.
+       * testsuite/gas/i386/avx512vl-2.s: Likewise.
+       * testsuite/gas/i386/x86-64-avx512vl-1.l: Likewise.
+       * testsuite/gas/i386/x86-64-avx512vl-1.s: Likewise.
+       * testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
+       * testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
+
+2016-05-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/20141
+       * testsuite/gas/i386/i386.exp: Run x86-64-pr20141.
+       * testsuite/gas/i386/x86-64-pr20141.d: New file.
+       * testsuite/gas/i386/x86-64-pr20141.s: Likewise.
+
+2016-05-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (arch_entry): Remove negated.
+       (noarch_entry): New struct.
+       (cpu_arch): Updated.  Remove .no87, .nommx, .nosse and .noavx.
+       (cpu_noarch): New.
+       (set_cpu_arch): Check cpu_noarch after cpu_arch.
+       (md_parse_option): Allow -march=+nosse.  Check cpu_noarch after
+       cpu_arch.
+       (output_message): New function.
+       (show_arch): Use it.  Handle cpu_noarch.
+       * testsuite/gas/i386/i386.exp: Run nommx-1, nommx-2, nommx-3,
+       nosse-1, nosse-2, nosse-3, noavx-1 and noavx-2.
+       * testsuite/gas/i386/noavx-1.l: New file.
+       * testsuite/gas/i386/noavx-1.s: Likewise.
+       * testsuite/gas/i386/noavx-2.s: Likewise.
+       * testsuite/gas/i386/noavx-2.l: Likewise.
+       * testsuite/gas/i386/nommx-1.s: Likewise.
+       * testsuite/gas/i386/nommx-1.l: Likewise.
+       * testsuite/gas/i386/nommx-2.s: Likewise.
+       * testsuite/gas/i386/nommx-2.l: Likewise.
+       * testsuite/gas/i386/nommx-3.s: Likewise.
+       * testsuite/gas/i386/nommx-3.l: Likewise.
+       * testsuite/gas/i386/nosse-1.s: Likewise.
+       * testsuite/gas/i386/nosse-1.l: Likewise.
+       * testsuite/gas/i386/nosse-2.s: Likewise.
+       * testsuite/gas/i386/nosse-2.l: Likewise.
+       * testsuite/gas/i386/nosse-3.s: Likewise.
+       * testsuite/gas/i386/nosse-3.l: Likewise.
+
 2016-05-25  Chua Zheng Leong  <chuazl@comp.nus.edu.sg>
 
-       PR target/2006764
+       PR target/20067
        * config/tc-arm.c (move_or_literal_pool): Only generate a VMOV.I64
        instruction if supported by the currently selected fpu variant.
        * testsuite/gas/arm/vfpv3-ldr_immediate.s: Add test of this PR.
This page took 0.024309 seconds and 4 git commands to generate.