Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5191 → Rev 6324

/contrib/toolchain/binutils/include/ChangeLog
1,3 → 1,415
2015-11-09 Alan Modra <amodra@gmail.com>
 
PR gdb/17133
* obstack.h (__attribute_pure__): Expand _GL_ATTRIBUTE_PURE.
 
2015-11-09 Alan Modra <amodra@gmail.com>
 
PR gdb/17133
* obstack.h: Import current gnulib file.
 
2015-10-22 H.J. Lu <hongjiu.lu@intel.com>
 
* bfdlink.h (bfd_link_info): Add call_nop_as_suffix and
call_nop_byte.
 
2015-10-07 Claudiu Zissulescu <claziss@synopsys.com>
 
* dis-asm.h (arc_get_disassembler): Correct declaration.
 
2015-09-30 Nick Clifton <nickc@redhat.com>
 
Import the following patches from the GCC mainline:
 
2015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
 
* dwarf2.def (DW_AT_GNU_bias): New attribute.
 
2015-08-14 Pierre-Marie de Rodat <derodat@adacore.com>
 
* dwarf2.def (DW_AT_GNU_numerator, DW_AT_GNU_denominator): New
attributes.
 
2015-09-26 James Bowman <james.bowman@ftdichip.com>
 
* opcode/ft32.h: Add instruction macros FT32_*()
 
2015-09-20 Rich Felker <dalias@libc.org>
 
* bfdlink.h (struct bfd_link_info): Add "nointerp" field.
 
2015-08-23 Alan Modra <amodra@gmail.com>
 
* bfdlink.h (enum output_type): Reorder enum.
 
2015-08-19 Alan Modra <amodra@gmail.com>
 
* bfdlink.h (enum output_type): Delete type_executable, add type_pde
and type_pie. Reorder.
(struct bfd_link_info): Delete pic field.
(bfd_link_executable, bfd_link_pde, bfd_link_pie, bfd_link_pic): Adjust.
 
2015-08-19 Alan Modra <amodra@gmail.com>
 
* bfdlink.h (bfd_link_pde): Define.
 
2015-08-18 H.J. Lu <hongjiu.lu@intel.com>
 
* include/bfdlink.h (output_type): New enum.
(bfd_link_executable): New macro.
(bfd_link_dll): Likewise.
(bfd_link_relocatable): Likewise.
(bfd_link_pic): Likewise.
(bfd_link_pie): Likewise.
(bfd_link_info): Remove shared, executable, pie and relocatable.
Add output_type and pic.
 
2015-08-12 H.J. Lu <hongjiu.lu@intel.com>
 
Sync with GCC
2015-08-11 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
 
* ansidecl.h (GCC_FINAL): New macro.
 
2015-07-16 Jiong Wang <jiong.wang@arm.com>
 
* elf/aarch64.h (R_AARCH64_P32_TLSLD_ADR_PREL21): New enumeration.
 
2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
 
Sync with GCC
2014-10-28 Richard Henderson <rth@redhat.com>
 
* longlong.h [__alpha] (umul_ppmm): Disable for c++.
 
2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
 
Sync with GCC
2014-12-09 Trevor Saunders <tsaunders@mozilla.com>
 
* hashtab.h, splay-tree.h: Remove GTY markers.
 
2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
 
Sync with GCC
2015-03-02 Markus Trippelsdorf <markus@trippelsdorf.de>
 
PR target/65261
* ansidecl.h (ATTRIBUTE_NO_SANITIZE_UNDEFINED): New macro.
 
2015-07-09 Catherine Moore <clm@codesourcery.com>
 
* elf/mips/mips.h (Val_GNU_MIPS_ABI_FP_NAN2008): New.
 
2015-07-08 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
 
* elf/avr.h: Add new 32 bit PC relative relocation.
 
2015-06-26 Matthew Fortune <matthew.fortune@imgtec.com>
 
* elf/mips.h (DT_MIPS_RLD_MAP_REL): New macro.
 
2015-06-22 Nick Clifton <nickc@redhat.com>
 
* dis-asm.h (struct disassemble_info): Add stop_vma field.
 
