aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
AgeCommit message (Expand)AuthorFilesLines
2016-09-29Don't merge 2 sections with different SHF_EXCLUDEH.J. Lu1-1/+8
2016-09-22Report failed attempts to locate DT_NEEDED files when --verbose is in effect.Nick Clifton1-1/+5
2016-09-14Add support for disabling automatic generation of .eh_frame_hdr sections in E...Nick Clifton1-9/+18
2016-08-26Reduce parameter list in bfd_elf32_arm_target_relocsThomas Preud'homme1-62/+55
2016-08-26Add support for stable secure gateway veneers addressesThomas Preud'homme1-1/+26
2016-08-19Enable relro by default for AArch64, ARM and SCORE.Nick Clifton4-0/+4
2016-08-042016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>Thomas Preud'homme1-1/+10
2016-07-16Don't include libbfd.h outside of bfd, part 1Alan Modra5-22/+9
2016-07-15Add support for creating ELF import librariesThomas Preud'homme3-19/+21
2016-06-22ld: Add a linker configure option --enable-relroH.J. Lu1-0/+1
2016-05-28Return void from linker callbacksAlan Modra1-6/+3
2016-05-23Support for dedicated output section for some ARM veneer typesThomas Preud'homme1-0/+4
2016-05-11[HPPA] Attach linker created dynamic sections to stub bfdAlan Modra1-0/+1
2016-05-10Use getters/setters to access ARM branch typeThomas Preud'homme1-1/+2
2016-05-10Allow stubs without associated input section in ARM backendThomas Preud'homme1-6/+22
2016-05-03[AArch64] Also puts value in place for R_AARCH64_RELATIVEJiong Wang1-1/+10
2016-04-20Move ELF relocation check after lang_gc_sectionsH.J. Lu1-14/+0
2016-04-20Check ELF relocs after opening all input filesH.J. Lu1-0/+15
2016-04-20update many old style function definitionsTrevor Saunders1-1/+1
2016-04-04Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton1-47/+45
2016-03-21Remove use of alloca.Nick Clifton1-4/+10
2016-03-18Fix possible failure in the AVR linker tests.Senthil Kumar Selvaraj1-1/+0
2016-03-02Speedup mmo and pe orphan placement for relocatable linkH.J. Lu3-36/+54
2016-03-01Speedup ELF orphan placement for relocatable linkH.J. Lu1-13/+20
2016-02-26Properly implement STT_COMMONH.J. Lu1-0/+4
2016-01-04MIPS/LD: Convert ELF linker emulation option macros to an enumMaciej W. Rozycki1-2/+5
2016-01-01Copyright update for binutilsAlan Modra56-56/+56
2015-12-22ARM: Fix exidx coverage for relocatable builds.Yury Usishchev1-38/+35
2015-11-16Fixes an invalid warning about memory region overflow on the ARM.Nick Clifton1-0/+14
2015-10-29Re: Orphan output section with multiple input sectionsAlan Modra4-14/+59
2015-10-28Orphan output section with multiple input sectionsAlan Modra1-14/+29
2015-10-27Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround...Laurent Alfonsi1-2/+30
2015-10-22Add "-z call-nop=PADDING" option to ldH.J. Lu1-0/+1
2015-10-07New ARC implementation.Nick Clifton1-0/+52
2015-09-24Relative DT_RPATH/DT_RUNPATH vs. sysroot capable ld.Alan Modra1-2/+6
2015-09-23Fix compile time warnings generated when compiling with clang.Nick Clifton3-5/+10
2015-09-22Set DF_1_PIE in gld${EMULATION_NAME}_after_parseH.J. Lu8-18/+26
2015-09-22Solaris PIE supportRainer Orth1-0/+8
2015-09-18Add PowerPC64 ld --tls-get-addr-optimize.Alan Modra1-4/+13
2015-08-19Remove link_info.picAlan Modra4-10/+2
2015-08-18Add output_type to bfd_link_infoH.J. Lu41-171/+195
2015-07-14Make default compression gABI compliantH.J. Lu1-1/+1
2015-06-28Remove COMPRESS_DEBUG_ZLIBH.J. Lu1-1/+1
2015-06-15Fix a segmentation fault triggered when trying to handle an unresolved PE sym...Nick Clifton2-2/+20
2015-05-28Compact EH SupportCatherine Moore1-16/+47
2015-05-05Add support to the MSP430 linker for the automatic placement of code and data...Nick Clifton1-0/+298
2015-04-25Non-alloc sections don't belong in PT_LOAD segmentsAlan Modra1-7/+10
2015-04-14Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu1-0/+15
2015-04-09Remove BNDPLT and add PARSE_AND_LIST_ARGS_CASE_ZH.J. Lu1-15/+7
2015-04-08Add ld_list_optionsH.J. Lu1-106/+6