diff options
author | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2020-11-03 11:55:14 +0000 |
---|---|---|
committer | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2020-11-03 11:55:14 +0000 |
commit | 3a959875ea0a017ef378fa084c6cbddee01db9d8 (patch) | |
tree | 98c34e2e3967bfe087d5834cfc8a98ca71412a00 /include | |
parent | 70237b84c5c994a7f588815fe56853e81293cad5 (diff) | |
download | gdb-3a959875ea0a017ef378fa084c6cbddee01db9d8.zip gdb-3a959875ea0a017ef378fa084c6cbddee01db9d8.tar.gz gdb-3a959875ea0a017ef378fa084c6cbddee01db9d8.tar.bz2 |
[PATCH] aarch64: Update missing ChangeLog for AArch64 commits
Patch with missing ChangeLog entries for GAS AArch64 files.
Diffstat (limited to 'include')
-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 |