2015-05-28 Catherine Moore <clm@codesourcery.com>
 
include/
* bfdlink.h: Rename eh_frame_hdr to eh_frame_hdr_type.
 
2015-05-22 Yunlian Jiang <yunlian@google.com>
 
* libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is
not defined.
 
2015-05-12 Jiong Wang <jiong.wang@arm.com>
 
* elf/aarch64.h (R_AARCH64_P32_LD32_GOTPAGE_LO14): New enumeration.
 
2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
 
Merge with gcc:
2014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
Manuel López-Ibáñez <manu@gcc.gnu.org>
 
PR driver/36312
* filenames.h: Add prototype for canonical_filename_eq.
 
2015-04-30 DJ Delorie <dj@redhat.com>
 
* 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 <rearnsha@arm.com>
 
Merge from gcc:
2015-03-19 Richard Biener <rguenther@suse.de>
 
* partition.h (struct partition_elem): Re-order elements to
avoid padding.
 
2015-04-14 H.J. Lu <hongjiu.lu@intel.com>
 
* bfdlink.h (bfd_link_info): Add compress_debug.
 
2015-04-14 H.J. Lu <hongjiu.lu@intel.com>
 
PR ld/pr17709
* bfdlink.h (bfd_link_info): Add extern_protected_data.
 
2015-03-10 Matthew Wahab <matthew.wahab@arm.com>
 
PR ld/16572
* elf/arm.h (EF_ARM_HASENTRY): Remove.
 
2015-02-19 Pedro Alves <palves@redhat.com>
 
* floatformat.h [__cplusplus]: Wrap in extern "C".
 
2015-02-14 Alan Modra <amodra@gmail.com>
 
PR ld/17973
* bfdlink.h (struct bfd_link_info): Delete loading_lto_outputs.
 
2015-02-09 Mark Wielaard <mjw@redhat.com>
 
* dwarf2.h: Add DW_LANG_Fortran03 and DW_LANG_Fortran08.
 
2015-02-09 Mark Wielaard <mjw@redhat.com>
 
* dwarf2.def: Add DW_TAG_atomic_type.
 
2015-01-28 James Bowman <james.bowman@ftdichip.com>
 
* dis-asm.h (print_insn_ft32): Declare.
 
2015-01-15 Mark Wielaard <mjw@redhat.com>
 
* dwarf2.def (DW_AT_noreturn): New DWARF5 attribute.
 
2015-01-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>
 
* libiberty.h: Merge from GCC.
 
2015-01-01 Alan Modra <amodra@gmail.com>
 
Update year range in copyright notice of all files.
 
2014-12-24 Uros Bizjak <ubizjak@gmail.com>
Ben Elliston <bje@au.ibm.com>
Manuel Lopez-Ibanez <manu@gcc.gnu.org>
 
* libiberty.h (xasprintf): Declare.
 
2014-12-23 Alan Modra <amodra@gmail.com>
 
* bfdlink.h (struct bfd_link_hash_entry): Comment non_ir_ref. Add
linker_def.
 
2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
Jan Kratochvil <jan.kratochvil@redhat.com>
Tom Tromey <tromey@redhat.com>
 
* gcc-c-fe.def: New file.
* gcc-c-interface.h: New file.
* gcc-interface.h: New file.
 
2014-12-11 Uros Bizjak <ubizjak@gmail.com>
Ben Elliston <bje@au.ibm.com>
Manuel Lopez-Ibanez <manu@gcc.gnu.org>
 
* libiberty.h (xvasprintf): Declare.
 
2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
 
* dis-asm.h (print_insn_visium): Declare.
 
2014-11-24 Mark Wielaard <mjw@redhat.com>
 
* dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
DW_LANG_C_plus_plus_14.
 
2014-11-21 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
 
* 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 <mjw@redhat.com>
 
PR debug/63239
* dwarf2.def (DW_AT_GNU_deleted): New attribute.
 
2014-11-21 Terry Guo <terry.guo@arm.com>
 
* 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 <igor.zamyatin@intel.com>
 
