X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FChangeLog;h=91765c5be61c29352e4509b3a0b19942660ef1f9;hb=8948cc6971fb82feffc49e2d21747111466ad642;hp=600e753f060e9dbc31a3d96c00ff18f30d2eed5a;hpb=cd50a87ae29f163e7d254729a902a5e51fcccbbc;p=deliverable%2Fbinutils-gdb.git diff --git a/include/ChangeLog b/include/ChangeLog index 600e753f06..91765c5be6 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,213 +1,31 @@ -2019-05-09 Matthew Malcomson +2020-01-10 Alan Modra - * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_013 iclass. + * opcode/spu.h: Formatting. + (UNSIGNED_EXTRACT): Use 1u. + (SIGNED_EXTRACT): Don't sign extend with shifts. + (DECODE_INSN_I9a, DECODE_INSN_I9b): Avoid left shift of signed value. + Keep result signed. + (DECODE_INSN_U9a, DECODE_INSN_U9b): Delete. -2019-05-09 Matthew Malcomson +2020-01-07 Shahab Vahedi - * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_bh iclass. + * opcode/arc.h (insn_class_t): Add 'LLOCK' and 'SCOND'. -2019-05-09 Matthew Malcomson +2020-01-02 Sergey Belyashov - * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_sd2 iclass. + * coff/internal.h: Add defintions of Z80 reloc names. -2019-05-09 Matthew Malcomson +2020-01-02 Christian Biesinger - * opcode/aarch64.h (enum aarch64_opnd): New SVE_ADDR_ZX operand. + * opcode/s12z.h: Undef REG_Y. -2019-05-09 Matthew Malcomson - - * opcode/aarch64.h (enum aarch64_opnd): New SVE_Zm3_11_INDEX operand. - -2019-05-09 Matthew Malcomson - - * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_hsd2 iclass. - -2019-05-09 Matthew Malcomson - - * opcode/aarch64.h (enum aarch64_opnd): New SVE_IMM_ROT3 operand. - -2019-05-09 Matthew Malcomson - - * opcode/aarch64.h (AARCH64_FEATURE_SVE2 - AARCH64_FEATURE_SVE2_AES, AARCH64_FEATURE_SVE2_BITPERM, - AARCH64_FEATURE_SVE2_SM4, AARCH64_FEATURE_SVE2_SHA3): New - feature macros. - -2019-05-06 Andrew Bennett - Faraz Shahbazker - - * opcode/mips.h (ASE_EVA_R6): New macro. - (M_LLWPE_AB, M_SCWPE_AB): New enum values. - -2019-05-01 Sudakshina Das - - * opcode/aarch64.h (AARCH64_FEATURE_TME): New. - (enum aarch64_opnd): Add AARCH64_OPND_TME_UIMM16. - -2019-04-26 Andrew Bennett - Faraz Shahbazker - - * opcode/mips.h (M_LLWP_AB, M_LLDP_AB): New enum values. - (M_SCWP_AB, M_SCDP_AB): Likewise. - -2019-04-25 Maciej W. Rozycki - - * opcode/mips.h: Update comment for MIPS32 CODE20 operand. - -2019-04-15 Sudakshina Das - - * elf/arm.h (START_RELOC_NUMBERS): New entry for R_ARM_THM_BF12. - -2019-04-15 Sudakshina Das - - * elf/arm.h (START_RELOC_NUMBERS): New entry for R_ARM_THM_BF18. - -2019-04-15 Sudakshina Das - - * elf/arm.h (START_RELOC_NUMBERS): New entry for R_ARM_THM_BF16. - -2019-04-15 Thomas Preud'homme - - * elf/arm.h (TAG_CPU_ARCH_V8_1M_MAIN): new macro. - (MAX_TAG_CPU_ARCH): Set value to above macro. - * opcode/arm.h (ARM_EXT2_V8_1M_MAIN): New macro. - (ARM_AEXT_V8_1M_MAIN): Likewise. - (ARM_AEXT2_V8_1M_MAIN): Likewise. - (ARM_ARCH_V8_1M_MAIN): Likewise. - -2019-04-11 Sudakshina Das - - * opcode/aarch64.h (enum aarch64_opnd): Add AARCH64_OPND_Rt_SP. - -2019-04-08 H.J. Lu - - * elf/common.h (GNU_PROPERTY_X86_ISA_1_AVX512_BF16): New. - -2019-04-07 Alan Modra - - Merge from gcc. - 2019-04-03 Vineet Gupta - PR89877 - * longlong.h [__arc__] (add_ssaaaa): Add cc clobber. - (sub_ddmmss): Likewise. - -2019-04-06 H.J. Lu - - * bfdlink.h (bfd_link_info): Remove x86-specific linker options. - -2019-04-01 Andre Vieira - - * opcode/arm.h (FPU_NEON_ARMV8_1): New. - (FPU_ARCH_NEON_VFP_ARMV8_1): Use FPU_NEON_ARMV8_1. - (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_1): Likewise. - (FPU_ARCH_DOTPROD_NEON_VFP_ARMV8): Likewise. - (FPU_ARCH_NEON_VFP_ARMV8_2_FP16): New. - (FPU_ARCH_NEON_VFP_ARMV8_2_FP16FML): New. - (FPU_ARCH_NEON_VFP_ARMV8_4_FP16FML): New. - (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_4): New. - -2019-03-28 Alan Modra - - PR 24390 - * opcode/ppc.h (PPC_OPERAND_CR_REG): Comment. - -2019-03-25 Tamar Christina - - * dis-asm.h (struct disassemble_info): Add stop_offset. - -2019-03-13 Sudakshina Das - - * elf/aarch64.h (DT_AARCH64_PAC_PLT): New. - -2019-03-13 Sudakshina Das - Szabolcs Nagy - - * elf/aarch64.h (DT_AARCH64_BTI_PLT): New. - -2019-03-13 Sudakshina Das - - * elf/common.h (GNU_PROPERTY_AARCH64_FEATURE_1_AND): New. - (GNU_PROPERTY_AARCH64_FEATURE_1_BTI): New. - (GNU_PROPERTY_AARCH64_FEATURE_1_PAC): New. - -2019-02-20 Alan Hayward - - * elf/common.h (NT_ARM_PAC_MASK): Add define. - -2019-02-15 Saagar Jha - - * mach-o/loader.h: Use new OS names in comments. - -2019-02-11 Philippe Waroquiers - - * splay-tree.h (splay_tree_delete_key_fn): Update comment. - (splay_tree_delete_value_fn): Likewise. - -2019-01-31 Andreas Krebbel - - * opcode/s390.h (enum s390_opcode_cpu_val): Add - S390_OPCODE_ARCH13. - -2019-01-25 Sudakshina Das - Ramana Radhakrishnan - - * opcode/aarch64.h (enum aarch64_opnd): Remove - AARCH64_OPND_ADDR_SIMPLE_2. - (enum aarch64_insn_class): Remove ldstgv_indexed. - -2019-01-22 Tom Tromey - - * coff/ecoff.h: Include coff/sym.h. - -2018-06-24 Nick Clifton - - 2.32 branch created. - -2019-01-16 Kito Cheng - - * elf/riscv.h (SHT_RISCV_ATTRIBUTES): Define. - (Tag_RISCV_arch): Likewise. - (Tag_RISCV_priv_spec): Likewise. - (Tag_RISCV_priv_spec_minor): Likewise. - (Tag_RISCV_priv_spec_revision): Likewise. - (Tag_RISCV_unaligned_access): Likewise. - (Tag_RISCV_stack_align): Likewise. - -2019-01-14 Pavel I. Kryukov - - * dis-asm.h: include - -2019-01-10 Nick Clifton - - * Merge from GCC: - 2018-12-22 Jason Merrill - - * demangle.h: Remove support for ancient GNU (pre-3.0), Lucid, - ARM, HP, and EDG demangling styles. - -2019-01-09 Sandra Loosemore - - Merge from GCC: - PR other/16615 - - * libiberty.h: Mechanically replace "can not" with "cannot". - * plugin-api.h: Likewise. - -2018-12-25 Yoshinori Sato - - * elf/rx.h (EF_RX_CPU_MASK): Update new bits. - (E_FLAG_RX_V3): New RXv3 type. - * opcode/rx.h (RX_Size): Add double size. - (RX_Operand_Type): Add double FPU registers. - (RX_Opcode_ID): Add new instuctions. - -2019-01-01 Alan Modra +2020-01-01 Alan Modra Update year range in copyright notice of all files. -For older changes see ChangeLog-2018 +For older changes see ChangeLog-2019 -Copyright (C) 2019 Free Software Foundation, Inc. +Copyright (C) 2020 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright