Fix assorted ChangeLog errors
[external/binutils.git] / bfd / ChangeLog
2016-02-26 Alan ModraFix assorted ChangeLog errors
2016-02-25 Jiong Wang[Backport][AArch64] Relax long branch veneer insertion...
2016-02-11 H.J. LuMask off the least significant bit in GOT offset
2016-02-02 H.J. LuStore estimated distances in compressed_size
2016-02-01 John David AnglinFix /usr/bin/ld: final link failed: File truncated...
2016-01-25 Tristan GingoldBump to 2.26.0
2016-01-25 Tristan GingoldBump version to 2.26
2016-01-14 Alan ModraRevert "Strip undefined symbols from .symtab"
2016-01-11 Jiong Wang[BACKPORT][ARM] PR ld/19368: Add missing relocation...
2016-01-06 Maciej W. RozyckiMIPS/BFD: Propagate the return status in attribute...
2015-12-18 Andreas Krebbel[S/390] Add null ptr check + port GOTOFF handling from...
2015-12-10 Alan ModraPowerPC ifunc with local symbols
2015-12-10 Alan ModraPR19323 memory allocation greater than 4G
2015-12-10 Alan ModraR_PPC64_ENTRY
2015-12-10 Alan Modraaddr2line vs. inlined C functions called from C++
2015-12-10 Alan ModraFix powerpc64 segfault caused by zero r_symndx relocs.
2015-12-10 Stefan TelemanFix a problem with the maximum number of open files...
2015-12-10 Alan ModraPrevent looping in archives
2015-12-05 H.J. LuOptimize R_386_GOT32/R_386_GOT32X only if addend is 0
2015-12-05 H.J. LuProperly check symbol defined by assignment in linker...
2015-11-13 Tristan GingoldAdjust version on the 2.26 branch
2015-11-13 Tristan GingoldBump version to 2.26.51
2015-11-12 Marcus ShawcroftRevert "[LD][AARCH64]Add TLSIE relaxation support under...
2015-11-12 Peter BergnerAdd assembler, disassembler and linker support for...
2015-11-10 H.J. LuHandle x86 VTINHERIT/VTENTRY relocs when deleting reloc...
2015-11-10 H.J. LuProperly move kept relocations when deleting relocations
2015-11-10 H.J. LuFix performance regression on x86 with ld -r
2015-11-10 Alan ModraFix performance regression due to ld -r memmove
2015-11-09 Dominik Vogtbfd: Fix left shift of negative value.
2015-10-30 Nick CliftonUpdated (simplified) Chinese translations for ld, bfd...
2015-10-29 Catherine Moore2015-10-29 Catherine Moore <clm@codesourcery.com>
2015-10-29 Ed SchoutenAdd support for AArch64 CloudABI binaries.
2015-10-29 Pedro Alvesbfd/libhppa.h: Make C++ compatible
2015-10-28 H.J. LuFix a typo in comment in elf32-i386.c
2015-10-28 Nick CliftonFix recent STM324LXX patch to compile on 32-bit hosts.
2015-10-28 Cupertino MirandaFix errors in the gas testsuite for the ARC target.
2015-10-28 Alan ModraOrphan output section with multiple input sections
2015-10-27 Laurent AlfonsiAdd --fix-stm32l4xx-629360 to the ARM linker to enable...
2015-10-27 Sangamesh MallayyaAdd support for 32-bit and 64-bit PowerPC AIX core...
2015-10-26 H.J. LuCheck symbol defined by assignment in linker script
2015-10-26 H.J. LuProperly convert address load of __start_XXX/__stop_XXX
2015-10-23 Alan ModraHandle __start_* and __stop_* symbols in --gc-sections
2015-10-22 Alan ModraRe: Always keep sections marked with SEC_KEEP
2015-10-22 H.J. LuAlways keep sections marked with SEC_KEEP
2015-10-22 Hans-Peter Nilssonbfd/mmo.c: handle "objcopy --extract-symbols" generatin...
2015-10-22 H.J. LuAdd "-z call-nop=PADDING" option to ld
2015-10-22 H.J. LuAdd R_X86_64_[REX_]GOTPCRELX support to gas and ld
2015-10-22 H.J. LuAdd R_386_GOT32X support to gas and ld
2015-10-22 Andreas KrebbelS/390: ifunc: Redirect local function calls to the...
2015-10-22 Andreas KrebbelS/390: ifunc: Fix function pointers to hidden ifunc...
2015-10-22 Andreas KrebbelS/390: ifunc: Handle GOTOFF relocs on ifunc symbols.
2015-10-22 Andreas KrebbelS/390: ifunc: Fix PR18841.
2015-10-22 Andreas KrebbelS/390: ifunc: Fix for undefined ifunc symbols.
2015-10-22 Andreas KrebbelS/390: Get rid of superfluous parameter to s390_elf_all...
2015-10-20 Hans-Peter NilssonCorrect printed value of Main in mmo.c consistency...
2015-10-18 Doug Evanstargets.c (bfd_flavour_name): "MMO" is spelled "mmo".
2015-10-17 Alan ModraCorrect powerpc64le __glink_PLTresolve .eh_frame FDE
2015-10-16 H.J. LuCheck if symbol is defined when converting mov to lea
2015-10-16 H.J. LuConvert mov to lea for loading address of local common...
2015-10-15 H.J. LuFix typos in comments in _bfd_elf_merge_symbol
2015-10-15 Alan Modraobjcopy --extract-symbol
2015-10-15 Riku VoipioUse the file_ptr type when calling bfd_seek.
2015-10-14 Rich Felkerbfd: [SH] Emit DT_PLTGOT for FDPIC output unconditionally
2015-10-13 Alan ModraTidy code setting PT_GNU_RELRO p_flags
2015-10-12 H.J. LuSkip the unversioned definition after the default version
2015-10-12 Andreas KrebbelPR19083 S/390: Fix garbage collection of some GOT relocs.
2015-10-11 John David AnglinIgnore references with relocs to discarded sections...
2015-10-07 Nick CliftonNew ARC implementation.
2015-10-06 H.J. LuClear the ch_reserved field in 64-bit output
2015-10-05 H.J. LuDon't re-export common symbols
2015-10-04 H.J. LuEnable IAMCU and PEI for Solaris2/x86
2015-10-02 Renlin Li[LD][AARCH64]Add TLSIE relaxation support under large...
2015-10-02 Renlin Li[LD][AARCH64]Add TLSDESC support for large memory model.
2015-10-02 Renlin Li[GAS][AARCH64]Add TLSDESC large memory model support.
2015-10-02 Renlin Li[BFD][AARCH64]Add TLSGD relaxation support under large...
2015-10-02 Renlin Li[BFD][AARCH64]Create GOT section for TLSLE_MOVW_TPREL_G...
2015-10-02 Renlin Li[Binutils][AARCH64]Add TLS IE large memory support.
2015-10-02 Renlin Li[LD][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC...
2015-10-02 Renlin Li[GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC...
2015-10-02 Renlin Li[LD][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G1 support.
2015-10-02 Renlin Li[GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G1 support.
2015-10-02 Renlin Li[LD][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC...
2015-10-02 Renlin Li[GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC...
2015-10-02 Renlin Li[LD][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G1 Support.
2015-10-02 Renlin Li[GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G1...
2015-10-02 Renlin Li[LD][AARCH64]Add BFD_RELOC_AARCH64_LD64_GOTOFF_LO15...
2015-10-02 Renlin Li[BFD][AARCH64]Refactor to facilitate further large...
2015-10-01 H.J. LuCreate a PLT entry for R_X86_64_PC32 in non-code sections
2015-10-01 Renlin Li[BFD][AARCH64]Emit single AARCH64_MAP_INSN symbol for...
2015-10-01 Kaz Kojimabfd/config.bfd: Drop non-linux non-fdpic stuff from...
2015-09-30 Alan ModraRevert "Also check e_machine when merging sections"
2015-09-30 H.J. LuCreate a PLT entry for R_386_PC32 in non-code sections
2015-09-30 H.J. LuAlso check e_machine when merging sections
2015-09-30 Alan ModraConsistency check for merge sections
2015-09-30 Rich FelkerAdd fdpic and misc targets to config.bfd for sh*-*...
2015-09-29 H.J. LuDon't use the output section size to copy input section
2015-09-25 Peter ZotovCorrect the generation of OR1K pc-relative relocations.
2015-09-23 Nick CliftonFix compile time warnings generated when compiling...
2015-09-23 Nick CliftonAdd support for files that contain multiple symbol...
2015-09-22 H.J. LuUse bfd_get_32 and bfd_put_32 to access ch_type
next