X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2FChangeLog;h=76a312a0ddd29babea1fb5cf740fb025749c2876;hb=95da9854466ada2572b42f5528711a06a2d42db1;hp=f6d3b7478ee4cf99fd0834f63f4734d8cfe0f5f5;hpb=5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e;p=deliverable%2Fbinutils-gdb.git diff --git a/include/ChangeLog b/include/ChangeLog index f6d3b7478e..76a312a0dd 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,189 @@ +2018-06-04 H.J. Lu + + * diagnostics.h (DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION): Always + define for GCC. + +2018-06-04 H.J. Lu + + * diagnostics.h (DIAGNOSTIC_STRINGIFY_1): New. + (DIAGNOSTIC_STRINGIFY): Likewise. + (DIAGNOSTIC_IGNORE): Replace STRINGIFY with DIAGNOSTIC_STRINGIFY. + (DIAGNOSTIC_IGNORE_SELF_MOVE): Define empty if not defined. + (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER): Likewise. + (DIAGNOSTIC_IGNORE_UNUSED_FUNCTION): Likewise. + (DIAGNOSTIC_IGNORE_SWITCH_DIFFERENT_ENUM_TYPES): Likewise. + (DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION): New. + +2018-06-01 H.J. Lu + + * diagnostics.h: Moved from ../gdb/common/diagnostics.h. + +2018-05-28 Bernd Edlinger + + * splay-tree.h (splay_tree_compare_strings, + splay_tree_delete_pointers): Declare new utility functions. + +2018-05-21 Peter Bergner + + * opcode/ppc.h (PPC_OPERAND_FAKE): Delete macro. + +2018-05-18 Kito Cheng + + * elf/riscv.h (EF_RISCV_RVE): New define. + +2018-05-18 John Darrington + + * elf/s12z.h: New header. + +2018-05-15 Tamar Christina + + PR binutils/21446 + * opcode/aarch64.h (F_SYS_READ, F_SYS_WRITE): New. + +2018-05-15 Tamar Christina + + PR binutils/21446 + * opcode/aarch64.h (aarch64_operand_error): Add non_fatal. + (aarch64_print_operand): Support notes. + +2018-05-15 Tamar Christina + + PR binutils/21446 + * opcode/aarch64.h (aarch64_opnd_info): Change sysreg to struct. + (aarch64_decode_insn): Accept error struct. + +2018-05-15 Francois H. Theron + + * opcode/nfp.h: Use uint64_t instead of bfd_vma. + +2018-05-10 John Darrington + + * elf/common.h (EM_S12Z): New macro. + +2018-05-09 Sebastian Rasmussen + + * mach-o/unwind.h (MACH_O_UNWIND_X86_64_RBP_FRAME_REGISTERS): + Rename from MACH_O_UNWIND_X86_64_RBP_FRAME_REGSITERS. + (MACH_O_UNWIND_X86_EBP_FRAME_REGISTERS): Rename from + MACH_O_UNWIND_X86_EBP_FRAME_REGSITERS. + +2018-05-08 Jim Wilson + + * opcode/riscv-opc.h (MATCH_C_SRLI64, MASK_C_SRLI64): New. + (MATCH_C_SRAI64, MASK_C_SRAI64): New. + (MATCH_C_SLLI64, MASK_C_SLLI64): New. + +2018-05-07 Peter Bergner + + * opcode/ppc.h (powerpc_num_opcodes): Change type to unsigned. + (vle_num_opcodes): Likewise. + (spe2_num_opcodes): Likewise. + +2018-05-04 Alan Modra + + * ansidecl.h: Import from gcc. + * coff/internal.h (struct internal_scnhdr): Add ATTRIBUTE_NONSTRING + to s_name. + (struct internal_syment): Add ATTRIBUTE_NONSTRING to _n_name. + +2018-04-30 Francois H. Theron + + * dis-asm.h: Added print_nfp_disassembler_options prototype. + * elf/common.h: Added EM_NFP, officially assigned. See Google Group + Generic System V Application Binary Interface. + * elf/nfp.h: New, for NFP support. + * opcode/nfp.h: New, for NFP support. + +2018-04-25 Christophe Lyon + Mickaël Guêné + + * elf/arm.h: Add R_ARM_TLS_GD32_FDPIC, R_ARM_TLS_LDM32_FDPIC, + R_ARM_TLS_IE32_FDPIC. + +2018-04-25 Christophe Lyon + Mickaël Guêné + + * elf/arm.h (R_ARM_GOTFUNCDESC, R_ARM_GOTOFFFUNCDESC) + (R_ARM_FUNCDESC) + (R_ARM_FUNCDESC_VALUE): Define new relocations. + +2018-04-25 Christophe Lyon + Mickaël Guêné + + * elf/arm.h (EF_ARM_FDPIC): New. + +2018-04-18 Alan Modra + + * coff/mipspe.h: Delete. + +2018-04-18 Alan Modra + + * aout/dynix3.h: Delete. + +2018-04-17 Andrew Sadek + + Microblaze Target: PIC data text relative + + * bfdlink.h (Add flag): Add new flag @ 'bfd_link_info' struct. + * elf/microblaze.h (Add 3 new relocations): + R_MICROBLAZE_TEXTPCREL_64, R_MICROBLAZE_TEXTREL_64 + and R_MICROBLAZE_TEXTREL_32_LO for relax function. + +2018-04-17 Alan Modra + + * elf/i370.h: Revert removal. + * elf/i860.h: Likewise. + * elf/i960.h: Likewise. + +2018-04-16 Alan Modra + + * coff/sparc.h: Delete. + +2018-04-16 Alan Modra + + * aout/host.h: Remove m68k-aout and m68k-coff support. + * aout/hp300hpux.h: Delete. + * coff/apollo.h: Delete. + * coff/aux-coff.h: Delete. + * coff/m68k.h: Delete. + +2018-04-16 Alan Modra + + * dis-asm.h: Remove sh5 and sh64 support. + +2018-04-16 Alan Modra + + * coff/internal.h: Remove w65 support. + * coff/w65.h: Delete. + +2018-04-16 Alan Modra + + * coff/we32k.h: Delete. + +2018-04-16 Alan Modra + + * coff/internal.h: Remove m88k support. + * coff/m88k.h: Delete. + * opcode/m88k.h: Delete. + +2018-04-16 Alan Modra + + * elf/i370.h: Delete. + * opcode/i370.h: Delete. + +2018-04-16 Alan Modra + + * coff/h8500.h: Delete. + * coff/internal.h: Remove h8500 support. + +2018-04-16 Alan Modra + + * coff/h8300.h: Delete. + +2018-04-16 Alan Modra + + * ieee.h: Delete. + 2018-04-16 Alan Modra * aout/host.h: Remove newsos3 support.