Regenerate configure files
[external/binutils.git] / ld / ChangeLog
2015-07-27 H.J. LuRegenerate configure files
2015-07-24 Nick CliftonFix the evaluation of RL78 complex relocs, by making...
2015-07-20 Alan ModraALIGN change affects cris scripts
2015-07-20 Alan ModraALIGN change affects standard scripts
2015-07-14 H.J. LuMake default compression gABI compliant
2015-07-14 Nick CliftonFix texinfo problem by adding the required period after...
2015-07-10 Alan ModraMake ALIGN(x) behave as ALIGN(.,x)
2015-07-03 Kai TietzAdd experimental support for --gc-sections with COFF...
2015-07-03 Alan ModraCorrect ld Makefile dependendcy for or1k
2015-06-28 H.J. LuRemove COMPRESS_DEBUG_ZLIB
2015-06-26 H.J. LuCompile-in IAMCU linker scripts
2015-06-15 Nick CliftonFix a segmentation fault triggered when trying to handl...
2015-06-12 Tristan GingoldAdd new ld option: --print-memory-usage
2015-06-08 Nick CliftonUpdate French Translations for LD and GOLD.
2015-05-28 Catherine MooreCompact EH Support
2015-05-17 Chung-Lin TangELF options may be missing from `ld --help' output
2015-05-14 Nick CliftonUpdate description of the ASSERT linker script command...
2015-05-11 H.J. LuDefault e_machine to EM_IAMCU for i?86-*-elfiamcu
2015-05-11 H.J. LuAdd Intel MCU support to ld
2015-05-05 Nick CliftonAdd support to the MSP430 linker for the automatic...
2015-04-28 Andreas SchwabEat newlines inside INPUT statements in linker scripts
2015-04-24 Alan ModraNon-alloc sections don't belong in PT_LOAD segments
2015-04-24 DJ DelorieFix typo
2015-04-24 DJ DelorieChange msp430 emulation to msp430elf
2015-04-23 H.J. LuDon't change compressed input debug section names
2015-04-23 Alan ModraAlign .TOC. for PowerPC64
2015-04-22 Alan ModraRewrite relro adjusting code
2015-04-15 H.J. LuMention --compress-debug-sections=[none|zlib|zlib-gnu...
2015-04-15 H.J. LuAdd --compress-debug-sections=[none|zlib|zlib-gnu|zlib...
2015-04-14 H.J. LuAdd -z noextern-protected-data to ld for ELF/x86
2015-04-11 H.J. LuRemove an extra ';'
2015-04-10 Alan ModraCorrect setting of elf_list_options
2015-04-10 Nick CliftonAdd documentation about the interation of the ARM assem...
2015-04-10 Alan ModraMark _init and _fini for --gc-sections
2015-04-09 H.J. LuRemove BNDPLT and add PARSE_AND_LIST_ARGS_CASE_Z
2015-04-09 Nick CliftonUpdate French translation of ld strings.
2015-04-09 H.J. LuEnable ELF ld_list_options for --enable-targets=all
2015-04-08 H.J. LuSkip empty EMULATION_NAME
2015-04-08 H.J. LuAdd ld_list_options
2015-04-07 Nick CliftonAdd new linker option: --warn-orphan which generates...
2015-04-07 Alan ModraCast shift expression
2015-04-07 Alan ModraPowerPC non-PIC to PIC editing for protected var access
2015-04-02 Andrew TurnerAdd support for configuring an aarch64-freebsd target.
2015-04-01 H.J. LuWork around a GCC uninitialized warning bug
2015-04-01 Marcus Shawcroft[AArch64] Workaround for Cortex A53 erratum 843419
2015-04-01 H.J. LuAdd a testcase for PR ld/18176
2015-04-01 Chen GangPrevent multiple definitions for _HEAP_START, _HEAP_MAX...
2015-04-01 Alan ModraStart of relro segment adjustment
2015-04-01 Alan ModraYet another warning fix
2015-04-01 Alan ModraFix ld eelf32ppcvxworks.c dependencies
2015-04-01 Ed SchoutenFixes for a small number of compiler warnings
2015-03-31 Ed SchoutenAdd support for Nuxi CloudABI on x86-64
2015-03-31 H.J. LuRemove --with-zlib from ld
2015-03-25 Marcus Shawcroft[AArch64] Remove padding before stub sections.
2015-03-23 Marcus Shawcroft[AArch64] Adjust layout emultempl/aarch64elf.em.
2015-03-18 Chen GangUse %F instead of %X for einfo
2015-03-02 Alan ModraCorrect -z nocopyreloc doc
2015-02-27 Nick CliftonFixes a problem with the linker script parser not alway...
2015-02-27 Alan ModraFix recent h8300 configury changes
2015-02-24 Nick CliftonAdds support for generating notes in V850 binaries.
2015-02-24 Senthil Kumar SelvarajThis patch modifies the AVR linker script templates...
2015-02-23 Yoshinori SatoAdd support for the h8300-linux target.
2015-02-23 Nick CliftonFixes a problem where "ld -ixxx" would report an error...
2015-02-14 H.J. LuAdd a testcase for PR ld/17973
2015-02-14 Alan ModraPR ld/17973 LTO file syms
2015-02-13 H.J. LuMention support for LLVM plugin in NEWS
2015-02-13 Alan ModraCorrect ld.texinfo cross reference
2015-02-11 H.J. LuAdd --[no-]map-whole-files for gold compatibility
2015-02-11 H.J. LuOutput "warning:" or "error:" in plugin messages
2015-02-11 H.J. LuRemove unused dump_tv_tag
2015-02-11 H.J. LuAdd ChangeLogs for 439b7f41b
2015-02-11 H.J. LuAdd ChangeLogs for commit 5ae0078cd
2015-02-11 H.J. LuInitialize use_mmap
2015-02-11 H.J. LuUnmap the buffer if plugin didn't claim the file
2015-02-10 H.J. LuAlign offset passed to mmap
2015-02-08 H.J. LuDon't bfd_check_format if not needed
2015-02-08 H.J. LuCheck format against bfd_object directly
2015-02-07 H.J. LuReplace entry->the_bfd with ibfd
2015-02-07 H.J. LuUpdate plugin_maybe_claim
2015-02-06 H.J. LuDocument -z text, -z notext and -z textoff
2015-02-06 H.J. LuUse mmap and cache the view buffer for get_view
2015-02-06 H.J. LuClose fd only if fd != -1
2015-02-05 H.J. LuAdd plugin_input_file_t
2015-02-02 Alan Modraxlc -z relro toc section fixes
2015-01-29 H.J. LuRemove plugin_active_plugins_p()
2015-01-28 H.J. LuMake plugin_get_ir_dummy_bfd static
2015-01-28 H.J. LuThe initial support for LDPT_GET_VIEW
2015-01-28 Alan ModraPowerPC64 changes for xlc
2015-01-28 Alan ModraFT32 initial support
2015-01-28 Senthil Kumar SelvarajAllow symbols in MEMORY region specification
2015-01-20 Alan ModraReorder more powerpc64 sections again for -z relro
2015-01-20 Andrew Burgessld: Don't evaluate unneeded PROVIDE expressions.
2015-01-20 Alan ModraReorder more powerpc64 sections for -z relro
2015-01-20 Alan ModraReorder powerpc64 sections for -z relro
2015-01-19 H.J. LuAdd a testcase for PR ld/17615
2015-01-19 Alan ModraFix garbage collection of common symbols
2015-01-14 Jiong Wang[ARM] Reject R_ARM_REL32 when trying to defer it to...
2015-01-01 Alan ModraCorrect printed year in copyright notices
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-12-24 Alan ModraDon't create .eh_frame_hdr on shared lib bfd
next