* bfdlink.h (struct bfd_link_info): Add bndplt.
 
2014-10-30 Andrew Pinski <apinski@cavium.com>
 
* elf/mips.h (AFL_EXT_OCTEON3): Define.
INSN_OCTEON3, CPU_OCTEON3): Define.
 
2014-10-28 Yury Gribov <y.gribov@samsung.com>
 
* libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
 
2014-10-22 Matthew Fortune <matthew.fortune@imgtec.com>
 
* elf/mips.h (AFL_ASE_MASK): Define.
 
2014-10-15 David Malcolm <dmalcolm@redhat.com>
 
* libiberty.h (choose_tmpdir): New prototype.
 
2014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
 
* libiberty.h (PEX_STDOUT_APPEND): New flag.
(PEX_STDERR_APPEND): Likewise.
 
2014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
 
* 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 <Andreas.Krebbel@de.ibm.com>
 
* longlong.h: Add __udiv_w_sdiv prototype.
 
2014-08-12 Alan Modra <amodra@gmail.com>
 
* bfdlink.h (struct bfd_link_callbacks <notice>): Remove "string"
param, add "inh".
 
2014-08-12 Alan Modra <amodra@gmail.com>
 
* bfdlink.h (struct bfd_link_info): Add lto_plugin_active.
 
2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
 
* 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 <amodra@gmail.com>
 
* bfdlink.h (struct bfd_link_hash_table): Add hash_table_free field.
 
2014-06-13 Alan Modra <amodra@gmail.com>
 
* bfdlink.h: Update for bfd.link_next change.
 
2014-06-10 Alan Modra <amodra@gmail.com>
 
PR ld/16910
* bfdlink.h (unwrap_hash_lookup): Declare.
 
2014-05-01 Steve Ellcey <sellcey@mips.com>
 
* include/longlong.h: Import latest version from GCC tree.
 
2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
 
* opcode/mips.h (ASE_XPA): New define.
 
2014-04-22 Christian Svensson <blue@cmd.nu>
 
* dis-asm.h: Remove openrisc and or32 support. Add support for or1k.
 
2014-04-10 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
 
* elf/avr.h: Add new DIFF relocs.
 
2014-03-05 Alan Modra <amodra@gmail.com>
 
Update copyright years.
 
2014-01-21 Tom Tromey <tromey@redhat.com>
 
* ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS)
(VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
(VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS)
(NOARGS): Don't define.
* libiberty.h (expandargv, writeargv): Don't use PARAMS.
 
2014-01-09 Tom Tromey <tromey@redhat.com>
 
* gdbm.h: Remove.
 
2013-12-23 Bill Maddox <maddox@google.com>
 
* demangle.h (enum gnu_v3_ctor_kinds):
Added literal gnu_v3_unified_ctor.
(enum gnu_v3_ctor_kinds):
Added literal gnu_v3_unified_dtor.
 
2013-12-13 Kuan-Lin Chen <kuanlinchentw@gmail.com>
Wei-Cheng Wang <cole945@gmail.com>
 
* dis-asm.h (print_insn_nds32): Add nds32 target.
 
2013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
 
* longlong.h: New file.
 
2013-11-11 Catherine Moore <clm@codesourcery.com>
 
* opcode/mips.h (INSN_LOAD_MEMORY_DELAY): Rename to...
(INSN_LOAD_MEMORY): ...this.
 
2013-10-29 Marc Glisse <marc.glisse@inria.fr>
 
PR tree-optimization/58689
* ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro.
* libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename,
concat_copy): Mark with attributes nonnull(1) and returns_nonnull.
(concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
Mark with attribute returns_nonnull.
 
2013-10-22 Sterling Augustine <saugustine@google.com>
 
* gdb/gdb-index.h: Merge from gdb tree.
 
2013-10-10 Sean Keys <skeys@ipdatasys.com>
 
* xgate.h : Cleanup after opcode
table modification..
 
2013-08-20 Alan Modra <amodra@gmail.com>
 
* floatformat.h (floatformat_ibm_long_double): Delete.
1955,7 → 2367,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