X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2FChangeLog;h=9fc5469176f0db0a945a2440e586548b0d10f503;hb=dc2edb520a534fd0c2af169d46b4d892208e8f42;hp=42a63999687f9d56bb1bce2c16e4a1569a0b2d95;hpb=7d64c587c15f290d228ca550bb288d53f0eb2ac4;p=deliverable%2Fbinutils-gdb.git diff --git a/include/ChangeLog b/include/ChangeLog index 42a6399968..9fc5469176 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,270 @@ +2015-07-14 H.J. Lu + + Sync with GCC + 2014-10-28 Richard Henderson + + * longlong.h [__alpha] (umul_ppmm): Disable for c++. + +2015-07-14 H.J. Lu + + Sync with GCC + 2014-12-09 Trevor Saunders + + * hashtab.h, splay-tree.h: Remove GTY markers. + +2015-07-14 H.J. Lu + + Sync with GCC + 2015-03-02 Markus Trippelsdorf + + PR target/65261 + * ansidecl.h (ATTRIBUTE_NO_SANITIZE_UNDEFINED): New macro. + +2015-07-09 Catherine Moore + + * elf/mips/mips.h (Val_GNU_MIPS_ABI_FP_NAN2008): New. + +2015-07-08 Pitchumani Sivanupandi + + * elf/avr.h: Add new 32 bit PC relative relocation. + +2015-06-26 Matthew Fortune + + * elf/mips.h (DT_MIPS_RLD_MAP_REL): New macro. + +2015-06-22 Nick Clifton + + * dis-asm.h (struct disassemble_info): Add stop_vma field. + +2015-05-28 Catherine Moore + + include/ + * bfdlink.h: Rename eh_frame_hdr to eh_frame_hdr_type. + +2015-05-22 Yunlian Jiang + + * libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is + not defined. + +2015-05-12 Jiong Wang + + * elf/aarch64.h (R_AARCH64_P32_LD32_GOTPAGE_LO14): New enumeration. + +2015-05-01 H.J. Lu + + Merge with gcc: + 2014-11-11 Anthony Brandon + Manuel López-Ibáñez + + PR driver/36312 + * filenames.h: Add prototype for canonical_filename_eq. + +2015-04-30 DJ Delorie + + * dis-asm.h (print_insn_rl78_g10): New. + (print_insn_rl78_g13): New. + (print_insn_rl78_g14): New. + (rl78_get_disassembler): New. + +2015-04-17 Richard Earnshaw + + Merge from gcc: + 2015-03-19 Richard Biener + + * partition.h (struct partition_elem): Re-order elements to + avoid padding. + +2015-04-14 H.J. Lu + + * bfdlink.h (bfd_link_info): Add compress_debug. + +2015-04-14 H.J. Lu + + PR ld/pr17709 + * bfdlink.h (bfd_link_info): Add extern_protected_data. + +2015-03-10 Matthew Wahab + + PR ld/16572 + * elf/arm.h (EF_ARM_HASENTRY): Remove. + +2015-02-19 Pedro Alves + + * floatformat.h [__cplusplus]: Wrap in extern "C". + +2015-02-14 Alan Modra + + PR ld/17973 + * bfdlink.h (struct bfd_link_info): Delete loading_lto_outputs. + +2015-02-09 Mark Wielaard + + * dwarf2.h: Add DW_LANG_Fortran03 and DW_LANG_Fortran08. + +2015-02-09 Mark Wielaard + + * dwarf2.def: Add DW_TAG_atomic_type. + +2015-01-28 James Bowman + + * dis-asm.h (print_insn_ft32): Declare. + +2015-01-15 Mark Wielaard + + * dwarf2.def (DW_AT_noreturn): New DWARF5 attribute. + +2015-01-14 Jan-Benedict Glaw + + * libiberty.h: Merge from GCC. + +2015-01-01 Alan Modra + + Update year range in copyright notice of all files. + +2014-12-24 Uros Bizjak + Ben Elliston + Manuel Lopez-Ibanez + + * libiberty.h (xasprintf): Declare. + +2014-12-23 Alan Modra + + * bfdlink.h (struct bfd_link_hash_entry): Comment non_ir_ref. Add + linker_def. + +2014-12-12 Phil Muldoon + Jan Kratochvil + Tom Tromey + + * gcc-c-fe.def: New file. + * gcc-c-interface.h: New file. + * gcc-interface.h: New file. + +2014-12-11 Uros Bizjak + Ben Elliston + Manuel Lopez-Ibanez + + * libiberty.h (xvasprintf): Declare. + +2014-12-06 Eric Botcazou + + * dis-asm.h (print_insn_visium): Declare. + +2014-11-24 Mark Wielaard + + * dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and + DW_LANG_C_plus_plus_14. + +2014-11-21 Shinichiro Hamaji + + * dwarf2.def (DW_AT_APPLE_optimized, DW_AT_APPLE_flags) + (DW_AT_APPLE_isa, DW_AT_APPLE_block) + (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class) + (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name) + (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter) + (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type) + (DW_AT_APPLE_property): New macros. + +2014-11-21 Mark Wielaard + + PR debug/63239 + * dwarf2.def (DW_AT_GNU_deleted): New attribute. + +2014-11-21 Terry Guo + + * opcode/arm.h (FPU_VFP_EXT_ARMV8xD): New macro. + (FPU_VFP_V5D16): Likewise. + (FPU_VFP_V5_SP_D16): Likewise. + (FPU_ARCH_VFP_V5D16): Likewise. + (FPU_ARCH_VFP_V5_SP_D16): Likewise. + +2014-11-18 Igor Zamyatin + + * bfdlink.h (struct bfd_link_info): Add bndplt. + +2014-10-30 Andrew Pinski + + * elf/mips.h (AFL_EXT_OCTEON3): Define. + INSN_OCTEON3, CPU_OCTEON3): Define. + +2014-10-28 Yury Gribov + + * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes. + +2014-10-22 Matthew Fortune + + * elf/mips.h (AFL_ASE_MASK): Define. + +2014-10-15 David Malcolm + + * libiberty.h (choose_tmpdir): New prototype. + +2014-09-26 Max Ostapenko + + * libiberty.h (PEX_STDOUT_APPEND): New flag. + (PEX_STDERR_APPEND): Likewise. + +2014-09-23 Iain Buclaw + + * demangle.h (DMGL_DLANG): New macro. + (DMGL_STYLE_MASK): Add DMGL_DLANG. + (demangling_styles): Add dlang_demangling. + (DLANG_DEMANGLING_STYLE_STRING): New macro. + (DLANG_DEMANGLING): New macro. + (dlang_demangle): New prototype. + +2014-09-15 Andreas Krebbel + + * longlong.h: Add __udiv_w_sdiv prototype. + +2014-08-12 Alan Modra + + * bfdlink.h (struct bfd_link_callbacks ): Remove "string" + param, add "inh". + +2014-08-12 Alan Modra + + * bfdlink.h (struct bfd_link_info): Add lto_plugin_active. + +2014-07-29 Matthew Fortune + + * elf/mips.h (PT_MIPS_ABIFLAGS, SHT_MIPS_ABIFLAGS): Define. + (Val_GNU_MIPS_ABI_FP_OLD_64): Rename from Val_GNU_MIPS_ABI_FP_64. + (Val_GNU_MIPS_ABI_FP_64): Redefine. + (Val_GNU_MIPS_ABI_FP_XX): Define. + (Elf_External_ABIFlags_v0, Elf_Internal_ABIFlags_v0): New structures. + (AFL_REG_NONE, AFL_REG_32, AFL_REG_64, AFL_REG_128): Define. + (AFL_ASE_DSP, AFL_ASE_DSPR2, AFL_ASE_EVA, AFL_ASE_MCU): Likewise. + (AFL_ASE_MDMX, AFL_ASE_MIPS3D, AFL_ASE_MT, AFL_ASE_SMARTMIPS): Likewise. + (AFL_ASE_VIRT, AFL_ASE_MSA, AFL_ASE_MIPS16): Likewise. + (AFL_ASE_MICROMIPS, AFL_ASE_XPA): Likewise. + (AFL_EXT_XLR, AFL_EXT_OCTEON2, AFL_EXT_OCTEONP): Likewise. + (AFL_EXT_LOONGSON_3A, AFL_EXT_OCTEON, AFL_EXT_5900): Likewise. + (AFL_EXT_4650, AFL_EXT_4010, AFL_EXT_4100, AFL_EXT_3900): Likewise. + (AFL_EXT_10000, AFL_EXT_SB1, AFL_EXT_4111, AFL_EXT_4120): Likewise. + (AFL_EXT_5400, AFL_EXT_5500, AFL_EXT_LOONGSON_2E): Likewise. + (AFL_EXT_LOONGSON_2F): Likewise. + (bfd_mips_elf_swap_abiflags_v0_in): Prototype. + (bfd_mips_elf_swap_abiflags_v0_out): Likewise. + (bfd_mips_isa_ext): Likewise. + +2014-06-13 Alan Modra + + * bfdlink.h (struct bfd_link_hash_table): Add hash_table_free field. + +2014-06-13 Alan Modra + + * bfdlink.h: Update for bfd.link_next change. + +2014-06-10 Alan Modra + + PR ld/16910 + * bfdlink.h (unwrap_hash_lookup): Declare. + +2014-05-01 Steve Ellcey + + * include/longlong.h: Import latest version from GCC tree. + 2014-04-23 Andrew Bennett * opcode/mips.h (ASE_XPA): New define. @@ -2023,7 +2290,7 @@ For older changes see ChangeLog-9103 -Copyright (C) 2004-2012 Free Software Foundation, Inc. +Copyright (C) 2004-2015 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright