diff options
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index afa52a3..d11f36f 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -6,12 +6,23 @@ (GNU_PROPERTY_X86_ISA_1_V3): Likewise. (GNU_PROPERTY_X86_ISA_1_V4): Likewise. +2020-10-27 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> + + * opcode/aarch64.h (AARCH64_FEATURE_CSRE): New -march feature. +(enum aarch64_opnd): New CSR instruction field AARCH64_OPND_CSRE_CSR. + 2020-10-26 Cooper Qu <cooper.qu@linux.alibaba.com> * opcode/csky.h (CSKY_VERSION_V1): New, currently used. (CSKY_VERSION_V2): New. (CSKY_VERSION_V3): New. +2020-10-23 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> + + * opcode/aarch64.h (enum aarch64_opnd): New operand + AARCH64_OPND_BARRIER_DSB_NXS. + (aarch64_barrier_dsb_nxs_options): Declare DSB nXS options. + 2020-10-21 Tom Tromey <tromey@adacore.com> * ctf-api.h (_CTF_ERRORS): New macro. @@ -20,6 +31,11 @@ * elf/riscv.h: Add R_RISCV_IRELATIVE to 58. +2020-10-16 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> + + * opcode/aarch64.h (AARCH64_FEATURE_V8_7): New feature bitmask. + (AARCH64_ARCH_V8_7): New arch feature set. + 2020-10-09 H.J. Lu <hongjiu.lu@intel.com> PR gas/26703 |