d777820bf5
The latest specification for Intel CET technology defined two new bits instead of previously used CET bit. These are IBT and SHSTK bits. The patch replaces CET bit with IBT and SHSTK bits. gas/ * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk. (cpu_noarch): Add noibt, noshstk. (parse_insn): Change cpucet to cpuibt. * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk. * testsuite/gas/i386/cet-ibt-inval.l: New test. * testsuite/gas/i386/cet-ibt-inval.s: Likewise. * testsuite/gas/i386/cet-shstk-inval.l: Likewise. * testsuite/gas/i386/cet-shstk-inval.s: Likewise. * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise. * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise. * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise. * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise. opcodes/ * i386-gen.c (cpu_flag_init): Delete CPU_CET_FLAGS, CpuCET. Add CPU_IBT_FLAGS, CPU_SHSTK_FLAGS, CPY_ANY_IBT_FLAGS, CPU_ANY_SHSTK_FLAGS, CpuIBT, CpuSHSTK. (cpu_flags): Add CpuIBT, CpuSHSTK. * i386-opc.h (enum): Add CpuIBT, CpuSHSTK. (i386_cpu_flags): Add cpuibt, cpushstk. * i386-opc.tbl: Change CpuCET to CpuSHSTK and CpuIBT. * i386-init.h: Regenerate. * i386-tbl.h: Likewise.
191 lines
6.3 KiB
Plaintext
191 lines
6.3 KiB
Plaintext
2018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
|
||
|
||
* config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
|
||
(cpu_noarch): Add noibt, noshstk.
|
||
(parse_insn): Change cpucet to cpuibt.
|
||
* doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
|
||
* testsuite/gas/i386/cet-ibt-inval.l: New test.
|
||
* testsuite/gas/i386/cet-ibt-inval.s: Likewise.
|
||
* testsuite/gas/i386/cet-shstk-inval.l: Likewise.
|
||
* testsuite/gas/i386/cet-shstk-inval.s: Likewise.
|
||
* testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
|
||
* testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
|
||
* testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
|
||
* testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
|
||
|
||
2018-01-16 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/fr.po: Updated French translation.
|
||
|
||
2018-01-15 Jim Wilson <jimw@sifive.com>
|
||
|
||
* testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
|
||
* testsuite/gas/riscv/c-zero-imm.d: Likewise.
|
||
|
||
2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
||
|
||
* config/tc-arm.c (ToC): Define macro.
|
||
(ToU): Likewise.
|
||
(insns): Make use of above macros for new instructions introduced in
|
||
Armv8-M.
|
||
|
||
2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
||
|
||
* config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
|
||
and vlstm conditionally executable and reindent parameters.
|
||
* testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
|
||
aforementionned instructions.
|
||
|
||
2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
||
|
||
* config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
|
||
profile architecture or if in autodetection mode. Clarify that
|
||
deprecation is for performance reason and concerns Armv8-A and Armv8-R.
|
||
* testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
|
||
message.
|
||
* testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
|
||
* testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
|
||
* testsuite/gas/arm/udf.l: Likewise.
|
||
* testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
|
||
|
||
2018-01-15 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/uk.po: Updated Ukranian translation.
|
||
|
||
2018-01-13 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/gas.pot: Regenerated.
|
||
|
||
2018-01-13 Nick Clifton <nickc@redhat.com>
|
||
|
||
* configure: Regenerate.
|
||
|
||
2018-01-13 Nick Clifton <nickc@redhat.com>
|
||
|
||
2.30 branch created.
|
||
* NEWS: Add marker for 2.30.
|
||
|
||
2018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
|
||
|
||
* gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
|
||
define to 0 and 1. Remove a dangling reference to "AMD 29000"
|
||
in a comment.
|
||
|
||
2018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
|
||
|
||
* testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
|
||
* testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
|
||
* testsuite/i386/avx512_4fmaps_vl.d: Likewise.
|
||
* testsuite/i386/avx512_4fmaps_vl.s: Likewise.
|
||
* testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
|
||
* testsuite/i386/avx512_4vnniw_vl.d: Likewise.
|
||
* testsuite/i386/avx512_4vnniw_vl.s: Likewise.
|
||
* testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
|
||
tests.
|
||
* testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
|
||
* testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
|
||
* testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
|
||
* testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
|
||
* testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
|
||
* testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
|
||
* testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
|
||
* testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
|
||
|
||
2018-01-11 Alan Modra <amodra@gmail.com>
|
||
|
||
* config/tc-arm.c (aeabi_set_public_attributes): Avoid false
|
||
positive "‘profile’ may be used uninitialized".
|
||
|
||
2018-01-10 Jan Beulich <jbeulich@suse.com>
|
||
|
||
* testsuite/gas/i386/avx512_4fmaps.s,
|
||
testsuite/gas/i386/avx512_4fmaps_vl.s,
|
||
testsuite/gas/i386/x86-64-avx512_4fmaps.s,
|
||
testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
|
||
Disp8 forms (and the transition happening at the right
|
||
boundary).
|
||
* testsuite/gas/i386/avx512_4fmaps.d,
|
||
testsuite/gas/i386/avx512_4fmaps-intel.d,
|
||
testsuite/gas/i386/avx512_4fmaps_vl.d,
|
||
testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
|
||
testsuite/gas/i386/x86-64-avx512_4fmaps.d,
|
||
testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
|
||
testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
|
||
testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
|
||
expectations.
|
||
|
||
2018-01-10 Jan Beulich <jbeulich@suse.com>
|
||
|
||
* testsuite/gas/i386/avx512bw.s,
|
||
testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
|
||
operands.
|
||
* testsuite/gas/i386/avx512bw-intel.d,
|
||
testsuite/gas/i386/avx512bw.d,
|
||
testsuite/gas/i386/avx512bw_vl-intel.d.
|
||
testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
|
||
|
||
2018-01-09 Jim Wilson <jimw@sifive.com>
|
||
|
||
* testsuite/gas/riscv/auipc-x0.d: New.
|
||
* testsuite/gas/riscv/auipc-x0.s: New.
|
||
|
||
2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
|
||
|
||
* config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
|
||
in Arm execution state, and Armv6T2 and above in Thumb execution
|
||
state.
|
||
* testsuite/gas/arm/csdb.s: New.
|
||
* testsuite/gas/arm/csdb.d: New.
|
||
* testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
|
||
* testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
|
||
|
||
2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
|
||
|
||
* testsuite/gas/aarch64/system.d: Update expected results to expect
|
||
CSDB for hint 0x14.
|
||
|
||
2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR gas/22681
|
||
* testsuite/gas/i386/i386.exp: Run x86-64-movd and
|
||
x86-64-movd-intel.
|
||
* testsuite/gas/i386/x86-64-movd-intel.d: New file.
|
||
* testsuite/gas/i386/x86-64-movd.d: Likewise.
|
||
* testsuite/gas/i386/x86-64-movd.s: Likewise.
|
||
|
||
2018-01-08 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 22553
|
||
* doc/c-i386.texi (i386-Directives): Document the .largecomm
|
||
directive.
|
||
|
||
2018-01-04 Jim Wilson <jimw@sifive.com>
|
||
|
||
* testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
|
||
* testsuite/gas/riscv/priv-reg.d: Likewise.
|
||
|
||
2018-01-03 Alan Modra <amodra@gmail.com>
|
||
|
||
Update year range in copyright notice of all files.
|
||
|
||
2018-01-02 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 18119
|
||
* config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
|
||
version of ARM MRS instruction.
|
||
|
||
For older changes see ChangeLog-2017
|
||
|
||
Copyright (C) 2018 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|