aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2016-11-10[AArch64] Bind defined symbol locally in PIEJiong Wang5-0/+30
2016-11-07Fix infinite loop when processing rpath tokens.Nick Clifton3-27/+67
2016-11-07Note that the linker's --compress-debug-sections option overrides the compres...Nick Clifton2-11/+27
2016-11-04Remove support for $PLATFORM in rpath search paths.Nick Clifton5-35/+18
2016-11-04ld: Allow EXCLUDE_FILE to be used outside of the section listAndrew Burgess20-21/+231
2016-11-04ld: Create test object files based on source file nameAndrew Burgess6-7/+34
2016-11-04ld/xc16x: This target does not support -sharedAndrew Burgess2-0/+6
2016-11-04ld: Rename pattern within yacc grammar fileAndrew Burgess2-7/+12
2016-11-01Add support for RISC-V architecture.Nick Clifton10-1/+176
2016-10-31Initialize input statement created in add_archive_memberThomas Preud'homme3-0/+8
2016-10-15Regenerate spu_ovl.o_cAlan Modra2-53/+57
2016-10-14Add separate debug info file sectionAlan Modra2-0/+5
2016-10-12Update more tests for objdump changeAlan Modra6-9/+17
2016-10-11Enhance objdump so that it will use .got, .plt and .plt.got section symbols w...Nick Clifton161-677/+841
2016-10-11Add support to the static linker for the tokens accepted by the dynamic linke...Nick Clifton5-2/+166
2016-10-11Always descend into output section statements in lang_do_assignmentsAlan Modra5-20/+39
2016-10-10S/390: Move binary start to 16M.Andreas Krebbel4-5/+10
2016-10-07Fold arithmetic integer expressions falloutAlan Modra2-6/+14
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra1-1/+1
2016-10-07Add is_generic_elf to ld/ld-lib.expAlan Modra3-13/+26
2016-10-06Add workaround for bash 4.2 scripting problem.Ludovic Court?s2-1/+8
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra2-1/+7
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra2-0/+7
2016-10-04ld expression sectionAlan Modra3-22/+39
2016-10-04Fold arithmetic integer expressionsAlan Modra2-0/+34
2016-09-30v850 linker scriptsAlan Modra3-2/+8
2016-09-30Fix pr20528 testsuiteAlan Modra3-0/+13
2016-09-30Better ld --fatal-warnings supportAlan Modra2-3/+23
2016-09-30Make bfd_error_handler_type like vprintfAlan Modra2-1/+6
2016-09-29Don't merge 2 sections with different SHF_EXCLUDEH.J. Lu6-1/+48
2016-09-28[ARM] PR ld/20608 Relocation truncated to fit: R_ARM_THM_JUMP24 for relocatio...Christophe Lyon6-0/+215
2016-09-26When building target binaries, ensure that the warning flags selected for the...Vlad Zakharov3-7/+57
2016-09-26PowerPC .gnu.attributesAlan Modra18-40/+31
2016-09-23Delete relocations associatesd with deleted exidx entries.Akihiko Odaki2-2/+23
2016-09-23S/390: Move start of 64 bit binaries from 2GB to 256MB.Andreas Krebbel4-4/+11
2016-09-22Report failed attempts to locate DT_NEEDED files when --verbose is in effect.Nick Clifton2-1/+10
2016-09-21[AArch64] Print spaces after commas in addressesRichard Sandiford41-92/+136
2016-09-21[AArch64] Add SVE condition codesRichard Sandiford3-8/+13
2016-09-20ld: Fix mistake in ChangeLogAndrew Burgess1-1/+1
2016-09-20ld: Extend documentation for EXCLUDE_FILEAndrew Burgess2-0/+20
2016-09-14Fix ld --gc-section segfault with ARMv8-M entry function in absolute sectionThomas Preud'homme3-0/+18
2016-09-14[ARC] Fix parsing dtpoff relocation expression.Claudiu Zissulescu6-0/+60
2016-09-14Add support for disabling automatic generation of .eh_frame_hdr sections in E...Nick Clifton5-11/+38
2016-09-06Resolve size relocation with copy relocationH.J. Lu4-0/+30
2016-09-06Do not pass host compiler sanitization flags on to linker testsuite.Nick Clifton3-4/+21
2016-09-06Fix PR ld/20545 - relaxation bugs in avr backendSenthil Kumar Selvaraj5-0/+51
2016-09-02Limit pr20513c/pr20513d to Linux and GNU targetsH.J. Lu3-0/+8
2016-09-01Add tests for PR ld/20513H.J. Lu9-0/+84
2016-08-31Ignore symbols defined in SHF_EXCLUDE sectionsAlan Modra2-0/+11
2016-08-31Adjust VLE testsuiteAlan Modra6-107/+105