aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2024-06-14x86: Add -z isa-level-report=[none|all|needed|used]H.J. Lu22-0/+291
2024-06-14ld: Align --no-error-execstack help outputH.J. Lu1-1/+1
2024-06-14Regenerate configure files in ld sub-directoryNick Clifton2-6/+6
2024-06-13Adjust linker tests that are sensitive to --rosegmentNick Clifton21-26/+26
2024-06-13Add --rosegment option to BFD linker to stop the '-z separate-code' from gene...Nick Clifton13-44/+703
2024-06-10IBM zSystems: Rewrite l(g)rl @GOTENT to larl for --no-pieIlya Leoshkevich3-0/+35
2024-06-10ld-aarch64: check support before launching dt_relr testsClément Chigot1-9/+11
2024-06-10autoupdate: regen after replacing obsolete macrosMatthieu Longo1-4/+2
2024-06-10autoupdate: add square brackets around arguments of AC_INITMatthieu Longo1-1/+1
2024-06-10autoupdate: replace obsolete macros AC_AIX, AC_MINIX, and AC_GNU_SOURCEMatthieu Longo1-1/+0
2024-06-10autoupdate: replace obsolete macros AC_HELP_STRINGMatthieu Longo1-1/+1
2024-06-07aarch64: Test DT_RELR with discarded sectionsSzabolcs Nagy5-0/+114
2024-06-06Re: aarch64: Add some DT_RELR ld testsAlan Modra4-20/+20
2024-06-04LoongArch: Disable linker relaxation if set the address of section or segmentmengqinggang3-0/+41
2024-05-31aarch64: Add some DT_RELR ld testsSzabolcs Nagy12-0/+351
2024-05-31aarch64: Add DT_RELR supportSzabolcs Nagy3-0/+6
2024-05-28ld: pru: Increase the default memory region sizesDimitar Dimitrov1-2/+2
2024-05-28RISC-V: Fixed overwritten IRELATIVE relocs in the .rel.iplt for data reloc.Nelson Chu6-7/+28
2024-05-27LoongArch: Fix relaxation overflow caused by ld -z separate-codemengqinggang6-36/+114
2024-05-25ld: Document -pie -Ttext-segment=ORG generates ET_EXECH.J. Lu1-1/+4
2024-05-21ld: silence makeinfo warningsJan Beulich1-2/+2
2024-05-14Improve objdump -p output of PE Import and Export TablesPali Roh?r4-12/+12
2024-05-10Add --section-ordering command line option to the bfd linker.Nick Clifton22-65/+462
2024-05-08ld: Add PR ld/31710 testsH.J. Lu4-0/+63
2024-05-08ld: Run --wrap tests only if supportedH.J. Lu1-19/+15
2024-05-08RISC-V: Support B, Zaamo and Zalrsc extensions.Nelson Chu4-4/+4
2024-05-07LoongArch: Fix ld test failures caused by using instruction aliasesLulu Cai1-1/+1
2024-04-29Fix initiali state of DWARF v5 line number table in BFD libraryNick Clifton1-1/+1
2024-04-25LoongArch: Add bad static relocation check and output more information to userLulu Cai7-0/+45
2024-04-24Update readelf's display of RELR sections to include the number of locations ...Nick Clifton13-13/+13
2024-04-23ignore some symbols in elf.c:swap_out_symsAlan Modra1-1/+1
2024-04-23xfail undefweak-1 test for alphaAlan Modra1-1/+1
2024-04-20LoongArch: Add -mignore-start-align optionmengqinggang7-2/+43
2024-04-18elf: Strip unreferenced weak undefined symbolsH.J. Lu8-0/+87
2024-04-16elf: Skip the archive if the symbol isn't referencedH.J. Lu4-0/+49
2024-04-16Simplify readelf's RELR relocation display.Fangrui Song13-26/+26
2024-04-11Improve readelf's display of RELR relocs.Nick Clifton13-39/+53
2024-04-10mmap: Avoid the sanitizer configure check failureH.J. Lu4-2/+8
2024-04-10Re: ld testsuite: Append NOSANITIZE_CFLAGS to CFLAGS_FOR_TARGETAlan Modra1-4/+4
2024-04-09LoongArch: ld: Move .got .got.plt before .data and protect .got with relromengqinggang4-1/+27
2024-04-09ld testsuite: Append NOSANITIZE_CFLAGS to CFLAGS_FOR_TARGETAlan Modra2-4/+7
2024-04-08ld: Add PR ld/31615 testsH.J. Lu6-0/+66
2024-04-05elf: Always honor the first definition in shared object and archiveH.J. Lu10-0/+137
2024-04-05Add missing install-dvi and install-ps Makefie targets.Christophe Lyon1-0/+2
2024-04-02PR31458, FAIL: MIPS eh-frame 3 with --no-keep-memoryH.J. Lu1-0/+1
2024-04-02PR 30569, always call elf_backend_size_dynamic_sectionsAlan Modra1-4/+3
2024-04-01hppa: Implement PA 2.0 symbolic relocations for long displacementsJohn David Anglin2-1/+2
2024-04-01LoongArch: Fix the issue of excessive relocation generated by GD and IELulu Cai2-49/+49
2024-04-01LoongArch: gas: Ignore .align if it is at the start of a sectionmengqinggang3-0/+29
2024-03-31BFD: Fix the bug of R_LARCH_AGLIN caused by discard sectionmengqinggang3-0/+33