aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
AgeCommit message (Expand)AuthorFilesLines
2017-10-12ld whitespace fixesAlan Modra20-181/+181
2017-10-12Set dynamic_undefined_weak to zero for static PIEsAlan Modra1-0/+7
2017-10-12_bfd_elf_link_hash_hide_symbol calls in generic ELF codeAlan Modra1-32/+34
2017-10-11ld internationalization fixesAlan Modra36-256/+284
2017-09-10PowerPC64 --plt-alignAlan Modra1-1/+1
2017-09-02-Og warning fixesAlan Modra1-13/+13
2017-08-29Improve MSP430 section placement.Jozef Lawrynowicz1-45/+608
2017-08-11Add -z globalaudit linker command line option to set the DF_GLOBALAUDIT flag ...Nick Clifton1-0/+4
2017-08-03Add more targets to the list of architectures not supporting format changing ...Nick Clifton2-17/+45
2017-08-03ELF checks for orphan placementAlan Modra1-29/+47
2017-08-02Check ELF section header only for ELF outputH.J. Lu1-1/+2
2017-08-02Revert the last change to emultempl/elf32.emH.J. Lu1-2/+0
2017-08-02Fix assertion failure for xtensa linker.Max Filippov1-1/+1
2017-08-02Fix seg-fault when trying to place non-ELF orphan sections.Nick Clifton1-0/+2
2017-07-07MIPS/LD: Fix a segfault from ELF `e_flags' access with non-ELF output BFDMaciej W. Rozycki1-6/+9
2017-06-26Don't attach linker created section to --just-syms bfdAlan Modra1-4/+6
2017-06-23S/390: Add support for pgste markerAndreas Krebbel1-0/+64
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra1-57/+0
2017-06-13Always define referenced __start_SECNAME/__stop_SECNAMEH.J. Lu1-4/+60
2017-06-01PPC64_OPT_LOCALENTRYAlan Modra1-22/+43
2017-05-31PowerPC64 ld help quotingAlan Modra1-2/+2
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra4-4/+4
2017-04-11PR 21274, ld segfaults linking PE DLLAlan Modra2-74/+106
2017-04-04Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu1-1/+45
2017-04-03ld: Support ELF GNU program propertiesH.J. Lu1-0/+2
2017-03-11Add sysroot for ld -rpath searchAlan Modra1-0/+2
2017-03-11Rewrite add_sysrootAlan Modra1-53/+96
2017-01-30MIPS: Add options to control branch ISA checksMaciej W. Rozycki1-2/+23
2017-01-24Solaris2/LD: Fix anonymous version script acceptance bugMaciej W. Rozycki1-1/+2
2017-01-02Update year range in copyright notice of all files.Alan Modra58-58/+58
2016-12-31PRU LD PortDimitar Dimitrov1-0/+50
2016-12-03PowerPC64 dot-symbol compatibility bugfixesAlan Modra1-1/+0
2016-12-02Fix seg-fault linking corrupt binary.Nick Clifton1-3/+3
2016-11-27Fix spelling in comments in .em files (ld)Ambrogino Modigliani5-6/+6
2016-11-24Fix snafu parsing $ORIGIN.Nick Clifton1-1/+1
2016-11-22PR20744, Incorrect PowerPC VLE relocsAlan Modra1-2/+9
2016-11-07Fix infinite loop when processing rpath tokens.Nick Clifton1-27/+48
2016-11-04Remove support for $PLATFORM in rpath search paths.Nick Clifton1-30/+7
2016-11-01Add support for RISC-V architecture.Nick Clifton1-0/+68
2016-10-15Regenerate spu_ovl.o_cAlan Modra1-53/+53
2016-10-11Add support to the static linker for the tokens accepted by the dynamic linke...Nick Clifton1-0/+151
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