aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-07PowerPC non-PIC to PIC editing for protected var accessAlan Modra1-3/+12
2015-04-01Work around a GCC uninitialized warning bugH.J. Lu1-0/+5
2015-04-01[AArch64] Workaround for Cortex A53 erratum 843419Marcus Shawcroft1-1/+10
2015-04-01Yet another warning fixAlan Modra1-1/+1
2015-04-01Fixes for a small number of compiler warningsEd Schouten1-1/+1
2015-03-25[AArch64] Remove padding before stub sections.Marcus Shawcroft1-1/+1
2015-03-23[AArch64] Adjust layout emultempl/aarch64elf.em.Marcus Shawcroft1-1/+1
2015-02-24Adds support for generating notes in V850 binaries.Nick Clifton1-0/+54
2015-02-06Document -z text, -z notext and -z textoffH.J. Lu1-0/+6
2015-02-02xlc -z relro toc section fixesAlan Modra1-2/+8
2015-01-28PowerPC64 changes for xlcAlan Modra1-3/+35
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra53-53/+53
2014-12-24Don't create .eh_frame_hdr on shared lib bfdAlan Modra1-1/+4
2014-12-23AVR/ld: Propagate link-relax elf header flag correctly.Andrew Burgess1-0/+37
2014-11-24PowerPC64 --plt-alignAlan Modra1-7/+6
2014-11-18Add -z bndplt to generate BND prefix in PLT entriesIgor Zamyatin1-0/+15
2014-11-04Regenerate spu overlay and icache manager filesAlan Modra2-47/+47
2014-10-24[AArch64] Cortex-A53 erratum 835769 linker workaroundJiong Wang1-1/+9
2014-10-16PR17488, powerpc64-linux-ld segfaultAlan Modra1-1/+2
2014-09-16NDS32: Code refactoring of relaxation.Kuan-Lin Chen1-111/+21